diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.json b/descriptions-next/api.github.com/api.github.com.2022-11-28.json index 1be65cfbe7..38028efccb 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.json @@ -133611,6 +133611,22 @@ } } }, + "repository-rule-license-compliance-scanning": { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, "repository-rule-file-path-restriction": { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -133792,6 +133808,9 @@ { "$ref": "#/components/schemas/repository-rule-copilot-code-review" }, + { + "$ref": "#/components/schemas/repository-rule-license-compliance-scanning" + }, { "$ref": "#/components/schemas/repository-rule-file-path-restriction" }, @@ -152474,6 +152493,16 @@ } ] }, + { + "allOf": [ + { + "$ref": "#/components/schemas/repository-rule-license-compliance-scanning" + }, + { + "$ref": "#/components/schemas/repository-rule-ruleset-info" + } + ] + }, { "allOf": [ { diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml index 4eaa135690..d299519426 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml @@ -97449,6 +97449,18 @@ components: type: boolean description: Copilot automatically reviews each new push to the pull request. + repository-rule-license-compliance-scanning: + title: license_compliance_scanning + description: Enforce any added or changed dependencies to comply with the organization's + license policy. + type: object + required: + - type + properties: + type: + type: string + enum: + - license_compliance_scanning repository-rule-file-path-restriction: title: file_path_restriction description: Prevent commits that include changes in specified file and folder @@ -97564,6 +97576,7 @@ components: - "$ref": "#/components/schemas/repository-rule-workflows" - "$ref": "#/components/schemas/repository-rule-code-scanning" - "$ref": "#/components/schemas/repository-rule-copilot-code-review" + - "$ref": "#/components/schemas/repository-rule-license-compliance-scanning" - "$ref": "#/components/schemas/repository-rule-file-path-restriction" - "$ref": "#/components/schemas/repository-rule-max-file-path-length" - "$ref": "#/components/schemas/repository-rule-file-extension-restriction" @@ -110843,6 +110856,9 @@ components: - allOf: - "$ref": "#/components/schemas/repository-rule-copilot-code-review" - "$ref": "#/components/schemas/repository-rule-ruleset-info" + - allOf: + - "$ref": "#/components/schemas/repository-rule-license-compliance-scanning" + - "$ref": "#/components/schemas/repository-rule-ruleset-info" - allOf: - "$ref": "#/components/schemas/repository-rule-file-path-restriction" - "$ref": "#/components/schemas/repository-rule-ruleset-info" diff --git a/descriptions-next/api.github.com/api.github.com.2026-03-10.json b/descriptions-next/api.github.com/api.github.com.2026-03-10.json index d9434c1e77..b02006e9ed 100644 --- a/descriptions-next/api.github.com/api.github.com.2026-03-10.json +++ b/descriptions-next/api.github.com/api.github.com.2026-03-10.json @@ -133014,6 +133014,22 @@ } } }, + "repository-rule-license-compliance-scanning": { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, "repository-rule-file-path-restriction": { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -133195,6 +133211,9 @@ { "$ref": "#/components/schemas/repository-rule-copilot-code-review" }, + { + "$ref": "#/components/schemas/repository-rule-license-compliance-scanning" + }, { "$ref": "#/components/schemas/repository-rule-file-path-restriction" }, @@ -151811,6 +151830,16 @@ } ] }, + { + "allOf": [ + { + "$ref": "#/components/schemas/repository-rule-license-compliance-scanning" + }, + { + "$ref": "#/components/schemas/repository-rule-ruleset-info" + } + ] + }, { "allOf": [ { diff --git a/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml b/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml index cbf2af0030..ec73ddf733 100644 --- a/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml +++ b/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml @@ -97010,6 +97010,18 @@ components: type: boolean description: Copilot automatically reviews each new push to the pull request. + repository-rule-license-compliance-scanning: + title: license_compliance_scanning + description: Enforce any added or changed dependencies to comply with the organization's + license policy. + type: object + required: + - type + properties: + type: + type: string + enum: + - license_compliance_scanning repository-rule-file-path-restriction: title: file_path_restriction description: Prevent commits that include changes in specified file and folder @@ -97125,6 +97137,7 @@ components: - "$ref": "#/components/schemas/repository-rule-workflows" - "$ref": "#/components/schemas/repository-rule-code-scanning" - "$ref": "#/components/schemas/repository-rule-copilot-code-review" + - "$ref": "#/components/schemas/repository-rule-license-compliance-scanning" - "$ref": "#/components/schemas/repository-rule-file-path-restriction" - "$ref": "#/components/schemas/repository-rule-max-file-path-length" - "$ref": "#/components/schemas/repository-rule-file-extension-restriction" @@ -110358,6 +110371,9 @@ components: - allOf: - "$ref": "#/components/schemas/repository-rule-copilot-code-review" - "$ref": "#/components/schemas/repository-rule-ruleset-info" + - allOf: + - "$ref": "#/components/schemas/repository-rule-license-compliance-scanning" + - "$ref": "#/components/schemas/repository-rule-ruleset-info" - allOf: - "$ref": "#/components/schemas/repository-rule-file-path-restriction" - "$ref": "#/components/schemas/repository-rule-ruleset-info" diff --git a/descriptions-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index 305b7ab139..cfd5f1e9d3 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -134485,6 +134485,22 @@ } } }, + "repository-rule-license-compliance-scanning": { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, "repository-rule-file-path-restriction": { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -134666,6 +134682,9 @@ { "$ref": "#/components/schemas/repository-rule-copilot-code-review" }, + { + "$ref": "#/components/schemas/repository-rule-license-compliance-scanning" + }, { "$ref": "#/components/schemas/repository-rule-file-path-restriction" }, @@ -153615,6 +153634,16 @@ } ] }, + { + "allOf": [ + { + "$ref": "#/components/schemas/repository-rule-license-compliance-scanning" + }, + { + "$ref": "#/components/schemas/repository-rule-ruleset-info" + } + ] + }, { "allOf": [ { diff --git a/descriptions-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index 8b59165b72..eb6cf68fd9 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -98034,6 +98034,18 @@ components: type: boolean description: Copilot automatically reviews each new push to the pull request. + repository-rule-license-compliance-scanning: + title: license_compliance_scanning + description: Enforce any added or changed dependencies to comply with the organization's + license policy. + type: object + required: + - type + properties: + type: + type: string + enum: + - license_compliance_scanning repository-rule-file-path-restriction: title: file_path_restriction description: Prevent commits that include changes in specified file and folder @@ -98149,6 +98161,7 @@ components: - "$ref": "#/components/schemas/repository-rule-workflows" - "$ref": "#/components/schemas/repository-rule-code-scanning" - "$ref": "#/components/schemas/repository-rule-copilot-code-review" + - "$ref": "#/components/schemas/repository-rule-license-compliance-scanning" - "$ref": "#/components/schemas/repository-rule-file-path-restriction" - "$ref": "#/components/schemas/repository-rule-max-file-path-length" - "$ref": "#/components/schemas/repository-rule-file-extension-restriction" @@ -111658,6 +111671,9 @@ components: - allOf: - "$ref": "#/components/schemas/repository-rule-copilot-code-review" - "$ref": "#/components/schemas/repository-rule-ruleset-info" + - allOf: + - "$ref": "#/components/schemas/repository-rule-license-compliance-scanning" + - "$ref": "#/components/schemas/repository-rule-ruleset-info" - allOf: - "$ref": "#/components/schemas/repository-rule-file-path-restriction" - "$ref": "#/components/schemas/repository-rule-ruleset-info" diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index e8d2f48049..d1a765f85e 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -246020,6 +246020,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -248676,6 +248692,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -250797,6 +250829,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -253474,6 +253522,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -666457,6 +666521,48 @@ } ] }, + { + "allOf": [ + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, + { + "title": "repository ruleset data for rule", + "description": "User-defined metadata to store domain-specific information limited to 8 keys with scalar values.", + "properties": { + "ruleset_source_type": { + "type": "string", + "description": "The type of source for the ruleset that includes this rule.", + "enum": [ + "Repository", + "Organization" + ] + }, + "ruleset_source": { + "type": "string", + "description": "The name of the source of the ruleset that includes this rule." + }, + "ruleset_id": { + "type": "integer", + "description": "The ID of the ruleset that includes this rule." + } + } + } + ] + }, { "allOf": [ { @@ -667997,6 +668103,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -669147,6 +669269,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -670510,6 +670648,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -672650,6 +672804,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -673815,6 +673985,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -675174,6 +675360,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1614076,6 +1614278,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1617393,6 +1617611,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1620710,6 +1620944,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1621784,6 +1622034,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1622686,6 +1622952,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1623591,6 +1623873,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 75f06ba12c..fa81614632 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -1080,7 +1080,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &667 + - &668 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -14524,7 +14524,7 @@ paths: properties: action: type: string - discussion: &760 + discussion: &761 title: Discussion description: A Discussion in a repository. type: object @@ -15310,7 +15310,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &678 + sub_issues_summary: &679 title: Sub-issues Summary type: object properties: @@ -15440,7 +15440,7 @@ paths: - url - created_at - updated_at - issue_dependencies_summary: &679 + issue_dependencies_summary: &680 title: Issue Dependencies Summary type: object properties: @@ -16961,7 +16961,7 @@ paths: url: type: string format: uri - user: &687 + user: &688 title: Public User description: Public User type: object @@ -22981,7 +22981,7 @@ paths: parameters: - *74 - *116 - - &738 + - &739 name: month description: If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. If no year is specified the @@ -23093,7 +23093,7 @@ paths: - *116 - *117 - *118 - - &739 + - &740 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -23101,7 +23101,7 @@ paths: schema: type: string - *121 - - &740 + - &741 name: sku description: The SKU to query for usage. in: query @@ -30785,12 +30785,12 @@ paths: required: - subject_digests examples: - default: &719 + default: &720 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &720 + withPredicateType: &721 value: subject_digests: - sha256:abc123 @@ -30849,7 +30849,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &721 + default: &722 value: attestations_subject_digests: - sha256:abc: @@ -43068,7 +43068,7 @@ paths: parameters: - *74 - *257 - - &702 + - &703 name: repo_name description: repo_name parameter in: path @@ -44129,7 +44129,7 @@ paths: - nuget - container - *74 - - &703 + - &704 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -44170,7 +44170,7 @@ paths: default: *263 '403': *27 '401': *23 - '400': &705 + '400': &706 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -46301,7 +46301,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &788 + - &789 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -47199,7 +47199,7 @@ paths: - updated_at - project_url examples: - default: &725 + default: &726 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -47376,7 +47376,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &726 + items: &727 type: object properties: name: @@ -47413,7 +47413,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &727 + iteration_configuration: &728 type: object description: The configuration for iteration fields. properties: @@ -47463,7 +47463,7 @@ paths: value: name: Due date data_type: date - single_select_field: &728 + single_select_field: &729 summary: Create a single select field value: name: Priority @@ -47490,7 +47490,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &729 + iteration_field: &730 summary: Create an iteration field value: name: Sprint @@ -47516,7 +47516,7 @@ paths: application/json: schema: *283 examples: - text_field: &730 + text_field: &731 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -47525,7 +47525,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &731 + number_field: &732 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -47534,7 +47534,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &732 + date_field: &733 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -47543,7 +47543,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &733 + single_select_field: &734 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -47577,7 +47577,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &734 + iteration_field: &735 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -47623,7 +47623,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - *280 - - &735 + - &736 name: field_id description: The unique identifier of the field. in: path @@ -47638,7 +47638,7 @@ paths: application/json: schema: *283 examples: - default: &736 + default: &737 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -48849,7 +48849,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &716 + schema: &717 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -49032,7 +49032,7 @@ paths: parameters: - *280 - *74 - - &737 + - &738 name: view_number description: The number that identifies the project view. in: path @@ -51108,7 +51108,7 @@ paths: - *74 - *17 - *19 - - &615 + - &616 name: targets description: | A comma-separated list of rule targets to filter by. @@ -51395,7 +51395,7 @@ paths: - object rules: type: array - items: &616 + items: &617 title: Repository Rule type: object description: A repository rule. @@ -52059,6 +52059,18 @@ paths: type: boolean description: Copilot automatically reviews each new push to the pull request. + - &615 + title: license_compliance_scanning + description: Enforce any added or changed dependencies to + comply with the organization's license policy. + type: object + required: + - type + properties: + type: + type: string + enum: + - license_compliance_scanning - &316 title: file_path_restriction description: Prevent commits that include changes in specified @@ -52359,7 +52371,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *74 - - &617 + - &618 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit @@ -52374,7 +52386,7 @@ paths: in: query schema: type: string - - &618 + - &619 name: time_period description: |- The time period to filter by. @@ -52390,14 +52402,14 @@ paths: - week - month default: day - - &619 + - &620 name: actor_name description: The handle for the GitHub user account to filter on. When specified, only rule evaluations triggered by this actor will be returned. in: query schema: type: string - - &620 + - &621 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -52410,7 +52422,7 @@ paths: - bypass - all default: all - - &621 + - &622 name: evaluate_status description: |- The evaluate status to filter on. When specified, only rule suites resulting from rulesets with the specified evaluate status will be returned. @@ -52433,7 +52445,7 @@ paths: description: Response content: application/json: - schema: &622 + schema: &623 title: Rule Suites description: Response type: array @@ -52489,7 +52501,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &623 + default: &624 value: - id: 21 actor_id: 12 @@ -52533,7 +52545,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *74 - - &624 + - &625 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -52549,7 +52561,7 @@ paths: description: Response content: application/json: - schema: &625 + schema: &626 title: Rule Suite description: Response type: object @@ -52656,7 +52668,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &626 + default: &627 value: id: 21 actor_id: 12 @@ -52903,7 +52915,7 @@ paths: type: string format: date-time examples: - default: &628 + default: &629 value: - version_id: 3 actor: @@ -52956,7 +52968,7 @@ paths: description: Response content: application/json: - schema: &629 + schema: &630 allOf: - *326 - type: object @@ -53028,7 +53040,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *74 - - &630 + - &631 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -53039,7 +53051,7 @@ paths: enum: - open - resolved - - &631 + - &632 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -53049,7 +53061,7 @@ paths: required: false schema: type: string - - &632 + - &633 name: exclude_secret_types in: query description: A comma-separated list of secret types to exclude from the results. @@ -53060,7 +53072,7 @@ paths: required: false schema: type: string - - &633 + - &634 name: exclude_providers in: query description: |- @@ -53071,7 +53083,7 @@ paths: required: false schema: type: string - - &634 + - &635 name: providers in: query description: |- @@ -53082,7 +53094,7 @@ paths: required: false schema: type: string - - &635 + - &636 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -53091,7 +53103,7 @@ paths: required: false schema: type: string - - &636 + - &637 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -53110,7 +53122,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &637 + - &638 name: sort description: The property to sort the results by. `created` means when the alert was created. `updated` means when the alert was updated or resolved. @@ -53125,7 +53137,7 @@ paths: - *60 - *19 - *17 - - &638 + - &639 name: before description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -53135,7 +53147,7 @@ paths: required: false schema: type: string - - &639 + - &640 name: after description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -53145,7 +53157,7 @@ paths: required: false schema: type: string - - &640 + - &641 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -53154,7 +53166,7 @@ paths: required: false schema: type: string - - &641 + - &642 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -53163,7 +53175,7 @@ paths: schema: type: boolean default: false - - &642 + - &643 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -53172,7 +53184,7 @@ paths: schema: type: boolean default: false - - &643 + - &644 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -53181,7 +53193,7 @@ paths: schema: type: boolean default: false - - &644 + - &645 name: is_bypassed in: query description: A boolean value (`true` or `false`) indicating whether to filter @@ -53215,14 +53227,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &645 + state: &646 description: Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`. type: string enum: - open - resolved - resolution: &646 + resolution: &647 type: - string - 'null' @@ -53341,14 +53353,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &647 + - &648 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &649 + - &650 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -53412,7 +53424,7 @@ paths: - blob_url - commit_sha - commit_url - - &650 + - &651 description: Represents a 'wiki_commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository wiki. @@ -53473,7 +53485,7 @@ paths: - page_url - commit_sha - commit_url - - &651 + - &652 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -53495,7 +53507,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &652 + - &653 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -53517,7 +53529,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &653 + - &654 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -53539,7 +53551,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &654 + - &655 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -53554,7 +53566,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &655 + - &656 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -53569,7 +53581,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &656 + - &657 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -53584,7 +53596,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &657 + - &658 description: Represents a 'pull_request_title' secret scanning location type. This location type shows that a secret was detected in the title of a pull request. @@ -53606,7 +53618,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &658 + - &659 description: Represents a 'pull_request_body' secret scanning location type. This location type shows that a secret was detected in the body of a pull request. @@ -53628,7 +53640,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &659 + - &660 description: Represents a 'pull_request_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a pull request. @@ -53650,7 +53662,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &660 + - &661 description: Represents a 'pull_request_review' secret scanning location type. This location type shows that a secret was detected in a review on a pull request. @@ -53672,7 +53684,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &661 + - &662 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull @@ -54193,7 +54205,7 @@ paths: application/json: schema: type: array - items: &665 + items: &666 description: A repository security advisory. type: object properties: @@ -54512,7 +54524,7 @@ paths: - private_fork additionalProperties: false examples: - default: &666 + default: &667 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -56452,7 +56464,7 @@ paths: application/json: schema: type: array - items: &681 + items: &682 title: Team Member description: A user that is a member of a team, including their role on the team and whether the membership is inherited from @@ -56595,7 +56607,7 @@ paths: - type - url examples: - default: &682 + default: &683 value: - login: octocat id: 1 @@ -56682,7 +56694,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &683 + response-if-user-is-a-team-maintainer: &684 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -56747,7 +56759,7 @@ paths: application/json: schema: *336 examples: - response-if-users-membership-with-team-is-now-pending: &684 + response-if-users-membership-with-team-is-now-pending: &685 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -56861,7 +56873,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &685 + schema: &686 title: Team Repository description: A team's access to a repository. type: object @@ -57590,7 +57602,7 @@ paths: type: array items: *200 examples: - response-if-child-teams-exist: &686 + response-if-child-teams-exist: &687 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -69700,7 +69712,7 @@ paths: check. type: array items: *85 - deployment: &749 + deployment: &750 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -75420,7 +75432,7 @@ paths: type: array items: *459 examples: - default: &692 + default: &693 value: total_count: 2 machines: @@ -78597,7 +78609,7 @@ paths: application/json: schema: type: array - items: &670 + items: &671 title: Status description: The status of a commit. type: object @@ -80223,7 +80235,7 @@ paths: items: type: object properties: - placeholder_id: &662 + placeholder_id: &663 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -86428,7 +86440,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &780 + last_response: &781 title: Hook Response type: object properties: @@ -87497,7 +87509,7 @@ paths: parameters: - *337 - *338 - - &714 + - &715 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -88082,7 +88094,7 @@ paths: type: array items: *534 examples: - default: &707 + default: &708 value: - id: 1 repository: @@ -102552,6 +102564,9 @@ paths: - allOf: - *322 - *613 + - allOf: + - *615 + - *613 - allOf: - *316 - *613 @@ -102614,7 +102629,7 @@ paths: schema: type: boolean default: true - - *615 + - *616 responses: '200': description: Response @@ -102699,7 +102714,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *616 + items: *617 required: - name - enforcement @@ -102732,7 +102747,7 @@ paths: application/json: schema: *323 examples: - default: &627 + default: &628 value: id: 42 name: super cool ruleset @@ -102782,11 +102797,11 @@ paths: parameters: - *337 - *338 - - *617 - *618 - *619 - *620 - *621 + - *622 - *17 - *19 responses: @@ -102794,9 +102809,9 @@ paths: description: Response content: application/json: - schema: *622 + schema: *623 examples: - default: *623 + default: *624 '404': *6 '500': *53 x-github: @@ -102819,15 +102834,15 @@ paths: parameters: - *337 - *338 - - *624 + - *625 responses: '200': description: Response content: application/json: - schema: *625 + schema: *626 examples: - default: *626 + default: *627 '404': *6 '500': *53 x-github: @@ -102878,7 +102893,7 @@ paths: application/json: schema: *323 examples: - default: *627 + default: *628 '404': *6 '500': *53 put: @@ -102931,7 +102946,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *616 + items: *617 examples: default: value: @@ -102961,7 +102976,7 @@ paths: application/json: schema: *323 examples: - default: *627 + default: *628 '404': *6 '422': *15 '500': *53 @@ -103023,7 +103038,7 @@ paths: type: array items: *326 examples: - default: *628 + default: *629 '404': *6 '500': *53 x-github: @@ -103061,7 +103076,7 @@ paths: description: Response content: application/json: - schema: *629 + schema: *630 examples: default: value: @@ -103118,7 +103133,6 @@ paths: parameters: - *337 - *338 - - *630 - *631 - *632 - *633 @@ -103126,16 +103140,17 @@ paths: - *635 - *636 - *637 + - *638 - *60 - *19 - *17 - - *638 - *639 - *640 - *641 - *642 - *643 - *644 + - *645 responses: '200': description: Response @@ -103143,7 +103158,7 @@ paths: application/json: schema: type: array - items: &648 + items: &649 type: object properties: number: *180 @@ -103159,8 +103174,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *645 - resolution: *646 + state: *646 + resolution: *647 resolved_at: type: - string @@ -103266,7 +103281,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *647 + - *648 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -103428,13 +103443,13 @@ paths: - *337 - *338 - *435 - - *643 + - *644 responses: '200': description: Response content: application/json: - schema: *648 + schema: *649 examples: default: value: @@ -103498,8 +103513,8 @@ paths: schema: type: object properties: - state: *645 - resolution: *646 + state: *646 + resolution: *647 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -103547,7 +103562,7 @@ paths: description: Response content: application/json: - schema: *648 + schema: *649 examples: default: value: @@ -103659,7 +103674,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &800 + items: &801 type: object properties: type: @@ -103686,7 +103701,6 @@ paths: - commit details: oneOf: - - *649 - *650 - *651 - *652 @@ -103699,6 +103713,7 @@ paths: - *659 - *660 - *661 + - *662 examples: default: value: @@ -103793,14 +103808,14 @@ paths: schema: type: object properties: - reason: &663 + reason: &664 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *662 + placeholder_id: *663 required: - reason - placeholder_id @@ -103817,7 +103832,7 @@ paths: schema: type: object properties: - reason: *663 + reason: *664 expire_at: type: - string @@ -103880,7 +103895,7 @@ paths: properties: incremental_scans: type: array - items: &664 + items: &665 description: Information on a single scan performed by secret scanning on the repository type: object @@ -103913,15 +103928,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *664 + items: *665 backfill_scans: type: array - items: *664 + items: *665 custom_pattern_backfill_scans: type: array items: allOf: - - *664 + - *665 - type: object properties: pattern_name: @@ -103934,7 +103949,7 @@ paths: one of "repository", "organization", or "enterprise" generic_secrets_backfill_scans: type: array - items: *664 + items: *665 examples: default: value: @@ -104044,9 +104059,9 @@ paths: application/json: schema: type: array - items: *665 + items: *666 examples: - default: *666 + default: *667 '400': *14 '404': *6 x-github: @@ -104240,9 +104255,9 @@ paths: description: Response content: application/json: - schema: *665 + schema: *666 examples: - default: &668 + default: &669 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -104589,7 +104604,7 @@ paths: description: Response content: application/json: - schema: *665 + schema: *666 examples: default: value: @@ -104738,15 +104753,15 @@ paths: parameters: - *337 - *338 - - *667 + - *668 responses: '200': description: Response content: application/json: - schema: *665 + schema: *666 examples: - default: *668 + default: *669 '403': *27 '404': *6 x-github: @@ -104772,7 +104787,7 @@ paths: parameters: - *337 - *338 - - *667 + - *668 requestBody: required: true content: @@ -104943,10 +104958,10 @@ paths: description: Response content: application/json: - schema: *665 + schema: *666 examples: - default: *668 - add_credit: *668 + default: *669 + add_credit: *669 '403': *27 '404': *6 '422': @@ -104986,7 +105001,7 @@ paths: parameters: - *337 - *338 - - *667 + - *668 responses: '202': *37 '400': *14 @@ -105015,7 +105030,7 @@ paths: parameters: - *337 - *338 - - *667 + - *668 responses: '202': description: Response @@ -105156,7 +105171,7 @@ paths: application/json: schema: type: array - items: &669 + items: &670 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -105529,7 +105544,7 @@ paths: application/json: schema: type: array - items: *669 + items: *670 examples: default: value: @@ -105619,7 +105634,7 @@ paths: description: Response content: application/json: - schema: *670 + schema: *671 examples: default: value: @@ -105713,7 +105728,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &671 + schema: &672 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -105813,7 +105828,7 @@ paths: description: Response content: application/json: - schema: *671 + schema: *672 examples: default: value: @@ -106023,7 +106038,7 @@ paths: description: Response content: application/json: - schema: &672 + schema: &673 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -106035,7 +106050,7 @@ paths: required: - names examples: - default: &673 + default: &674 value: names: - octocat @@ -106090,9 +106105,9 @@ paths: description: Response content: application/json: - schema: *672 + schema: *673 examples: - default: *673 + default: *674 '404': *6 '422': *7 x-github: @@ -106115,7 +106130,7 @@ paths: parameters: - *337 - *338 - - &674 + - &675 name: per description: The time frame to display results for. in: query @@ -106146,7 +106161,7 @@ paths: - 128 clones: type: array - items: &675 + items: &676 title: Traffic type: object properties: @@ -106394,7 +106409,7 @@ paths: parameters: - *337 - *338 - - *674 + - *675 responses: '200': description: Response @@ -106415,7 +106430,7 @@ paths: - 3782 views: type: array - items: *675 + items: *676 required: - uniques - count @@ -107188,7 +107203,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &676 + text_matches: &677 title: Search Result Text Matches type: array items: @@ -107351,7 +107366,7 @@ paths: enum: - author-date - committer-date - - &677 + - &678 name: order description: Determines whether the first search result returned is the highest number of matches (`desc`) or lowest number of matches (`asc`). This parameter @@ -107471,7 +107486,7 @@ paths: type: number node_id: type: string - text_matches: *676 + text_matches: *677 required: - sha - node_id @@ -107663,7 +107678,7 @@ paths: - interactions - created - updated - - *677 + - *678 - *17 - *19 - name: advanced_search @@ -107777,8 +107792,8 @@ paths: type: - string - 'null' - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 issue_field_values: type: array items: *547 @@ -107809,7 +107824,7 @@ paths: - string - 'null' format: date-time - text_matches: *676 + text_matches: *677 pull_request: type: object properties: @@ -108085,7 +108100,7 @@ paths: enum: - created - updated - - *677 + - *678 - *17 - *19 responses: @@ -108130,7 +108145,7 @@ paths: - 'null' score: type: number - text_matches: *676 + text_matches: *677 required: - id - node_id @@ -108215,7 +108230,7 @@ paths: - forks - help-wanted-issues - updated - - *677 + - *678 - *17 - *19 responses: @@ -108461,7 +108476,7 @@ paths: - admin - pull - push - text_matches: *676 + text_matches: *677 temp_clone_token: type: string allow_merge_commit: @@ -108769,7 +108784,7 @@ paths: - string - 'null' format: uri - text_matches: *676 + text_matches: *677 related: type: - array @@ -108962,7 +108977,7 @@ paths: - followers - repositories - joined - - *677 + - *678 - *17 - *19 responses: @@ -109072,7 +109087,7 @@ paths: type: - boolean - 'null' - text_matches: *676 + text_matches: *677 blog: type: - string @@ -109154,7 +109169,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &680 + - &681 name: team_id description: The unique identifier of the team. in: path @@ -109195,7 +109210,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *680 + - *681 requestBody: required: true content: @@ -109296,7 +109311,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *680 + - *681 responses: '204': description: Response @@ -109325,7 +109340,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *680 + - *681 - *17 - *19 responses: @@ -109365,7 +109380,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *680 + - *681 - name: role description: Filters members returned by their role in the team. in: query @@ -109386,9 +109401,9 @@ paths: application/json: schema: type: array - items: *681 + items: *682 examples: - default: *682 + default: *683 headers: Link: *66 '404': *6 @@ -109416,7 +109431,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *680 + - *681 - *70 responses: '204': @@ -109453,7 +109468,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *680 + - *681 - *70 responses: '204': @@ -109493,7 +109508,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *680 + - *681 - *70 responses: '204': @@ -109530,7 +109545,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *680 + - *681 - *70 responses: '200': @@ -109539,7 +109554,7 @@ paths: application/json: schema: *336 examples: - response-if-user-is-a-team-maintainer: *683 + response-if-user-is-a-team-maintainer: *684 '404': *6 x-github: githubCloudOnly: false @@ -109572,7 +109587,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *680 + - *681 - *70 requestBody: required: false @@ -109600,7 +109615,7 @@ paths: application/json: schema: *336 examples: - response-if-users-membership-with-team-is-now-pending: *684 + response-if-users-membership-with-team-is-now-pending: *685 '403': description: Forbidden if team synchronization is set up '422': @@ -109634,7 +109649,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *680 + - *681 - *70 responses: '204': @@ -109662,7 +109677,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *680 + - *681 - *17 - *19 responses: @@ -109704,7 +109719,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *680 + - *681 - *337 - *338 responses: @@ -109712,7 +109727,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *685 + schema: *686 examples: alternative-response-with-extra-repository-information: value: @@ -109863,7 +109878,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *680 + - *681 - *337 - *338 requestBody: @@ -109915,7 +109930,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *680 + - *681 - *337 - *338 responses: @@ -109942,7 +109957,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *680 + - *681 - *17 - *19 responses: @@ -109954,7 +109969,7 @@ paths: type: array items: *200 examples: - response-if-child-teams-exist: *686 + response-if-child-teams-exist: *687 headers: Link: *66 '404': *6 @@ -109987,7 +110002,7 @@ paths: application/json: schema: oneOf: - - &688 + - &689 title: Private User description: Private User type: object @@ -110237,7 +110252,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *687 + - *688 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -110397,7 +110412,7 @@ paths: description: Response content: application/json: - schema: *688 + schema: *689 examples: default: value: @@ -110795,7 +110810,7 @@ paths: type: integer secrets: type: array - items: &689 + items: &690 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -110915,7 +110930,7 @@ paths: description: Response content: application/json: - schema: *689 + schema: *690 examples: default: value: @@ -111328,7 +111343,7 @@ paths: description: Response content: application/json: - schema: &690 + schema: &691 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -111381,7 +111396,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &691 + default: &692 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -111426,9 +111441,9 @@ paths: description: Response content: application/json: - schema: *690 + schema: *691 examples: - default: *691 + default: *692 '404': *6 x-github: githubCloudOnly: false @@ -111467,7 +111482,7 @@ paths: type: array items: *459 examples: - default: *692 + default: *693 '304': *35 '500': *53 '401': *23 @@ -112433,7 +112448,7 @@ paths: type: array items: *262 examples: - default: &704 + default: &705 value: - id: 197 name: hello_docker @@ -112534,7 +112549,7 @@ paths: application/json: schema: type: array - items: &693 + items: &694 title: Email description: Email type: object @@ -112604,9 +112619,9 @@ paths: application/json: schema: type: array - items: *693 + items: *694 examples: - default: &706 + default: &707 value: - email: octocat@github.com verified: true @@ -112683,7 +112698,7 @@ paths: application/json: schema: type: array - items: *693 + items: *694 examples: default: value: @@ -112941,7 +112956,7 @@ paths: application/json: schema: type: array - items: &694 + items: &695 title: GPG Key description: A unique encryption key type: object @@ -113086,7 +113101,7 @@ paths: - subkeys - revoked examples: - default: &723 + default: &724 value: - id: 3 name: Octocat's GPG Key @@ -113171,9 +113186,9 @@ paths: description: Response content: application/json: - schema: *694 + schema: *695 examples: - default: &695 + default: &696 value: id: 3 name: Octocat's GPG Key @@ -113230,7 +113245,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &696 + - &697 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -113242,9 +113257,9 @@ paths: description: Response content: application/json: - schema: *694 + schema: *695 examples: - default: *695 + default: *696 '404': *6 '304': *35 '403': *27 @@ -113267,7 +113282,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *696 + - *697 responses: '204': description: Response @@ -113734,7 +113749,7 @@ paths: application/json: schema: type: array - items: &697 + items: &698 title: Key description: Key type: object @@ -113837,9 +113852,9 @@ paths: description: Response content: application/json: - schema: *697 + schema: *698 examples: - default: &698 + default: &699 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -113878,9 +113893,9 @@ paths: description: Response content: application/json: - schema: *697 + schema: *698 examples: - default: *698 + default: *699 '404': *6 '304': *35 '403': *27 @@ -113936,7 +113951,7 @@ paths: application/json: schema: type: array - items: &699 + items: &700 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -114015,7 +114030,7 @@ paths: - account - plan examples: - default: &700 + default: &701 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -114077,9 +114092,9 @@ paths: application/json: schema: type: array - items: *699 + items: *700 examples: - default: *700 + default: *701 headers: Link: *66 '304': *35 @@ -114322,7 +114337,7 @@ paths: application/json: schema: *254 examples: - default: &701 + default: &702 value: url: https://api.github.com/orgs/octocat/memberships/defunkt state: active @@ -114371,7 +114386,7 @@ paths: application/json: schema: *254 examples: - default: *701 + default: *702 '403': *27 '404': *6 '422': *15 @@ -115105,7 +115120,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *257 - - *702 + - *703 responses: '204': description: Response @@ -115220,7 +115235,7 @@ paths: - docker - nuget - container - - *703 + - *704 - *19 - *17 responses: @@ -115232,8 +115247,8 @@ paths: type: array items: *262 examples: - default: *704 - '400': *705 + default: *705 + '400': *706 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -115262,7 +115277,7 @@ paths: application/json: schema: *262 examples: - default: &724 + default: &725 value: id: 40201 name: octo-name @@ -115624,9 +115639,9 @@ paths: application/json: schema: type: array - items: *693 + items: *694 examples: - default: *706 + default: *707 headers: Link: *66 '304': *35 @@ -115739,7 +115754,7 @@ paths: type: array items: *78 examples: - default: &713 + default: &714 summary: Default response value: - id: 1296269 @@ -116099,7 +116114,7 @@ paths: type: array items: *534 examples: - default: *707 + default: *708 headers: Link: *66 '304': *35 @@ -116178,7 +116193,7 @@ paths: application/json: schema: type: array - items: &708 + items: &709 title: Social account description: Social media account type: object @@ -116195,7 +116210,7 @@ paths: - provider - url examples: - default: &709 + default: &710 value: - provider: twitter url: https://twitter.com/github @@ -116258,9 +116273,9 @@ paths: application/json: schema: type: array - items: *708 + items: *709 examples: - default: *709 + default: *710 '422': *15 '304': *35 '404': *6 @@ -116348,7 +116363,7 @@ paths: application/json: schema: type: array - items: &710 + items: &711 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -116368,7 +116383,7 @@ paths: - title - created_at examples: - default: &741 + default: &742 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -116433,9 +116448,9 @@ paths: description: Response content: application/json: - schema: *710 + schema: *711 examples: - default: &711 + default: &712 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -116465,7 +116480,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &712 + - &713 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -116477,9 +116492,9 @@ paths: description: Response content: application/json: - schema: *710 + schema: *711 examples: - default: *711 + default: *712 '404': *6 '304': *35 '403': *27 @@ -116502,7 +116517,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *712 + - *713 responses: '204': description: Response @@ -116531,7 +116546,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &742 + - &743 name: sort description: The property to sort the results by. `created` means when the repository was starred. `updated` means when the repository was last pushed @@ -116556,11 +116571,11 @@ paths: type: array items: *78 examples: - default-response: *713 + default-response: *714 application/vnd.github.v3.star+json: schema: type: array - items: &743 + items: &744 title: Starred Repository description: Starred Repository type: object @@ -116929,10 +116944,10 @@ paths: application/json: schema: oneOf: + - *689 - *688 - - *687 examples: - default-response: &717 + default-response: &718 summary: Default response value: login: octocat @@ -116967,7 +116982,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &718 + response-with-git-hub-plan-information: &719 summary: Response with GitHub plan information value: login: octocat @@ -117024,7 +117039,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &715 + - &716 name: user_id description: The unique identifier of the user. in: path @@ -117090,7 +117105,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *714 + - *715 - *17 responses: '200': @@ -117125,7 +117140,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *715 + - *716 - *280 requestBody: required: true @@ -117200,7 +117215,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *716 + schema: *717 examples: table_view: summary: Response for creating a table view @@ -117252,11 +117267,11 @@ paths: application/json: schema: oneOf: + - *689 - *688 - - *687 examples: - default-response: *717 - response-with-git-hub-plan-information: *718 + default-response: *718 + response-with-git-hub-plan-information: *719 '404': *6 x-github: githubCloudOnly: false @@ -117306,8 +117321,8 @@ paths: required: - subject_digests examples: - default: *719 - withPredicateType: *720 + default: *720 + withPredicateType: *721 responses: '200': description: Response @@ -117361,7 +117376,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *721 + default: *722 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -117850,7 +117865,7 @@ paths: application/json: schema: *196 examples: - default: &722 + default: &723 summary: Example response for a user copilot space value: id: 42 @@ -117951,7 +117966,7 @@ paths: application/json: schema: *196 examples: - default: *722 + default: *723 '403': *27 '404': *6 x-github: @@ -118077,7 +118092,7 @@ paths: application/json: schema: *196 examples: - default: *722 + default: *723 '403': *27 '404': *6 '422': *15 @@ -118845,7 +118860,7 @@ paths: type: array items: *262 examples: - default: *704 + default: *705 '403': *27 '401': *23 x-github: @@ -119229,9 +119244,9 @@ paths: application/json: schema: type: array - items: *694 + items: *695 examples: - default: *723 + default: *724 headers: Link: *66 x-github: @@ -119460,7 +119475,7 @@ paths: - docker - nuget - container - - *703 + - *704 - *70 - *19 - *17 @@ -119473,10 +119488,10 @@ paths: type: array items: *262 examples: - default: *704 + default: *705 '403': *27 '401': *23 - '400': *705 + '400': *706 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -119506,7 +119521,7 @@ paths: application/json: schema: *262 examples: - default: *724 + default: *725 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -119855,7 +119870,7 @@ paths: type: array items: *283 examples: - default: *725 + default: *726 headers: Link: *66 '304': *35 @@ -119915,7 +119930,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *726 + items: *727 required: - name - data_type @@ -119931,7 +119946,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *727 + iteration_configuration: *728 required: - name - data_type @@ -119953,8 +119968,8 @@ paths: value: name: Due date data_type: date - single_select_field: *728 - iteration_field: *729 + single_select_field: *729 + iteration_field: *730 responses: '201': description: Response @@ -119962,11 +119977,11 @@ paths: application/json: schema: *283 examples: - text_field: *730 - number_field: *731 - date_field: *732 - single_select_field: *733 - iteration_field: *734 + text_field: *731 + number_field: *732 + date_field: *733 + single_select_field: *734 + iteration_field: *735 '304': *35 '403': *27 '401': *23 @@ -119988,7 +120003,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - *280 - - *735 + - *736 - *70 responses: '200': @@ -119997,7 +120012,7 @@ paths: application/json: schema: *283 examples: - default: *736 + default: *737 headers: Link: *66 '304': *35 @@ -120354,7 +120369,7 @@ paths: parameters: - *280 - *70 - - *737 + - *738 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -120893,7 +120908,7 @@ paths: parameters: - *70 - *116 - - *738 + - *739 - *118 responses: '200': @@ -120992,9 +121007,9 @@ paths: - *116 - *117 - *118 - - *739 - - *121 - *740 + - *121 + - *741 responses: '200': description: Response when getting a billing usage summary @@ -121128,9 +121143,9 @@ paths: application/json: schema: type: array - items: *708 + items: *709 examples: - default: *709 + default: *710 headers: Link: *66 x-github: @@ -121160,9 +121175,9 @@ paths: application/json: schema: type: array - items: *710 + items: *711 examples: - default: *741 + default: *742 headers: Link: *66 x-github: @@ -121187,7 +121202,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *70 - - *742 + - *743 - *60 - *17 - *19 @@ -121199,11 +121214,11 @@ paths: schema: anyOf: - type: array - items: *743 + items: *744 - type: array items: *78 examples: - default-response: *713 + default-response: *714 headers: Link: *66 x-github: @@ -121363,7 +121378,7 @@ webhooks: type: string enum: - disabled - enterprise: &744 + enterprise: &745 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -121432,7 +121447,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &745 + installation: &746 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -121453,7 +121468,7 @@ webhooks: required: - id - node_id - organization: &746 + organization: &747 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -121526,7 +121541,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &747 + repository: &748 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -122452,10 +122467,10 @@ webhooks: type: string enum: - enabled - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -122531,11 +122546,11 @@ webhooks: type: string enum: - created - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 - rule: &748 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 + rule: &749 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -122758,11 +122773,11 @@ webhooks: type: string enum: - deleted - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 - rule: *748 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 + rule: *749 sender: *4 required: - action @@ -122950,11 +122965,11 @@ webhooks: - everyone required: - from - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 - rule: *748 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 + rule: *749 sender: *4 required: - action @@ -123038,7 +123053,7 @@ webhooks: type: string enum: - completed - check_run: &750 + check_run: &751 title: CheckRun description: A check performed on the code of a given code change type: object @@ -123148,7 +123163,7 @@ webhooks: - examples: - neutral - deployment: *749 + deployment: *750 details_url: type: string examples: @@ -123246,10 +123261,10 @@ webhooks: - output - app - pull_requests - installation: *745 - enterprise: *744 - organization: *746 - repository: *747 + installation: *746 + enterprise: *745 + organization: *747 + repository: *748 sender: *4 required: - check_run @@ -123640,11 +123655,11 @@ webhooks: type: string enum: - created - check_run: *750 - installation: *745 - enterprise: *744 - organization: *746 - repository: *747 + check_run: *751 + installation: *746 + enterprise: *745 + organization: *747 + repository: *748 sender: *4 required: - check_run @@ -124038,11 +124053,11 @@ webhooks: type: string enum: - requested_action - check_run: *750 - installation: *745 - enterprise: *744 - organization: *746 - repository: *747 + check_run: *751 + installation: *746 + enterprise: *745 + organization: *747 + repository: *748 requested_action: description: The action requested by the user. type: object @@ -124445,11 +124460,11 @@ webhooks: type: string enum: - rerequested - check_run: *750 - installation: *745 - enterprise: *744 - organization: *746 - repository: *747 + check_run: *751 + installation: *746 + enterprise: *745 + organization: *747 + repository: *748 sender: *4 required: - check_run @@ -125434,10 +125449,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -126151,10 +126166,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -126862,10 +126877,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -127186,20 +127201,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &751 + commit_oid: &752 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *744 - installation: *745 - organization: *746 - ref: &752 + enterprise: *745 + installation: *746 + organization: *747 + ref: &753 description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *747 + repository: *748 sender: *4 required: - action @@ -127607,12 +127622,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *751 - enterprise: *744 - installation: *745 - organization: *746 - ref: *752 - repository: *747 + commit_oid: *752 + enterprise: *745 + installation: *746 + organization: *747 + ref: *753 + repository: *748 sender: *4 required: - action @@ -127895,12 +127910,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *751 - enterprise: *744 - installation: *745 - organization: *746 - ref: *752 - repository: *747 + commit_oid: *752 + enterprise: *745 + installation: *746 + organization: *747 + ref: *753 + repository: *748 sender: *4 required: - action @@ -128246,12 +128261,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *751 - enterprise: *744 - installation: *745 - organization: *746 - ref: *752 - repository: *747 + commit_oid: *752 + enterprise: *745 + installation: *746 + organization: *747 + ref: *753 + repository: *748 sender: *4 required: - action @@ -128541,9 +128556,9 @@ webhooks: type: - string - 'null' - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -128551,7 +128566,7 @@ webhooks: type: - string - 'null' - repository: *747 + repository: *748 sender: *4 required: - action @@ -128797,12 +128812,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *751 - enterprise: *744 - installation: *745 - organization: *746 - ref: *752 - repository: *747 + commit_oid: *752 + enterprise: *745 + installation: *746 + organization: *747 + ref: *753 + repository: *748 sender: *4 required: - action @@ -129123,10 +129138,10 @@ webhooks: - dismissed_reason - rule - tool - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -129386,10 +129401,10 @@ webhooks: - updated_at - author_association - body - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -129470,18 +129485,18 @@ webhooks: type: - string - 'null' - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *746 - pusher_type: &753 + organization: *747 + pusher_type: &754 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &754 + ref: &755 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -129491,7 +129506,7 @@ webhooks: enum: - tag - branch - repository: *747 + repository: *748 sender: *4 required: - ref @@ -129574,9 +129589,9 @@ webhooks: enum: - created definition: *291 - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 sender: *4 required: - action @@ -129661,9 +129676,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 sender: *4 required: - action @@ -129741,9 +129756,9 @@ webhooks: enum: - promote_to_enterprise definition: *291 - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 sender: *4 required: - action @@ -129821,9 +129836,9 @@ webhooks: enum: - updated definition: *291 - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 sender: *4 required: - action @@ -129900,10 +129915,10 @@ webhooks: type: string enum: - updated - enterprise: *744 - installation: *745 - repository: *747 - organization: *746 + enterprise: *745 + installation: *746 + repository: *748 + organization: *747 sender: *4 new_property_values: type: array @@ -129988,18 +130003,18 @@ webhooks: title: delete event type: object properties: - enterprise: *744 - installation: *745 - organization: *746 - pusher_type: *753 - ref: *754 + enterprise: *745 + installation: *746 + organization: *747 + pusher_type: *754 + ref: *755 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *747 + repository: *748 sender: *4 required: - ref @@ -130080,10 +130095,10 @@ webhooks: enum: - assignees_changed alert: *490 - installation: *745 - organization: *746 - enterprise: *744 - repository: *747 + installation: *746 + organization: *747 + enterprise: *745 + repository: *748 sender: *4 required: - action @@ -130164,10 +130179,10 @@ webhooks: enum: - auto_dismissed alert: *490 - installation: *745 - organization: *746 - enterprise: *744 - repository: *747 + installation: *746 + organization: *747 + enterprise: *745 + repository: *748 sender: *4 required: - action @@ -130249,10 +130264,10 @@ webhooks: enum: - auto_reopened alert: *490 - installation: *745 - organization: *746 - enterprise: *744 - repository: *747 + installation: *746 + organization: *747 + enterprise: *745 + repository: *748 sender: *4 required: - action @@ -130334,10 +130349,10 @@ webhooks: enum: - created alert: *490 - installation: *745 - organization: *746 - enterprise: *744 - repository: *747 + installation: *746 + organization: *747 + enterprise: *745 + repository: *748 sender: *4 required: - action @@ -130417,10 +130432,10 @@ webhooks: enum: - dismissed alert: *490 - installation: *745 - organization: *746 - enterprise: *744 - repository: *747 + installation: *746 + organization: *747 + enterprise: *745 + repository: *748 sender: *4 required: - action @@ -130500,10 +130515,10 @@ webhooks: enum: - fixed alert: *490 - installation: *745 - organization: *746 - enterprise: *744 - repository: *747 + installation: *746 + organization: *747 + enterprise: *745 + repository: *748 sender: *4 required: - action @@ -130584,10 +130599,10 @@ webhooks: enum: - reintroduced alert: *490 - installation: *745 - organization: *746 - enterprise: *744 - repository: *747 + installation: *746 + organization: *747 + enterprise: *745 + repository: *748 sender: *4 required: - action @@ -130667,10 +130682,10 @@ webhooks: enum: - reopened alert: *490 - installation: *745 - organization: *746 - enterprise: *744 - repository: *747 + installation: *746 + organization: *747 + enterprise: *745 + repository: *748 sender: *4 required: - action @@ -130747,9 +130762,9 @@ webhooks: type: string enum: - created - enterprise: *744 - installation: *745 - key: &755 + enterprise: *745 + installation: *746 + key: &756 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -130787,8 +130802,8 @@ webhooks: - verified - created_at - read_only - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -130865,11 +130880,11 @@ webhooks: type: string enum: - deleted - enterprise: *744 - installation: *745 - key: *755 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + key: *756 + organization: *747 + repository: *748 sender: *4 required: - action @@ -131436,12 +131451,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 - workflow: &759 + workflow: &760 title: Workflow type: - object @@ -132196,9 +132211,9 @@ webhooks: pull_requests: type: array items: *596 - repository: *747 - organization: *746 - installation: *745 + repository: *748 + organization: *747 + installation: *746 sender: *4 responses: '200': @@ -132269,7 +132284,7 @@ webhooks: type: string enum: - approved - approver: &756 + approver: &757 type: object properties: avatar_url: @@ -132312,11 +132327,11 @@ webhooks: type: string comment: type: string - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 - reviewers: &757 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 + reviewers: &758 type: array items: type: object @@ -132397,7 +132412,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &758 + workflow_job_run: &759 type: object properties: conclusion: @@ -133143,18 +133158,18 @@ webhooks: type: string enum: - rejected - approver: *756 + approver: *757 comment: type: string - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 - reviewers: *757 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 + reviewers: *758 sender: *4 since: type: string - workflow_job_run: *758 + workflow_job_run: *759 workflow_job_runs: type: array items: @@ -133871,13 +133886,13 @@ webhooks: type: string enum: - requested - enterprise: *744 + enterprise: *745 environment: type: string - installation: *745 - organization: *746 - repository: *747 - requestor: &764 + installation: *746 + organization: *747 + repository: *748 + requestor: &765 title: User type: - object @@ -135810,12 +135825,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 - workflow: *759 + workflow: *760 workflow_run: title: Deployment Workflow Run type: @@ -136506,7 +136521,7 @@ webhooks: type: string enum: - answered - answer: &762 + answer: &763 type: object properties: author_association: @@ -136666,11 +136681,11 @@ webhooks: - created_at - updated_at - body - discussion: *760 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + discussion: *761 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -136797,11 +136812,11 @@ webhooks: - from required: - category - discussion: *760 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + discussion: *761 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -136884,11 +136899,11 @@ webhooks: type: string enum: - closed - discussion: *760 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + discussion: *761 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -136970,7 +136985,7 @@ webhooks: type: string enum: - created - comment: &761 + comment: &762 type: object properties: author_association: @@ -137130,11 +137145,11 @@ webhooks: - updated_at - body - reactions - discussion: *760 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + discussion: *761 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -137217,12 +137232,12 @@ webhooks: type: string enum: - deleted - comment: *761 - discussion: *760 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + comment: *762 + discussion: *761 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -137317,12 +137332,12 @@ webhooks: - from required: - body - comment: *761 - discussion: *760 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + comment: *762 + discussion: *761 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -137406,11 +137421,11 @@ webhooks: type: string enum: - created - discussion: *760 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + discussion: *761 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -137492,11 +137507,11 @@ webhooks: type: string enum: - deleted - discussion: *760 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + discussion: *761 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -137596,11 +137611,11 @@ webhooks: type: string required: - from - discussion: *760 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + discussion: *761 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -137682,10 +137697,10 @@ webhooks: type: string enum: - labeled - discussion: *760 - enterprise: *744 - installation: *745 - label: &763 + discussion: *761 + enterprise: *745 + installation: *746 + label: &764 title: Label type: object properties: @@ -137718,8 +137733,8 @@ webhooks: - color - default - description - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -137802,11 +137817,11 @@ webhooks: type: string enum: - locked - discussion: *760 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + discussion: *761 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -137888,11 +137903,11 @@ webhooks: type: string enum: - pinned - discussion: *760 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + discussion: *761 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -137974,11 +137989,11 @@ webhooks: type: string enum: - reopened - discussion: *760 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + discussion: *761 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -138063,16 +138078,16 @@ webhooks: changes: type: object properties: - new_discussion: *760 - new_repository: *747 + new_discussion: *761 + new_repository: *748 required: - new_discussion - new_repository - discussion: *760 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + discussion: *761 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -138155,10 +138170,10 @@ webhooks: type: string enum: - unanswered - discussion: *760 - old_answer: *762 - organization: *746 - repository: *747 + discussion: *761 + old_answer: *763 + organization: *747 + repository: *748 sender: *4 required: - action @@ -138240,12 +138255,12 @@ webhooks: type: string enum: - unlabeled - discussion: *760 - enterprise: *744 - installation: *745 - label: *763 - organization: *746 - repository: *747 + discussion: *761 + enterprise: *745 + installation: *746 + label: *764 + organization: *747 + repository: *748 sender: *4 required: - action @@ -138328,11 +138343,11 @@ webhooks: type: string enum: - unlocked - discussion: *760 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + discussion: *761 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -138414,11 +138429,11 @@ webhooks: type: string enum: - unpinned - discussion: *760 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + discussion: *761 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -138491,7 +138506,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *744 + enterprise: *745 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -139169,9 +139184,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *745 - organization: *746 - repository: *747 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - forkee @@ -139317,9 +139332,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 pages: description: The pages that were updated. type: array @@ -139357,7 +139372,7 @@ webhooks: - action - sha - html_url - repository: *747 + repository: *748 sender: *4 required: - pages @@ -139433,10 +139448,10 @@ webhooks: type: string enum: - created - enterprise: *744 + enterprise: *745 installation: *20 - organization: *746 - repositories: &765 + organization: *747 + repositories: &766 description: An array of repository objects that the installation can access. type: array @@ -139462,8 +139477,8 @@ webhooks: - name - full_name - private - repository: *747 - requester: *764 + repository: *748 + requester: *765 sender: *4 required: - action @@ -139538,11 +139553,11 @@ webhooks: type: string enum: - deleted - enterprise: *744 + enterprise: *745 installation: *20 - organization: *746 - repositories: *765 - repository: *747 + organization: *747 + repositories: *766 + repository: *748 requester: type: - 'null' @@ -139619,11 +139634,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *744 + enterprise: *745 installation: *20 - organization: *746 - repositories: *765 - repository: *747 + organization: *747 + repositories: *766 + repository: *748 requester: type: - 'null' @@ -139700,10 +139715,10 @@ webhooks: type: string enum: - added - enterprise: *744 + enterprise: *745 installation: *20 - organization: *746 - repositories_added: &766 + organization: *747 + repositories_added: &767 description: An array of repository objects, which were added to the installation. type: array @@ -139749,15 +139764,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *747 - repository_selection: &767 + repository: *748 + repository_selection: &768 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *764 + requester: *765 sender: *4 required: - action @@ -139836,10 +139851,10 @@ webhooks: type: string enum: - removed - enterprise: *744 + enterprise: *745 installation: *20 - organization: *746 - repositories_added: *766 + organization: *747 + repositories_added: *767 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -139866,9 +139881,9 @@ webhooks: - name - full_name - private - repository: *747 - repository_selection: *767 - requester: *764 + repository: *748 + repository_selection: *768 + requester: *765 sender: *4 required: - action @@ -139947,11 +139962,11 @@ webhooks: type: string enum: - suspend - enterprise: *744 + enterprise: *745 installation: *20 - organization: *746 - repositories: *765 - repository: *747 + organization: *747 + repositories: *766 + repository: *748 requester: type: - 'null' @@ -140133,10 +140148,10 @@ webhooks: type: string required: - from - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 target_type: type: string @@ -140215,11 +140230,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *744 + enterprise: *745 installation: *20 - organization: *746 - repositories: *765 - repository: *747 + organization: *747 + repositories: *766 + repository: *748 requester: type: - 'null' @@ -140475,8 +140490,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -141288,8 +141303,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141650,8 +141665,8 @@ webhooks: - state - locked - assignee - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -141731,7 +141746,7 @@ webhooks: type: string enum: - deleted - comment: &768 + comment: &769 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -141906,8 +141921,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -142715,8 +142730,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143079,8 +143094,8 @@ webhooks: - state - locked - assignee - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -143160,7 +143175,7 @@ webhooks: type: string enum: - edited - changes: &792 + changes: &793 description: The changes to the comment. type: object properties: @@ -143172,9 +143187,9 @@ webhooks: type: string required: - from - comment: *768 - enterprise: *744 - installation: *745 + comment: *769 + enterprise: *745 + installation: *746 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -143985,8 +144000,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144347,8 +144362,8 @@ webhooks: - state - locked - assignee - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -144429,9 +144444,9 @@ webhooks: type: string enum: - pinned - comment: *768 - enterprise: *744 - installation: *745 + comment: *769 + enterprise: *745 + installation: *746 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -145244,8 +145259,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145608,8 +145623,8 @@ webhooks: - state - locked - assignee - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -145689,9 +145704,9 @@ webhooks: type: string enum: - unpinned - comment: *768 - enterprise: *744 - installation: *745 + comment: *769 + enterprise: *745 + installation: *746 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -146504,8 +146519,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146868,8 +146883,8 @@ webhooks: - state - locked - assignee - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -146958,9 +146973,9 @@ webhooks: type: number blocking_issue: *82 blocking_issue_repo: *78 - installation: *745 - organization: *746 - repository: *747 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -147049,9 +147064,9 @@ webhooks: type: number blocking_issue: *82 blocking_issue_repo: *78 - installation: *745 - organization: *746 - repository: *747 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -147139,9 +147154,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *82 - installation: *745 - organization: *746 - repository: *747 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -147230,9 +147245,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *82 - installation: *745 - organization: *746 - repository: *747 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -147312,10 +147327,10 @@ webhooks: type: string enum: - assigned - assignee: *764 - enterprise: *744 - installation: *745 - issue: &769 + assignee: *765 + enterprise: *745 + installation: *746 + issue: &770 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -148126,8 +148141,8 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 issue_field_values: type: array items: *547 @@ -148250,8 +148265,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -148331,8 +148346,8 @@ webhooks: type: string enum: - closed - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -149148,8 +149163,8 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 issue_field_values: type: array items: *547 @@ -149415,8 +149430,8 @@ webhooks: required: - state - closed_at - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -149495,8 +149510,8 @@ webhooks: type: string enum: - deleted - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -150303,8 +150318,8 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 issue_field_values: type: array items: *547 @@ -150426,8 +150441,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -150506,8 +150521,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -151337,8 +151352,8 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 issue_field_values: type: array items: *547 @@ -151439,7 +151454,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &770 + milestone: &771 title: Milestone description: A collection of related issues and pull requests. type: object @@ -151582,8 +151597,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -151682,8 +151697,8 @@ webhooks: type: string required: - from - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -152494,8 +152509,8 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 issue_field_values: type: array items: *547 @@ -152618,9 +152633,9 @@ webhooks: - active_lock_reason - body - reactions - label: *763 - organization: *746 - repository: *747 + label: *764 + organization: *747 + repository: *748 sender: *4 required: - action @@ -152700,9 +152715,9 @@ webhooks: type: string enum: - field_added - enterprise: *744 - installation: *745 - issue: *769 + enterprise: *745 + installation: *746 + issue: *770 issue_field: type: object description: The issue field whose value was set or updated on the @@ -152868,8 +152883,8 @@ webhooks: - id required: - from - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -152949,9 +152964,9 @@ webhooks: type: string enum: - field_removed - enterprise: *744 - installation: *745 - issue: *769 + enterprise: *745 + installation: *746 + issue: *770 issue_field: type: object description: The issue field whose value was cleared from the issue. @@ -153038,8 +153053,8 @@ webhooks: - 'null' required: - id - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -153119,8 +153134,8 @@ webhooks: type: string enum: - labeled - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -153930,8 +153945,8 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 issue_field_values: type: array items: *547 @@ -154054,9 +154069,9 @@ webhooks: - active_lock_reason - body - reactions - label: *763 - organization: *746 - repository: *747 + label: *764 + organization: *747 + repository: *748 sender: *4 required: - action @@ -154136,8 +154151,8 @@ webhooks: type: string enum: - locked - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -154972,8 +154987,8 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 issue_field_values: type: array items: *547 @@ -155073,8 +155088,8 @@ webhooks: format: uri user_view_type: type: string - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -155153,8 +155168,8 @@ webhooks: type: string enum: - milestoned - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -155983,8 +155998,8 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 issue_field_values: type: array items: *547 @@ -156084,9 +156099,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *770 - organization: *746 - repository: *747 + milestone: *771 + organization: *747 + repository: *748 sender: *4 required: - action @@ -156973,8 +156988,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 issue_field_values: type: array items: *547 @@ -157569,8 +157584,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -158377,8 +158392,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 issue_field_values: type: array items: *547 @@ -158504,8 +158519,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -158585,9 +158600,9 @@ webhooks: type: string enum: - pinned - enterprise: *744 - installation: *745 - issue: &771 + enterprise: *745 + installation: *746 + issue: &772 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -159392,8 +159407,8 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 issue_field_values: type: array items: *547 @@ -159515,8 +159530,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -159595,8 +159610,8 @@ webhooks: type: string enum: - reopened - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -160429,8 +160444,8 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 issue_field_values: type: array items: *547 @@ -160531,8 +160546,8 @@ webhooks: user_view_type: type: string type: *245 - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -161420,8 +161435,8 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 issue_field_values: type: array items: *547 @@ -162034,11 +162049,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *744 - installation: *745 - issue: *771 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + issue: *772 + organization: *747 + repository: *748 sender: *4 required: - action @@ -162118,12 +162133,12 @@ webhooks: type: string enum: - typed - enterprise: *744 - installation: *745 - issue: *769 + enterprise: *745 + installation: *746 + issue: *770 type: *245 - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -162204,7 +162219,7 @@ webhooks: type: string enum: - unassigned - assignee: &795 + assignee: &796 title: User type: - object @@ -162276,11 +162291,11 @@ webhooks: required: - login - id - enterprise: *744 - installation: *745 - issue: *769 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + issue: *770 + organization: *747 + repository: *748 sender: *4 required: - action @@ -162359,12 +162374,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *744 - installation: *745 - issue: *769 - label: *763 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + issue: *770 + label: *764 + organization: *747 + repository: *748 sender: *4 required: - action @@ -162444,8 +162459,8 @@ webhooks: type: string enum: - unlocked - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -163278,8 +163293,8 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 issue_field_values: type: array items: *547 @@ -163379,8 +163394,8 @@ webhooks: format: uri user_view_type: type: string - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -163460,11 +163475,11 @@ webhooks: type: string enum: - unpinned - enterprise: *744 - installation: *745 - issue: *771 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + issue: *772 + organization: *747 + repository: *748 sender: *4 required: - action @@ -163543,12 +163558,12 @@ webhooks: type: string enum: - untyped - enterprise: *744 - installation: *745 - issue: *769 + enterprise: *745 + installation: *746 + issue: *770 type: *245 - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -163628,11 +163643,11 @@ webhooks: type: string enum: - created - enterprise: *744 - installation: *745 - label: *763 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + label: *764 + organization: *747 + repository: *748 sender: *4 required: - action @@ -163710,11 +163725,11 @@ webhooks: type: string enum: - deleted - enterprise: *744 - installation: *745 - label: *763 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + label: *764 + organization: *747 + repository: *748 sender: *4 required: - action @@ -163824,11 +163839,11 @@ webhooks: type: string required: - from - enterprise: *744 - installation: *745 - label: *763 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + label: *764 + organization: *747 + repository: *748 sender: *4 required: - action @@ -163910,9 +163925,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *744 - installation: *745 - marketplace_purchase: &772 + enterprise: *745 + installation: *746 + marketplace_purchase: &773 title: Marketplace Purchase type: object required: @@ -164000,8 +164015,8 @@ webhooks: type: integer unit_count: type: integer - organization: *746 - previous_marketplace_purchase: &773 + organization: *747 + previous_marketplace_purchase: &774 title: Marketplace Purchase type: object properties: @@ -164085,7 +164100,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *747 + repository: *748 sender: *4 required: - action @@ -164165,10 +164180,10 @@ webhooks: - changed effective_date: type: string - enterprise: *744 - installation: *745 - marketplace_purchase: *772 - organization: *746 + enterprise: *745 + installation: *746 + marketplace_purchase: *773 + organization: *747 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -164256,7 +164271,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *747 + repository: *748 sender: *4 required: - action @@ -164338,10 +164353,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *744 - installation: *745 - marketplace_purchase: *772 - organization: *746 + enterprise: *745 + installation: *746 + marketplace_purchase: *773 + organization: *747 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -164427,7 +164442,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *747 + repository: *748 sender: *4 required: - action @@ -164508,8 +164523,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 marketplace_purchase: title: Marketplace Purchase type: object @@ -164595,9 +164610,9 @@ webhooks: type: integer unit_count: type: integer - organization: *746 - previous_marketplace_purchase: *773 - repository: *747 + organization: *747 + previous_marketplace_purchase: *774 + repository: *748 sender: *4 required: - action @@ -164677,12 +164692,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *744 - installation: *745 - marketplace_purchase: *772 - organization: *746 - previous_marketplace_purchase: *773 - repository: *747 + enterprise: *745 + installation: *746 + marketplace_purchase: *773 + organization: *747 + previous_marketplace_purchase: *774 + repository: *748 sender: *4 required: - action @@ -164784,11 +164799,11 @@ webhooks: type: string required: - to - enterprise: *744 - installation: *745 - member: *764 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + member: *765 + organization: *747 + repository: *748 sender: *4 required: - action @@ -164890,11 +164905,11 @@ webhooks: type: - string - 'null' - enterprise: *744 - installation: *745 - member: *764 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + member: *765 + organization: *747 + repository: *748 sender: *4 required: - action @@ -164973,11 +164988,11 @@ webhooks: type: string enum: - removed - enterprise: *744 - installation: *745 - member: *764 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + member: *765 + organization: *747 + repository: *748 sender: *4 required: - action @@ -165055,11 +165070,11 @@ webhooks: type: string enum: - added - enterprise: *744 - installation: *745 - member: *764 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + member: *765 + organization: *747 + repository: *748 scope: description: The scope of the membership. Currently, can only be `team`. @@ -165137,7 +165152,7 @@ webhooks: required: - login - id - team: &774 + team: &775 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -165367,11 +165382,11 @@ webhooks: type: string enum: - removed - enterprise: *744 - installation: *745 - member: *764 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + member: *765 + organization: *747 + repository: *748 scope: description: The scope of the membership. Currently, can only be `team`. @@ -165450,7 +165465,7 @@ webhooks: required: - login - id - team: *774 + team: *775 required: - action - scope @@ -165532,8 +165547,8 @@ webhooks: type: string enum: - checks_requested - installation: *745 - merge_group: &775 + installation: *746 + merge_group: &776 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -165559,8 +165574,8 @@ webhooks: - base_sha - base_ref - head_commit - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -165646,10 +165661,10 @@ webhooks: - merged - invalidated - dequeued - installation: *745 - merge_group: *775 - organization: *746 - repository: *747 + installation: *746 + merge_group: *776 + organization: *747 + repository: *748 sender: *4 required: - action @@ -165722,7 +165737,7 @@ webhooks: type: string enum: - deleted - enterprise: *744 + enterprise: *745 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -165831,12 +165846,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *745 - organization: *746 + installation: *746 + organization: *747 repository: anyOf: - type: 'null' - - *747 + - *748 sender: *4 required: - action @@ -165916,11 +165931,11 @@ webhooks: type: string enum: - closed - enterprise: *744 - installation: *745 - milestone: *770 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + milestone: *771 + organization: *747 + repository: *748 sender: *4 required: - action @@ -165999,9 +166014,9 @@ webhooks: type: string enum: - created - enterprise: *744 - installation: *745 - milestone: &776 + enterprise: *745 + installation: *746 + milestone: &777 title: Milestone description: A collection of related issues and pull requests. type: object @@ -166143,8 +166158,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -166223,11 +166238,11 @@ webhooks: type: string enum: - deleted - enterprise: *744 - installation: *745 - milestone: *770 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + milestone: *771 + organization: *747 + repository: *748 sender: *4 required: - action @@ -166337,11 +166352,11 @@ webhooks: type: string required: - from - enterprise: *744 - installation: *745 - milestone: *770 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + milestone: *771 + organization: *747 + repository: *748 sender: *4 required: - action @@ -166421,11 +166436,11 @@ webhooks: type: string enum: - opened - enterprise: *744 - installation: *745 - milestone: *776 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + milestone: *777 + organization: *747 + repository: *748 sender: *4 required: - action @@ -166504,11 +166519,11 @@ webhooks: type: string enum: - blocked - blocked_user: *764 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + blocked_user: *765 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -166587,11 +166602,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *764 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + blocked_user: *765 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -166670,9 +166685,9 @@ webhooks: type: string enum: - deleted - enterprise: *744 - installation: *745 - membership: &777 + enterprise: *745 + installation: *746 + membership: &778 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -166782,8 +166797,8 @@ webhooks: - role - organization_url - user - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -166861,11 +166876,11 @@ webhooks: type: string enum: - member_added - enterprise: *744 - installation: *745 - membership: *777 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + membership: *778 + organization: *747 + repository: *748 sender: *4 required: - action @@ -166944,8 +166959,8 @@ webhooks: type: string enum: - member_invited - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -167067,10 +167082,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 - user: *764 + user: *765 required: - action - invitation @@ -167148,11 +167163,11 @@ webhooks: type: string enum: - member_removed - enterprise: *744 - installation: *745 - membership: *777 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + membership: *778 + organization: *747 + repository: *748 sender: *4 required: - action @@ -167239,11 +167254,11 @@ webhooks: properties: from: type: string - enterprise: *744 - installation: *745 - membership: *777 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + membership: *778 + organization: *747 + repository: *748 sender: *4 required: - action @@ -167320,9 +167335,9 @@ webhooks: type: string enum: - published - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 package: description: Information about the package. type: object @@ -167845,7 +167860,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &778 + items: &779 title: Ruby Gems metadata type: object properties: @@ -167942,7 +167957,7 @@ webhooks: - owner - package_version - registry - repository: *747 + repository: *748 sender: *4 required: - action @@ -168018,9 +168033,9 @@ webhooks: type: string enum: - updated - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 package: description: Information about the package. type: object @@ -168382,7 +168397,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *778 + items: *779 source_url: type: string format: uri @@ -168453,7 +168468,7 @@ webhooks: - owner - package_version - registry - repository: *747 + repository: *748 sender: *4 required: - action @@ -168633,12 +168648,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *744 + enterprise: *745 id: type: integer - installation: *745 - organization: *746 - repository: *747 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - id @@ -168715,7 +168730,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &779 + personal_access_token_request: &780 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -168865,10 +168880,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *744 - organization: *746 + enterprise: *745 + organization: *747 sender: *4 - installation: *745 + installation: *746 required: - action - personal_access_token_request @@ -168945,11 +168960,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *779 - enterprise: *744 - organization: *746 + personal_access_token_request: *780 + enterprise: *745 + organization: *747 sender: *4 - installation: *745 + installation: *746 required: - action - personal_access_token_request @@ -169025,11 +169040,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *779 - enterprise: *744 - organization: *746 + personal_access_token_request: *780 + enterprise: *745 + organization: *747 sender: *4 - installation: *745 + installation: *746 required: - action - personal_access_token_request @@ -169104,11 +169119,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *779 - organization: *746 - enterprise: *744 + personal_access_token_request: *780 + organization: *747 + enterprise: *745 sender: *4 - installation: *745 + installation: *746 required: - action - personal_access_token_request @@ -169213,7 +169228,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *780 + last_response: *781 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -169245,8 +169260,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 zen: description: Random string of GitHub zen. @@ -169491,10 +169506,10 @@ webhooks: - from required: - note - enterprise: *744 - installation: *745 - organization: *746 - project_card: &781 + enterprise: *745 + installation: *746 + organization: *747 + project_card: &782 title: Project Card type: object properties: @@ -169617,7 +169632,7 @@ webhooks: - creator - created_at - updated_at - repository: *747 + repository: *748 sender: *4 required: - action @@ -169698,11 +169713,11 @@ webhooks: type: string enum: - created - enterprise: *744 - installation: *745 - organization: *746 - project_card: *781 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + project_card: *782 + repository: *748 sender: *4 required: - action @@ -169782,9 +169797,9 @@ webhooks: type: string enum: - deleted - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 project_card: title: Project Card type: object @@ -169914,7 +169929,7 @@ webhooks: repository: anyOf: - type: 'null' - - *747 + - *748 sender: *4 required: - action @@ -170008,11 +170023,11 @@ webhooks: - from required: - note - enterprise: *744 - installation: *745 - organization: *746 - project_card: *781 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + project_card: *782 + repository: *748 sender: *4 required: - action @@ -170106,9 +170121,9 @@ webhooks: - from required: - column_id - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 project_card: allOf: - title: Project Card @@ -170305,7 +170320,7 @@ webhooks: type: string required: - after_id - repository: *747 + repository: *748 sender: *4 required: - action @@ -170385,10 +170400,10 @@ webhooks: type: string enum: - closed - enterprise: *744 - installation: *745 - organization: *746 - project: &783 + enterprise: *745 + installation: *746 + organization: *747 + project: &784 title: Project type: object properties: @@ -170515,7 +170530,7 @@ webhooks: - creator - created_at - updated_at - repository: *747 + repository: *748 sender: *4 required: - action @@ -170595,10 +170610,10 @@ webhooks: type: string enum: - created - enterprise: *744 - installation: *745 - organization: *746 - project_column: &782 + enterprise: *745 + installation: *746 + organization: *747 + project_column: &783 title: Project Column type: object properties: @@ -170638,7 +170653,7 @@ webhooks: - name - created_at - updated_at - repository: *747 + repository: *748 sender: *4 required: - action @@ -170717,14 +170732,14 @@ webhooks: type: string enum: - deleted - enterprise: *744 - installation: *745 - organization: *746 - project_column: *782 + enterprise: *745 + installation: *746 + organization: *747 + project_column: *783 repository: anyOf: - type: 'null' - - *747 + - *748 sender: *4 required: - action @@ -170813,11 +170828,11 @@ webhooks: type: string required: - from - enterprise: *744 - installation: *745 - organization: *746 - project_column: *782 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + project_column: *783 + repository: *748 sender: *4 required: - action @@ -170897,11 +170912,11 @@ webhooks: type: string enum: - moved - enterprise: *744 - installation: *745 - organization: *746 - project_column: *782 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + project_column: *783 + repository: *748 sender: *4 required: - action @@ -170981,11 +170996,11 @@ webhooks: type: string enum: - created - enterprise: *744 - installation: *745 - organization: *746 - project: *783 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + project: *784 + repository: *748 sender: *4 required: - action @@ -171065,14 +171080,14 @@ webhooks: type: string enum: - deleted - enterprise: *744 - installation: *745 - organization: *746 - project: *783 + enterprise: *745 + installation: *746 + organization: *747 + project: *784 repository: anyOf: - type: 'null' - - *747 + - *748 sender: *4 required: - action @@ -171173,11 +171188,11 @@ webhooks: type: string required: - from - enterprise: *744 - installation: *745 - organization: *746 - project: *783 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + project: *784 + repository: *748 sender: *4 required: - action @@ -171256,11 +171271,11 @@ webhooks: type: string enum: - reopened - enterprise: *744 - installation: *745 - organization: *746 - project: *783 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + project: *784 + repository: *748 sender: *4 required: - action @@ -171341,8 +171356,8 @@ webhooks: type: string enum: - closed - installation: *745 - organization: *746 + installation: *746 + organization: *747 projects_v2: *278 sender: *4 required: @@ -171424,8 +171439,8 @@ webhooks: type: string enum: - created - installation: *745 - organization: *746 + installation: *746 + organization: *747 projects_v2: *278 sender: *4 required: @@ -171507,8 +171522,8 @@ webhooks: type: string enum: - deleted - installation: *745 - organization: *746 + installation: *746 + organization: *747 projects_v2: *278 sender: *4 required: @@ -171630,8 +171645,8 @@ webhooks: type: string to: type: string - installation: *745 - organization: *746 + installation: *746 + organization: *747 projects_v2: *278 sender: *4 required: @@ -171715,7 +171730,7 @@ webhooks: type: string enum: - archived - changes: &787 + changes: &788 type: object properties: archived_at: @@ -171731,9 +171746,9 @@ webhooks: - string - 'null' format: date-time - installation: *745 - organization: *746 - projects_v2_item: &784 + installation: *746 + organization: *747 + projects_v2_item: &785 title: Projects v2 Item description: An item belonging to a project type: object @@ -171873,9 +171888,9 @@ webhooks: - 'null' to: type: string - installation: *745 - organization: *746 - projects_v2_item: *784 + installation: *746 + organization: *747 + projects_v2_item: *785 sender: *4 required: - action @@ -171957,9 +171972,9 @@ webhooks: type: string enum: - created - installation: *745 - organization: *746 - projects_v2_item: *784 + installation: *746 + organization: *747 + projects_v2_item: *785 sender: *4 required: - action @@ -172040,9 +172055,9 @@ webhooks: type: string enum: - deleted - installation: *745 - organization: *746 - projects_v2_item: *784 + installation: *746 + organization: *747 + projects_v2_item: *785 sender: *4 required: - action @@ -172147,7 +172162,7 @@ webhooks: oneOf: - type: string - type: integer - - &785 + - &786 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -172171,7 +172186,7 @@ webhooks: required: - id - name - - &786 + - &787 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -172211,8 +172226,8 @@ webhooks: oneOf: - type: string - type: integer - - *785 - *786 + - *787 type: - 'null' - string @@ -172235,9 +172250,9 @@ webhooks: - 'null' required: - body - installation: *745 - organization: *746 - projects_v2_item: *784 + installation: *746 + organization: *747 + projects_v2_item: *785 sender: *4 required: - action @@ -172334,9 +172349,9 @@ webhooks: type: - string - 'null' - installation: *745 - organization: *746 - projects_v2_item: *784 + installation: *746 + organization: *747 + projects_v2_item: *785 sender: *4 required: - action @@ -172419,10 +172434,10 @@ webhooks: type: string enum: - restored - changes: *787 - installation: *745 - organization: *746 - projects_v2_item: *784 + changes: *788 + installation: *746 + organization: *747 + projects_v2_item: *785 sender: *4 required: - action @@ -172504,8 +172519,8 @@ webhooks: type: string enum: - reopened - installation: *745 - organization: *746 + installation: *746 + organization: *747 projects_v2: *278 sender: *4 required: @@ -172587,9 +172602,9 @@ webhooks: type: string enum: - created - installation: *745 - organization: *746 - projects_v2_status_update: *788 + installation: *746 + organization: *747 + projects_v2_status_update: *789 sender: *4 required: - action @@ -172670,9 +172685,9 @@ webhooks: type: string enum: - deleted - installation: *745 - organization: *746 - projects_v2_status_update: *788 + installation: *746 + organization: *747 + projects_v2_status_update: *789 sender: *4 required: - action @@ -172818,9 +172833,9 @@ webhooks: - string - 'null' format: date - installation: *745 - organization: *746 - projects_v2_status_update: *788 + installation: *746 + organization: *747 + projects_v2_status_update: *789 sender: *4 required: - action @@ -172891,10 +172906,10 @@ webhooks: title: public event type: object properties: - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - repository @@ -172971,13 +172986,13 @@ webhooks: type: string enum: - assigned - assignee: *764 - enterprise: *744 - installation: *745 - number: &789 + assignee: *765 + enterprise: *745 + installation: *746 + number: &790 description: The pull request number. type: integer - organization: *746 + organization: *747 pull_request: title: Pull Request type: object @@ -175348,7 +175363,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *747 + repository: *748 sender: *4 required: - action @@ -175430,11 +175445,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 number: type: integer - organization: *746 + organization: *747 pull_request: title: Pull Request type: object @@ -177798,7 +177813,7 @@ webhooks: - draft reason: type: string - repository: *747 + repository: *748 sender: *4 required: - action @@ -177880,11 +177895,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 number: type: integer - organization: *746 + organization: *747 pull_request: title: Pull Request type: object @@ -180248,7 +180263,7 @@ webhooks: - draft reason: type: string - repository: *747 + repository: *748 sender: *4 required: - action @@ -180330,11 +180345,11 @@ webhooks: type: string enum: - closed - enterprise: *744 - installation: *745 - number: *789 - organization: *746 - pull_request: &790 + enterprise: *745 + installation: *746 + number: *790 + organization: *747 + pull_request: &791 allOf: - *596 - type: object @@ -180398,7 +180413,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *747 + repository: *748 sender: *4 required: - action @@ -180479,12 +180494,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *744 - installation: *745 - number: *789 - organization: *746 - pull_request: *790 - repository: *747 + enterprise: *745 + installation: *746 + number: *790 + organization: *747 + pull_request: *791 + repository: *748 sender: *4 required: - action @@ -180564,11 +180579,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *744 + enterprise: *745 milestone: *281 - number: *789 - organization: *746 - pull_request: &791 + number: *790 + organization: *747 + pull_request: &792 title: Pull Request type: object properties: @@ -182917,7 +182932,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *747 + repository: *748 sender: *4 required: - action @@ -182996,11 +183011,11 @@ webhooks: type: string enum: - dequeued - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 number: type: integer - organization: *746 + organization: *747 pull_request: title: Pull Request type: object @@ -185368,7 +185383,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *747 + repository: *748 sender: *4 required: - action @@ -185492,12 +185507,12 @@ webhooks: type: string required: - from - enterprise: *744 - installation: *745 - number: *789 - organization: *746 - pull_request: *790 - repository: *747 + enterprise: *745 + installation: *746 + number: *790 + organization: *747 + pull_request: *791 + repository: *748 sender: *4 required: - action @@ -185577,11 +185592,11 @@ webhooks: type: string enum: - enqueued - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 number: type: integer - organization: *746 + organization: *747 pull_request: title: Pull Request type: object @@ -187934,7 +187949,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *747 + repository: *748 sender: *4 required: - action @@ -188014,11 +188029,11 @@ webhooks: type: string enum: - labeled - enterprise: *744 - installation: *745 - label: *763 - number: *789 - organization: *746 + enterprise: *745 + installation: *746 + label: *764 + number: *790 + organization: *747 pull_request: title: Pull Request type: object @@ -190388,7 +190403,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *747 + repository: *748 sender: *4 required: - action @@ -190469,10 +190484,10 @@ webhooks: type: string enum: - locked - enterprise: *744 - installation: *745 - number: *789 - organization: *746 + enterprise: *745 + installation: *746 + number: *790 + organization: *747 pull_request: title: Pull Request type: object @@ -192840,7 +192855,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *747 + repository: *748 sender: *4 required: - action @@ -192920,12 +192935,12 @@ webhooks: type: string enum: - milestoned - enterprise: *744 + enterprise: *745 milestone: *281 - number: *789 - organization: *746 - pull_request: *791 - repository: *747 + number: *790 + organization: *747 + pull_request: *792 + repository: *748 sender: *4 required: - action @@ -193004,12 +193019,12 @@ webhooks: type: string enum: - opened - enterprise: *744 - installation: *745 - number: *789 - organization: *746 - pull_request: *790 - repository: *747 + enterprise: *745 + installation: *746 + number: *790 + organization: *747 + pull_request: *791 + repository: *748 sender: *4 required: - action @@ -193090,12 +193105,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *744 - installation: *745 - number: *789 - organization: *746 - pull_request: *790 - repository: *747 + enterprise: *745 + installation: *746 + number: *790 + organization: *747 + pull_request: *791 + repository: *748 sender: *4 required: - action @@ -193175,12 +193190,12 @@ webhooks: type: string enum: - reopened - enterprise: *744 - installation: *745 - number: *789 - organization: *746 - pull_request: *790 - repository: *747 + enterprise: *745 + installation: *746 + number: *790 + organization: *747 + pull_request: *791 + repository: *748 sender: *4 required: - action @@ -193555,9 +193570,9 @@ webhooks: - start_side - side - reactions - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 pull_request: type: object properties: @@ -195809,7 +195824,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *747 + repository: *748 sender: *4 required: - action @@ -195889,7 +195904,7 @@ webhooks: type: string enum: - deleted - comment: &793 + comment: &794 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -196182,9 +196197,9 @@ webhooks: - start_side - side - reactions - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 pull_request: type: object properties: @@ -198424,7 +198439,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *747 + repository: *748 sender: *4 required: - action @@ -198504,11 +198519,11 @@ webhooks: type: string enum: - edited - changes: *792 - comment: *793 - enterprise: *744 - installation: *745 - organization: *746 + changes: *793 + comment: *794 + enterprise: *745 + installation: *746 + organization: *747 pull_request: type: object properties: @@ -200751,7 +200766,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *747 + repository: *748 sender: *4 required: - action @@ -200832,9 +200847,9 @@ webhooks: type: string enum: - dismissed - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 pull_request: title: Simple Pull Request type: object @@ -203089,7 +203104,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *747 + repository: *748 review: description: The review that was affected. type: object @@ -203340,9 +203355,9 @@ webhooks: type: string required: - from - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 pull_request: title: Simple Pull Request type: object @@ -205456,8 +205471,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *747 - review: &794 + repository: *748 + review: &795 description: The review that was affected. type: object properties: @@ -205695,12 +205710,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 number: description: The pull request number. type: integer - organization: *746 + organization: *747 pull_request: title: Pull Request type: object @@ -208069,7 +208084,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *747 + repository: *748 requested_reviewer: title: User type: @@ -208155,12 +208170,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 number: description: The pull request number. type: integer - organization: *746 + organization: *747 pull_request: title: Pull Request type: object @@ -210536,7 +210551,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *747 + repository: *748 requested_team: title: Team description: Groups of organization members that gives permissions @@ -210731,12 +210746,12 @@ webhooks: type: string enum: - review_requested - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 number: description: The pull request number. type: integer - organization: *746 + organization: *747 pull_request: title: Pull Request type: object @@ -213107,7 +213122,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *747 + repository: *748 requested_reviewer: title: User type: @@ -213194,12 +213209,12 @@ webhooks: type: string enum: - review_requested - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 number: description: The pull request number. type: integer - organization: *746 + organization: *747 pull_request: title: Pull Request type: object @@ -215561,7 +215576,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *747 + repository: *748 requested_team: title: Team description: Groups of organization members that gives permissions @@ -215745,9 +215760,9 @@ webhooks: type: string enum: - submitted - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 pull_request: title: Simple Pull Request type: object @@ -218005,8 +218020,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *747 - review: *794 + repository: *748 + review: *795 sender: *4 required: - action @@ -218086,9 +218101,9 @@ webhooks: type: string enum: - resolved - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 pull_request: title: Simple Pull Request type: object @@ -220241,7 +220256,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *747 + repository: *748 sender: *4 thread: type: object @@ -220638,9 +220653,9 @@ webhooks: type: string enum: - unresolved - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 pull_request: title: Simple Pull Request type: object @@ -222776,7 +222791,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *747 + repository: *748 sender: *4 thread: type: object @@ -223175,10 +223190,10 @@ webhooks: type: string before: type: string - enterprise: *744 - installation: *745 - number: *789 - organization: *746 + enterprise: *745 + installation: *746 + number: *790 + organization: *747 pull_request: title: Pull Request type: object @@ -225535,7 +225550,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *747 + repository: *748 sender: *4 required: - action @@ -225617,11 +225632,11 @@ webhooks: type: string enum: - unassigned - assignee: *795 - enterprise: *744 - installation: *745 - number: *789 - organization: *746 + assignee: *796 + enterprise: *745 + installation: *746 + number: *790 + organization: *747 pull_request: title: Pull Request type: object @@ -227993,7 +228008,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *747 + repository: *748 sender: *4 required: - action @@ -228072,11 +228087,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *744 - installation: *745 - label: *763 - number: *789 - organization: *746 + enterprise: *745 + installation: *746 + label: *764 + number: *790 + organization: *747 pull_request: title: Pull Request type: object @@ -230437,7 +230452,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *747 + repository: *748 sender: *4 required: - action @@ -230518,10 +230533,10 @@ webhooks: type: string enum: - unlocked - enterprise: *744 - installation: *745 - number: *789 - organization: *746 + enterprise: *745 + installation: *746 + number: *790 + organization: *747 pull_request: title: Pull Request type: object @@ -232872,7 +232887,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *747 + repository: *748 sender: *4 required: - action @@ -233075,7 +233090,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *744 + enterprise: *745 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -233170,8 +233185,8 @@ webhooks: - url - author - committer - installation: *745 - organization: *746 + installation: *746 + organization: *747 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -233770,9 +233785,9 @@ webhooks: type: string enum: - published - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 registry_package: type: object properties: @@ -234249,7 +234264,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *778 + items: *779 summary: type: string tag_name: @@ -234305,7 +234320,7 @@ webhooks: - owner - package_version - registry - repository: *747 + repository: *748 sender: *4 required: - action @@ -234383,9 +234398,9 @@ webhooks: type: string enum: - updated - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 registry_package: type: object properties: @@ -234697,7 +234712,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *778 + items: *779 summary: type: string tag_name: @@ -234747,7 +234762,7 @@ webhooks: - owner - package_version - registry - repository: *747 + repository: *748 sender: *4 required: - action @@ -234824,10 +234839,10 @@ webhooks: type: string enum: - created - enterprise: *744 - installation: *745 - organization: *746 - release: &796 + enterprise: *745 + installation: *746 + organization: *747 + release: &797 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -235158,7 +235173,7 @@ webhooks: - updated_at - zipball_url - body - repository: *747 + repository: *748 sender: *4 required: - action @@ -235235,11 +235250,11 @@ webhooks: type: string enum: - deleted - enterprise: *744 - installation: *745 - organization: *746 - release: *796 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + release: *797 + repository: *748 sender: *4 required: - action @@ -235356,11 +235371,11 @@ webhooks: type: boolean required: - to - enterprise: *744 - installation: *745 - organization: *746 - release: *796 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + release: *797 + repository: *748 sender: *4 required: - action @@ -235438,9 +235453,9 @@ webhooks: type: string enum: - prereleased - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -235776,7 +235791,7 @@ webhooks: - string - 'null' format: uri - repository: *747 + repository: *748 sender: *4 required: - action @@ -235852,10 +235867,10 @@ webhooks: type: string enum: - published - enterprise: *744 - installation: *745 - organization: *746 - release: &797 + enterprise: *745 + installation: *746 + organization: *747 + release: &798 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -236188,7 +236203,7 @@ webhooks: - string - 'null' format: uri - repository: *747 + repository: *748 sender: *4 required: - action @@ -236264,11 +236279,11 @@ webhooks: type: string enum: - released - enterprise: *744 - installation: *745 - organization: *746 - release: *796 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + release: *797 + repository: *748 sender: *4 required: - action @@ -236344,11 +236359,11 @@ webhooks: type: string enum: - unpublished - enterprise: *744 - installation: *745 - organization: *746 - release: *797 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + release: *798 + repository: *748 sender: *4 required: - action @@ -236424,11 +236439,11 @@ webhooks: type: string enum: - published - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 - repository_advisory: *665 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 + repository_advisory: *666 sender: *4 required: - action @@ -236504,11 +236519,11 @@ webhooks: type: string enum: - reported - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 - repository_advisory: *665 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 + repository_advisory: *666 sender: *4 required: - action @@ -236584,10 +236599,10 @@ webhooks: type: string enum: - archived - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -236664,10 +236679,10 @@ webhooks: type: string enum: - created - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -236745,10 +236760,10 @@ webhooks: type: string enum: - deleted - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -236833,10 +236848,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -236951,10 +236966,10 @@ webhooks: - 'null' items: type: string - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -237026,10 +237041,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 status: type: string @@ -237110,10 +237125,10 @@ webhooks: type: string enum: - privatized - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -237190,10 +237205,10 @@ webhooks: type: string enum: - publicized - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -237287,10 +237302,10 @@ webhooks: - name required: - repository - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -237370,10 +237385,10 @@ webhooks: type: string enum: - created - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 repository_ruleset: *323 sender: *4 required: @@ -237452,10 +237467,10 @@ webhooks: type: string enum: - deleted - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 repository_ruleset: *323 sender: *4 required: @@ -237534,10 +237549,10 @@ webhooks: type: string enum: - edited - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 repository_ruleset: *323 changes: type: object @@ -237599,16 +237614,16 @@ webhooks: properties: added: type: array - items: *616 + items: *617 deleted: type: array - items: *616 + items: *617 updated: type: array items: type: object properties: - rule: *616 + rule: *617 changes: type: object properties: @@ -237845,10 +237860,10 @@ webhooks: - from required: - owner - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -237926,10 +237941,10 @@ webhooks: type: string enum: - unarchived - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -238007,7 +238022,7 @@ webhooks: type: string enum: - create - alert: &798 + alert: &799 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -238132,10 +238147,10 @@ webhooks: enum: - auto_dismissed - open - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -238345,10 +238360,10 @@ webhooks: type: string enum: - dismissed - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -238426,11 +238441,11 @@ webhooks: type: string enum: - reopen - alert: *798 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + alert: *799 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -238632,10 +238647,10 @@ webhooks: enum: - fixed - open - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -238713,7 +238728,7 @@ webhooks: type: string enum: - assigned - alert: &799 + alert: &800 type: object properties: number: *180 @@ -238853,10 +238868,10 @@ webhooks: - type: 'null' - *4 assignee: *4 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -238934,11 +238949,11 @@ webhooks: type: string enum: - created - alert: *799 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + alert: *800 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -239019,11 +239034,11 @@ webhooks: type: string enum: - created - alert: *799 - installation: *745 - location: *800 - organization: *746 - repository: *747 + alert: *800 + installation: *746 + location: *801 + organization: *747 + repository: *748 sender: *4 required: - location @@ -239261,11 +239276,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *799 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + alert: *800 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -239343,11 +239358,11 @@ webhooks: type: string enum: - reopened - alert: *799 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + alert: *800 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -239425,11 +239440,11 @@ webhooks: type: string enum: - resolved - alert: *799 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + alert: *800 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -239507,12 +239522,12 @@ webhooks: type: string enum: - unassigned - alert: *799 + alert: *800 assignee: *4 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -239590,11 +239605,11 @@ webhooks: type: string enum: - validated - alert: *799 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + alert: *800 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -239724,10 +239739,10 @@ webhooks: - organization - enterprise - - repository: *747 - enterprise: *744 - installation: *745 - organization: *746 + repository: *748 + enterprise: *745 + installation: *746 + organization: *747 sender: *4 required: - action @@ -239805,11 +239820,11 @@ webhooks: type: string enum: - published - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 - security_advisory: &801 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 + security_advisory: &802 description: The details of the security advisory, including summary, description, and severity. type: object @@ -239995,11 +240010,11 @@ webhooks: type: string enum: - updated - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 - security_advisory: *801 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 + security_advisory: *802 sender: *4 required: - action @@ -240072,10 +240087,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -240262,9 +240277,9 @@ webhooks: type: object properties: security_and_analysis: *296 - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 repository: *340 sender: *4 required: @@ -240343,12 +240358,12 @@ webhooks: type: string enum: - cancelled - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 - sponsorship: &802 + sponsorship: &803 type: object properties: created_at: @@ -240653,12 +240668,12 @@ webhooks: type: string enum: - created - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 - sponsorship: *802 + sponsorship: *803 required: - action - sponsorship @@ -240746,12 +240761,12 @@ webhooks: type: string required: - from - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 - sponsorship: *802 + sponsorship: *803 required: - action - changes @@ -240828,17 +240843,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &803 + effective_date: &804 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 - sponsorship: *802 + sponsorship: *803 required: - action - sponsorship @@ -240912,7 +240927,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &804 + changes: &805 type: object properties: tier: @@ -240956,13 +240971,13 @@ webhooks: - from required: - tier - effective_date: *803 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + effective_date: *804 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 - sponsorship: *802 + sponsorship: *803 required: - action - changes @@ -241039,13 +241054,13 @@ webhooks: type: string enum: - tier_changed - changes: *804 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + changes: *805 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 - sponsorship: *802 + sponsorship: *803 required: - action - changes @@ -241119,10 +241134,10 @@ webhooks: type: string enum: - created - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -241206,10 +241221,10 @@ webhooks: type: string enum: - deleted - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -241643,15 +241658,15 @@ webhooks: type: - string - 'null' - enterprise: *744 + enterprise: *745 id: description: The unique identifier of the status. type: integer - installation: *745 + installation: *746 name: type: string - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 sha: description: The Commit SHA. @@ -241767,9 +241782,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *82 - installation: *745 - organization: *746 - repository: *747 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -241858,9 +241873,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *82 - installation: *745 - organization: *746 - repository: *747 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -241949,9 +241964,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *82 - installation: *745 - organization: *746 - repository: *747 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -242040,9 +242055,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *82 - installation: *745 - organization: *746 - repository: *747 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -242118,12 +242133,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 - team: &805 + team: &806 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -242353,9 +242368,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 repository: title: Repository description: A git repository @@ -242825,7 +242840,7 @@ webhooks: - topics - visibility sender: *4 - team: *805 + team: *806 required: - action - team @@ -242901,9 +242916,9 @@ webhooks: type: string enum: - created - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 repository: title: Repository description: A git repository @@ -243373,7 +243388,7 @@ webhooks: - topics - visibility sender: *4 - team: *805 + team: *806 required: - action - team @@ -243450,9 +243465,9 @@ webhooks: type: string enum: - deleted - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 repository: title: Repository description: A git repository @@ -243922,7 +243937,7 @@ webhooks: - topics - visibility sender: *4 - team: *805 + team: *806 required: - action - team @@ -244066,9 +244081,9 @@ webhooks: - from required: - permissions - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 repository: title: Repository description: A git repository @@ -244538,7 +244553,7 @@ webhooks: - topics - visibility sender: *4 - team: *805 + team: *806 required: - action - changes @@ -244616,9 +244631,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 repository: title: Repository description: A git repository @@ -245088,7 +245103,7 @@ webhooks: - topics - visibility sender: *4 - team: *805 + team: *806 required: - action - team @@ -245164,10 +245179,10 @@ webhooks: type: string enum: - started - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -245240,17 +245255,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *744 + enterprise: *745 inputs: type: - object - 'null' additionalProperties: true - installation: *745 - organization: *746 + installation: *746 + organization: *747 ref: type: string - repository: *747 + repository: *748 sender: *4 workflow: type: string @@ -245332,10 +245347,10 @@ webhooks: type: string enum: - completed - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 workflow_job: allOf: @@ -245670,10 +245685,10 @@ webhooks: type: string enum: - in_progress - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 workflow_job: allOf: @@ -246034,10 +246049,10 @@ webhooks: type: string enum: - queued - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 workflow_job: type: object @@ -246262,10 +246277,10 @@ webhooks: type: string enum: - waiting - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 workflow_job: type: object @@ -246492,12 +246507,12 @@ webhooks: type: string enum: - completed - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 - workflow: *759 + workflow: *760 workflow_run: title: Workflow Run type: object @@ -247516,12 +247531,12 @@ webhooks: type: string enum: - in_progress - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 - workflow: *759 + workflow: *760 workflow_run: title: Workflow Run type: object @@ -248525,12 +248540,12 @@ webhooks: type: string enum: - requested - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 - workflow: *759 + workflow: *760 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json index c1b21ab9c4..750f4b4891 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json @@ -238636,6 +238636,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -241292,6 +241308,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -243413,6 +243445,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -246090,6 +246138,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -652849,6 +652913,48 @@ } ] }, + { + "allOf": [ + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, + { + "title": "repository ruleset data for rule", + "description": "User-defined metadata to store domain-specific information limited to 8 keys with scalar values.", + "properties": { + "ruleset_source_type": { + "type": "string", + "description": "The type of source for the ruleset that includes this rule.", + "enum": [ + "Repository", + "Organization" + ] + }, + "ruleset_source": { + "type": "string", + "description": "The name of the source of the ruleset that includes this rule." + }, + "ruleset_id": { + "type": "integer", + "description": "The ID of the ruleset that includes this rule." + } + } + } + ] + }, { "allOf": [ { @@ -654389,6 +654495,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -655539,6 +655661,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -656902,6 +657040,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -659042,6 +659196,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -660207,6 +660377,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -661566,6 +661752,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1588717,6 +1588919,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1592022,6 +1592240,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1595327,6 +1595561,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1596401,6 +1596651,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1597303,6 +1597569,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1598208,6 +1598490,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml index 3d8ff54bd0..361a274704 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml @@ -1048,7 +1048,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &667 + - &668 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -14449,7 +14449,7 @@ paths: properties: action: type: string - discussion: &760 + discussion: &761 title: Discussion description: A Discussion in a repository. type: object @@ -15236,7 +15236,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &678 + sub_issues_summary: &679 title: Sub-issues Summary type: object properties: @@ -15366,7 +15366,7 @@ paths: - url - created_at - updated_at - issue_dependencies_summary: &679 + issue_dependencies_summary: &680 title: Issue Dependencies Summary type: object properties: @@ -22667,7 +22667,7 @@ paths: parameters: - *74 - *116 - - &738 + - &739 name: month description: If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. If no year is specified the @@ -22779,7 +22779,7 @@ paths: - *116 - *117 - *118 - - &739 + - &740 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -22787,7 +22787,7 @@ paths: schema: type: string - *121 - - &740 + - &741 name: sku description: The SKU to query for usage. in: query @@ -30461,12 +30461,12 @@ paths: required: - subject_digests examples: - default: &719 + default: &720 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &720 + withPredicateType: &721 value: subject_digests: - sha256:abc123 @@ -30511,7 +30511,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &721 + default: &722 value: attestations_subject_digests: - sha256:abc: @@ -42712,7 +42712,7 @@ paths: parameters: - *74 - *257 - - &701 + - &702 name: repo_name description: repo_name parameter in: path @@ -43660,7 +43660,7 @@ paths: - nuget - container - *74 - - &702 + - &703 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -43701,7 +43701,7 @@ paths: default: *263 '403': *27 '401': *23 - '400': &704 + '400': &705 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -45943,7 +45943,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &788 + - &789 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -46829,7 +46829,7 @@ paths: - updated_at - project_url examples: - default: &725 + default: &726 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -47006,7 +47006,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &726 + items: &727 type: object properties: name: @@ -47043,7 +47043,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &727 + iteration_configuration: &728 type: object description: The configuration for iteration fields. properties: @@ -47093,7 +47093,7 @@ paths: value: name: Due date data_type: date - single_select_field: &728 + single_select_field: &729 summary: Create a single select field value: name: Priority @@ -47120,7 +47120,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &729 + iteration_field: &730 summary: Create an iteration field value: name: Sprint @@ -47146,7 +47146,7 @@ paths: application/json: schema: *283 examples: - text_field: &730 + text_field: &731 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -47155,7 +47155,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &731 + number_field: &732 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -47164,7 +47164,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &732 + date_field: &733 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -47173,7 +47173,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &733 + single_select_field: &734 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -47207,7 +47207,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &734 + iteration_field: &735 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -47253,7 +47253,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - *280 - - &735 + - &736 name: field_id description: The unique identifier of the field. in: path @@ -47268,7 +47268,7 @@ paths: application/json: schema: *283 examples: - default: &736 + default: &737 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -48479,7 +48479,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &716 + schema: &717 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -48662,7 +48662,7 @@ paths: parameters: - *280 - *74 - - &737 + - &738 name: view_number description: The number that identifies the project view. in: path @@ -50730,7 +50730,7 @@ paths: - *74 - *17 - *19 - - &615 + - &616 name: targets description: | A comma-separated list of rule targets to filter by. @@ -51017,7 +51017,7 @@ paths: - object rules: type: array - items: &616 + items: &617 title: Repository Rule type: object description: A repository rule. @@ -51681,6 +51681,18 @@ paths: type: boolean description: Copilot automatically reviews each new push to the pull request. + - &615 + title: license_compliance_scanning + description: Enforce any added or changed dependencies to + comply with the organization's license policy. + type: object + required: + - type + properties: + type: + type: string + enum: + - license_compliance_scanning - &316 title: file_path_restriction description: Prevent commits that include changes in specified @@ -51981,7 +51993,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *74 - - &617 + - &618 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit @@ -51996,7 +52008,7 @@ paths: in: query schema: type: string - - &618 + - &619 name: time_period description: |- The time period to filter by. @@ -52012,14 +52024,14 @@ paths: - week - month default: day - - &619 + - &620 name: actor_name description: The handle for the GitHub user account to filter on. When specified, only rule evaluations triggered by this actor will be returned. in: query schema: type: string - - &620 + - &621 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -52032,7 +52044,7 @@ paths: - bypass - all default: all - - &621 + - &622 name: evaluate_status description: |- The evaluate status to filter on. When specified, only rule suites resulting from rulesets with the specified evaluate status will be returned. @@ -52055,7 +52067,7 @@ paths: description: Response content: application/json: - schema: &622 + schema: &623 title: Rule Suites description: Response type: array @@ -52111,7 +52123,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &623 + default: &624 value: - id: 21 actor_id: 12 @@ -52155,7 +52167,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *74 - - &624 + - &625 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -52171,7 +52183,7 @@ paths: description: Response content: application/json: - schema: &625 + schema: &626 title: Rule Suite description: Response type: object @@ -52278,7 +52290,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &626 + default: &627 value: id: 21 actor_id: 12 @@ -52525,7 +52537,7 @@ paths: type: string format: date-time examples: - default: &628 + default: &629 value: - version_id: 3 actor: @@ -52578,7 +52590,7 @@ paths: description: Response content: application/json: - schema: &629 + schema: &630 allOf: - *326 - type: object @@ -52650,7 +52662,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *74 - - &630 + - &631 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -52661,7 +52673,7 @@ paths: enum: - open - resolved - - &631 + - &632 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -52671,7 +52683,7 @@ paths: required: false schema: type: string - - &632 + - &633 name: exclude_secret_types in: query description: A comma-separated list of secret types to exclude from the results. @@ -52682,7 +52694,7 @@ paths: required: false schema: type: string - - &633 + - &634 name: exclude_providers in: query description: |- @@ -52693,7 +52705,7 @@ paths: required: false schema: type: string - - &634 + - &635 name: providers in: query description: |- @@ -52704,7 +52716,7 @@ paths: required: false schema: type: string - - &635 + - &636 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -52713,7 +52725,7 @@ paths: required: false schema: type: string - - &636 + - &637 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -52732,7 +52744,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &637 + - &638 name: sort description: The property to sort the results by. `created` means when the alert was created. `updated` means when the alert was updated or resolved. @@ -52747,7 +52759,7 @@ paths: - *60 - *19 - *17 - - &638 + - &639 name: before description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -52757,7 +52769,7 @@ paths: required: false schema: type: string - - &639 + - &640 name: after description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -52767,7 +52779,7 @@ paths: required: false schema: type: string - - &640 + - &641 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -52776,7 +52788,7 @@ paths: required: false schema: type: string - - &641 + - &642 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -52785,7 +52797,7 @@ paths: schema: type: boolean default: false - - &642 + - &643 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -52794,7 +52806,7 @@ paths: schema: type: boolean default: false - - &643 + - &644 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -52803,7 +52815,7 @@ paths: schema: type: boolean default: false - - &644 + - &645 name: is_bypassed in: query description: A boolean value (`true` or `false`) indicating whether to filter @@ -52837,14 +52849,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &645 + state: &646 description: Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`. type: string enum: - open - resolved - resolution: &646 + resolution: &647 type: - string - 'null' @@ -52963,14 +52975,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &647 + - &648 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &649 + - &650 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -53034,7 +53046,7 @@ paths: - blob_url - commit_sha - commit_url - - &650 + - &651 description: Represents a 'wiki_commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository wiki. @@ -53095,7 +53107,7 @@ paths: - page_url - commit_sha - commit_url - - &651 + - &652 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -53117,7 +53129,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &652 + - &653 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -53139,7 +53151,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &653 + - &654 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -53161,7 +53173,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &654 + - &655 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -53176,7 +53188,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &655 + - &656 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -53191,7 +53203,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &656 + - &657 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -53206,7 +53218,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &657 + - &658 description: Represents a 'pull_request_title' secret scanning location type. This location type shows that a secret was detected in the title of a pull request. @@ -53228,7 +53240,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &658 + - &659 description: Represents a 'pull_request_body' secret scanning location type. This location type shows that a secret was detected in the body of a pull request. @@ -53250,7 +53262,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &659 + - &660 description: Represents a 'pull_request_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a pull request. @@ -53272,7 +53284,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &660 + - &661 description: Represents a 'pull_request_review' secret scanning location type. This location type shows that a secret was detected in a review on a pull request. @@ -53294,7 +53306,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &661 + - &662 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull @@ -53815,7 +53827,7 @@ paths: application/json: schema: type: array - items: &665 + items: &666 description: A repository security advisory. type: object properties: @@ -54112,7 +54124,7 @@ paths: - private_fork additionalProperties: false examples: - default: &666 + default: &667 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -56044,7 +56056,7 @@ paths: application/json: schema: type: array - items: &681 + items: &682 title: Team Member description: A user that is a member of a team, including their role on the team and whether the membership is inherited from @@ -56187,7 +56199,7 @@ paths: - type - url examples: - default: &682 + default: &683 value: - login: octocat id: 1 @@ -56274,7 +56286,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &683 + response-if-user-is-a-team-maintainer: &684 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -56339,7 +56351,7 @@ paths: application/json: schema: *336 examples: - response-if-users-membership-with-team-is-now-pending: &684 + response-if-users-membership-with-team-is-now-pending: &685 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -56453,7 +56465,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &685 + schema: &686 title: Team Repository description: A team's access to a repository. type: object @@ -57174,7 +57186,7 @@ paths: type: array items: *200 examples: - response-if-child-teams-exist: &686 + response-if-child-teams-exist: &687 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -69253,7 +69265,7 @@ paths: check. type: array items: *85 - deployment: &749 + deployment: &750 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -74971,7 +74983,7 @@ paths: type: array items: *459 examples: - default: &691 + default: &692 value: total_count: 2 machines: @@ -78148,7 +78160,7 @@ paths: application/json: schema: type: array - items: &670 + items: &671 title: Status description: The status of a commit. type: object @@ -79774,7 +79786,7 @@ paths: items: type: object properties: - placeholder_id: &662 + placeholder_id: &663 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -85979,7 +85991,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &780 + last_response: &781 title: Hook Response type: object properties: @@ -87048,7 +87060,7 @@ paths: parameters: - *337 - *338 - - &714 + - &715 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -87633,7 +87645,7 @@ paths: type: array items: *534 examples: - default: &706 + default: &707 value: - id: 1 repository: @@ -101999,6 +102011,9 @@ paths: - allOf: - *322 - *613 + - allOf: + - *615 + - *613 - allOf: - *316 - *613 @@ -102061,7 +102076,7 @@ paths: schema: type: boolean default: true - - *615 + - *616 responses: '200': description: Response @@ -102146,7 +102161,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *616 + items: *617 required: - name - enforcement @@ -102179,7 +102194,7 @@ paths: application/json: schema: *323 examples: - default: &627 + default: &628 value: id: 42 name: super cool ruleset @@ -102229,11 +102244,11 @@ paths: parameters: - *337 - *338 - - *617 - *618 - *619 - *620 - *621 + - *622 - *17 - *19 responses: @@ -102241,9 +102256,9 @@ paths: description: Response content: application/json: - schema: *622 + schema: *623 examples: - default: *623 + default: *624 '404': *6 '500': *53 x-github: @@ -102266,15 +102281,15 @@ paths: parameters: - *337 - *338 - - *624 + - *625 responses: '200': description: Response content: application/json: - schema: *625 + schema: *626 examples: - default: *626 + default: *627 '404': *6 '500': *53 x-github: @@ -102325,7 +102340,7 @@ paths: application/json: schema: *323 examples: - default: *627 + default: *628 '404': *6 '500': *53 put: @@ -102378,7 +102393,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *616 + items: *617 examples: default: value: @@ -102408,7 +102423,7 @@ paths: application/json: schema: *323 examples: - default: *627 + default: *628 '404': *6 '422': *15 '500': *53 @@ -102470,7 +102485,7 @@ paths: type: array items: *326 examples: - default: *628 + default: *629 '404': *6 '500': *53 x-github: @@ -102508,7 +102523,7 @@ paths: description: Response content: application/json: - schema: *629 + schema: *630 examples: default: value: @@ -102565,7 +102580,6 @@ paths: parameters: - *337 - *338 - - *630 - *631 - *632 - *633 @@ -102573,16 +102587,17 @@ paths: - *635 - *636 - *637 + - *638 - *60 - *19 - *17 - - *638 - *639 - *640 - *641 - *642 - *643 - *644 + - *645 responses: '200': description: Response @@ -102590,7 +102605,7 @@ paths: application/json: schema: type: array - items: &648 + items: &649 type: object properties: number: *180 @@ -102606,8 +102621,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *645 - resolution: *646 + state: *646 + resolution: *647 resolved_at: type: - string @@ -102713,7 +102728,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *647 + - *648 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -102875,13 +102890,13 @@ paths: - *337 - *338 - *435 - - *643 + - *644 responses: '200': description: Response content: application/json: - schema: *648 + schema: *649 examples: default: value: @@ -102945,8 +102960,8 @@ paths: schema: type: object properties: - state: *645 - resolution: *646 + state: *646 + resolution: *647 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -102994,7 +103009,7 @@ paths: description: Response content: application/json: - schema: *648 + schema: *649 examples: default: value: @@ -103106,7 +103121,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &800 + items: &801 type: object properties: type: @@ -103133,7 +103148,6 @@ paths: - commit details: oneOf: - - *649 - *650 - *651 - *652 @@ -103146,6 +103160,7 @@ paths: - *659 - *660 - *661 + - *662 examples: default: value: @@ -103240,14 +103255,14 @@ paths: schema: type: object properties: - reason: &663 + reason: &664 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *662 + placeholder_id: *663 required: - reason - placeholder_id @@ -103264,7 +103279,7 @@ paths: schema: type: object properties: - reason: *663 + reason: *664 expire_at: type: - string @@ -103327,7 +103342,7 @@ paths: properties: incremental_scans: type: array - items: &664 + items: &665 description: Information on a single scan performed by secret scanning on the repository type: object @@ -103360,15 +103375,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *664 + items: *665 backfill_scans: type: array - items: *664 + items: *665 custom_pattern_backfill_scans: type: array items: allOf: - - *664 + - *665 - type: object properties: pattern_name: @@ -103381,7 +103396,7 @@ paths: one of "repository", "organization", or "enterprise" generic_secrets_backfill_scans: type: array - items: *664 + items: *665 examples: default: value: @@ -103491,9 +103506,9 @@ paths: application/json: schema: type: array - items: *665 + items: *666 examples: - default: *666 + default: *667 '400': *14 '404': *6 x-github: @@ -103687,9 +103702,9 @@ paths: description: Response content: application/json: - schema: *665 + schema: *666 examples: - default: &668 + default: &669 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -104033,7 +104048,7 @@ paths: description: Response content: application/json: - schema: *665 + schema: *666 examples: default: value: @@ -104181,15 +104196,15 @@ paths: parameters: - *337 - *338 - - *667 + - *668 responses: '200': description: Response content: application/json: - schema: *665 + schema: *666 examples: - default: *668 + default: *669 '403': *27 '404': *6 x-github: @@ -104215,7 +104230,7 @@ paths: parameters: - *337 - *338 - - *667 + - *668 requestBody: required: true content: @@ -104386,10 +104401,10 @@ paths: description: Response content: application/json: - schema: *665 + schema: *666 examples: - default: *668 - add_credit: *668 + default: *669 + add_credit: *669 '403': *27 '404': *6 '422': @@ -104429,7 +104444,7 @@ paths: parameters: - *337 - *338 - - *667 + - *668 responses: '202': *37 '400': *14 @@ -104458,7 +104473,7 @@ paths: parameters: - *337 - *338 - - *667 + - *668 responses: '202': description: Response @@ -104599,7 +104614,7 @@ paths: application/json: schema: type: array - items: &669 + items: &670 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -104972,7 +104987,7 @@ paths: application/json: schema: type: array - items: *669 + items: *670 examples: default: value: @@ -105062,7 +105077,7 @@ paths: description: Response content: application/json: - schema: *670 + schema: *671 examples: default: value: @@ -105156,7 +105171,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &671 + schema: &672 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -105256,7 +105271,7 @@ paths: description: Response content: application/json: - schema: *671 + schema: *672 examples: default: value: @@ -105466,7 +105481,7 @@ paths: description: Response content: application/json: - schema: &672 + schema: &673 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -105478,7 +105493,7 @@ paths: required: - names examples: - default: &673 + default: &674 value: names: - octocat @@ -105533,9 +105548,9 @@ paths: description: Response content: application/json: - schema: *672 + schema: *673 examples: - default: *673 + default: *674 '404': *6 '422': *7 x-github: @@ -105558,7 +105573,7 @@ paths: parameters: - *337 - *338 - - &674 + - &675 name: per description: The time frame to display results for. in: query @@ -105589,7 +105604,7 @@ paths: - 128 clones: type: array - items: &675 + items: &676 title: Traffic type: object properties: @@ -105837,7 +105852,7 @@ paths: parameters: - *337 - *338 - - *674 + - *675 responses: '200': description: Response @@ -105858,7 +105873,7 @@ paths: - 3782 views: type: array - items: *675 + items: *676 required: - uniques - count @@ -106630,7 +106645,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &676 + text_matches: &677 title: Search Result Text Matches type: array items: @@ -106793,7 +106808,7 @@ paths: enum: - author-date - committer-date - - &677 + - &678 name: order description: Determines whether the first search result returned is the highest number of matches (`desc`) or lowest number of matches (`asc`). This parameter @@ -106913,7 +106928,7 @@ paths: type: number node_id: type: string - text_matches: *676 + text_matches: *677 required: - sha - node_id @@ -107105,7 +107120,7 @@ paths: - interactions - created - updated - - *677 + - *678 - *17 - *19 - name: advanced_search @@ -107219,8 +107234,8 @@ paths: type: - string - 'null' - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 issue_field_values: type: array items: *547 @@ -107247,7 +107262,7 @@ paths: - string - 'null' format: date-time - text_matches: *676 + text_matches: *677 pull_request: type: object properties: @@ -107521,7 +107536,7 @@ paths: enum: - created - updated - - *677 + - *678 - *17 - *19 responses: @@ -107566,7 +107581,7 @@ paths: - 'null' score: type: number - text_matches: *676 + text_matches: *677 required: - id - node_id @@ -107651,7 +107666,7 @@ paths: - forks - help-wanted-issues - updated - - *677 + - *678 - *17 - *19 responses: @@ -107897,7 +107912,7 @@ paths: - admin - pull - push - text_matches: *676 + text_matches: *677 temp_clone_token: type: string allow_merge_commit: @@ -108205,7 +108220,7 @@ paths: - string - 'null' format: uri - text_matches: *676 + text_matches: *677 related: type: - array @@ -108398,7 +108413,7 @@ paths: - followers - repositories - joined - - *677 + - *678 - *17 - *19 responses: @@ -108508,7 +108523,7 @@ paths: type: - boolean - 'null' - text_matches: *676 + text_matches: *677 blog: type: - string @@ -108590,7 +108605,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &680 + - &681 name: team_id description: The unique identifier of the team. in: path @@ -108631,7 +108646,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *680 + - *681 requestBody: required: true content: @@ -108732,7 +108747,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *680 + - *681 responses: '204': description: Response @@ -108761,7 +108776,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *680 + - *681 - *17 - *19 responses: @@ -108801,7 +108816,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *680 + - *681 - name: role description: Filters members returned by their role in the team. in: query @@ -108822,9 +108837,9 @@ paths: application/json: schema: type: array - items: *681 + items: *682 examples: - default: *682 + default: *683 headers: Link: *66 '404': *6 @@ -108852,7 +108867,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *680 + - *681 - *70 responses: '204': @@ -108889,7 +108904,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *680 + - *681 - *70 responses: '204': @@ -108929,7 +108944,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *680 + - *681 - *70 responses: '204': @@ -108966,7 +108981,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *680 + - *681 - *70 responses: '200': @@ -108975,7 +108990,7 @@ paths: application/json: schema: *336 examples: - response-if-user-is-a-team-maintainer: *683 + response-if-user-is-a-team-maintainer: *684 '404': *6 x-github: githubCloudOnly: false @@ -109008,7 +109023,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *680 + - *681 - *70 requestBody: required: false @@ -109036,7 +109051,7 @@ paths: application/json: schema: *336 examples: - response-if-users-membership-with-team-is-now-pending: *684 + response-if-users-membership-with-team-is-now-pending: *685 '403': description: Forbidden if team synchronization is set up '422': @@ -109070,7 +109085,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *680 + - *681 - *70 responses: '204': @@ -109098,7 +109113,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *680 + - *681 - *17 - *19 responses: @@ -109140,7 +109155,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *680 + - *681 - *337 - *338 responses: @@ -109148,7 +109163,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *685 + schema: *686 examples: alternative-response-with-extra-repository-information: value: @@ -109298,7 +109313,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *680 + - *681 - *337 - *338 requestBody: @@ -109350,7 +109365,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *680 + - *681 - *337 - *338 responses: @@ -109377,7 +109392,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *680 + - *681 - *17 - *19 responses: @@ -109389,7 +109404,7 @@ paths: type: array items: *200 examples: - response-if-child-teams-exist: *686 + response-if-child-teams-exist: *687 headers: Link: *66 '404': *6 @@ -109422,7 +109437,7 @@ paths: application/json: schema: oneOf: - - &687 + - &688 title: Private User description: Private User type: object @@ -109672,7 +109687,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - &713 + - &714 title: Public User description: Public User type: object @@ -110006,7 +110021,7 @@ paths: description: Response content: application/json: - schema: *687 + schema: *688 examples: default: value: @@ -110404,7 +110419,7 @@ paths: type: integer secrets: type: array - items: &688 + items: &689 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -110524,7 +110539,7 @@ paths: description: Response content: application/json: - schema: *688 + schema: *689 examples: default: value: @@ -110937,7 +110952,7 @@ paths: description: Response content: application/json: - schema: &689 + schema: &690 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -110990,7 +111005,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &690 + default: &691 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -111035,9 +111050,9 @@ paths: description: Response content: application/json: - schema: *689 + schema: *690 examples: - default: *690 + default: *691 '404': *6 x-github: githubCloudOnly: false @@ -111076,7 +111091,7 @@ paths: type: array items: *459 examples: - default: *691 + default: *692 '304': *35 '500': *53 '401': *23 @@ -112042,7 +112057,7 @@ paths: type: array items: *262 examples: - default: &703 + default: &704 value: - id: 197 name: hello_docker @@ -112143,7 +112158,7 @@ paths: application/json: schema: type: array - items: &692 + items: &693 title: Email description: Email type: object @@ -112213,9 +112228,9 @@ paths: application/json: schema: type: array - items: *692 + items: *693 examples: - default: &705 + default: &706 value: - email: octocat@github.com verified: true @@ -112292,7 +112307,7 @@ paths: application/json: schema: type: array - items: *692 + items: *693 examples: default: value: @@ -112550,7 +112565,7 @@ paths: application/json: schema: type: array - items: &693 + items: &694 title: GPG Key description: A unique encryption key type: object @@ -112695,7 +112710,7 @@ paths: - subkeys - revoked examples: - default: &723 + default: &724 value: - id: 3 name: Octocat's GPG Key @@ -112780,9 +112795,9 @@ paths: description: Response content: application/json: - schema: *693 + schema: *694 examples: - default: &694 + default: &695 value: id: 3 name: Octocat's GPG Key @@ -112839,7 +112854,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &695 + - &696 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -112851,9 +112866,9 @@ paths: description: Response content: application/json: - schema: *693 + schema: *694 examples: - default: *694 + default: *695 '404': *6 '304': *35 '403': *27 @@ -112876,7 +112891,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *695 + - *696 responses: '204': description: Response @@ -113343,7 +113358,7 @@ paths: application/json: schema: type: array - items: &696 + items: &697 title: Key description: Key type: object @@ -113446,9 +113461,9 @@ paths: description: Response content: application/json: - schema: *696 + schema: *697 examples: - default: &697 + default: &698 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -113487,9 +113502,9 @@ paths: description: Response content: application/json: - schema: *696 + schema: *697 examples: - default: *697 + default: *698 '404': *6 '304': *35 '403': *27 @@ -113545,7 +113560,7 @@ paths: application/json: schema: type: array - items: &698 + items: &699 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -113624,7 +113639,7 @@ paths: - account - plan examples: - default: &699 + default: &700 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -113686,9 +113701,9 @@ paths: application/json: schema: type: array - items: *698 + items: *699 examples: - default: *699 + default: *700 headers: Link: *66 '304': *35 @@ -113931,7 +113946,7 @@ paths: application/json: schema: *254 examples: - default: &700 + default: &701 value: url: https://api.github.com/orgs/octocat/memberships/defunkt state: active @@ -113980,7 +113995,7 @@ paths: application/json: schema: *254 examples: - default: *700 + default: *701 '403': *27 '404': *6 '422': *15 @@ -114714,7 +114729,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *257 - - *701 + - *702 responses: '204': description: Response @@ -114827,7 +114842,7 @@ paths: - docker - nuget - container - - *702 + - *703 - *19 - *17 responses: @@ -114839,8 +114854,8 @@ paths: type: array items: *262 examples: - default: *703 - '400': *704 + default: *704 + '400': *705 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -114869,7 +114884,7 @@ paths: application/json: schema: *262 examples: - default: &724 + default: &725 value: id: 40201 name: octo-name @@ -115231,9 +115246,9 @@ paths: application/json: schema: type: array - items: *692 + items: *693 examples: - default: *705 + default: *706 headers: Link: *66 '304': *35 @@ -115346,7 +115361,7 @@ paths: type: array items: *78 examples: - default: &712 + default: &713 summary: Default response value: - id: 1296269 @@ -115707,7 +115722,7 @@ paths: type: array items: *534 examples: - default: *706 + default: *707 headers: Link: *66 '304': *35 @@ -115787,7 +115802,7 @@ paths: application/json: schema: type: array - items: &707 + items: &708 title: Social account description: Social media account type: object @@ -115804,7 +115819,7 @@ paths: - provider - url examples: - default: &708 + default: &709 value: - provider: twitter url: https://twitter.com/github @@ -115867,9 +115882,9 @@ paths: application/json: schema: type: array - items: *707 + items: *708 examples: - default: *708 + default: *709 '422': *15 '304': *35 '404': *6 @@ -115957,7 +115972,7 @@ paths: application/json: schema: type: array - items: &709 + items: &710 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -115977,7 +115992,7 @@ paths: - title - created_at examples: - default: &741 + default: &742 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -116042,9 +116057,9 @@ paths: description: Response content: application/json: - schema: *709 + schema: *710 examples: - default: &710 + default: &711 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -116074,7 +116089,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &711 + - &712 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -116086,9 +116101,9 @@ paths: description: Response content: application/json: - schema: *709 + schema: *710 examples: - default: *710 + default: *711 '404': *6 '304': *35 '403': *27 @@ -116111,7 +116126,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *711 + - *712 responses: '204': description: Response @@ -116140,7 +116155,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &742 + - &743 name: sort description: The property to sort the results by. `created` means when the repository was starred. `updated` means when the repository was last pushed @@ -116165,11 +116180,11 @@ paths: type: array items: *78 examples: - default-response: *712 + default-response: *713 application/vnd.github.v3.star+json: schema: type: array - items: &743 + items: &744 title: Starred Repository description: Starred Repository type: object @@ -116538,10 +116553,10 @@ paths: application/json: schema: oneOf: - - *687 - - *713 + - *688 + - *714 examples: - default-response: &717 + default-response: &718 summary: Default response value: login: octocat @@ -116576,7 +116591,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &718 + response-with-git-hub-plan-information: &719 summary: Response with GitHub plan information value: login: octocat @@ -116633,7 +116648,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &715 + - &716 name: user_id description: The unique identifier of the user. in: path @@ -116699,7 +116714,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *714 + - *715 - *17 responses: '200': @@ -116734,7 +116749,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *715 + - *716 - *280 requestBody: required: true @@ -116809,7 +116824,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *716 + schema: *717 examples: table_view: summary: Response for creating a table view @@ -116861,11 +116876,11 @@ paths: application/json: schema: oneOf: - - *687 - - *713 + - *688 + - *714 examples: - default-response: *717 - response-with-git-hub-plan-information: *718 + default-response: *718 + response-with-git-hub-plan-information: *719 '404': *6 x-github: githubCloudOnly: false @@ -116915,8 +116930,8 @@ paths: required: - subject_digests examples: - default: *719 - withPredicateType: *720 + default: *720 + withPredicateType: *721 responses: '200': description: Response @@ -116956,7 +116971,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *721 + default: *722 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -117429,7 +117444,7 @@ paths: application/json: schema: *196 examples: - default: &722 + default: &723 summary: Example response for a user copilot space value: id: 42 @@ -117530,7 +117545,7 @@ paths: application/json: schema: *196 examples: - default: *722 + default: *723 '403': *27 '404': *6 x-github: @@ -117656,7 +117671,7 @@ paths: application/json: schema: *196 examples: - default: *722 + default: *723 '403': *27 '404': *6 '422': *15 @@ -118424,7 +118439,7 @@ paths: type: array items: *262 examples: - default: *703 + default: *704 '403': *27 '401': *23 x-github: @@ -118808,9 +118823,9 @@ paths: application/json: schema: type: array - items: *693 + items: *694 examples: - default: *723 + default: *724 headers: Link: *66 x-github: @@ -119039,7 +119054,7 @@ paths: - docker - nuget - container - - *702 + - *703 - *70 - *19 - *17 @@ -119052,10 +119067,10 @@ paths: type: array items: *262 examples: - default: *703 + default: *704 '403': *27 '401': *23 - '400': *704 + '400': *705 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -119085,7 +119100,7 @@ paths: application/json: schema: *262 examples: - default: *724 + default: *725 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -119434,7 +119449,7 @@ paths: type: array items: *283 examples: - default: *725 + default: *726 headers: Link: *66 '304': *35 @@ -119494,7 +119509,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *726 + items: *727 required: - name - data_type @@ -119510,7 +119525,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *727 + iteration_configuration: *728 required: - name - data_type @@ -119532,8 +119547,8 @@ paths: value: name: Due date data_type: date - single_select_field: *728 - iteration_field: *729 + single_select_field: *729 + iteration_field: *730 responses: '201': description: Response @@ -119541,11 +119556,11 @@ paths: application/json: schema: *283 examples: - text_field: *730 - number_field: *731 - date_field: *732 - single_select_field: *733 - iteration_field: *734 + text_field: *731 + number_field: *732 + date_field: *733 + single_select_field: *734 + iteration_field: *735 '304': *35 '403': *27 '401': *23 @@ -119567,7 +119582,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - *280 - - *735 + - *736 - *70 responses: '200': @@ -119576,7 +119591,7 @@ paths: application/json: schema: *283 examples: - default: *736 + default: *737 headers: Link: *66 '304': *35 @@ -119933,7 +119948,7 @@ paths: parameters: - *280 - *70 - - *737 + - *738 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -120472,7 +120487,7 @@ paths: parameters: - *70 - *116 - - *738 + - *739 - *118 responses: '200': @@ -120571,9 +120586,9 @@ paths: - *116 - *117 - *118 - - *739 - - *121 - *740 + - *121 + - *741 responses: '200': description: Response when getting a billing usage summary @@ -120707,9 +120722,9 @@ paths: application/json: schema: type: array - items: *707 + items: *708 examples: - default: *708 + default: *709 headers: Link: *66 x-github: @@ -120739,9 +120754,9 @@ paths: application/json: schema: type: array - items: *709 + items: *710 examples: - default: *741 + default: *742 headers: Link: *66 x-github: @@ -120766,7 +120781,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *70 - - *742 + - *743 - *60 - *17 - *19 @@ -120778,11 +120793,11 @@ paths: schema: anyOf: - type: array - items: *743 + items: *744 - type: array items: *78 examples: - default-response: *712 + default-response: *713 headers: Link: *66 x-github: @@ -120942,7 +120957,7 @@ webhooks: type: string enum: - disabled - enterprise: &744 + enterprise: &745 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -121011,7 +121026,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &745 + installation: &746 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -121032,7 +121047,7 @@ webhooks: required: - id - node_id - organization: &746 + organization: &747 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -121105,7 +121120,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &747 + repository: &748 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -122020,10 +122035,10 @@ webhooks: type: string enum: - enabled - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -122099,11 +122114,11 @@ webhooks: type: string enum: - created - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 - rule: &748 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 + rule: &749 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -122326,11 +122341,11 @@ webhooks: type: string enum: - deleted - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 - rule: *748 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 + rule: *749 sender: *4 required: - action @@ -122518,11 +122533,11 @@ webhooks: - everyone required: - from - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 - rule: *748 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 + rule: *749 sender: *4 required: - action @@ -122606,7 +122621,7 @@ webhooks: type: string enum: - completed - check_run: &750 + check_run: &751 title: CheckRun description: A check performed on the code of a given code change type: object @@ -122716,7 +122731,7 @@ webhooks: - examples: - neutral - deployment: *749 + deployment: *750 details_url: type: string examples: @@ -122814,10 +122829,10 @@ webhooks: - output - app - pull_requests - installation: *745 - enterprise: *744 - organization: *746 - repository: *747 + installation: *746 + enterprise: *745 + organization: *747 + repository: *748 sender: *4 required: - check_run @@ -123208,11 +123223,11 @@ webhooks: type: string enum: - created - check_run: *750 - installation: *745 - enterprise: *744 - organization: *746 - repository: *747 + check_run: *751 + installation: *746 + enterprise: *745 + organization: *747 + repository: *748 sender: *4 required: - check_run @@ -123606,11 +123621,11 @@ webhooks: type: string enum: - requested_action - check_run: *750 - installation: *745 - enterprise: *744 - organization: *746 - repository: *747 + check_run: *751 + installation: *746 + enterprise: *745 + organization: *747 + repository: *748 requested_action: description: The action requested by the user. type: object @@ -124013,11 +124028,11 @@ webhooks: type: string enum: - rerequested - check_run: *750 - installation: *745 - enterprise: *744 - organization: *746 - repository: *747 + check_run: *751 + installation: *746 + enterprise: *745 + organization: *747 + repository: *748 sender: *4 required: - check_run @@ -125002,10 +125017,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -125719,10 +125734,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -126430,10 +126445,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -126754,20 +126769,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &751 + commit_oid: &752 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *744 - installation: *745 - organization: *746 - ref: &752 + enterprise: *745 + installation: *746 + organization: *747 + ref: &753 description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *747 + repository: *748 sender: *4 required: - action @@ -127175,12 +127190,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *751 - enterprise: *744 - installation: *745 - organization: *746 - ref: *752 - repository: *747 + commit_oid: *752 + enterprise: *745 + installation: *746 + organization: *747 + ref: *753 + repository: *748 sender: *4 required: - action @@ -127463,12 +127478,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *751 - enterprise: *744 - installation: *745 - organization: *746 - ref: *752 - repository: *747 + commit_oid: *752 + enterprise: *745 + installation: *746 + organization: *747 + ref: *753 + repository: *748 sender: *4 required: - action @@ -127814,12 +127829,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *751 - enterprise: *744 - installation: *745 - organization: *746 - ref: *752 - repository: *747 + commit_oid: *752 + enterprise: *745 + installation: *746 + organization: *747 + ref: *753 + repository: *748 sender: *4 required: - action @@ -128109,9 +128124,9 @@ webhooks: type: - string - 'null' - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -128119,7 +128134,7 @@ webhooks: type: - string - 'null' - repository: *747 + repository: *748 sender: *4 required: - action @@ -128365,12 +128380,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *751 - enterprise: *744 - installation: *745 - organization: *746 - ref: *752 - repository: *747 + commit_oid: *752 + enterprise: *745 + installation: *746 + organization: *747 + ref: *753 + repository: *748 sender: *4 required: - action @@ -128691,10 +128706,10 @@ webhooks: - dismissed_reason - rule - tool - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -128954,10 +128969,10 @@ webhooks: - updated_at - author_association - body - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -129038,18 +129053,18 @@ webhooks: type: - string - 'null' - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *746 - pusher_type: &753 + organization: *747 + pusher_type: &754 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &754 + ref: &755 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -129059,7 +129074,7 @@ webhooks: enum: - tag - branch - repository: *747 + repository: *748 sender: *4 required: - ref @@ -129142,9 +129157,9 @@ webhooks: enum: - created definition: *291 - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 sender: *4 required: - action @@ -129229,9 +129244,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 sender: *4 required: - action @@ -129309,9 +129324,9 @@ webhooks: enum: - promote_to_enterprise definition: *291 - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 sender: *4 required: - action @@ -129389,9 +129404,9 @@ webhooks: enum: - updated definition: *291 - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 sender: *4 required: - action @@ -129468,10 +129483,10 @@ webhooks: type: string enum: - updated - enterprise: *744 - installation: *745 - repository: *747 - organization: *746 + enterprise: *745 + installation: *746 + repository: *748 + organization: *747 sender: *4 new_property_values: type: array @@ -129556,18 +129571,18 @@ webhooks: title: delete event type: object properties: - enterprise: *744 - installation: *745 - organization: *746 - pusher_type: *753 - ref: *754 + enterprise: *745 + installation: *746 + organization: *747 + pusher_type: *754 + ref: *755 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *747 + repository: *748 sender: *4 required: - ref @@ -129648,10 +129663,10 @@ webhooks: enum: - assignees_changed alert: *490 - installation: *745 - organization: *746 - enterprise: *744 - repository: *747 + installation: *746 + organization: *747 + enterprise: *745 + repository: *748 sender: *4 required: - action @@ -129732,10 +129747,10 @@ webhooks: enum: - auto_dismissed alert: *490 - installation: *745 - organization: *746 - enterprise: *744 - repository: *747 + installation: *746 + organization: *747 + enterprise: *745 + repository: *748 sender: *4 required: - action @@ -129817,10 +129832,10 @@ webhooks: enum: - auto_reopened alert: *490 - installation: *745 - organization: *746 - enterprise: *744 - repository: *747 + installation: *746 + organization: *747 + enterprise: *745 + repository: *748 sender: *4 required: - action @@ -129902,10 +129917,10 @@ webhooks: enum: - created alert: *490 - installation: *745 - organization: *746 - enterprise: *744 - repository: *747 + installation: *746 + organization: *747 + enterprise: *745 + repository: *748 sender: *4 required: - action @@ -129985,10 +130000,10 @@ webhooks: enum: - dismissed alert: *490 - installation: *745 - organization: *746 - enterprise: *744 - repository: *747 + installation: *746 + organization: *747 + enterprise: *745 + repository: *748 sender: *4 required: - action @@ -130068,10 +130083,10 @@ webhooks: enum: - fixed alert: *490 - installation: *745 - organization: *746 - enterprise: *744 - repository: *747 + installation: *746 + organization: *747 + enterprise: *745 + repository: *748 sender: *4 required: - action @@ -130152,10 +130167,10 @@ webhooks: enum: - reintroduced alert: *490 - installation: *745 - organization: *746 - enterprise: *744 - repository: *747 + installation: *746 + organization: *747 + enterprise: *745 + repository: *748 sender: *4 required: - action @@ -130235,10 +130250,10 @@ webhooks: enum: - reopened alert: *490 - installation: *745 - organization: *746 - enterprise: *744 - repository: *747 + installation: *746 + organization: *747 + enterprise: *745 + repository: *748 sender: *4 required: - action @@ -130315,9 +130330,9 @@ webhooks: type: string enum: - created - enterprise: *744 - installation: *745 - key: &755 + enterprise: *745 + installation: *746 + key: &756 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -130355,8 +130370,8 @@ webhooks: - verified - created_at - read_only - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -130433,11 +130448,11 @@ webhooks: type: string enum: - deleted - enterprise: *744 - installation: *745 - key: *755 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + key: *756 + organization: *747 + repository: *748 sender: *4 required: - action @@ -131004,12 +131019,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 - workflow: &759 + workflow: &760 title: Workflow type: - object @@ -131764,9 +131779,9 @@ webhooks: pull_requests: type: array items: *596 - repository: *747 - organization: *746 - installation: *745 + repository: *748 + organization: *747 + installation: *746 sender: *4 responses: '200': @@ -131837,7 +131852,7 @@ webhooks: type: string enum: - approved - approver: &756 + approver: &757 type: object properties: avatar_url: @@ -131880,11 +131895,11 @@ webhooks: type: string comment: type: string - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 - reviewers: &757 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 + reviewers: &758 type: array items: type: object @@ -131965,7 +131980,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &758 + workflow_job_run: &759 type: object properties: conclusion: @@ -132711,18 +132726,18 @@ webhooks: type: string enum: - rejected - approver: *756 + approver: *757 comment: type: string - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 - reviewers: *757 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 + reviewers: *758 sender: *4 since: type: string - workflow_job_run: *758 + workflow_job_run: *759 workflow_job_runs: type: array items: @@ -133439,13 +133454,13 @@ webhooks: type: string enum: - requested - enterprise: *744 + enterprise: *745 environment: type: string - installation: *745 - organization: *746 - repository: *747 - requestor: &764 + installation: *746 + organization: *747 + repository: *748 + requestor: &765 title: User type: - object @@ -135378,12 +135393,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 - workflow: *759 + workflow: *760 workflow_run: title: Deployment Workflow Run type: @@ -136074,7 +136089,7 @@ webhooks: type: string enum: - answered - answer: &762 + answer: &763 type: object properties: author_association: @@ -136234,11 +136249,11 @@ webhooks: - created_at - updated_at - body - discussion: *760 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + discussion: *761 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -136365,11 +136380,11 @@ webhooks: - from required: - category - discussion: *760 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + discussion: *761 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -136452,11 +136467,11 @@ webhooks: type: string enum: - closed - discussion: *760 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + discussion: *761 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -136538,7 +136553,7 @@ webhooks: type: string enum: - created - comment: &761 + comment: &762 type: object properties: author_association: @@ -136698,11 +136713,11 @@ webhooks: - updated_at - body - reactions - discussion: *760 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + discussion: *761 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -136785,12 +136800,12 @@ webhooks: type: string enum: - deleted - comment: *761 - discussion: *760 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + comment: *762 + discussion: *761 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -136885,12 +136900,12 @@ webhooks: - from required: - body - comment: *761 - discussion: *760 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + comment: *762 + discussion: *761 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -136974,11 +136989,11 @@ webhooks: type: string enum: - created - discussion: *760 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + discussion: *761 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -137060,11 +137075,11 @@ webhooks: type: string enum: - deleted - discussion: *760 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + discussion: *761 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -137164,11 +137179,11 @@ webhooks: type: string required: - from - discussion: *760 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + discussion: *761 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -137250,10 +137265,10 @@ webhooks: type: string enum: - labeled - discussion: *760 - enterprise: *744 - installation: *745 - label: &763 + discussion: *761 + enterprise: *745 + installation: *746 + label: &764 title: Label type: object properties: @@ -137286,8 +137301,8 @@ webhooks: - color - default - description - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -137370,11 +137385,11 @@ webhooks: type: string enum: - locked - discussion: *760 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + discussion: *761 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -137456,11 +137471,11 @@ webhooks: type: string enum: - pinned - discussion: *760 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + discussion: *761 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -137542,11 +137557,11 @@ webhooks: type: string enum: - reopened - discussion: *760 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + discussion: *761 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -137631,16 +137646,16 @@ webhooks: changes: type: object properties: - new_discussion: *760 - new_repository: *747 + new_discussion: *761 + new_repository: *748 required: - new_discussion - new_repository - discussion: *760 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + discussion: *761 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -137723,10 +137738,10 @@ webhooks: type: string enum: - unanswered - discussion: *760 - old_answer: *762 - organization: *746 - repository: *747 + discussion: *761 + old_answer: *763 + organization: *747 + repository: *748 sender: *4 required: - action @@ -137808,12 +137823,12 @@ webhooks: type: string enum: - unlabeled - discussion: *760 - enterprise: *744 - installation: *745 - label: *763 - organization: *746 - repository: *747 + discussion: *761 + enterprise: *745 + installation: *746 + label: *764 + organization: *747 + repository: *748 sender: *4 required: - action @@ -137896,11 +137911,11 @@ webhooks: type: string enum: - unlocked - discussion: *760 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + discussion: *761 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -137982,11 +137997,11 @@ webhooks: type: string enum: - unpinned - discussion: *760 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + discussion: *761 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -138059,7 +138074,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *744 + enterprise: *745 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -138737,9 +138752,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *745 - organization: *746 - repository: *747 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - forkee @@ -138885,9 +138900,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 pages: description: The pages that were updated. type: array @@ -138925,7 +138940,7 @@ webhooks: - action - sha - html_url - repository: *747 + repository: *748 sender: *4 required: - pages @@ -139001,10 +139016,10 @@ webhooks: type: string enum: - created - enterprise: *744 + enterprise: *745 installation: *20 - organization: *746 - repositories: &765 + organization: *747 + repositories: &766 description: An array of repository objects that the installation can access. type: array @@ -139030,8 +139045,8 @@ webhooks: - name - full_name - private - repository: *747 - requester: *764 + repository: *748 + requester: *765 sender: *4 required: - action @@ -139106,11 +139121,11 @@ webhooks: type: string enum: - deleted - enterprise: *744 + enterprise: *745 installation: *20 - organization: *746 - repositories: *765 - repository: *747 + organization: *747 + repositories: *766 + repository: *748 requester: type: - 'null' @@ -139187,11 +139202,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *744 + enterprise: *745 installation: *20 - organization: *746 - repositories: *765 - repository: *747 + organization: *747 + repositories: *766 + repository: *748 requester: type: - 'null' @@ -139268,10 +139283,10 @@ webhooks: type: string enum: - added - enterprise: *744 + enterprise: *745 installation: *20 - organization: *746 - repositories_added: &766 + organization: *747 + repositories_added: &767 description: An array of repository objects, which were added to the installation. type: array @@ -139317,15 +139332,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *747 - repository_selection: &767 + repository: *748 + repository_selection: &768 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *764 + requester: *765 sender: *4 required: - action @@ -139404,10 +139419,10 @@ webhooks: type: string enum: - removed - enterprise: *744 + enterprise: *745 installation: *20 - organization: *746 - repositories_added: *766 + organization: *747 + repositories_added: *767 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -139434,9 +139449,9 @@ webhooks: - name - full_name - private - repository: *747 - repository_selection: *767 - requester: *764 + repository: *748 + repository_selection: *768 + requester: *765 sender: *4 required: - action @@ -139515,11 +139530,11 @@ webhooks: type: string enum: - suspend - enterprise: *744 + enterprise: *745 installation: *20 - organization: *746 - repositories: *765 - repository: *747 + organization: *747 + repositories: *766 + repository: *748 requester: type: - 'null' @@ -139701,10 +139716,10 @@ webhooks: type: string required: - from - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 target_type: type: string @@ -139783,11 +139798,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *744 + enterprise: *745 installation: *20 - organization: *746 - repositories: *765 - repository: *747 + organization: *747 + repositories: *766 + repository: *748 requester: type: - 'null' @@ -140043,8 +140058,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -140856,8 +140871,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141218,8 +141233,8 @@ webhooks: - state - locked - assignee - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -141299,7 +141314,7 @@ webhooks: type: string enum: - deleted - comment: &768 + comment: &769 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -141474,8 +141489,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -142283,8 +142298,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142647,8 +142662,8 @@ webhooks: - state - locked - assignee - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -142728,7 +142743,7 @@ webhooks: type: string enum: - edited - changes: &792 + changes: &793 description: The changes to the comment. type: object properties: @@ -142740,9 +142755,9 @@ webhooks: type: string required: - from - comment: *768 - enterprise: *744 - installation: *745 + comment: *769 + enterprise: *745 + installation: *746 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -143553,8 +143568,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143915,8 +143930,8 @@ webhooks: - state - locked - assignee - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -143997,9 +144012,9 @@ webhooks: type: string enum: - pinned - comment: *768 - enterprise: *744 - installation: *745 + comment: *769 + enterprise: *745 + installation: *746 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -144812,8 +144827,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145176,8 +145191,8 @@ webhooks: - state - locked - assignee - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -145257,9 +145272,9 @@ webhooks: type: string enum: - unpinned - comment: *768 - enterprise: *744 - installation: *745 + comment: *769 + enterprise: *745 + installation: *746 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -146072,8 +146087,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146436,8 +146451,8 @@ webhooks: - state - locked - assignee - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -146526,9 +146541,9 @@ webhooks: type: number blocking_issue: *82 blocking_issue_repo: *78 - installation: *745 - organization: *746 - repository: *747 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -146617,9 +146632,9 @@ webhooks: type: number blocking_issue: *82 blocking_issue_repo: *78 - installation: *745 - organization: *746 - repository: *747 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -146707,9 +146722,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *82 - installation: *745 - organization: *746 - repository: *747 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -146798,9 +146813,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *82 - installation: *745 - organization: *746 - repository: *747 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -146880,10 +146895,10 @@ webhooks: type: string enum: - assigned - assignee: *764 - enterprise: *744 - installation: *745 - issue: &769 + assignee: *765 + enterprise: *745 + installation: *746 + issue: &770 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -147694,8 +147709,8 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 issue_field_values: type: array items: *547 @@ -147818,8 +147833,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -147899,8 +147914,8 @@ webhooks: type: string enum: - closed - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -148716,8 +148731,8 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 issue_field_values: type: array items: *547 @@ -148983,8 +148998,8 @@ webhooks: required: - state - closed_at - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -149063,8 +149078,8 @@ webhooks: type: string enum: - deleted - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -149871,8 +149886,8 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 issue_field_values: type: array items: *547 @@ -149994,8 +150009,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -150074,8 +150089,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -150905,8 +150920,8 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 issue_field_values: type: array items: *547 @@ -151007,7 +151022,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &770 + milestone: &771 title: Milestone description: A collection of related issues and pull requests. type: object @@ -151150,8 +151165,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -151250,8 +151265,8 @@ webhooks: type: string required: - from - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -152062,8 +152077,8 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 issue_field_values: type: array items: *547 @@ -152186,9 +152201,9 @@ webhooks: - active_lock_reason - body - reactions - label: *763 - organization: *746 - repository: *747 + label: *764 + organization: *747 + repository: *748 sender: *4 required: - action @@ -152268,9 +152283,9 @@ webhooks: type: string enum: - field_added - enterprise: *744 - installation: *745 - issue: *769 + enterprise: *745 + installation: *746 + issue: *770 issue_field: type: object description: The issue field whose value was set or updated on the @@ -152436,8 +152451,8 @@ webhooks: - id required: - from - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -152517,9 +152532,9 @@ webhooks: type: string enum: - field_removed - enterprise: *744 - installation: *745 - issue: *769 + enterprise: *745 + installation: *746 + issue: *770 issue_field: type: object description: The issue field whose value was cleared from the issue. @@ -152606,8 +152621,8 @@ webhooks: - 'null' required: - id - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -152687,8 +152702,8 @@ webhooks: type: string enum: - labeled - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -153498,8 +153513,8 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 issue_field_values: type: array items: *547 @@ -153622,9 +153637,9 @@ webhooks: - active_lock_reason - body - reactions - label: *763 - organization: *746 - repository: *747 + label: *764 + organization: *747 + repository: *748 sender: *4 required: - action @@ -153704,8 +153719,8 @@ webhooks: type: string enum: - locked - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -154540,8 +154555,8 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 issue_field_values: type: array items: *547 @@ -154641,8 +154656,8 @@ webhooks: format: uri user_view_type: type: string - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -154721,8 +154736,8 @@ webhooks: type: string enum: - milestoned - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -155551,8 +155566,8 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 issue_field_values: type: array items: *547 @@ -155652,9 +155667,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *770 - organization: *746 - repository: *747 + milestone: *771 + organization: *747 + repository: *748 sender: *4 required: - action @@ -156541,8 +156556,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 issue_field_values: type: array items: *547 @@ -157137,8 +157152,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -157945,8 +157960,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 issue_field_values: type: array items: *547 @@ -158072,8 +158087,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -158153,9 +158168,9 @@ webhooks: type: string enum: - pinned - enterprise: *744 - installation: *745 - issue: &771 + enterprise: *745 + installation: *746 + issue: &772 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -158960,8 +158975,8 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 issue_field_values: type: array items: *547 @@ -159083,8 +159098,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -159163,8 +159178,8 @@ webhooks: type: string enum: - reopened - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -159997,8 +160012,8 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 issue_field_values: type: array items: *547 @@ -160099,8 +160114,8 @@ webhooks: user_view_type: type: string type: *245 - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -160988,8 +161003,8 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 issue_field_values: type: array items: *547 @@ -161602,11 +161617,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *744 - installation: *745 - issue: *771 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + issue: *772 + organization: *747 + repository: *748 sender: *4 required: - action @@ -161686,12 +161701,12 @@ webhooks: type: string enum: - typed - enterprise: *744 - installation: *745 - issue: *769 + enterprise: *745 + installation: *746 + issue: *770 type: *245 - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -161772,7 +161787,7 @@ webhooks: type: string enum: - unassigned - assignee: &795 + assignee: &796 title: User type: - object @@ -161844,11 +161859,11 @@ webhooks: required: - login - id - enterprise: *744 - installation: *745 - issue: *769 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + issue: *770 + organization: *747 + repository: *748 sender: *4 required: - action @@ -161927,12 +161942,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *744 - installation: *745 - issue: *769 - label: *763 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + issue: *770 + label: *764 + organization: *747 + repository: *748 sender: *4 required: - action @@ -162012,8 +162027,8 @@ webhooks: type: string enum: - unlocked - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -162846,8 +162861,8 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 issue_field_values: type: array items: *547 @@ -162947,8 +162962,8 @@ webhooks: format: uri user_view_type: type: string - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -163028,11 +163043,11 @@ webhooks: type: string enum: - unpinned - enterprise: *744 - installation: *745 - issue: *771 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + issue: *772 + organization: *747 + repository: *748 sender: *4 required: - action @@ -163111,12 +163126,12 @@ webhooks: type: string enum: - untyped - enterprise: *744 - installation: *745 - issue: *769 + enterprise: *745 + installation: *746 + issue: *770 type: *245 - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -163196,11 +163211,11 @@ webhooks: type: string enum: - created - enterprise: *744 - installation: *745 - label: *763 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + label: *764 + organization: *747 + repository: *748 sender: *4 required: - action @@ -163278,11 +163293,11 @@ webhooks: type: string enum: - deleted - enterprise: *744 - installation: *745 - label: *763 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + label: *764 + organization: *747 + repository: *748 sender: *4 required: - action @@ -163392,11 +163407,11 @@ webhooks: type: string required: - from - enterprise: *744 - installation: *745 - label: *763 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + label: *764 + organization: *747 + repository: *748 sender: *4 required: - action @@ -163478,9 +163493,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *744 - installation: *745 - marketplace_purchase: &772 + enterprise: *745 + installation: *746 + marketplace_purchase: &773 title: Marketplace Purchase type: object required: @@ -163568,8 +163583,8 @@ webhooks: type: integer unit_count: type: integer - organization: *746 - previous_marketplace_purchase: &773 + organization: *747 + previous_marketplace_purchase: &774 title: Marketplace Purchase type: object properties: @@ -163653,7 +163668,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *747 + repository: *748 sender: *4 required: - action @@ -163733,10 +163748,10 @@ webhooks: - changed effective_date: type: string - enterprise: *744 - installation: *745 - marketplace_purchase: *772 - organization: *746 + enterprise: *745 + installation: *746 + marketplace_purchase: *773 + organization: *747 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -163824,7 +163839,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *747 + repository: *748 sender: *4 required: - action @@ -163906,10 +163921,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *744 - installation: *745 - marketplace_purchase: *772 - organization: *746 + enterprise: *745 + installation: *746 + marketplace_purchase: *773 + organization: *747 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -163995,7 +164010,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *747 + repository: *748 sender: *4 required: - action @@ -164076,8 +164091,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 marketplace_purchase: title: Marketplace Purchase type: object @@ -164163,9 +164178,9 @@ webhooks: type: integer unit_count: type: integer - organization: *746 - previous_marketplace_purchase: *773 - repository: *747 + organization: *747 + previous_marketplace_purchase: *774 + repository: *748 sender: *4 required: - action @@ -164245,12 +164260,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *744 - installation: *745 - marketplace_purchase: *772 - organization: *746 - previous_marketplace_purchase: *773 - repository: *747 + enterprise: *745 + installation: *746 + marketplace_purchase: *773 + organization: *747 + previous_marketplace_purchase: *774 + repository: *748 sender: *4 required: - action @@ -164352,11 +164367,11 @@ webhooks: type: string required: - to - enterprise: *744 - installation: *745 - member: *764 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + member: *765 + organization: *747 + repository: *748 sender: *4 required: - action @@ -164458,11 +164473,11 @@ webhooks: type: - string - 'null' - enterprise: *744 - installation: *745 - member: *764 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + member: *765 + organization: *747 + repository: *748 sender: *4 required: - action @@ -164541,11 +164556,11 @@ webhooks: type: string enum: - removed - enterprise: *744 - installation: *745 - member: *764 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + member: *765 + organization: *747 + repository: *748 sender: *4 required: - action @@ -164623,11 +164638,11 @@ webhooks: type: string enum: - added - enterprise: *744 - installation: *745 - member: *764 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + member: *765 + organization: *747 + repository: *748 scope: description: The scope of the membership. Currently, can only be `team`. @@ -164705,7 +164720,7 @@ webhooks: required: - login - id - team: &774 + team: &775 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -164935,11 +164950,11 @@ webhooks: type: string enum: - removed - enterprise: *744 - installation: *745 - member: *764 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + member: *765 + organization: *747 + repository: *748 scope: description: The scope of the membership. Currently, can only be `team`. @@ -165018,7 +165033,7 @@ webhooks: required: - login - id - team: *774 + team: *775 required: - action - scope @@ -165100,8 +165115,8 @@ webhooks: type: string enum: - checks_requested - installation: *745 - merge_group: &775 + installation: *746 + merge_group: &776 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -165127,8 +165142,8 @@ webhooks: - base_sha - base_ref - head_commit - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -165214,10 +165229,10 @@ webhooks: - merged - invalidated - dequeued - installation: *745 - merge_group: *775 - organization: *746 - repository: *747 + installation: *746 + merge_group: *776 + organization: *747 + repository: *748 sender: *4 required: - action @@ -165290,7 +165305,7 @@ webhooks: type: string enum: - deleted - enterprise: *744 + enterprise: *745 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -165399,12 +165414,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *745 - organization: *746 + installation: *746 + organization: *747 repository: anyOf: - type: 'null' - - *747 + - *748 sender: *4 required: - action @@ -165484,11 +165499,11 @@ webhooks: type: string enum: - closed - enterprise: *744 - installation: *745 - milestone: *770 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + milestone: *771 + organization: *747 + repository: *748 sender: *4 required: - action @@ -165567,9 +165582,9 @@ webhooks: type: string enum: - created - enterprise: *744 - installation: *745 - milestone: &776 + enterprise: *745 + installation: *746 + milestone: &777 title: Milestone description: A collection of related issues and pull requests. type: object @@ -165711,8 +165726,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -165791,11 +165806,11 @@ webhooks: type: string enum: - deleted - enterprise: *744 - installation: *745 - milestone: *770 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + milestone: *771 + organization: *747 + repository: *748 sender: *4 required: - action @@ -165905,11 +165920,11 @@ webhooks: type: string required: - from - enterprise: *744 - installation: *745 - milestone: *770 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + milestone: *771 + organization: *747 + repository: *748 sender: *4 required: - action @@ -165989,11 +166004,11 @@ webhooks: type: string enum: - opened - enterprise: *744 - installation: *745 - milestone: *776 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + milestone: *777 + organization: *747 + repository: *748 sender: *4 required: - action @@ -166072,11 +166087,11 @@ webhooks: type: string enum: - blocked - blocked_user: *764 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + blocked_user: *765 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -166155,11 +166170,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *764 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + blocked_user: *765 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -166238,9 +166253,9 @@ webhooks: type: string enum: - deleted - enterprise: *744 - installation: *745 - membership: &777 + enterprise: *745 + installation: *746 + membership: &778 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -166350,8 +166365,8 @@ webhooks: - role - organization_url - user - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -166429,11 +166444,11 @@ webhooks: type: string enum: - member_added - enterprise: *744 - installation: *745 - membership: *777 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + membership: *778 + organization: *747 + repository: *748 sender: *4 required: - action @@ -166512,8 +166527,8 @@ webhooks: type: string enum: - member_invited - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -166635,10 +166650,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 - user: *764 + user: *765 required: - action - invitation @@ -166716,11 +166731,11 @@ webhooks: type: string enum: - member_removed - enterprise: *744 - installation: *745 - membership: *777 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + membership: *778 + organization: *747 + repository: *748 sender: *4 required: - action @@ -166807,11 +166822,11 @@ webhooks: properties: from: type: string - enterprise: *744 - installation: *745 - membership: *777 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + membership: *778 + organization: *747 + repository: *748 sender: *4 required: - action @@ -166888,9 +166903,9 @@ webhooks: type: string enum: - published - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 package: description: Information about the package. type: object @@ -167413,7 +167428,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &778 + items: &779 title: Ruby Gems metadata type: object properties: @@ -167510,7 +167525,7 @@ webhooks: - owner - package_version - registry - repository: *747 + repository: *748 sender: *4 required: - action @@ -167586,9 +167601,9 @@ webhooks: type: string enum: - updated - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 package: description: Information about the package. type: object @@ -167950,7 +167965,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *778 + items: *779 source_url: type: string format: uri @@ -168021,7 +168036,7 @@ webhooks: - owner - package_version - registry - repository: *747 + repository: *748 sender: *4 required: - action @@ -168201,12 +168216,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *744 + enterprise: *745 id: type: integer - installation: *745 - organization: *746 - repository: *747 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - id @@ -168283,7 +168298,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &779 + personal_access_token_request: &780 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -168433,10 +168448,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *744 - organization: *746 + enterprise: *745 + organization: *747 sender: *4 - installation: *745 + installation: *746 required: - action - personal_access_token_request @@ -168513,11 +168528,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *779 - enterprise: *744 - organization: *746 + personal_access_token_request: *780 + enterprise: *745 + organization: *747 sender: *4 - installation: *745 + installation: *746 required: - action - personal_access_token_request @@ -168593,11 +168608,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *779 - enterprise: *744 - organization: *746 + personal_access_token_request: *780 + enterprise: *745 + organization: *747 sender: *4 - installation: *745 + installation: *746 required: - action - personal_access_token_request @@ -168672,11 +168687,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *779 - organization: *746 - enterprise: *744 + personal_access_token_request: *780 + organization: *747 + enterprise: *745 sender: *4 - installation: *745 + installation: *746 required: - action - personal_access_token_request @@ -168781,7 +168796,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *780 + last_response: *781 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -168813,8 +168828,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 zen: description: Random string of GitHub zen. @@ -169059,10 +169074,10 @@ webhooks: - from required: - note - enterprise: *744 - installation: *745 - organization: *746 - project_card: &781 + enterprise: *745 + installation: *746 + organization: *747 + project_card: &782 title: Project Card type: object properties: @@ -169185,7 +169200,7 @@ webhooks: - creator - created_at - updated_at - repository: *747 + repository: *748 sender: *4 required: - action @@ -169266,11 +169281,11 @@ webhooks: type: string enum: - created - enterprise: *744 - installation: *745 - organization: *746 - project_card: *781 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + project_card: *782 + repository: *748 sender: *4 required: - action @@ -169350,9 +169365,9 @@ webhooks: type: string enum: - deleted - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 project_card: title: Project Card type: object @@ -169482,7 +169497,7 @@ webhooks: repository: anyOf: - type: 'null' - - *747 + - *748 sender: *4 required: - action @@ -169576,11 +169591,11 @@ webhooks: - from required: - note - enterprise: *744 - installation: *745 - organization: *746 - project_card: *781 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + project_card: *782 + repository: *748 sender: *4 required: - action @@ -169674,9 +169689,9 @@ webhooks: - from required: - column_id - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 project_card: allOf: - title: Project Card @@ -169873,7 +169888,7 @@ webhooks: type: string required: - after_id - repository: *747 + repository: *748 sender: *4 required: - action @@ -169953,10 +169968,10 @@ webhooks: type: string enum: - closed - enterprise: *744 - installation: *745 - organization: *746 - project: &783 + enterprise: *745 + installation: *746 + organization: *747 + project: &784 title: Project type: object properties: @@ -170083,7 +170098,7 @@ webhooks: - creator - created_at - updated_at - repository: *747 + repository: *748 sender: *4 required: - action @@ -170163,10 +170178,10 @@ webhooks: type: string enum: - created - enterprise: *744 - installation: *745 - organization: *746 - project_column: &782 + enterprise: *745 + installation: *746 + organization: *747 + project_column: &783 title: Project Column type: object properties: @@ -170206,7 +170221,7 @@ webhooks: - name - created_at - updated_at - repository: *747 + repository: *748 sender: *4 required: - action @@ -170285,14 +170300,14 @@ webhooks: type: string enum: - deleted - enterprise: *744 - installation: *745 - organization: *746 - project_column: *782 + enterprise: *745 + installation: *746 + organization: *747 + project_column: *783 repository: anyOf: - type: 'null' - - *747 + - *748 sender: *4 required: - action @@ -170381,11 +170396,11 @@ webhooks: type: string required: - from - enterprise: *744 - installation: *745 - organization: *746 - project_column: *782 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + project_column: *783 + repository: *748 sender: *4 required: - action @@ -170465,11 +170480,11 @@ webhooks: type: string enum: - moved - enterprise: *744 - installation: *745 - organization: *746 - project_column: *782 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + project_column: *783 + repository: *748 sender: *4 required: - action @@ -170549,11 +170564,11 @@ webhooks: type: string enum: - created - enterprise: *744 - installation: *745 - organization: *746 - project: *783 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + project: *784 + repository: *748 sender: *4 required: - action @@ -170633,14 +170648,14 @@ webhooks: type: string enum: - deleted - enterprise: *744 - installation: *745 - organization: *746 - project: *783 + enterprise: *745 + installation: *746 + organization: *747 + project: *784 repository: anyOf: - type: 'null' - - *747 + - *748 sender: *4 required: - action @@ -170741,11 +170756,11 @@ webhooks: type: string required: - from - enterprise: *744 - installation: *745 - organization: *746 - project: *783 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + project: *784 + repository: *748 sender: *4 required: - action @@ -170824,11 +170839,11 @@ webhooks: type: string enum: - reopened - enterprise: *744 - installation: *745 - organization: *746 - project: *783 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + project: *784 + repository: *748 sender: *4 required: - action @@ -170909,8 +170924,8 @@ webhooks: type: string enum: - closed - installation: *745 - organization: *746 + installation: *746 + organization: *747 projects_v2: *278 sender: *4 required: @@ -170992,8 +171007,8 @@ webhooks: type: string enum: - created - installation: *745 - organization: *746 + installation: *746 + organization: *747 projects_v2: *278 sender: *4 required: @@ -171075,8 +171090,8 @@ webhooks: type: string enum: - deleted - installation: *745 - organization: *746 + installation: *746 + organization: *747 projects_v2: *278 sender: *4 required: @@ -171198,8 +171213,8 @@ webhooks: type: string to: type: string - installation: *745 - organization: *746 + installation: *746 + organization: *747 projects_v2: *278 sender: *4 required: @@ -171283,7 +171298,7 @@ webhooks: type: string enum: - archived - changes: &787 + changes: &788 type: object properties: archived_at: @@ -171299,9 +171314,9 @@ webhooks: - string - 'null' format: date-time - installation: *745 - organization: *746 - projects_v2_item: &784 + installation: *746 + organization: *747 + projects_v2_item: &785 title: Projects v2 Item description: An item belonging to a project type: object @@ -171441,9 +171456,9 @@ webhooks: - 'null' to: type: string - installation: *745 - organization: *746 - projects_v2_item: *784 + installation: *746 + organization: *747 + projects_v2_item: *785 sender: *4 required: - action @@ -171525,9 +171540,9 @@ webhooks: type: string enum: - created - installation: *745 - organization: *746 - projects_v2_item: *784 + installation: *746 + organization: *747 + projects_v2_item: *785 sender: *4 required: - action @@ -171608,9 +171623,9 @@ webhooks: type: string enum: - deleted - installation: *745 - organization: *746 - projects_v2_item: *784 + installation: *746 + organization: *747 + projects_v2_item: *785 sender: *4 required: - action @@ -171715,7 +171730,7 @@ webhooks: oneOf: - type: string - type: integer - - &785 + - &786 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -171739,7 +171754,7 @@ webhooks: required: - id - name - - &786 + - &787 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -171779,8 +171794,8 @@ webhooks: oneOf: - type: string - type: integer - - *785 - *786 + - *787 type: - 'null' - string @@ -171803,9 +171818,9 @@ webhooks: - 'null' required: - body - installation: *745 - organization: *746 - projects_v2_item: *784 + installation: *746 + organization: *747 + projects_v2_item: *785 sender: *4 required: - action @@ -171902,9 +171917,9 @@ webhooks: type: - string - 'null' - installation: *745 - organization: *746 - projects_v2_item: *784 + installation: *746 + organization: *747 + projects_v2_item: *785 sender: *4 required: - action @@ -171987,10 +172002,10 @@ webhooks: type: string enum: - restored - changes: *787 - installation: *745 - organization: *746 - projects_v2_item: *784 + changes: *788 + installation: *746 + organization: *747 + projects_v2_item: *785 sender: *4 required: - action @@ -172072,8 +172087,8 @@ webhooks: type: string enum: - reopened - installation: *745 - organization: *746 + installation: *746 + organization: *747 projects_v2: *278 sender: *4 required: @@ -172155,9 +172170,9 @@ webhooks: type: string enum: - created - installation: *745 - organization: *746 - projects_v2_status_update: *788 + installation: *746 + organization: *747 + projects_v2_status_update: *789 sender: *4 required: - action @@ -172238,9 +172253,9 @@ webhooks: type: string enum: - deleted - installation: *745 - organization: *746 - projects_v2_status_update: *788 + installation: *746 + organization: *747 + projects_v2_status_update: *789 sender: *4 required: - action @@ -172386,9 +172401,9 @@ webhooks: - string - 'null' format: date - installation: *745 - organization: *746 - projects_v2_status_update: *788 + installation: *746 + organization: *747 + projects_v2_status_update: *789 sender: *4 required: - action @@ -172459,10 +172474,10 @@ webhooks: title: public event type: object properties: - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - repository @@ -172539,13 +172554,13 @@ webhooks: type: string enum: - assigned - assignee: *764 - enterprise: *744 - installation: *745 - number: &789 + assignee: *765 + enterprise: *745 + installation: *746 + number: &790 description: The pull request number. type: integer - organization: *746 + organization: *747 pull_request: title: Pull Request type: object @@ -174897,7 +174912,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *747 + repository: *748 sender: *4 required: - action @@ -174979,11 +174994,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 number: type: integer - organization: *746 + organization: *747 pull_request: title: Pull Request type: object @@ -177328,7 +177343,7 @@ webhooks: - draft reason: type: string - repository: *747 + repository: *748 sender: *4 required: - action @@ -177410,11 +177425,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 number: type: integer - organization: *746 + organization: *747 pull_request: title: Pull Request type: object @@ -179759,7 +179774,7 @@ webhooks: - draft reason: type: string - repository: *747 + repository: *748 sender: *4 required: - action @@ -179841,11 +179856,11 @@ webhooks: type: string enum: - closed - enterprise: *744 - installation: *745 - number: *789 - organization: *746 - pull_request: &790 + enterprise: *745 + installation: *746 + number: *790 + organization: *747 + pull_request: &791 allOf: - *596 - type: object @@ -179909,7 +179924,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *747 + repository: *748 sender: *4 required: - action @@ -179990,12 +180005,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *744 - installation: *745 - number: *789 - organization: *746 - pull_request: *790 - repository: *747 + enterprise: *745 + installation: *746 + number: *790 + organization: *747 + pull_request: *791 + repository: *748 sender: *4 required: - action @@ -180075,11 +180090,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *744 + enterprise: *745 milestone: *281 - number: *789 - organization: *746 - pull_request: &791 + number: *790 + organization: *747 + pull_request: &792 title: Pull Request type: object properties: @@ -182423,7 +182438,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *747 + repository: *748 sender: *4 required: - action @@ -182502,11 +182517,11 @@ webhooks: type: string enum: - dequeued - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 number: type: integer - organization: *746 + organization: *747 pull_request: title: Pull Request type: object @@ -184869,7 +184884,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *747 + repository: *748 sender: *4 required: - action @@ -184993,12 +185008,12 @@ webhooks: type: string required: - from - enterprise: *744 - installation: *745 - number: *789 - organization: *746 - pull_request: *790 - repository: *747 + enterprise: *745 + installation: *746 + number: *790 + organization: *747 + pull_request: *791 + repository: *748 sender: *4 required: - action @@ -185078,11 +185093,11 @@ webhooks: type: string enum: - enqueued - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 number: type: integer - organization: *746 + organization: *747 pull_request: title: Pull Request type: object @@ -187430,7 +187445,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *747 + repository: *748 sender: *4 required: - action @@ -187510,11 +187525,11 @@ webhooks: type: string enum: - labeled - enterprise: *744 - installation: *745 - label: *763 - number: *789 - organization: *746 + enterprise: *745 + installation: *746 + label: *764 + number: *790 + organization: *747 pull_request: title: Pull Request type: object @@ -189865,7 +189880,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *747 + repository: *748 sender: *4 required: - action @@ -189946,10 +189961,10 @@ webhooks: type: string enum: - locked - enterprise: *744 - installation: *745 - number: *789 - organization: *746 + enterprise: *745 + installation: *746 + number: *790 + organization: *747 pull_request: title: Pull Request type: object @@ -192298,7 +192313,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *747 + repository: *748 sender: *4 required: - action @@ -192378,12 +192393,12 @@ webhooks: type: string enum: - milestoned - enterprise: *744 + enterprise: *745 milestone: *281 - number: *789 - organization: *746 - pull_request: *791 - repository: *747 + number: *790 + organization: *747 + pull_request: *792 + repository: *748 sender: *4 required: - action @@ -192462,12 +192477,12 @@ webhooks: type: string enum: - opened - enterprise: *744 - installation: *745 - number: *789 - organization: *746 - pull_request: *790 - repository: *747 + enterprise: *745 + installation: *746 + number: *790 + organization: *747 + pull_request: *791 + repository: *748 sender: *4 required: - action @@ -192548,12 +192563,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *744 - installation: *745 - number: *789 - organization: *746 - pull_request: *790 - repository: *747 + enterprise: *745 + installation: *746 + number: *790 + organization: *747 + pull_request: *791 + repository: *748 sender: *4 required: - action @@ -192633,12 +192648,12 @@ webhooks: type: string enum: - reopened - enterprise: *744 - installation: *745 - number: *789 - organization: *746 - pull_request: *790 - repository: *747 + enterprise: *745 + installation: *746 + number: *790 + organization: *747 + pull_request: *791 + repository: *748 sender: *4 required: - action @@ -193013,9 +193028,9 @@ webhooks: - start_side - side - reactions - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 pull_request: type: object properties: @@ -195248,7 +195263,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *747 + repository: *748 sender: *4 required: - action @@ -195328,7 +195343,7 @@ webhooks: type: string enum: - deleted - comment: &793 + comment: &794 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -195621,9 +195636,9 @@ webhooks: - start_side - side - reactions - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 pull_request: type: object properties: @@ -197844,7 +197859,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *747 + repository: *748 sender: *4 required: - action @@ -197924,11 +197939,11 @@ webhooks: type: string enum: - edited - changes: *792 - comment: *793 - enterprise: *744 - installation: *745 - organization: *746 + changes: *793 + comment: *794 + enterprise: *745 + installation: *746 + organization: *747 pull_request: type: object properties: @@ -200152,7 +200167,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *747 + repository: *748 sender: *4 required: - action @@ -200233,9 +200248,9 @@ webhooks: type: string enum: - dismissed - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 pull_request: title: Simple Pull Request type: object @@ -202471,7 +202486,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *747 + repository: *748 review: description: The review that was affected. type: object @@ -202722,9 +202737,9 @@ webhooks: type: string required: - from - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 pull_request: title: Simple Pull Request type: object @@ -204833,8 +204848,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *747 - review: &794 + repository: *748 + review: &795 description: The review that was affected. type: object properties: @@ -205072,12 +205087,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 number: description: The pull request number. type: integer - organization: *746 + organization: *747 pull_request: title: Pull Request type: object @@ -207427,7 +207442,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *747 + repository: *748 requested_reviewer: title: User type: @@ -207513,12 +207528,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 number: description: The pull request number. type: integer - organization: *746 + organization: *747 pull_request: title: Pull Request type: object @@ -209875,7 +209890,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *747 + repository: *748 requested_team: title: Team description: Groups of organization members that gives permissions @@ -210070,12 +210085,12 @@ webhooks: type: string enum: - review_requested - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 number: description: The pull request number. type: integer - organization: *746 + organization: *747 pull_request: title: Pull Request type: object @@ -212427,7 +212442,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *747 + repository: *748 requested_reviewer: title: User type: @@ -212514,12 +212529,12 @@ webhooks: type: string enum: - review_requested - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 number: description: The pull request number. type: integer - organization: *746 + organization: *747 pull_request: title: Pull Request type: object @@ -214862,7 +214877,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *747 + repository: *748 requested_team: title: Team description: Groups of organization members that gives permissions @@ -215046,9 +215061,9 @@ webhooks: type: string enum: - submitted - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 pull_request: title: Simple Pull Request type: object @@ -217287,8 +217302,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *747 - review: *794 + repository: *748 + review: *795 sender: *4 required: - action @@ -217368,9 +217383,9 @@ webhooks: type: string enum: - resolved - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 pull_request: title: Simple Pull Request type: object @@ -219518,7 +219533,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *747 + repository: *748 sender: *4 thread: type: object @@ -219915,9 +219930,9 @@ webhooks: type: string enum: - unresolved - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 pull_request: title: Simple Pull Request type: object @@ -222048,7 +222063,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *747 + repository: *748 sender: *4 thread: type: object @@ -222447,10 +222462,10 @@ webhooks: type: string before: type: string - enterprise: *744 - installation: *745 - number: *789 - organization: *746 + enterprise: *745 + installation: *746 + number: *790 + organization: *747 pull_request: title: Pull Request type: object @@ -224788,7 +224803,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *747 + repository: *748 sender: *4 required: - action @@ -224870,11 +224885,11 @@ webhooks: type: string enum: - unassigned - assignee: *795 - enterprise: *744 - installation: *745 - number: *789 - organization: *746 + assignee: *796 + enterprise: *745 + installation: *746 + number: *790 + organization: *747 pull_request: title: Pull Request type: object @@ -227227,7 +227242,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *747 + repository: *748 sender: *4 required: - action @@ -227306,11 +227321,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *744 - installation: *745 - label: *763 - number: *789 - organization: *746 + enterprise: *745 + installation: *746 + label: *764 + number: *790 + organization: *747 pull_request: title: Pull Request type: object @@ -229652,7 +229667,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *747 + repository: *748 sender: *4 required: - action @@ -229733,10 +229748,10 @@ webhooks: type: string enum: - unlocked - enterprise: *744 - installation: *745 - number: *789 - organization: *746 + enterprise: *745 + installation: *746 + number: *790 + organization: *747 pull_request: title: Pull Request type: object @@ -232068,7 +232083,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *747 + repository: *748 sender: *4 required: - action @@ -232271,7 +232286,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *744 + enterprise: *745 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -232366,8 +232381,8 @@ webhooks: - url - author - committer - installation: *745 - organization: *746 + installation: *746 + organization: *747 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -232966,9 +232981,9 @@ webhooks: type: string enum: - published - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 registry_package: type: object properties: @@ -233445,7 +233460,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *778 + items: *779 summary: type: string tag_name: @@ -233501,7 +233516,7 @@ webhooks: - owner - package_version - registry - repository: *747 + repository: *748 sender: *4 required: - action @@ -233579,9 +233594,9 @@ webhooks: type: string enum: - updated - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 registry_package: type: object properties: @@ -233893,7 +233908,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *778 + items: *779 summary: type: string tag_name: @@ -233943,7 +233958,7 @@ webhooks: - owner - package_version - registry - repository: *747 + repository: *748 sender: *4 required: - action @@ -234020,10 +234035,10 @@ webhooks: type: string enum: - created - enterprise: *744 - installation: *745 - organization: *746 - release: &796 + enterprise: *745 + installation: *746 + organization: *747 + release: &797 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -234354,7 +234369,7 @@ webhooks: - updated_at - zipball_url - body - repository: *747 + repository: *748 sender: *4 required: - action @@ -234431,11 +234446,11 @@ webhooks: type: string enum: - deleted - enterprise: *744 - installation: *745 - organization: *746 - release: *796 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + release: *797 + repository: *748 sender: *4 required: - action @@ -234552,11 +234567,11 @@ webhooks: type: boolean required: - to - enterprise: *744 - installation: *745 - organization: *746 - release: *796 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + release: *797 + repository: *748 sender: *4 required: - action @@ -234634,9 +234649,9 @@ webhooks: type: string enum: - prereleased - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -234972,7 +234987,7 @@ webhooks: - string - 'null' format: uri - repository: *747 + repository: *748 sender: *4 required: - action @@ -235048,10 +235063,10 @@ webhooks: type: string enum: - published - enterprise: *744 - installation: *745 - organization: *746 - release: &797 + enterprise: *745 + installation: *746 + organization: *747 + release: &798 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -235384,7 +235399,7 @@ webhooks: - string - 'null' format: uri - repository: *747 + repository: *748 sender: *4 required: - action @@ -235460,11 +235475,11 @@ webhooks: type: string enum: - released - enterprise: *744 - installation: *745 - organization: *746 - release: *796 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + release: *797 + repository: *748 sender: *4 required: - action @@ -235540,11 +235555,11 @@ webhooks: type: string enum: - unpublished - enterprise: *744 - installation: *745 - organization: *746 - release: *797 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + release: *798 + repository: *748 sender: *4 required: - action @@ -235620,11 +235635,11 @@ webhooks: type: string enum: - published - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 - repository_advisory: *665 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 + repository_advisory: *666 sender: *4 required: - action @@ -235700,11 +235715,11 @@ webhooks: type: string enum: - reported - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 - repository_advisory: *665 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 + repository_advisory: *666 sender: *4 required: - action @@ -235780,10 +235795,10 @@ webhooks: type: string enum: - archived - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -235860,10 +235875,10 @@ webhooks: type: string enum: - created - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -235941,10 +235956,10 @@ webhooks: type: string enum: - deleted - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -236029,10 +236044,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -236147,10 +236162,10 @@ webhooks: - 'null' items: type: string - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -236222,10 +236237,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 status: type: string @@ -236306,10 +236321,10 @@ webhooks: type: string enum: - privatized - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -236386,10 +236401,10 @@ webhooks: type: string enum: - publicized - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -236483,10 +236498,10 @@ webhooks: - name required: - repository - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -236566,10 +236581,10 @@ webhooks: type: string enum: - created - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 repository_ruleset: *323 sender: *4 required: @@ -236648,10 +236663,10 @@ webhooks: type: string enum: - deleted - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 repository_ruleset: *323 sender: *4 required: @@ -236730,10 +236745,10 @@ webhooks: type: string enum: - edited - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 repository_ruleset: *323 changes: type: object @@ -236795,16 +236810,16 @@ webhooks: properties: added: type: array - items: *616 + items: *617 deleted: type: array - items: *616 + items: *617 updated: type: array items: type: object properties: - rule: *616 + rule: *617 changes: type: object properties: @@ -237041,10 +237056,10 @@ webhooks: - from required: - owner - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -237122,10 +237137,10 @@ webhooks: type: string enum: - unarchived - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -237203,7 +237218,7 @@ webhooks: type: string enum: - create - alert: &798 + alert: &799 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -237328,10 +237343,10 @@ webhooks: enum: - auto_dismissed - open - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -237541,10 +237556,10 @@ webhooks: type: string enum: - dismissed - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -237622,11 +237637,11 @@ webhooks: type: string enum: - reopen - alert: *798 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + alert: *799 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -237828,10 +237843,10 @@ webhooks: enum: - fixed - open - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -237909,7 +237924,7 @@ webhooks: type: string enum: - assigned - alert: &799 + alert: &800 type: object properties: number: *180 @@ -238049,10 +238064,10 @@ webhooks: - type: 'null' - *4 assignee: *4 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -238130,11 +238145,11 @@ webhooks: type: string enum: - created - alert: *799 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + alert: *800 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -238215,11 +238230,11 @@ webhooks: type: string enum: - created - alert: *799 - installation: *745 - location: *800 - organization: *746 - repository: *747 + alert: *800 + installation: *746 + location: *801 + organization: *747 + repository: *748 sender: *4 required: - location @@ -238457,11 +238472,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *799 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + alert: *800 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -238539,11 +238554,11 @@ webhooks: type: string enum: - reopened - alert: *799 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + alert: *800 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -238621,11 +238636,11 @@ webhooks: type: string enum: - resolved - alert: *799 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + alert: *800 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -238703,12 +238718,12 @@ webhooks: type: string enum: - unassigned - alert: *799 + alert: *800 assignee: *4 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -238786,11 +238801,11 @@ webhooks: type: string enum: - validated - alert: *799 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + alert: *800 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -238920,10 +238935,10 @@ webhooks: - organization - enterprise - - repository: *747 - enterprise: *744 - installation: *745 - organization: *746 + repository: *748 + enterprise: *745 + installation: *746 + organization: *747 sender: *4 required: - action @@ -239001,11 +239016,11 @@ webhooks: type: string enum: - published - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 - security_advisory: &801 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 + security_advisory: &802 description: The details of the security advisory, including summary, description, and severity. type: object @@ -239178,11 +239193,11 @@ webhooks: type: string enum: - updated - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 - security_advisory: *801 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 + security_advisory: *802 sender: *4 required: - action @@ -239255,10 +239270,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -239432,9 +239447,9 @@ webhooks: type: object properties: security_and_analysis: *296 - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 repository: *340 sender: *4 required: @@ -239513,12 +239528,12 @@ webhooks: type: string enum: - cancelled - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 - sponsorship: &802 + sponsorship: &803 type: object properties: created_at: @@ -239823,12 +239838,12 @@ webhooks: type: string enum: - created - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 - sponsorship: *802 + sponsorship: *803 required: - action - sponsorship @@ -239916,12 +239931,12 @@ webhooks: type: string required: - from - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 - sponsorship: *802 + sponsorship: *803 required: - action - changes @@ -239998,17 +240013,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &803 + effective_date: &804 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 - sponsorship: *802 + sponsorship: *803 required: - action - sponsorship @@ -240082,7 +240097,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &804 + changes: &805 type: object properties: tier: @@ -240126,13 +240141,13 @@ webhooks: - from required: - tier - effective_date: *803 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + effective_date: *804 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 - sponsorship: *802 + sponsorship: *803 required: - action - changes @@ -240209,13 +240224,13 @@ webhooks: type: string enum: - tier_changed - changes: *804 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + changes: *805 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 - sponsorship: *802 + sponsorship: *803 required: - action - changes @@ -240289,10 +240304,10 @@ webhooks: type: string enum: - created - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -240376,10 +240391,10 @@ webhooks: type: string enum: - deleted - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -240813,15 +240828,15 @@ webhooks: type: - string - 'null' - enterprise: *744 + enterprise: *745 id: description: The unique identifier of the status. type: integer - installation: *745 + installation: *746 name: type: string - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 sha: description: The Commit SHA. @@ -240937,9 +240952,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *82 - installation: *745 - organization: *746 - repository: *747 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -241028,9 +241043,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *82 - installation: *745 - organization: *746 - repository: *747 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -241119,9 +241134,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *82 - installation: *745 - organization: *746 - repository: *747 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -241210,9 +241225,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *82 - installation: *745 - organization: *746 - repository: *747 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -241288,12 +241303,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 - team: &805 + team: &806 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -241523,9 +241538,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 repository: title: Repository description: A git repository @@ -241995,7 +242010,7 @@ webhooks: - topics - visibility sender: *4 - team: *805 + team: *806 required: - action - team @@ -242071,9 +242086,9 @@ webhooks: type: string enum: - created - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 repository: title: Repository description: A git repository @@ -242543,7 +242558,7 @@ webhooks: - topics - visibility sender: *4 - team: *805 + team: *806 required: - action - team @@ -242620,9 +242635,9 @@ webhooks: type: string enum: - deleted - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 repository: title: Repository description: A git repository @@ -243092,7 +243107,7 @@ webhooks: - topics - visibility sender: *4 - team: *805 + team: *806 required: - action - team @@ -243236,9 +243251,9 @@ webhooks: - from required: - permissions - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 repository: title: Repository description: A git repository @@ -243708,7 +243723,7 @@ webhooks: - topics - visibility sender: *4 - team: *805 + team: *806 required: - action - changes @@ -243786,9 +243801,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 repository: title: Repository description: A git repository @@ -244258,7 +244273,7 @@ webhooks: - topics - visibility sender: *4 - team: *805 + team: *806 required: - action - team @@ -244334,10 +244349,10 @@ webhooks: type: string enum: - started - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -244410,17 +244425,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *744 + enterprise: *745 inputs: type: - object - 'null' additionalProperties: true - installation: *745 - organization: *746 + installation: *746 + organization: *747 ref: type: string - repository: *747 + repository: *748 sender: *4 workflow: type: string @@ -244502,10 +244517,10 @@ webhooks: type: string enum: - completed - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 workflow_job: allOf: @@ -244840,10 +244855,10 @@ webhooks: type: string enum: - in_progress - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 workflow_job: allOf: @@ -245204,10 +245219,10 @@ webhooks: type: string enum: - queued - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 workflow_job: type: object @@ -245432,10 +245447,10 @@ webhooks: type: string enum: - waiting - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 workflow_job: type: object @@ -245662,12 +245677,12 @@ webhooks: type: string enum: - completed - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 - workflow: *759 + workflow: *760 workflow_run: title: Workflow Run type: object @@ -246686,12 +246701,12 @@ webhooks: type: string enum: - in_progress - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 - workflow: *759 + workflow: *760 workflow_run: title: Workflow Run type: object @@ -247695,12 +247710,12 @@ webhooks: type: string enum: - requested - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 - workflow: *759 + workflow: *760 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json index 229a19e455..d774982223 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json @@ -252926,6 +252926,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -255582,6 +255598,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -257703,6 +257735,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -260380,6 +260428,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -680835,6 +680899,48 @@ } ] }, + { + "allOf": [ + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, + { + "title": "repository ruleset data for rule", + "description": "User-defined metadata to store domain-specific information limited to 8 keys with scalar values.", + "properties": { + "ruleset_source_type": { + "type": "string", + "description": "The type of source for the ruleset that includes this rule.", + "enum": [ + "Repository", + "Organization" + ] + }, + "ruleset_source": { + "type": "string", + "description": "The name of the source of the ruleset that includes this rule." + }, + "ruleset_id": { + "type": "integer", + "description": "The ID of the ruleset that includes this rule." + } + } + } + ] + }, { "allOf": [ { @@ -682375,6 +682481,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -683525,6 +683647,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -684888,6 +685026,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -687028,6 +687182,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -688193,6 +688363,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -689552,6 +689738,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1646556,6 +1646758,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1649898,6 +1650116,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1653240,6 +1653474,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1654314,6 +1654564,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1655216,6 +1655482,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1656121,6 +1656403,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml index 945eced3af..2179993b12 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml @@ -1131,7 +1131,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &667 + - &668 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -14697,7 +14697,7 @@ paths: properties: action: type: string - discussion: &760 + discussion: &761 title: Discussion description: A Discussion in a repository. type: object @@ -15483,7 +15483,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &678 + sub_issues_summary: &679 title: Sub-issues Summary type: object properties: @@ -15613,7 +15613,7 @@ paths: - url - created_at - updated_at - issue_dependencies_summary: &679 + issue_dependencies_summary: &680 title: Issue Dependencies Summary type: object properties: @@ -17206,7 +17206,7 @@ paths: url: type: string format: uri - user: &687 + user: &688 title: Public User description: Public User type: object @@ -23246,7 +23246,7 @@ paths: parameters: - *74 - *116 - - &738 + - &739 name: month description: If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. If no year is specified the @@ -23358,7 +23358,7 @@ paths: - *116 - *117 - *118 - - &739 + - &740 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -23366,7 +23366,7 @@ paths: schema: type: string - *121 - - &740 + - &741 name: sku description: The SKU to query for usage. in: query @@ -31078,12 +31078,12 @@ paths: required: - subject_digests examples: - default: &719 + default: &720 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &720 + withPredicateType: &721 value: subject_digests: - sha256:abc123 @@ -31142,7 +31142,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &721 + default: &722 value: attestations_subject_digests: - sha256:abc: @@ -43421,7 +43421,7 @@ paths: parameters: - *74 - *257 - - &702 + - &703 name: repo_name description: repo_name parameter in: path @@ -44500,7 +44500,7 @@ paths: - nuget - container - *74 - - &703 + - &704 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -44541,7 +44541,7 @@ paths: default: *263 '403': *27 '401': *23 - '400': &705 + '400': &706 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -46672,7 +46672,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &788 + - &789 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -47642,7 +47642,7 @@ paths: - updated_at - project_url examples: - default: &725 + default: &726 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -47819,7 +47819,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &726 + items: &727 type: object properties: name: @@ -47856,7 +47856,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &727 + iteration_configuration: &728 type: object description: The configuration for iteration fields. properties: @@ -47906,7 +47906,7 @@ paths: value: name: Due date data_type: date - single_select_field: &728 + single_select_field: &729 summary: Create a single select field value: name: Priority @@ -47933,7 +47933,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &729 + iteration_field: &730 summary: Create an iteration field value: name: Sprint @@ -47959,7 +47959,7 @@ paths: application/json: schema: *283 examples: - text_field: &730 + text_field: &731 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -47968,7 +47968,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &731 + number_field: &732 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -47977,7 +47977,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &732 + date_field: &733 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -47986,7 +47986,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &733 + single_select_field: &734 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -48020,7 +48020,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &734 + iteration_field: &735 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -48066,7 +48066,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - *280 - - &735 + - &736 name: field_id description: The unique identifier of the field. in: path @@ -48081,7 +48081,7 @@ paths: application/json: schema: *283 examples: - default: &736 + default: &737 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -49292,7 +49292,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &716 + schema: &717 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -49475,7 +49475,7 @@ paths: parameters: - *280 - *74 - - &737 + - &738 name: view_number description: The number that identifies the project view. in: path @@ -51574,7 +51574,7 @@ paths: - *74 - *17 - *19 - - &615 + - &616 name: targets description: | A comma-separated list of rule targets to filter by. @@ -51861,7 +51861,7 @@ paths: - object rules: type: array - items: &616 + items: &617 title: Repository Rule type: object description: A repository rule. @@ -52525,6 +52525,18 @@ paths: type: boolean description: Copilot automatically reviews each new push to the pull request. + - &615 + title: license_compliance_scanning + description: Enforce any added or changed dependencies to + comply with the organization's license policy. + type: object + required: + - type + properties: + type: + type: string + enum: + - license_compliance_scanning - &316 title: file_path_restriction description: Prevent commits that include changes in specified @@ -52825,7 +52837,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *74 - - &617 + - &618 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit @@ -52840,7 +52852,7 @@ paths: in: query schema: type: string - - &618 + - &619 name: time_period description: |- The time period to filter by. @@ -52856,14 +52868,14 @@ paths: - week - month default: day - - &619 + - &620 name: actor_name description: The handle for the GitHub user account to filter on. When specified, only rule evaluations triggered by this actor will be returned. in: query schema: type: string - - &620 + - &621 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -52876,7 +52888,7 @@ paths: - bypass - all default: all - - &621 + - &622 name: evaluate_status description: |- The evaluate status to filter on. When specified, only rule suites resulting from rulesets with the specified evaluate status will be returned. @@ -52899,7 +52911,7 @@ paths: description: Response content: application/json: - schema: &622 + schema: &623 title: Rule Suites description: Response type: array @@ -52955,7 +52967,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &623 + default: &624 value: - id: 21 actor_id: 12 @@ -52999,7 +53011,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *74 - - &624 + - &625 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -53015,7 +53027,7 @@ paths: description: Response content: application/json: - schema: &625 + schema: &626 title: Rule Suite description: Response type: object @@ -53122,7 +53134,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &626 + default: &627 value: id: 21 actor_id: 12 @@ -53369,7 +53381,7 @@ paths: type: string format: date-time examples: - default: &628 + default: &629 value: - version_id: 3 actor: @@ -53422,7 +53434,7 @@ paths: description: Response content: application/json: - schema: &629 + schema: &630 allOf: - *326 - type: object @@ -53494,7 +53506,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *74 - - &630 + - &631 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -53505,7 +53517,7 @@ paths: enum: - open - resolved - - &631 + - &632 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -53515,7 +53527,7 @@ paths: required: false schema: type: string - - &632 + - &633 name: exclude_secret_types in: query description: A comma-separated list of secret types to exclude from the results. @@ -53526,7 +53538,7 @@ paths: required: false schema: type: string - - &633 + - &634 name: exclude_providers in: query description: |- @@ -53537,7 +53549,7 @@ paths: required: false schema: type: string - - &634 + - &635 name: providers in: query description: |- @@ -53548,7 +53560,7 @@ paths: required: false schema: type: string - - &635 + - &636 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -53557,7 +53569,7 @@ paths: required: false schema: type: string - - &636 + - &637 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -53576,7 +53588,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &637 + - &638 name: sort description: The property to sort the results by. `created` means when the alert was created. `updated` means when the alert was updated or resolved. @@ -53591,7 +53603,7 @@ paths: - *60 - *19 - *17 - - &638 + - &639 name: before description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -53601,7 +53613,7 @@ paths: required: false schema: type: string - - &639 + - &640 name: after description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -53611,7 +53623,7 @@ paths: required: false schema: type: string - - &640 + - &641 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -53620,7 +53632,7 @@ paths: required: false schema: type: string - - &641 + - &642 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -53629,7 +53641,7 @@ paths: schema: type: boolean default: false - - &642 + - &643 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -53638,7 +53650,7 @@ paths: schema: type: boolean default: false - - &643 + - &644 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -53647,7 +53659,7 @@ paths: schema: type: boolean default: false - - &644 + - &645 name: is_bypassed in: query description: A boolean value (`true` or `false`) indicating whether to filter @@ -53681,14 +53693,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &645 + state: &646 description: Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`. type: string enum: - open - resolved - resolution: &646 + resolution: &647 type: - string - 'null' @@ -53807,14 +53819,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &647 + - &648 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &649 + - &650 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -53878,7 +53890,7 @@ paths: - blob_url - commit_sha - commit_url - - &650 + - &651 description: Represents a 'wiki_commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository wiki. @@ -53939,7 +53951,7 @@ paths: - page_url - commit_sha - commit_url - - &651 + - &652 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -53961,7 +53973,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &652 + - &653 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -53983,7 +53995,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &653 + - &654 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -54005,7 +54017,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &654 + - &655 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -54020,7 +54032,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &655 + - &656 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -54035,7 +54047,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &656 + - &657 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -54050,7 +54062,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &657 + - &658 description: Represents a 'pull_request_title' secret scanning location type. This location type shows that a secret was detected in the title of a pull request. @@ -54072,7 +54084,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &658 + - &659 description: Represents a 'pull_request_body' secret scanning location type. This location type shows that a secret was detected in the body of a pull request. @@ -54094,7 +54106,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &659 + - &660 description: Represents a 'pull_request_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a pull request. @@ -54116,7 +54128,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &660 + - &661 description: Represents a 'pull_request_review' secret scanning location type. This location type shows that a secret was detected in a review on a pull request. @@ -54138,7 +54150,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &661 + - &662 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull @@ -54659,7 +54671,7 @@ paths: application/json: schema: type: array - items: &665 + items: &666 description: A repository security advisory. type: object properties: @@ -55010,7 +55022,7 @@ paths: - private_fork version: '2026-03-10' examples: - default: &666 + default: &667 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -56961,7 +56973,7 @@ paths: application/json: schema: type: array - items: &681 + items: &682 title: Team Member description: A user that is a member of a team, including their role on the team and whether the membership is inherited from @@ -57104,7 +57116,7 @@ paths: - type - url examples: - default: &682 + default: &683 value: - login: octocat id: 1 @@ -57191,7 +57203,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &683 + response-if-user-is-a-team-maintainer: &684 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -57256,7 +57268,7 @@ paths: application/json: schema: *336 examples: - response-if-users-membership-with-team-is-now-pending: &684 + response-if-users-membership-with-team-is-now-pending: &685 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -57370,7 +57382,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &685 + schema: &686 title: Team Repository description: A team's access to a repository. type: object @@ -58184,7 +58196,7 @@ paths: type: array items: *200 examples: - response-if-child-teams-exist: &686 + response-if-child-teams-exist: &687 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -70339,7 +70351,7 @@ paths: check. type: array items: *85 - deployment: &749 + deployment: &750 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -76076,7 +76088,7 @@ paths: type: array items: *459 examples: - default: &692 + default: &693 value: total_count: 2 machines: @@ -79253,7 +79265,7 @@ paths: application/json: schema: type: array - items: &670 + items: &671 title: Status description: The status of a commit. type: object @@ -80909,7 +80921,7 @@ paths: items: type: object properties: - placeholder_id: &662 + placeholder_id: &663 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -87114,7 +87126,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &780 + last_response: &781 title: Hook Response type: object properties: @@ -88183,7 +88195,7 @@ paths: parameters: - *337 - *338 - - &714 + - &715 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -88768,7 +88780,7 @@ paths: type: array items: *534 examples: - default: &707 + default: &708 value: - id: 1 repository: @@ -103386,6 +103398,9 @@ paths: - allOf: - *322 - *613 + - allOf: + - *615 + - *613 - allOf: - *316 - *613 @@ -103448,7 +103463,7 @@ paths: schema: type: boolean default: true - - *615 + - *616 responses: '200': description: Response @@ -103533,7 +103548,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *616 + items: *617 required: - name - enforcement @@ -103566,7 +103581,7 @@ paths: application/json: schema: *323 examples: - default: &627 + default: &628 value: id: 42 name: super cool ruleset @@ -103616,11 +103631,11 @@ paths: parameters: - *337 - *338 - - *617 - *618 - *619 - *620 - *621 + - *622 - *17 - *19 responses: @@ -103628,9 +103643,9 @@ paths: description: Response content: application/json: - schema: *622 + schema: *623 examples: - default: *623 + default: *624 '404': *6 '500': *53 x-github: @@ -103653,15 +103668,15 @@ paths: parameters: - *337 - *338 - - *624 + - *625 responses: '200': description: Response content: application/json: - schema: *625 + schema: *626 examples: - default: *626 + default: *627 '404': *6 '500': *53 x-github: @@ -103712,7 +103727,7 @@ paths: application/json: schema: *323 examples: - default: *627 + default: *628 '404': *6 '500': *53 put: @@ -103765,7 +103780,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *616 + items: *617 examples: default: value: @@ -103795,7 +103810,7 @@ paths: application/json: schema: *323 examples: - default: *627 + default: *628 '404': *6 '422': *15 '500': *53 @@ -103857,7 +103872,7 @@ paths: type: array items: *326 examples: - default: *628 + default: *629 '404': *6 '500': *53 x-github: @@ -103895,7 +103910,7 @@ paths: description: Response content: application/json: - schema: *629 + schema: *630 examples: default: value: @@ -103952,7 +103967,6 @@ paths: parameters: - *337 - *338 - - *630 - *631 - *632 - *633 @@ -103960,16 +103974,17 @@ paths: - *635 - *636 - *637 + - *638 - *60 - *19 - *17 - - *638 - *639 - *640 - *641 - *642 - *643 - *644 + - *645 responses: '200': description: Response @@ -103977,7 +103992,7 @@ paths: application/json: schema: type: array - items: &648 + items: &649 type: object properties: number: *180 @@ -103993,8 +104008,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *645 - resolution: *646 + state: *646 + resolution: *647 resolved_at: type: - string @@ -104100,7 +104115,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *647 + - *648 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -104262,13 +104277,13 @@ paths: - *337 - *338 - *435 - - *643 + - *644 responses: '200': description: Response content: application/json: - schema: *648 + schema: *649 examples: default: value: @@ -104332,8 +104347,8 @@ paths: schema: type: object properties: - state: *645 - resolution: *646 + state: *646 + resolution: *647 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -104381,7 +104396,7 @@ paths: description: Response content: application/json: - schema: *648 + schema: *649 examples: default: value: @@ -104493,7 +104508,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &800 + items: &801 type: object properties: type: @@ -104520,7 +104535,6 @@ paths: - commit details: oneOf: - - *649 - *650 - *651 - *652 @@ -104533,6 +104547,7 @@ paths: - *659 - *660 - *661 + - *662 examples: default: value: @@ -104627,14 +104642,14 @@ paths: schema: type: object properties: - reason: &663 + reason: &664 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *662 + placeholder_id: *663 required: - reason - placeholder_id @@ -104651,7 +104666,7 @@ paths: schema: type: object properties: - reason: *663 + reason: *664 expire_at: type: - string @@ -104714,7 +104729,7 @@ paths: properties: incremental_scans: type: array - items: &664 + items: &665 description: Information on a single scan performed by secret scanning on the repository type: object @@ -104747,15 +104762,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *664 + items: *665 backfill_scans: type: array - items: *664 + items: *665 custom_pattern_backfill_scans: type: array items: allOf: - - *664 + - *665 - type: object properties: pattern_name: @@ -104768,7 +104783,7 @@ paths: one of "repository", "organization", or "enterprise" generic_secrets_backfill_scans: type: array - items: *664 + items: *665 examples: default: value: @@ -104878,9 +104893,9 @@ paths: application/json: schema: type: array - items: *665 + items: *666 examples: - default: *666 + default: *667 '400': *14 '404': *6 x-github: @@ -105074,9 +105089,9 @@ paths: description: Response content: application/json: - schema: *665 + schema: *666 examples: - default: &668 + default: &669 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -105429,7 +105444,7 @@ paths: description: Response content: application/json: - schema: *665 + schema: *666 examples: default: value: @@ -105584,15 +105599,15 @@ paths: parameters: - *337 - *338 - - *667 + - *668 responses: '200': description: Response content: application/json: - schema: *665 + schema: *666 examples: - default: *668 + default: *669 '403': *27 '404': *6 x-github: @@ -105618,7 +105633,7 @@ paths: parameters: - *337 - *338 - - *667 + - *668 requestBody: required: true content: @@ -105789,10 +105804,10 @@ paths: description: Response content: application/json: - schema: *665 + schema: *666 examples: - default: *668 - add_credit: *668 + default: *669 + add_credit: *669 '403': *27 '404': *6 '422': @@ -105832,7 +105847,7 @@ paths: parameters: - *337 - *338 - - *667 + - *668 responses: '202': *37 '400': *14 @@ -105861,7 +105876,7 @@ paths: parameters: - *337 - *338 - - *667 + - *668 responses: '202': description: Response @@ -106002,7 +106017,7 @@ paths: application/json: schema: type: array - items: &669 + items: &670 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -106375,7 +106390,7 @@ paths: application/json: schema: type: array - items: *669 + items: *670 examples: default: value: @@ -106465,7 +106480,7 @@ paths: description: Response content: application/json: - schema: *670 + schema: *671 examples: default: value: @@ -106559,7 +106574,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &671 + schema: &672 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -106659,7 +106674,7 @@ paths: description: Response content: application/json: - schema: *671 + schema: *672 examples: default: value: @@ -106869,7 +106884,7 @@ paths: description: Response content: application/json: - schema: &672 + schema: &673 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -106881,7 +106896,7 @@ paths: required: - names examples: - default: &673 + default: &674 value: names: - octocat @@ -106936,9 +106951,9 @@ paths: description: Response content: application/json: - schema: *672 + schema: *673 examples: - default: *673 + default: *674 '404': *6 '422': *7 x-github: @@ -106961,7 +106976,7 @@ paths: parameters: - *337 - *338 - - &674 + - &675 name: per description: The time frame to display results for. in: query @@ -106992,7 +107007,7 @@ paths: - 128 clones: type: array - items: &675 + items: &676 title: Traffic type: object properties: @@ -107240,7 +107255,7 @@ paths: parameters: - *337 - *338 - - *674 + - *675 responses: '200': description: Response @@ -107261,7 +107276,7 @@ paths: - 3782 views: type: array - items: *675 + items: *676 required: - uniques - count @@ -108040,7 +108055,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &676 + text_matches: &677 title: Search Result Text Matches type: array items: @@ -108203,7 +108218,7 @@ paths: enum: - author-date - committer-date - - &677 + - &678 name: order description: Determines whether the first search result returned is the highest number of matches (`desc`) or lowest number of matches (`asc`). This parameter @@ -108323,7 +108338,7 @@ paths: type: number node_id: type: string - text_matches: *676 + text_matches: *677 required: - sha - node_id @@ -108515,7 +108530,7 @@ paths: - interactions - created - updated - - *677 + - *678 - *17 - *19 - name: advanced_search @@ -108629,8 +108644,8 @@ paths: type: - string - 'null' - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 issue_field_values: type: array items: *547 @@ -108661,7 +108676,7 @@ paths: - string - 'null' format: date-time - text_matches: *676 + text_matches: *677 pull_request: type: object properties: @@ -108971,7 +108986,7 @@ paths: enum: - created - updated - - *677 + - *678 - *17 - *19 responses: @@ -109016,7 +109031,7 @@ paths: - 'null' score: type: number - text_matches: *676 + text_matches: *677 required: - id - node_id @@ -109101,7 +109116,7 @@ paths: - forks - help-wanted-issues - updated - - *677 + - *678 - *17 - *19 responses: @@ -109347,7 +109362,7 @@ paths: - admin - pull - push - text_matches: *676 + text_matches: *677 temp_clone_token: type: string allow_merge_commit: @@ -109655,7 +109670,7 @@ paths: - string - 'null' format: uri - text_matches: *676 + text_matches: *677 related: type: - array @@ -109848,7 +109863,7 @@ paths: - followers - repositories - joined - - *677 + - *678 - *17 - *19 responses: @@ -109958,7 +109973,7 @@ paths: type: - boolean - 'null' - text_matches: *676 + text_matches: *677 blog: type: - string @@ -110040,7 +110055,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &680 + - &681 name: team_id description: The unique identifier of the team. in: path @@ -110081,7 +110096,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *680 + - *681 requestBody: required: true content: @@ -110182,7 +110197,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *680 + - *681 responses: '204': description: Response @@ -110211,7 +110226,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *680 + - *681 - *17 - *19 responses: @@ -110251,7 +110266,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *680 + - *681 - name: role description: Filters members returned by their role in the team. in: query @@ -110272,9 +110287,9 @@ paths: application/json: schema: type: array - items: *681 + items: *682 examples: - default: *682 + default: *683 headers: Link: *66 '404': *6 @@ -110302,7 +110317,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *680 + - *681 - *70 responses: '204': @@ -110339,7 +110354,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *680 + - *681 - *70 responses: '204': @@ -110379,7 +110394,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *680 + - *681 - *70 responses: '204': @@ -110416,7 +110431,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *680 + - *681 - *70 responses: '200': @@ -110425,7 +110440,7 @@ paths: application/json: schema: *336 examples: - response-if-user-is-a-team-maintainer: *683 + response-if-user-is-a-team-maintainer: *684 '404': *6 x-github: githubCloudOnly: false @@ -110458,7 +110473,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *680 + - *681 - *70 requestBody: required: false @@ -110486,7 +110501,7 @@ paths: application/json: schema: *336 examples: - response-if-users-membership-with-team-is-now-pending: *684 + response-if-users-membership-with-team-is-now-pending: *685 '403': description: Forbidden if team synchronization is set up '422': @@ -110520,7 +110535,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *680 + - *681 - *70 responses: '204': @@ -110548,7 +110563,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *680 + - *681 - *17 - *19 responses: @@ -110590,7 +110605,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *680 + - *681 - *337 - *338 responses: @@ -110598,7 +110613,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *685 + schema: *686 examples: alternative-response-with-extra-repository-information: value: @@ -110755,7 +110770,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *680 + - *681 - *337 - *338 requestBody: @@ -110807,7 +110822,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *680 + - *681 - *337 - *338 responses: @@ -110834,7 +110849,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *680 + - *681 - *17 - *19 responses: @@ -110846,7 +110861,7 @@ paths: type: array items: *200 examples: - response-if-child-teams-exist: *686 + response-if-child-teams-exist: *687 headers: Link: *66 '404': *6 @@ -110879,7 +110894,7 @@ paths: application/json: schema: oneOf: - - &688 + - &689 title: Private User description: Private User type: object @@ -111129,7 +111144,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *687 + - *688 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -111289,7 +111304,7 @@ paths: description: Response content: application/json: - schema: *688 + schema: *689 examples: default: value: @@ -111687,7 +111702,7 @@ paths: type: integer secrets: type: array - items: &689 + items: &690 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -111807,7 +111822,7 @@ paths: description: Response content: application/json: - schema: *689 + schema: *690 examples: default: value: @@ -112220,7 +112235,7 @@ paths: description: Response content: application/json: - schema: &690 + schema: &691 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -112273,7 +112288,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &691 + default: &692 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -112318,9 +112333,9 @@ paths: description: Response content: application/json: - schema: *690 + schema: *691 examples: - default: *691 + default: *692 '404': *6 x-github: githubCloudOnly: false @@ -112359,7 +112374,7 @@ paths: type: array items: *459 examples: - default: *692 + default: *693 '304': *35 '500': *53 '401': *23 @@ -113325,7 +113340,7 @@ paths: type: array items: *262 examples: - default: &704 + default: &705 value: - id: 197 name: hello_docker @@ -113426,7 +113441,7 @@ paths: application/json: schema: type: array - items: &693 + items: &694 title: Email description: Email type: object @@ -113496,9 +113511,9 @@ paths: application/json: schema: type: array - items: *693 + items: *694 examples: - default: &706 + default: &707 value: - email: octocat@github.com verified: true @@ -113575,7 +113590,7 @@ paths: application/json: schema: type: array - items: *693 + items: *694 examples: default: value: @@ -113833,7 +113848,7 @@ paths: application/json: schema: type: array - items: &694 + items: &695 title: GPG Key description: A unique encryption key type: object @@ -113978,7 +113993,7 @@ paths: - subkeys - revoked examples: - default: &723 + default: &724 value: - id: 3 name: Octocat's GPG Key @@ -114063,9 +114078,9 @@ paths: description: Response content: application/json: - schema: *694 + schema: *695 examples: - default: &695 + default: &696 value: id: 3 name: Octocat's GPG Key @@ -114122,7 +114137,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &696 + - &697 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -114134,9 +114149,9 @@ paths: description: Response content: application/json: - schema: *694 + schema: *695 examples: - default: *695 + default: *696 '404': *6 '304': *35 '403': *27 @@ -114159,7 +114174,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *696 + - *697 responses: '204': description: Response @@ -114626,7 +114641,7 @@ paths: application/json: schema: type: array - items: &697 + items: &698 title: Key description: Key type: object @@ -114729,9 +114744,9 @@ paths: description: Response content: application/json: - schema: *697 + schema: *698 examples: - default: &698 + default: &699 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -114770,9 +114785,9 @@ paths: description: Response content: application/json: - schema: *697 + schema: *698 examples: - default: *698 + default: *699 '404': *6 '304': *35 '403': *27 @@ -114828,7 +114843,7 @@ paths: application/json: schema: type: array - items: &699 + items: &700 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -114907,7 +114922,7 @@ paths: - account - plan examples: - default: &700 + default: &701 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -114969,9 +114984,9 @@ paths: application/json: schema: type: array - items: *699 + items: *700 examples: - default: *700 + default: *701 headers: Link: *66 '304': *35 @@ -115214,7 +115229,7 @@ paths: application/json: schema: *254 examples: - default: &701 + default: &702 value: url: https://api.github.com/orgs/octocat/memberships/defunkt state: active @@ -115263,7 +115278,7 @@ paths: application/json: schema: *254 examples: - default: *701 + default: *702 '403': *27 '404': *6 '422': *15 @@ -115997,7 +116012,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *257 - - *702 + - *703 responses: '204': description: Response @@ -116130,7 +116145,7 @@ paths: - docker - nuget - container - - *703 + - *704 - *19 - *17 responses: @@ -116142,8 +116157,8 @@ paths: type: array items: *262 examples: - default: *704 - '400': *705 + default: *705 + '400': *706 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -116172,7 +116187,7 @@ paths: application/json: schema: *262 examples: - default: &724 + default: &725 value: id: 40201 name: octo-name @@ -116534,9 +116549,9 @@ paths: application/json: schema: type: array - items: *693 + items: *694 examples: - default: *706 + default: *707 headers: Link: *66 '304': *35 @@ -116649,7 +116664,7 @@ paths: type: array items: *78 examples: - default: &713 + default: &714 summary: Default response value: - id: 1296269 @@ -117015,7 +117030,7 @@ paths: type: array items: *534 examples: - default: *707 + default: *708 headers: Link: *66 '304': *35 @@ -117100,7 +117115,7 @@ paths: application/json: schema: type: array - items: &708 + items: &709 title: Social account description: Social media account type: object @@ -117117,7 +117132,7 @@ paths: - provider - url examples: - default: &709 + default: &710 value: - provider: twitter url: https://twitter.com/github @@ -117180,9 +117195,9 @@ paths: application/json: schema: type: array - items: *708 + items: *709 examples: - default: *709 + default: *710 '422': *15 '304': *35 '404': *6 @@ -117270,7 +117285,7 @@ paths: application/json: schema: type: array - items: &710 + items: &711 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -117290,7 +117305,7 @@ paths: - title - created_at examples: - default: &741 + default: &742 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -117355,9 +117370,9 @@ paths: description: Response content: application/json: - schema: *710 + schema: *711 examples: - default: &711 + default: &712 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -117387,7 +117402,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &712 + - &713 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -117399,9 +117414,9 @@ paths: description: Response content: application/json: - schema: *710 + schema: *711 examples: - default: *711 + default: *712 '404': *6 '304': *35 '403': *27 @@ -117424,7 +117439,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *712 + - *713 responses: '204': description: Response @@ -117453,7 +117468,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &742 + - &743 name: sort description: The property to sort the results by. `created` means when the repository was starred. `updated` means when the repository was last pushed @@ -117478,11 +117493,11 @@ paths: type: array items: *78 examples: - default-response: *713 + default-response: *714 application/vnd.github.v3.star+json: schema: type: array - items: &743 + items: &744 title: Starred Repository description: Starred Repository type: object @@ -117851,10 +117866,10 @@ paths: application/json: schema: oneOf: + - *689 - *688 - - *687 examples: - default-response: &717 + default-response: &718 summary: Default response value: login: octocat @@ -117889,7 +117904,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &718 + response-with-git-hub-plan-information: &719 summary: Response with GitHub plan information value: login: octocat @@ -117946,7 +117961,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &715 + - &716 name: user_id description: The unique identifier of the user. in: path @@ -118012,7 +118027,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *714 + - *715 - *17 responses: '200': @@ -118047,7 +118062,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *715 + - *716 - *280 requestBody: required: true @@ -118122,7 +118137,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *716 + schema: *717 examples: table_view: summary: Response for creating a table view @@ -118174,11 +118189,11 @@ paths: application/json: schema: oneOf: + - *689 - *688 - - *687 examples: - default-response: *717 - response-with-git-hub-plan-information: *718 + default-response: *718 + response-with-git-hub-plan-information: *719 '404': *6 x-github: githubCloudOnly: false @@ -118228,8 +118243,8 @@ paths: required: - subject_digests examples: - default: *719 - withPredicateType: *720 + default: *720 + withPredicateType: *721 responses: '200': description: Response @@ -118283,7 +118298,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *721 + default: *722 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -118801,7 +118816,7 @@ paths: application/json: schema: *196 examples: - default: &722 + default: &723 summary: Example response for a user copilot space value: id: 42 @@ -118902,7 +118917,7 @@ paths: application/json: schema: *196 examples: - default: *722 + default: *723 '403': *27 '404': *6 x-github: @@ -119028,7 +119043,7 @@ paths: application/json: schema: *196 examples: - default: *722 + default: *723 '403': *27 '404': *6 '422': *15 @@ -119796,7 +119811,7 @@ paths: type: array items: *262 examples: - default: *704 + default: *705 '403': *27 '401': *23 x-github: @@ -120180,9 +120195,9 @@ paths: application/json: schema: type: array - items: *694 + items: *695 examples: - default: *723 + default: *724 headers: Link: *66 x-github: @@ -120411,7 +120426,7 @@ paths: - docker - nuget - container - - *703 + - *704 - *70 - *19 - *17 @@ -120424,10 +120439,10 @@ paths: type: array items: *262 examples: - default: *704 + default: *705 '403': *27 '401': *23 - '400': *705 + '400': *706 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -120457,7 +120472,7 @@ paths: application/json: schema: *262 examples: - default: *724 + default: *725 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -120806,7 +120821,7 @@ paths: type: array items: *283 examples: - default: *725 + default: *726 headers: Link: *66 '304': *35 @@ -120866,7 +120881,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *726 + items: *727 required: - name - data_type @@ -120882,7 +120897,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *727 + iteration_configuration: *728 required: - name - data_type @@ -120904,8 +120919,8 @@ paths: value: name: Due date data_type: date - single_select_field: *728 - iteration_field: *729 + single_select_field: *729 + iteration_field: *730 responses: '201': description: Response @@ -120913,11 +120928,11 @@ paths: application/json: schema: *283 examples: - text_field: *730 - number_field: *731 - date_field: *732 - single_select_field: *733 - iteration_field: *734 + text_field: *731 + number_field: *732 + date_field: *733 + single_select_field: *734 + iteration_field: *735 '304': *35 '403': *27 '401': *23 @@ -120939,7 +120954,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - *280 - - *735 + - *736 - *70 responses: '200': @@ -120948,7 +120963,7 @@ paths: application/json: schema: *283 examples: - default: *736 + default: *737 headers: Link: *66 '304': *35 @@ -121305,7 +121320,7 @@ paths: parameters: - *280 - *70 - - *737 + - *738 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -121844,7 +121859,7 @@ paths: parameters: - *70 - *116 - - *738 + - *739 - *118 responses: '200': @@ -121943,9 +121958,9 @@ paths: - *116 - *117 - *118 - - *739 - - *121 - *740 + - *121 + - *741 responses: '200': description: Response when getting a billing usage summary @@ -122079,9 +122094,9 @@ paths: application/json: schema: type: array - items: *708 + items: *709 examples: - default: *709 + default: *710 headers: Link: *66 x-github: @@ -122111,9 +122126,9 @@ paths: application/json: schema: type: array - items: *710 + items: *711 examples: - default: *741 + default: *742 headers: Link: *66 x-github: @@ -122138,7 +122153,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *70 - - *742 + - *743 - *60 - *17 - *19 @@ -122150,11 +122165,11 @@ paths: schema: anyOf: - type: array - items: *743 + items: *744 - type: array items: *78 examples: - default-response: *713 + default-response: *714 headers: Link: *66 x-github: @@ -122314,7 +122329,7 @@ webhooks: type: string enum: - disabled - enterprise: &744 + enterprise: &745 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -122383,7 +122398,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &745 + installation: &746 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -122404,7 +122419,7 @@ webhooks: required: - id - node_id - organization: &746 + organization: &747 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -122477,7 +122492,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &747 + repository: &748 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -123417,10 +123432,10 @@ webhooks: type: string enum: - enabled - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -123496,11 +123511,11 @@ webhooks: type: string enum: - created - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 - rule: &748 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 + rule: &749 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -123723,11 +123738,11 @@ webhooks: type: string enum: - deleted - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 - rule: *748 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 + rule: *749 sender: *4 required: - action @@ -123915,11 +123930,11 @@ webhooks: - everyone required: - from - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 - rule: *748 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 + rule: *749 sender: *4 required: - action @@ -124003,7 +124018,7 @@ webhooks: type: string enum: - completed - check_run: &750 + check_run: &751 title: CheckRun description: A check performed on the code of a given code change type: object @@ -124113,7 +124128,7 @@ webhooks: - examples: - neutral - deployment: *749 + deployment: *750 details_url: type: string examples: @@ -124211,10 +124226,10 @@ webhooks: - output - app - pull_requests - installation: *745 - enterprise: *744 - organization: *746 - repository: *747 + installation: *746 + enterprise: *745 + organization: *747 + repository: *748 sender: *4 required: - check_run @@ -124605,11 +124620,11 @@ webhooks: type: string enum: - created - check_run: *750 - installation: *745 - enterprise: *744 - organization: *746 - repository: *747 + check_run: *751 + installation: *746 + enterprise: *745 + organization: *747 + repository: *748 sender: *4 required: - check_run @@ -125003,11 +125018,11 @@ webhooks: type: string enum: - requested_action - check_run: *750 - installation: *745 - enterprise: *744 - organization: *746 - repository: *747 + check_run: *751 + installation: *746 + enterprise: *745 + organization: *747 + repository: *748 requested_action: description: The action requested by the user. type: object @@ -125410,11 +125425,11 @@ webhooks: type: string enum: - rerequested - check_run: *750 - installation: *745 - enterprise: *744 - organization: *746 - repository: *747 + check_run: *751 + installation: *746 + enterprise: *745 + organization: *747 + repository: *748 sender: *4 required: - check_run @@ -126399,10 +126414,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -127116,10 +127131,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -127827,10 +127842,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -128151,20 +128166,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &751 + commit_oid: &752 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *744 - installation: *745 - organization: *746 - ref: &752 + enterprise: *745 + installation: *746 + organization: *747 + ref: &753 description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *747 + repository: *748 sender: *4 required: - action @@ -128572,12 +128587,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *751 - enterprise: *744 - installation: *745 - organization: *746 - ref: *752 - repository: *747 + commit_oid: *752 + enterprise: *745 + installation: *746 + organization: *747 + ref: *753 + repository: *748 sender: *4 required: - action @@ -128860,12 +128875,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *751 - enterprise: *744 - installation: *745 - organization: *746 - ref: *752 - repository: *747 + commit_oid: *752 + enterprise: *745 + installation: *746 + organization: *747 + ref: *753 + repository: *748 sender: *4 required: - action @@ -129211,12 +129226,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *751 - enterprise: *744 - installation: *745 - organization: *746 - ref: *752 - repository: *747 + commit_oid: *752 + enterprise: *745 + installation: *746 + organization: *747 + ref: *753 + repository: *748 sender: *4 required: - action @@ -129506,9 +129521,9 @@ webhooks: type: - string - 'null' - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -129516,7 +129531,7 @@ webhooks: type: - string - 'null' - repository: *747 + repository: *748 sender: *4 required: - action @@ -129762,12 +129777,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *751 - enterprise: *744 - installation: *745 - organization: *746 - ref: *752 - repository: *747 + commit_oid: *752 + enterprise: *745 + installation: *746 + organization: *747 + ref: *753 + repository: *748 sender: *4 required: - action @@ -130088,10 +130103,10 @@ webhooks: - dismissed_reason - rule - tool - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -130351,10 +130366,10 @@ webhooks: - updated_at - author_association - body - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -130435,18 +130450,18 @@ webhooks: type: - string - 'null' - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *746 - pusher_type: &753 + organization: *747 + pusher_type: &754 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &754 + ref: &755 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -130456,7 +130471,7 @@ webhooks: enum: - tag - branch - repository: *747 + repository: *748 sender: *4 required: - ref @@ -130539,9 +130554,9 @@ webhooks: enum: - created definition: *291 - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 sender: *4 required: - action @@ -130626,9 +130641,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 sender: *4 required: - action @@ -130706,9 +130721,9 @@ webhooks: enum: - promote_to_enterprise definition: *291 - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 sender: *4 required: - action @@ -130786,9 +130801,9 @@ webhooks: enum: - updated definition: *291 - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 sender: *4 required: - action @@ -130865,10 +130880,10 @@ webhooks: type: string enum: - updated - enterprise: *744 - installation: *745 - repository: *747 - organization: *746 + enterprise: *745 + installation: *746 + repository: *748 + organization: *747 sender: *4 new_property_values: type: array @@ -130953,18 +130968,18 @@ webhooks: title: delete event type: object properties: - enterprise: *744 - installation: *745 - organization: *746 - pusher_type: *753 - ref: *754 + enterprise: *745 + installation: *746 + organization: *747 + pusher_type: *754 + ref: *755 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *747 + repository: *748 sender: *4 required: - ref @@ -131045,10 +131060,10 @@ webhooks: enum: - assignees_changed alert: *490 - installation: *745 - organization: *746 - enterprise: *744 - repository: *747 + installation: *746 + organization: *747 + enterprise: *745 + repository: *748 sender: *4 required: - action @@ -131129,10 +131144,10 @@ webhooks: enum: - auto_dismissed alert: *490 - installation: *745 - organization: *746 - enterprise: *744 - repository: *747 + installation: *746 + organization: *747 + enterprise: *745 + repository: *748 sender: *4 required: - action @@ -131214,10 +131229,10 @@ webhooks: enum: - auto_reopened alert: *490 - installation: *745 - organization: *746 - enterprise: *744 - repository: *747 + installation: *746 + organization: *747 + enterprise: *745 + repository: *748 sender: *4 required: - action @@ -131299,10 +131314,10 @@ webhooks: enum: - created alert: *490 - installation: *745 - organization: *746 - enterprise: *744 - repository: *747 + installation: *746 + organization: *747 + enterprise: *745 + repository: *748 sender: *4 required: - action @@ -131382,10 +131397,10 @@ webhooks: enum: - dismissed alert: *490 - installation: *745 - organization: *746 - enterprise: *744 - repository: *747 + installation: *746 + organization: *747 + enterprise: *745 + repository: *748 sender: *4 required: - action @@ -131465,10 +131480,10 @@ webhooks: enum: - fixed alert: *490 - installation: *745 - organization: *746 - enterprise: *744 - repository: *747 + installation: *746 + organization: *747 + enterprise: *745 + repository: *748 sender: *4 required: - action @@ -131549,10 +131564,10 @@ webhooks: enum: - reintroduced alert: *490 - installation: *745 - organization: *746 - enterprise: *744 - repository: *747 + installation: *746 + organization: *747 + enterprise: *745 + repository: *748 sender: *4 required: - action @@ -131632,10 +131647,10 @@ webhooks: enum: - reopened alert: *490 - installation: *745 - organization: *746 - enterprise: *744 - repository: *747 + installation: *746 + organization: *747 + enterprise: *745 + repository: *748 sender: *4 required: - action @@ -131712,9 +131727,9 @@ webhooks: type: string enum: - created - enterprise: *744 - installation: *745 - key: &755 + enterprise: *745 + installation: *746 + key: &756 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -131752,8 +131767,8 @@ webhooks: - verified - created_at - read_only - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -131830,11 +131845,11 @@ webhooks: type: string enum: - deleted - enterprise: *744 - installation: *745 - key: *755 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + key: *756 + organization: *747 + repository: *748 sender: *4 required: - action @@ -132401,12 +132416,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 - workflow: &759 + workflow: &760 title: Workflow type: - object @@ -133161,9 +133176,9 @@ webhooks: pull_requests: type: array items: *596 - repository: *747 - organization: *746 - installation: *745 + repository: *748 + organization: *747 + installation: *746 sender: *4 responses: '200': @@ -133234,7 +133249,7 @@ webhooks: type: string enum: - approved - approver: &756 + approver: &757 type: object properties: avatar_url: @@ -133277,11 +133292,11 @@ webhooks: type: string comment: type: string - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 - reviewers: &757 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 + reviewers: &758 type: array items: type: object @@ -133362,7 +133377,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &758 + workflow_job_run: &759 type: object properties: conclusion: @@ -134108,18 +134123,18 @@ webhooks: type: string enum: - rejected - approver: *756 + approver: *757 comment: type: string - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 - reviewers: *757 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 + reviewers: *758 sender: *4 since: type: string - workflow_job_run: *758 + workflow_job_run: *759 workflow_job_runs: type: array items: @@ -134836,13 +134851,13 @@ webhooks: type: string enum: - requested - enterprise: *744 + enterprise: *745 environment: type: string - installation: *745 - organization: *746 - repository: *747 - requestor: &764 + installation: *746 + organization: *747 + repository: *748 + requestor: &765 title: User type: - object @@ -136775,12 +136790,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 - workflow: *759 + workflow: *760 workflow_run: title: Deployment Workflow Run type: @@ -137471,7 +137486,7 @@ webhooks: type: string enum: - answered - answer: &762 + answer: &763 type: object properties: author_association: @@ -137631,11 +137646,11 @@ webhooks: - created_at - updated_at - body - discussion: *760 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + discussion: *761 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -137762,11 +137777,11 @@ webhooks: - from required: - category - discussion: *760 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + discussion: *761 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -137849,11 +137864,11 @@ webhooks: type: string enum: - closed - discussion: *760 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + discussion: *761 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -137935,7 +137950,7 @@ webhooks: type: string enum: - created - comment: &761 + comment: &762 type: object properties: author_association: @@ -138095,11 +138110,11 @@ webhooks: - updated_at - body - reactions - discussion: *760 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + discussion: *761 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -138182,12 +138197,12 @@ webhooks: type: string enum: - deleted - comment: *761 - discussion: *760 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + comment: *762 + discussion: *761 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -138282,12 +138297,12 @@ webhooks: - from required: - body - comment: *761 - discussion: *760 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + comment: *762 + discussion: *761 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -138371,11 +138386,11 @@ webhooks: type: string enum: - created - discussion: *760 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + discussion: *761 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -138457,11 +138472,11 @@ webhooks: type: string enum: - deleted - discussion: *760 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + discussion: *761 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -138561,11 +138576,11 @@ webhooks: type: string required: - from - discussion: *760 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + discussion: *761 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -138647,10 +138662,10 @@ webhooks: type: string enum: - labeled - discussion: *760 - enterprise: *744 - installation: *745 - label: &763 + discussion: *761 + enterprise: *745 + installation: *746 + label: &764 title: Label type: object properties: @@ -138683,8 +138698,8 @@ webhooks: - color - default - description - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -138767,11 +138782,11 @@ webhooks: type: string enum: - locked - discussion: *760 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + discussion: *761 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -138853,11 +138868,11 @@ webhooks: type: string enum: - pinned - discussion: *760 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + discussion: *761 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -138939,11 +138954,11 @@ webhooks: type: string enum: - reopened - discussion: *760 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + discussion: *761 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -139028,16 +139043,16 @@ webhooks: changes: type: object properties: - new_discussion: *760 - new_repository: *747 + new_discussion: *761 + new_repository: *748 required: - new_discussion - new_repository - discussion: *760 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + discussion: *761 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -139120,10 +139135,10 @@ webhooks: type: string enum: - unanswered - discussion: *760 - old_answer: *762 - organization: *746 - repository: *747 + discussion: *761 + old_answer: *763 + organization: *747 + repository: *748 sender: *4 required: - action @@ -139205,12 +139220,12 @@ webhooks: type: string enum: - unlabeled - discussion: *760 - enterprise: *744 - installation: *745 - label: *763 - organization: *746 - repository: *747 + discussion: *761 + enterprise: *745 + installation: *746 + label: *764 + organization: *747 + repository: *748 sender: *4 required: - action @@ -139293,11 +139308,11 @@ webhooks: type: string enum: - unlocked - discussion: *760 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + discussion: *761 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -139379,11 +139394,11 @@ webhooks: type: string enum: - unpinned - discussion: *760 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + discussion: *761 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -139456,7 +139471,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *744 + enterprise: *745 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -140134,9 +140149,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *745 - organization: *746 - repository: *747 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - forkee @@ -140282,9 +140297,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 pages: description: The pages that were updated. type: array @@ -140322,7 +140337,7 @@ webhooks: - action - sha - html_url - repository: *747 + repository: *748 sender: *4 required: - pages @@ -140398,10 +140413,10 @@ webhooks: type: string enum: - created - enterprise: *744 + enterprise: *745 installation: *20 - organization: *746 - repositories: &765 + organization: *747 + repositories: &766 description: An array of repository objects that the installation can access. type: array @@ -140427,8 +140442,8 @@ webhooks: - name - full_name - private - repository: *747 - requester: *764 + repository: *748 + requester: *765 sender: *4 required: - action @@ -140503,11 +140518,11 @@ webhooks: type: string enum: - deleted - enterprise: *744 + enterprise: *745 installation: *20 - organization: *746 - repositories: *765 - repository: *747 + organization: *747 + repositories: *766 + repository: *748 requester: type: - 'null' @@ -140584,11 +140599,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *744 + enterprise: *745 installation: *20 - organization: *746 - repositories: *765 - repository: *747 + organization: *747 + repositories: *766 + repository: *748 requester: type: - 'null' @@ -140665,10 +140680,10 @@ webhooks: type: string enum: - added - enterprise: *744 + enterprise: *745 installation: *20 - organization: *746 - repositories_added: &766 + organization: *747 + repositories_added: &767 description: An array of repository objects, which were added to the installation. type: array @@ -140714,15 +140729,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *747 - repository_selection: &767 + repository: *748 + repository_selection: &768 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *764 + requester: *765 sender: *4 required: - action @@ -140801,10 +140816,10 @@ webhooks: type: string enum: - removed - enterprise: *744 + enterprise: *745 installation: *20 - organization: *746 - repositories_added: *766 + organization: *747 + repositories_added: *767 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -140831,9 +140846,9 @@ webhooks: - name - full_name - private - repository: *747 - repository_selection: *767 - requester: *764 + repository: *748 + repository_selection: *768 + requester: *765 sender: *4 required: - action @@ -140912,11 +140927,11 @@ webhooks: type: string enum: - suspend - enterprise: *744 + enterprise: *745 installation: *20 - organization: *746 - repositories: *765 - repository: *747 + organization: *747 + repositories: *766 + repository: *748 requester: type: - 'null' @@ -141098,10 +141113,10 @@ webhooks: type: string required: - from - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 target_type: type: string @@ -141180,11 +141195,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *744 + enterprise: *745 installation: *20 - organization: *746 - repositories: *765 - repository: *747 + organization: *747 + repositories: *766 + repository: *748 requester: type: - 'null' @@ -141440,8 +141455,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -142253,8 +142268,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142615,8 +142630,8 @@ webhooks: - state - locked - assignee - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -142696,7 +142711,7 @@ webhooks: type: string enum: - deleted - comment: &768 + comment: &769 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -142871,8 +142886,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -143680,8 +143695,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144044,8 +144059,8 @@ webhooks: - state - locked - assignee - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -144125,7 +144140,7 @@ webhooks: type: string enum: - edited - changes: &792 + changes: &793 description: The changes to the comment. type: object properties: @@ -144137,9 +144152,9 @@ webhooks: type: string required: - from - comment: *768 - enterprise: *744 - installation: *745 + comment: *769 + enterprise: *745 + installation: *746 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -144950,8 +144965,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145312,8 +145327,8 @@ webhooks: - state - locked - assignee - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -145394,9 +145409,9 @@ webhooks: type: string enum: - pinned - comment: *768 - enterprise: *744 - installation: *745 + comment: *769 + enterprise: *745 + installation: *746 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -146209,8 +146224,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146573,8 +146588,8 @@ webhooks: - state - locked - assignee - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -146654,9 +146669,9 @@ webhooks: type: string enum: - unpinned - comment: *768 - enterprise: *744 - installation: *745 + comment: *769 + enterprise: *745 + installation: *746 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -147469,8 +147484,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147833,8 +147848,8 @@ webhooks: - state - locked - assignee - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -147923,9 +147938,9 @@ webhooks: type: number blocking_issue: *82 blocking_issue_repo: *78 - installation: *745 - organization: *746 - repository: *747 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -148014,9 +148029,9 @@ webhooks: type: number blocking_issue: *82 blocking_issue_repo: *78 - installation: *745 - organization: *746 - repository: *747 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -148104,9 +148119,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *82 - installation: *745 - organization: *746 - repository: *747 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -148195,9 +148210,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *82 - installation: *745 - organization: *746 - repository: *747 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -148277,10 +148292,10 @@ webhooks: type: string enum: - assigned - assignee: *764 - enterprise: *744 - installation: *745 - issue: &769 + assignee: *765 + enterprise: *745 + installation: *746 + issue: &770 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -149091,8 +149106,8 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 issue_field_values: type: array items: *547 @@ -149215,8 +149230,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -149296,8 +149311,8 @@ webhooks: type: string enum: - closed - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -150113,8 +150128,8 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 issue_field_values: type: array items: *547 @@ -150380,8 +150395,8 @@ webhooks: required: - state - closed_at - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -150460,8 +150475,8 @@ webhooks: type: string enum: - deleted - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -151268,8 +151283,8 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 issue_field_values: type: array items: *547 @@ -151391,8 +151406,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -151471,8 +151486,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -152302,8 +152317,8 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 issue_field_values: type: array items: *547 @@ -152404,7 +152419,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &770 + milestone: &771 title: Milestone description: A collection of related issues and pull requests. type: object @@ -152547,8 +152562,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -152647,8 +152662,8 @@ webhooks: type: string required: - from - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -153459,8 +153474,8 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 issue_field_values: type: array items: *547 @@ -153583,9 +153598,9 @@ webhooks: - active_lock_reason - body - reactions - label: *763 - organization: *746 - repository: *747 + label: *764 + organization: *747 + repository: *748 sender: *4 required: - action @@ -153665,9 +153680,9 @@ webhooks: type: string enum: - field_added - enterprise: *744 - installation: *745 - issue: *769 + enterprise: *745 + installation: *746 + issue: *770 issue_field: type: object description: The issue field whose value was set or updated on the @@ -153833,8 +153848,8 @@ webhooks: - id required: - from - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -153914,9 +153929,9 @@ webhooks: type: string enum: - field_removed - enterprise: *744 - installation: *745 - issue: *769 + enterprise: *745 + installation: *746 + issue: *770 issue_field: type: object description: The issue field whose value was cleared from the issue. @@ -154003,8 +154018,8 @@ webhooks: - 'null' required: - id - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -154084,8 +154099,8 @@ webhooks: type: string enum: - labeled - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -154895,8 +154910,8 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 issue_field_values: type: array items: *547 @@ -155019,9 +155034,9 @@ webhooks: - active_lock_reason - body - reactions - label: *763 - organization: *746 - repository: *747 + label: *764 + organization: *747 + repository: *748 sender: *4 required: - action @@ -155101,8 +155116,8 @@ webhooks: type: string enum: - locked - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -155937,8 +155952,8 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 issue_field_values: type: array items: *547 @@ -156038,8 +156053,8 @@ webhooks: format: uri user_view_type: type: string - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -156118,8 +156133,8 @@ webhooks: type: string enum: - milestoned - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -156948,8 +156963,8 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 issue_field_values: type: array items: *547 @@ -157049,9 +157064,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *770 - organization: *746 - repository: *747 + milestone: *771 + organization: *747 + repository: *748 sender: *4 required: - action @@ -157938,8 +157953,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 issue_field_values: type: array items: *547 @@ -158534,8 +158549,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -159342,8 +159357,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 issue_field_values: type: array items: *547 @@ -159469,8 +159484,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -159550,9 +159565,9 @@ webhooks: type: string enum: - pinned - enterprise: *744 - installation: *745 - issue: &771 + enterprise: *745 + installation: *746 + issue: &772 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -160357,8 +160372,8 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 issue_field_values: type: array items: *547 @@ -160480,8 +160495,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -160560,8 +160575,8 @@ webhooks: type: string enum: - reopened - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -161394,8 +161409,8 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 issue_field_values: type: array items: *547 @@ -161496,8 +161511,8 @@ webhooks: user_view_type: type: string type: *245 - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -162385,8 +162400,8 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 issue_field_values: type: array items: *547 @@ -162999,11 +163014,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *744 - installation: *745 - issue: *771 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + issue: *772 + organization: *747 + repository: *748 sender: *4 required: - action @@ -163083,12 +163098,12 @@ webhooks: type: string enum: - typed - enterprise: *744 - installation: *745 - issue: *769 + enterprise: *745 + installation: *746 + issue: *770 type: *245 - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -163169,7 +163184,7 @@ webhooks: type: string enum: - unassigned - assignee: &795 + assignee: &796 title: User type: - object @@ -163241,11 +163256,11 @@ webhooks: required: - login - id - enterprise: *744 - installation: *745 - issue: *769 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + issue: *770 + organization: *747 + repository: *748 sender: *4 required: - action @@ -163324,12 +163339,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *744 - installation: *745 - issue: *769 - label: *763 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + issue: *770 + label: *764 + organization: *747 + repository: *748 sender: *4 required: - action @@ -163409,8 +163424,8 @@ webhooks: type: string enum: - unlocked - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -164243,8 +164258,8 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *678 - issue_dependencies_summary: *679 + sub_issues_summary: *679 + issue_dependencies_summary: *680 issue_field_values: type: array items: *547 @@ -164344,8 +164359,8 @@ webhooks: format: uri user_view_type: type: string - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -164425,11 +164440,11 @@ webhooks: type: string enum: - unpinned - enterprise: *744 - installation: *745 - issue: *771 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + issue: *772 + organization: *747 + repository: *748 sender: *4 required: - action @@ -164508,12 +164523,12 @@ webhooks: type: string enum: - untyped - enterprise: *744 - installation: *745 - issue: *769 + enterprise: *745 + installation: *746 + issue: *770 type: *245 - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -164593,11 +164608,11 @@ webhooks: type: string enum: - created - enterprise: *744 - installation: *745 - label: *763 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + label: *764 + organization: *747 + repository: *748 sender: *4 required: - action @@ -164675,11 +164690,11 @@ webhooks: type: string enum: - deleted - enterprise: *744 - installation: *745 - label: *763 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + label: *764 + organization: *747 + repository: *748 sender: *4 required: - action @@ -164789,11 +164804,11 @@ webhooks: type: string required: - from - enterprise: *744 - installation: *745 - label: *763 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + label: *764 + organization: *747 + repository: *748 sender: *4 required: - action @@ -164875,9 +164890,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *744 - installation: *745 - marketplace_purchase: &772 + enterprise: *745 + installation: *746 + marketplace_purchase: &773 title: Marketplace Purchase type: object required: @@ -164965,8 +164980,8 @@ webhooks: type: integer unit_count: type: integer - organization: *746 - previous_marketplace_purchase: &773 + organization: *747 + previous_marketplace_purchase: &774 title: Marketplace Purchase type: object properties: @@ -165050,7 +165065,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *747 + repository: *748 sender: *4 required: - action @@ -165130,10 +165145,10 @@ webhooks: - changed effective_date: type: string - enterprise: *744 - installation: *745 - marketplace_purchase: *772 - organization: *746 + enterprise: *745 + installation: *746 + marketplace_purchase: *773 + organization: *747 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -165221,7 +165236,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *747 + repository: *748 sender: *4 required: - action @@ -165303,10 +165318,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *744 - installation: *745 - marketplace_purchase: *772 - organization: *746 + enterprise: *745 + installation: *746 + marketplace_purchase: *773 + organization: *747 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -165392,7 +165407,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *747 + repository: *748 sender: *4 required: - action @@ -165473,8 +165488,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 marketplace_purchase: title: Marketplace Purchase type: object @@ -165560,9 +165575,9 @@ webhooks: type: integer unit_count: type: integer - organization: *746 - previous_marketplace_purchase: *773 - repository: *747 + organization: *747 + previous_marketplace_purchase: *774 + repository: *748 sender: *4 required: - action @@ -165642,12 +165657,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *744 - installation: *745 - marketplace_purchase: *772 - organization: *746 - previous_marketplace_purchase: *773 - repository: *747 + enterprise: *745 + installation: *746 + marketplace_purchase: *773 + organization: *747 + previous_marketplace_purchase: *774 + repository: *748 sender: *4 required: - action @@ -165749,11 +165764,11 @@ webhooks: type: string required: - to - enterprise: *744 - installation: *745 - member: *764 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + member: *765 + organization: *747 + repository: *748 sender: *4 required: - action @@ -165855,11 +165870,11 @@ webhooks: type: - string - 'null' - enterprise: *744 - installation: *745 - member: *764 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + member: *765 + organization: *747 + repository: *748 sender: *4 required: - action @@ -165938,11 +165953,11 @@ webhooks: type: string enum: - removed - enterprise: *744 - installation: *745 - member: *764 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + member: *765 + organization: *747 + repository: *748 sender: *4 required: - action @@ -166020,11 +166035,11 @@ webhooks: type: string enum: - added - enterprise: *744 - installation: *745 - member: *764 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + member: *765 + organization: *747 + repository: *748 scope: description: The scope of the membership. Currently, can only be `team`. @@ -166102,7 +166117,7 @@ webhooks: required: - login - id - team: &774 + team: &775 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -166332,11 +166347,11 @@ webhooks: type: string enum: - removed - enterprise: *744 - installation: *745 - member: *764 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + member: *765 + organization: *747 + repository: *748 scope: description: The scope of the membership. Currently, can only be `team`. @@ -166415,7 +166430,7 @@ webhooks: required: - login - id - team: *774 + team: *775 required: - action - scope @@ -166497,8 +166512,8 @@ webhooks: type: string enum: - checks_requested - installation: *745 - merge_group: &775 + installation: *746 + merge_group: &776 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -166524,8 +166539,8 @@ webhooks: - base_sha - base_ref - head_commit - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -166611,10 +166626,10 @@ webhooks: - merged - invalidated - dequeued - installation: *745 - merge_group: *775 - organization: *746 - repository: *747 + installation: *746 + merge_group: *776 + organization: *747 + repository: *748 sender: *4 required: - action @@ -166687,7 +166702,7 @@ webhooks: type: string enum: - deleted - enterprise: *744 + enterprise: *745 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -166796,12 +166811,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *745 - organization: *746 + installation: *746 + organization: *747 repository: anyOf: - type: 'null' - - *747 + - *748 sender: *4 required: - action @@ -166881,11 +166896,11 @@ webhooks: type: string enum: - closed - enterprise: *744 - installation: *745 - milestone: *770 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + milestone: *771 + organization: *747 + repository: *748 sender: *4 required: - action @@ -166964,9 +166979,9 @@ webhooks: type: string enum: - created - enterprise: *744 - installation: *745 - milestone: &776 + enterprise: *745 + installation: *746 + milestone: &777 title: Milestone description: A collection of related issues and pull requests. type: object @@ -167108,8 +167123,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -167188,11 +167203,11 @@ webhooks: type: string enum: - deleted - enterprise: *744 - installation: *745 - milestone: *770 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + milestone: *771 + organization: *747 + repository: *748 sender: *4 required: - action @@ -167302,11 +167317,11 @@ webhooks: type: string required: - from - enterprise: *744 - installation: *745 - milestone: *770 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + milestone: *771 + organization: *747 + repository: *748 sender: *4 required: - action @@ -167386,11 +167401,11 @@ webhooks: type: string enum: - opened - enterprise: *744 - installation: *745 - milestone: *776 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + milestone: *777 + organization: *747 + repository: *748 sender: *4 required: - action @@ -167469,11 +167484,11 @@ webhooks: type: string enum: - blocked - blocked_user: *764 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + blocked_user: *765 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -167552,11 +167567,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *764 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + blocked_user: *765 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -167635,9 +167650,9 @@ webhooks: type: string enum: - deleted - enterprise: *744 - installation: *745 - membership: &777 + enterprise: *745 + installation: *746 + membership: &778 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -167747,8 +167762,8 @@ webhooks: - role - organization_url - user - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 required: - action @@ -167826,11 +167841,11 @@ webhooks: type: string enum: - member_added - enterprise: *744 - installation: *745 - membership: *777 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + membership: *778 + organization: *747 + repository: *748 sender: *4 required: - action @@ -167909,8 +167924,8 @@ webhooks: type: string enum: - member_invited - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -168032,10 +168047,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 - user: *764 + user: *765 required: - action - invitation @@ -168113,11 +168128,11 @@ webhooks: type: string enum: - member_removed - enterprise: *744 - installation: *745 - membership: *777 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + membership: *778 + organization: *747 + repository: *748 sender: *4 required: - action @@ -168204,11 +168219,11 @@ webhooks: properties: from: type: string - enterprise: *744 - installation: *745 - membership: *777 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + membership: *778 + organization: *747 + repository: *748 sender: *4 required: - action @@ -168285,9 +168300,9 @@ webhooks: type: string enum: - published - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 package: description: Information about the package. type: object @@ -168810,7 +168825,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &778 + items: &779 title: Ruby Gems metadata type: object properties: @@ -168907,7 +168922,7 @@ webhooks: - owner - package_version - registry - repository: *747 + repository: *748 sender: *4 required: - action @@ -168983,9 +168998,9 @@ webhooks: type: string enum: - updated - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 package: description: Information about the package. type: object @@ -169347,7 +169362,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *778 + items: *779 source_url: type: string format: uri @@ -169418,7 +169433,7 @@ webhooks: - owner - package_version - registry - repository: *747 + repository: *748 sender: *4 required: - action @@ -169598,12 +169613,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *744 + enterprise: *745 id: type: integer - installation: *745 - organization: *746 - repository: *747 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - id @@ -169680,7 +169695,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &779 + personal_access_token_request: &780 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -169830,10 +169845,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *744 - organization: *746 + enterprise: *745 + organization: *747 sender: *4 - installation: *745 + installation: *746 required: - action - personal_access_token_request @@ -169910,11 +169925,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *779 - enterprise: *744 - organization: *746 + personal_access_token_request: *780 + enterprise: *745 + organization: *747 sender: *4 - installation: *745 + installation: *746 required: - action - personal_access_token_request @@ -169990,11 +170005,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *779 - enterprise: *744 - organization: *746 + personal_access_token_request: *780 + enterprise: *745 + organization: *747 sender: *4 - installation: *745 + installation: *746 required: - action - personal_access_token_request @@ -170069,11 +170084,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *779 - organization: *746 - enterprise: *744 + personal_access_token_request: *780 + organization: *747 + enterprise: *745 sender: *4 - installation: *745 + installation: *746 required: - action - personal_access_token_request @@ -170178,7 +170193,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *780 + last_response: *781 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -170210,8 +170225,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 zen: description: Random string of GitHub zen. @@ -170456,10 +170471,10 @@ webhooks: - from required: - note - enterprise: *744 - installation: *745 - organization: *746 - project_card: &781 + enterprise: *745 + installation: *746 + organization: *747 + project_card: &782 title: Project Card type: object properties: @@ -170582,7 +170597,7 @@ webhooks: - creator - created_at - updated_at - repository: *747 + repository: *748 sender: *4 required: - action @@ -170663,11 +170678,11 @@ webhooks: type: string enum: - created - enterprise: *744 - installation: *745 - organization: *746 - project_card: *781 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + project_card: *782 + repository: *748 sender: *4 required: - action @@ -170747,9 +170762,9 @@ webhooks: type: string enum: - deleted - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 project_card: title: Project Card type: object @@ -170879,7 +170894,7 @@ webhooks: repository: anyOf: - type: 'null' - - *747 + - *748 sender: *4 required: - action @@ -170973,11 +170988,11 @@ webhooks: - from required: - note - enterprise: *744 - installation: *745 - organization: *746 - project_card: *781 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + project_card: *782 + repository: *748 sender: *4 required: - action @@ -171071,9 +171086,9 @@ webhooks: - from required: - column_id - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 project_card: allOf: - title: Project Card @@ -171270,7 +171285,7 @@ webhooks: type: string required: - after_id - repository: *747 + repository: *748 sender: *4 required: - action @@ -171350,10 +171365,10 @@ webhooks: type: string enum: - closed - enterprise: *744 - installation: *745 - organization: *746 - project: &783 + enterprise: *745 + installation: *746 + organization: *747 + project: &784 title: Project type: object properties: @@ -171480,7 +171495,7 @@ webhooks: - creator - created_at - updated_at - repository: *747 + repository: *748 sender: *4 required: - action @@ -171560,10 +171575,10 @@ webhooks: type: string enum: - created - enterprise: *744 - installation: *745 - organization: *746 - project_column: &782 + enterprise: *745 + installation: *746 + organization: *747 + project_column: &783 title: Project Column type: object properties: @@ -171603,7 +171618,7 @@ webhooks: - name - created_at - updated_at - repository: *747 + repository: *748 sender: *4 required: - action @@ -171682,14 +171697,14 @@ webhooks: type: string enum: - deleted - enterprise: *744 - installation: *745 - organization: *746 - project_column: *782 + enterprise: *745 + installation: *746 + organization: *747 + project_column: *783 repository: anyOf: - type: 'null' - - *747 + - *748 sender: *4 required: - action @@ -171778,11 +171793,11 @@ webhooks: type: string required: - from - enterprise: *744 - installation: *745 - organization: *746 - project_column: *782 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + project_column: *783 + repository: *748 sender: *4 required: - action @@ -171862,11 +171877,11 @@ webhooks: type: string enum: - moved - enterprise: *744 - installation: *745 - organization: *746 - project_column: *782 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + project_column: *783 + repository: *748 sender: *4 required: - action @@ -171946,11 +171961,11 @@ webhooks: type: string enum: - created - enterprise: *744 - installation: *745 - organization: *746 - project: *783 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + project: *784 + repository: *748 sender: *4 required: - action @@ -172030,14 +172045,14 @@ webhooks: type: string enum: - deleted - enterprise: *744 - installation: *745 - organization: *746 - project: *783 + enterprise: *745 + installation: *746 + organization: *747 + project: *784 repository: anyOf: - type: 'null' - - *747 + - *748 sender: *4 required: - action @@ -172138,11 +172153,11 @@ webhooks: type: string required: - from - enterprise: *744 - installation: *745 - organization: *746 - project: *783 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + project: *784 + repository: *748 sender: *4 required: - action @@ -172221,11 +172236,11 @@ webhooks: type: string enum: - reopened - enterprise: *744 - installation: *745 - organization: *746 - project: *783 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + project: *784 + repository: *748 sender: *4 required: - action @@ -172306,8 +172321,8 @@ webhooks: type: string enum: - closed - installation: *745 - organization: *746 + installation: *746 + organization: *747 projects_v2: *278 sender: *4 required: @@ -172389,8 +172404,8 @@ webhooks: type: string enum: - created - installation: *745 - organization: *746 + installation: *746 + organization: *747 projects_v2: *278 sender: *4 required: @@ -172472,8 +172487,8 @@ webhooks: type: string enum: - deleted - installation: *745 - organization: *746 + installation: *746 + organization: *747 projects_v2: *278 sender: *4 required: @@ -172595,8 +172610,8 @@ webhooks: type: string to: type: string - installation: *745 - organization: *746 + installation: *746 + organization: *747 projects_v2: *278 sender: *4 required: @@ -172680,7 +172695,7 @@ webhooks: type: string enum: - archived - changes: &787 + changes: &788 type: object properties: archived_at: @@ -172696,9 +172711,9 @@ webhooks: - string - 'null' format: date-time - installation: *745 - organization: *746 - projects_v2_item: &784 + installation: *746 + organization: *747 + projects_v2_item: &785 title: Projects v2 Item description: An item belonging to a project type: object @@ -172838,9 +172853,9 @@ webhooks: - 'null' to: type: string - installation: *745 - organization: *746 - projects_v2_item: *784 + installation: *746 + organization: *747 + projects_v2_item: *785 sender: *4 required: - action @@ -172922,9 +172937,9 @@ webhooks: type: string enum: - created - installation: *745 - organization: *746 - projects_v2_item: *784 + installation: *746 + organization: *747 + projects_v2_item: *785 sender: *4 required: - action @@ -173005,9 +173020,9 @@ webhooks: type: string enum: - deleted - installation: *745 - organization: *746 - projects_v2_item: *784 + installation: *746 + organization: *747 + projects_v2_item: *785 sender: *4 required: - action @@ -173112,7 +173127,7 @@ webhooks: oneOf: - type: string - type: integer - - &785 + - &786 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -173136,7 +173151,7 @@ webhooks: required: - id - name - - &786 + - &787 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -173176,8 +173191,8 @@ webhooks: oneOf: - type: string - type: integer - - *785 - *786 + - *787 type: - 'null' - string @@ -173200,9 +173215,9 @@ webhooks: - 'null' required: - body - installation: *745 - organization: *746 - projects_v2_item: *784 + installation: *746 + organization: *747 + projects_v2_item: *785 sender: *4 required: - action @@ -173299,9 +173314,9 @@ webhooks: type: - string - 'null' - installation: *745 - organization: *746 - projects_v2_item: *784 + installation: *746 + organization: *747 + projects_v2_item: *785 sender: *4 required: - action @@ -173384,10 +173399,10 @@ webhooks: type: string enum: - restored - changes: *787 - installation: *745 - organization: *746 - projects_v2_item: *784 + changes: *788 + installation: *746 + organization: *747 + projects_v2_item: *785 sender: *4 required: - action @@ -173469,8 +173484,8 @@ webhooks: type: string enum: - reopened - installation: *745 - organization: *746 + installation: *746 + organization: *747 projects_v2: *278 sender: *4 required: @@ -173552,9 +173567,9 @@ webhooks: type: string enum: - created - installation: *745 - organization: *746 - projects_v2_status_update: *788 + installation: *746 + organization: *747 + projects_v2_status_update: *789 sender: *4 required: - action @@ -173635,9 +173650,9 @@ webhooks: type: string enum: - deleted - installation: *745 - organization: *746 - projects_v2_status_update: *788 + installation: *746 + organization: *747 + projects_v2_status_update: *789 sender: *4 required: - action @@ -173783,9 +173798,9 @@ webhooks: - string - 'null' format: date - installation: *745 - organization: *746 - projects_v2_status_update: *788 + installation: *746 + organization: *747 + projects_v2_status_update: *789 sender: *4 required: - action @@ -173856,10 +173871,10 @@ webhooks: title: public event type: object properties: - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - repository @@ -173936,13 +173951,13 @@ webhooks: type: string enum: - assigned - assignee: *764 - enterprise: *744 - installation: *745 - number: &789 + assignee: *765 + enterprise: *745 + installation: *746 + number: &790 description: The pull request number. type: integer - organization: *746 + organization: *747 pull_request: title: Pull Request type: object @@ -176313,7 +176328,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *747 + repository: *748 sender: *4 required: - action @@ -176410,11 +176425,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 number: type: integer - organization: *746 + organization: *747 pull_request: title: Pull Request type: object @@ -178778,7 +178793,7 @@ webhooks: - draft reason: type: string - repository: *747 + repository: *748 sender: *4 required: - action @@ -178875,11 +178890,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 number: type: integer - organization: *746 + organization: *747 pull_request: title: Pull Request type: object @@ -181243,7 +181258,7 @@ webhooks: - draft reason: type: string - repository: *747 + repository: *748 sender: *4 required: - action @@ -181340,11 +181355,11 @@ webhooks: type: string enum: - closed - enterprise: *744 - installation: *745 - number: *789 - organization: *746 - pull_request: &790 + enterprise: *745 + installation: *746 + number: *790 + organization: *747 + pull_request: &791 allOf: - *596 - type: object @@ -181408,7 +181423,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *747 + repository: *748 sender: *4 required: - action @@ -181489,12 +181504,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *744 - installation: *745 - number: *789 - organization: *746 - pull_request: *790 - repository: *747 + enterprise: *745 + installation: *746 + number: *790 + organization: *747 + pull_request: *791 + repository: *748 sender: *4 required: - action @@ -181574,11 +181589,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *744 + enterprise: *745 milestone: *281 - number: *789 - organization: *746 - pull_request: &791 + number: *790 + organization: *747 + pull_request: &792 title: Pull Request type: object properties: @@ -183969,7 +183984,7 @@ webhooks: - active_lock_reason - draft version: '2026-03-10' - repository: *747 + repository: *748 sender: *4 required: - action @@ -184048,11 +184063,11 @@ webhooks: type: string enum: - dequeued - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 number: type: integer - organization: *746 + organization: *747 pull_request: title: Pull Request type: object @@ -186420,7 +186435,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *747 + repository: *748 sender: *4 required: - action @@ -186552,12 +186567,12 @@ webhooks: type: string required: - from - enterprise: *744 - installation: *745 - number: *789 - organization: *746 - pull_request: *790 - repository: *747 + enterprise: *745 + installation: *746 + number: *790 + organization: *747 + pull_request: *791 + repository: *748 sender: *4 required: - action @@ -186637,11 +186652,11 @@ webhooks: type: string enum: - enqueued - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 number: type: integer - organization: *746 + organization: *747 pull_request: title: Pull Request type: object @@ -188994,7 +189009,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *747 + repository: *748 sender: *4 required: - action @@ -189082,11 +189097,11 @@ webhooks: type: string enum: - labeled - enterprise: *744 - installation: *745 - label: *763 - number: *789 - organization: *746 + enterprise: *745 + installation: *746 + label: *764 + number: *790 + organization: *747 pull_request: title: Pull Request type: object @@ -191456,7 +191471,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *747 + repository: *748 sender: *4 required: - action @@ -191552,10 +191567,10 @@ webhooks: type: string enum: - locked - enterprise: *744 - installation: *745 - number: *789 - organization: *746 + enterprise: *745 + installation: *746 + number: *790 + organization: *747 pull_request: title: Pull Request type: object @@ -193923,7 +193938,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *747 + repository: *748 sender: *4 required: - action @@ -194018,12 +194033,12 @@ webhooks: type: string enum: - milestoned - enterprise: *744 + enterprise: *745 milestone: *281 - number: *789 - organization: *746 - pull_request: *791 - repository: *747 + number: *790 + organization: *747 + pull_request: *792 + repository: *748 sender: *4 required: - action @@ -194102,12 +194117,12 @@ webhooks: type: string enum: - opened - enterprise: *744 - installation: *745 - number: *789 - organization: *746 - pull_request: *790 - repository: *747 + enterprise: *745 + installation: *746 + number: *790 + organization: *747 + pull_request: *791 + repository: *748 sender: *4 required: - action @@ -194188,12 +194203,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *744 - installation: *745 - number: *789 - organization: *746 - pull_request: *790 - repository: *747 + enterprise: *745 + installation: *746 + number: *790 + organization: *747 + pull_request: *791 + repository: *748 sender: *4 required: - action @@ -194273,12 +194288,12 @@ webhooks: type: string enum: - reopened - enterprise: *744 - installation: *745 - number: *789 - organization: *746 - pull_request: *790 - repository: *747 + enterprise: *745 + installation: *746 + number: *790 + organization: *747 + pull_request: *791 + repository: *748 sender: *4 required: - action @@ -194653,9 +194668,9 @@ webhooks: - start_side - side - reactions - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 pull_request: type: object properties: @@ -196907,7 +196922,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *747 + repository: *748 sender: *4 required: - action @@ -197002,7 +197017,7 @@ webhooks: type: string enum: - deleted - comment: &793 + comment: &794 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -197295,9 +197310,9 @@ webhooks: - start_side - side - reactions - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 pull_request: type: object properties: @@ -199537,7 +199552,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *747 + repository: *748 sender: *4 required: - action @@ -199632,11 +199647,11 @@ webhooks: type: string enum: - edited - changes: *792 - comment: *793 - enterprise: *744 - installation: *745 - organization: *746 + changes: *793 + comment: *794 + enterprise: *745 + installation: *746 + organization: *747 pull_request: type: object properties: @@ -201879,7 +201894,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *747 + repository: *748 sender: *4 required: - action @@ -201975,9 +201990,9 @@ webhooks: type: string enum: - dismissed - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 pull_request: title: Simple Pull Request type: object @@ -204232,7 +204247,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *747 + repository: *748 review: description: The review that was affected. type: object @@ -204498,9 +204513,9 @@ webhooks: type: string required: - from - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 pull_request: title: Simple Pull Request type: object @@ -206614,8 +206629,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *747 - review: &794 + repository: *748 + review: &795 description: The review that was affected. type: object properties: @@ -206861,12 +206876,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 number: description: The pull request number. type: integer - organization: *746 + organization: *747 pull_request: title: Pull Request type: object @@ -209235,7 +209250,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *747 + repository: *748 requested_reviewer: title: User type: @@ -209321,12 +209336,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 number: description: The pull request number. type: integer - organization: *746 + organization: *747 pull_request: title: Pull Request type: object @@ -211702,7 +211717,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *747 + repository: *748 requested_team: title: Team description: Groups of organization members that gives permissions @@ -211920,12 +211935,12 @@ webhooks: type: string enum: - review_requested - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 number: description: The pull request number. type: integer - organization: *746 + organization: *747 pull_request: title: Pull Request type: object @@ -214296,7 +214311,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *747 + repository: *748 requested_reviewer: title: User type: @@ -214383,12 +214398,12 @@ webhooks: type: string enum: - review_requested - enterprise: *744 - installation: *745 + enterprise: *745 + installation: *746 number: description: The pull request number. type: integer - organization: *746 + organization: *747 pull_request: title: Pull Request type: object @@ -216750,7 +216765,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *747 + repository: *748 requested_team: title: Team description: Groups of organization members that gives permissions @@ -216957,9 +216972,9 @@ webhooks: type: string enum: - submitted - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 pull_request: title: Simple Pull Request type: object @@ -219217,8 +219232,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *747 - review: *794 + repository: *748 + review: *795 sender: *4 required: - action @@ -219313,9 +219328,9 @@ webhooks: type: string enum: - resolved - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 pull_request: title: Simple Pull Request type: object @@ -221468,7 +221483,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *747 + repository: *748 sender: *4 thread: type: object @@ -221873,9 +221888,9 @@ webhooks: type: string enum: - unresolved - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 pull_request: title: Simple Pull Request type: object @@ -224011,7 +224026,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *747 + repository: *748 sender: *4 thread: type: object @@ -224418,10 +224433,10 @@ webhooks: type: string before: type: string - enterprise: *744 - installation: *745 - number: *789 - organization: *746 + enterprise: *745 + installation: *746 + number: *790 + organization: *747 pull_request: title: Pull Request type: object @@ -226778,7 +226793,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *747 + repository: *748 sender: *4 required: - action @@ -226875,11 +226890,11 @@ webhooks: type: string enum: - unassigned - assignee: *795 - enterprise: *744 - installation: *745 - number: *789 - organization: *746 + assignee: *796 + enterprise: *745 + installation: *746 + number: *790 + organization: *747 pull_request: title: Pull Request type: object @@ -229251,7 +229266,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *747 + repository: *748 sender: *4 required: - action @@ -229345,11 +229360,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *744 - installation: *745 - label: *763 - number: *789 - organization: *746 + enterprise: *745 + installation: *746 + label: *764 + number: *790 + organization: *747 pull_request: title: Pull Request type: object @@ -231710,7 +231725,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *747 + repository: *748 sender: *4 required: - action @@ -231806,10 +231821,10 @@ webhooks: type: string enum: - unlocked - enterprise: *744 - installation: *745 - number: *789 - organization: *746 + enterprise: *745 + installation: *746 + number: *790 + organization: *747 pull_request: title: Pull Request type: object @@ -234160,7 +234175,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *747 + repository: *748 sender: *4 required: - action @@ -234378,7 +234393,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *744 + enterprise: *745 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -234473,8 +234488,8 @@ webhooks: - url - author - committer - installation: *745 - organization: *746 + installation: *746 + organization: *747 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -235073,9 +235088,9 @@ webhooks: type: string enum: - published - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 registry_package: type: object properties: @@ -235552,7 +235567,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *778 + items: *779 summary: type: string tag_name: @@ -235608,7 +235623,7 @@ webhooks: - owner - package_version - registry - repository: *747 + repository: *748 sender: *4 required: - action @@ -235686,9 +235701,9 @@ webhooks: type: string enum: - updated - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 registry_package: type: object properties: @@ -236000,7 +236015,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *778 + items: *779 summary: type: string tag_name: @@ -236050,7 +236065,7 @@ webhooks: - owner - package_version - registry - repository: *747 + repository: *748 sender: *4 required: - action @@ -236127,10 +236142,10 @@ webhooks: type: string enum: - created - enterprise: *744 - installation: *745 - organization: *746 - release: &796 + enterprise: *745 + installation: *746 + organization: *747 + release: &797 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -236461,7 +236476,7 @@ webhooks: - updated_at - zipball_url - body - repository: *747 + repository: *748 sender: *4 required: - action @@ -236538,11 +236553,11 @@ webhooks: type: string enum: - deleted - enterprise: *744 - installation: *745 - organization: *746 - release: *796 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + release: *797 + repository: *748 sender: *4 required: - action @@ -236659,11 +236674,11 @@ webhooks: type: boolean required: - to - enterprise: *744 - installation: *745 - organization: *746 - release: *796 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + release: *797 + repository: *748 sender: *4 required: - action @@ -236741,9 +236756,9 @@ webhooks: type: string enum: - prereleased - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -237079,7 +237094,7 @@ webhooks: - string - 'null' format: uri - repository: *747 + repository: *748 sender: *4 required: - action @@ -237155,10 +237170,10 @@ webhooks: type: string enum: - published - enterprise: *744 - installation: *745 - organization: *746 - release: &797 + enterprise: *745 + installation: *746 + organization: *747 + release: &798 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -237491,7 +237506,7 @@ webhooks: - string - 'null' format: uri - repository: *747 + repository: *748 sender: *4 required: - action @@ -237567,11 +237582,11 @@ webhooks: type: string enum: - released - enterprise: *744 - installation: *745 - organization: *746 - release: *796 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + release: *797 + repository: *748 sender: *4 required: - action @@ -237647,11 +237662,11 @@ webhooks: type: string enum: - unpublished - enterprise: *744 - installation: *745 - organization: *746 - release: *797 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + release: *798 + repository: *748 sender: *4 required: - action @@ -237727,11 +237742,11 @@ webhooks: type: string enum: - published - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 - repository_advisory: *665 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 + repository_advisory: *666 sender: *4 required: - action @@ -237807,11 +237822,11 @@ webhooks: type: string enum: - reported - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 - repository_advisory: *665 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 + repository_advisory: *666 sender: *4 required: - action @@ -237887,10 +237902,10 @@ webhooks: type: string enum: - archived - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -237967,10 +237982,10 @@ webhooks: type: string enum: - created - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -238048,10 +238063,10 @@ webhooks: type: string enum: - deleted - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -238136,10 +238151,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -238254,10 +238269,10 @@ webhooks: - 'null' items: type: string - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -238329,10 +238344,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 status: type: string @@ -238413,10 +238428,10 @@ webhooks: type: string enum: - privatized - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -238493,10 +238508,10 @@ webhooks: type: string enum: - publicized - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -238590,10 +238605,10 @@ webhooks: - name required: - repository - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -238673,10 +238688,10 @@ webhooks: type: string enum: - created - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 repository_ruleset: *323 sender: *4 required: @@ -238755,10 +238770,10 @@ webhooks: type: string enum: - deleted - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 repository_ruleset: *323 sender: *4 required: @@ -238837,10 +238852,10 @@ webhooks: type: string enum: - edited - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 repository_ruleset: *323 changes: type: object @@ -238902,16 +238917,16 @@ webhooks: properties: added: type: array - items: *616 + items: *617 deleted: type: array - items: *616 + items: *617 updated: type: array items: type: object properties: - rule: *616 + rule: *617 changes: type: object properties: @@ -239148,10 +239163,10 @@ webhooks: - from required: - owner - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -239229,10 +239244,10 @@ webhooks: type: string enum: - unarchived - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -239310,7 +239325,7 @@ webhooks: type: string enum: - create - alert: &798 + alert: &799 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -239435,10 +239450,10 @@ webhooks: enum: - auto_dismissed - open - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -239648,10 +239663,10 @@ webhooks: type: string enum: - dismissed - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -239729,11 +239744,11 @@ webhooks: type: string enum: - reopen - alert: *798 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + alert: *799 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -239935,10 +239950,10 @@ webhooks: enum: - fixed - open - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -240016,7 +240031,7 @@ webhooks: type: string enum: - assigned - alert: &799 + alert: &800 type: object properties: number: *180 @@ -240156,10 +240171,10 @@ webhooks: - type: 'null' - *4 assignee: *4 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -240237,11 +240252,11 @@ webhooks: type: string enum: - created - alert: *799 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + alert: *800 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -240322,11 +240337,11 @@ webhooks: type: string enum: - created - alert: *799 - installation: *745 - location: *800 - organization: *746 - repository: *747 + alert: *800 + installation: *746 + location: *801 + organization: *747 + repository: *748 sender: *4 required: - location @@ -240564,11 +240579,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *799 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + alert: *800 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -240646,11 +240661,11 @@ webhooks: type: string enum: - reopened - alert: *799 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + alert: *800 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -240728,11 +240743,11 @@ webhooks: type: string enum: - resolved - alert: *799 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + alert: *800 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -240810,12 +240825,12 @@ webhooks: type: string enum: - unassigned - alert: *799 + alert: *800 assignee: *4 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -240893,11 +240908,11 @@ webhooks: type: string enum: - validated - alert: *799 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + alert: *800 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -241027,10 +241042,10 @@ webhooks: - organization - enterprise - - repository: *747 - enterprise: *744 - installation: *745 - organization: *746 + repository: *748 + enterprise: *745 + installation: *746 + organization: *747 sender: *4 required: - action @@ -241108,11 +241123,11 @@ webhooks: type: string enum: - published - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 - security_advisory: &801 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 + security_advisory: &802 description: The details of the security advisory, including summary, description, and severity. type: object @@ -241316,11 +241331,11 @@ webhooks: type: string enum: - updated - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 - security_advisory: *801 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 + security_advisory: *802 sender: *4 required: - action @@ -241393,10 +241408,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -241591,9 +241606,9 @@ webhooks: type: object properties: security_and_analysis: *296 - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 repository: *340 sender: *4 required: @@ -241672,12 +241687,12 @@ webhooks: type: string enum: - cancelled - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 - sponsorship: &802 + sponsorship: &803 type: object properties: created_at: @@ -241982,12 +241997,12 @@ webhooks: type: string enum: - created - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 - sponsorship: *802 + sponsorship: *803 required: - action - sponsorship @@ -242075,12 +242090,12 @@ webhooks: type: string required: - from - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 - sponsorship: *802 + sponsorship: *803 required: - action - changes @@ -242157,17 +242172,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &803 + effective_date: &804 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 - sponsorship: *802 + sponsorship: *803 required: - action - sponsorship @@ -242241,7 +242256,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &804 + changes: &805 type: object properties: tier: @@ -242285,13 +242300,13 @@ webhooks: - from required: - tier - effective_date: *803 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + effective_date: *804 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 - sponsorship: *802 + sponsorship: *803 required: - action - changes @@ -242368,13 +242383,13 @@ webhooks: type: string enum: - tier_changed - changes: *804 - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + changes: *805 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 - sponsorship: *802 + sponsorship: *803 required: - action - changes @@ -242448,10 +242463,10 @@ webhooks: type: string enum: - created - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -242535,10 +242550,10 @@ webhooks: type: string enum: - deleted - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -242972,15 +242987,15 @@ webhooks: type: - string - 'null' - enterprise: *744 + enterprise: *745 id: description: The unique identifier of the status. type: integer - installation: *745 + installation: *746 name: type: string - organization: *746 - repository: *747 + organization: *747 + repository: *748 sender: *4 sha: description: The Commit SHA. @@ -243096,9 +243111,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *82 - installation: *745 - organization: *746 - repository: *747 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -243187,9 +243202,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *82 - installation: *745 - organization: *746 - repository: *747 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -243278,9 +243293,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *82 - installation: *745 - organization: *746 - repository: *747 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -243369,9 +243384,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *82 - installation: *745 - organization: *746 - repository: *747 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -243447,12 +243462,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 - team: &805 + team: &806 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -243682,9 +243697,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 repository: title: Repository description: A git repository @@ -244154,7 +244169,7 @@ webhooks: - topics - visibility sender: *4 - team: *805 + team: *806 required: - action - team @@ -244230,9 +244245,9 @@ webhooks: type: string enum: - created - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 repository: title: Repository description: A git repository @@ -244702,7 +244717,7 @@ webhooks: - topics - visibility sender: *4 - team: *805 + team: *806 required: - action - team @@ -244779,9 +244794,9 @@ webhooks: type: string enum: - deleted - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 repository: title: Repository description: A git repository @@ -245251,7 +245266,7 @@ webhooks: - topics - visibility sender: *4 - team: *805 + team: *806 required: - action - team @@ -245395,9 +245410,9 @@ webhooks: - from required: - permissions - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 repository: title: Repository description: A git repository @@ -245867,7 +245882,7 @@ webhooks: - topics - visibility sender: *4 - team: *805 + team: *806 required: - action - changes @@ -245945,9 +245960,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *744 - installation: *745 - organization: *746 + enterprise: *745 + installation: *746 + organization: *747 repository: title: Repository description: A git repository @@ -246417,7 +246432,7 @@ webhooks: - topics - visibility sender: *4 - team: *805 + team: *806 required: - action - team @@ -246493,10 +246508,10 @@ webhooks: type: string enum: - started - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 required: - action @@ -246569,17 +246584,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *744 + enterprise: *745 inputs: type: - object - 'null' additionalProperties: true - installation: *745 - organization: *746 + installation: *746 + organization: *747 ref: type: string - repository: *747 + repository: *748 sender: *4 workflow: type: string @@ -246661,10 +246676,10 @@ webhooks: type: string enum: - completed - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 workflow_job: allOf: @@ -246999,10 +247014,10 @@ webhooks: type: string enum: - in_progress - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 workflow_job: allOf: @@ -247363,10 +247378,10 @@ webhooks: type: string enum: - queued - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 workflow_job: type: object @@ -247591,10 +247606,10 @@ webhooks: type: string enum: - waiting - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 workflow_job: type: object @@ -247821,12 +247836,12 @@ webhooks: type: string enum: - completed - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 - workflow: *759 + workflow: *760 workflow_run: title: Workflow Run type: object @@ -248845,12 +248860,12 @@ webhooks: type: string enum: - in_progress - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 - workflow: *759 + workflow: *760 workflow_run: title: Workflow Run type: object @@ -249854,12 +249869,12 @@ webhooks: type: string enum: - requested - enterprise: *744 - installation: *745 - organization: *746 - repository: *747 + enterprise: *745 + installation: *746 + organization: *747 + repository: *748 sender: *4 - workflow: *759 + workflow: *760 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json index f0103eec4a..3de55d2356 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -68859,6 +68859,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -70325,6 +70341,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -73516,6 +73548,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -304315,6 +304363,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -306975,6 +307039,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -309098,6 +309178,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -311779,6 +311875,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -731357,6 +731469,48 @@ } ] }, + { + "allOf": [ + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, + { + "title": "repository ruleset data for rule", + "description": "User-defined metadata to store domain-specific information limited to 8 keys with scalar values.", + "properties": { + "ruleset_source_type": { + "type": "string", + "description": "The type of source for the ruleset that includes this rule.", + "enum": [ + "Repository", + "Organization" + ] + }, + "ruleset_source": { + "type": "string", + "description": "The name of the source of the ruleset that includes this rule." + }, + "ruleset_id": { + "type": "integer", + "description": "The ID of the ruleset that includes this rule." + } + } + } + ] + }, { "allOf": [ { @@ -732899,6 +733053,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -734051,6 +734221,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -735416,6 +735602,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -737558,6 +737760,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -738725,6 +738943,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -740086,6 +740320,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1741337,6 +1741587,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1744656,6 +1744922,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1747975,6 +1748257,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1749049,6 +1749347,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1749951,6 +1750265,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", @@ -1750856,6 +1751186,22 @@ } } }, + { + "title": "license_compliance_scanning", + "description": "Enforce any added or changed dependencies to comply with the organization's license policy.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "license_compliance_scanning" + ] + } + } + }, { "title": "file_path_restriction", "description": "Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. This includes absolute paths that contain file names.", diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 7296c9f40f..78da705b2b 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -1088,7 +1088,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &776 + - &777 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -4361,7 +4361,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &785 + schema: &786 title: Scim Error description: Scim Error type: object @@ -12016,7 +12016,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &786 + '401': &787 description: Authorization failure '404': *6 x-github: @@ -25506,7 +25506,7 @@ paths: - object rules: type: array - items: &741 + items: &742 title: Repository Rule type: object description: A repository rule. @@ -25606,6 +25606,18 @@ paths: - *183 - *184 - *185 + - &740 + title: license_compliance_scanning + description: Enforce any added or changed dependencies to + comply with the organization's license policy. + type: object + required: + - type + properties: + type: + type: string + enum: + - license_compliance_scanning - *186 - *187 - *188 @@ -26119,14 +26131,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &754 + state: &755 description: Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`. type: string enum: - open - resolved - resolution: &755 + resolution: &756 type: - string - 'null' @@ -26245,14 +26257,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &756 + - &757 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &758 + - &759 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -26316,7 +26328,7 @@ paths: - blob_url - commit_sha - commit_url - - &759 + - &760 description: Represents a 'wiki_commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository wiki. @@ -26377,7 +26389,7 @@ paths: - page_url - commit_sha - commit_url - - &760 + - &761 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -26399,7 +26411,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &761 + - &762 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -26421,7 +26433,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &762 + - &763 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -26443,7 +26455,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &763 + - &764 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -26458,7 +26470,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &764 + - &765 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -26473,7 +26485,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &765 + - &766 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -26488,7 +26500,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &766 + - &767 description: Represents a 'pull_request_title' secret scanning location type. This location type shows that a secret was detected in the title of a pull request. @@ -26510,7 +26522,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &767 + - &768 description: Represents a 'pull_request_body' secret scanning location type. This location type shows that a secret was detected in the body of a pull request. @@ -26532,7 +26544,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &768 + - &769 description: Represents a 'pull_request_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a pull request. @@ -26554,7 +26566,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &769 + - &770 description: Represents a 'pull_request_review' secret scanning location type. This location type shows that a secret was detected in a review on a pull request. @@ -26576,7 +26588,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &770 + - &771 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull @@ -30820,7 +30832,7 @@ paths: properties: action: type: string - discussion: &894 + discussion: &895 title: Discussion description: A Discussion in a repository. type: object @@ -31606,7 +31618,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &813 + sub_issues_summary: &814 title: Sub-issues Summary type: object properties: @@ -31736,7 +31748,7 @@ paths: - url - created_at - updated_at - issue_dependencies_summary: &814 + issue_dependencies_summary: &815 title: Issue Dependencies Summary type: object properties: @@ -33245,7 +33257,7 @@ paths: url: type: string format: uri - user: &822 + user: &823 title: Public User description: Public User type: object @@ -44989,12 +45001,12 @@ paths: required: - subject_digests examples: - default: &854 + default: &855 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &855 + withPredicateType: &856 value: subject_digests: - sha256:abc123 @@ -45053,7 +45065,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &856 + default: &857 value: attestations_subject_digests: - sha256:abc: @@ -58095,7 +58107,7 @@ paths: parameters: - *87 - *397 - - &837 + - &838 name: repo_name description: repo_name parameter in: path @@ -59443,7 +59455,7 @@ paths: - nuget - container - *87 - - &838 + - &839 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -59484,7 +59496,7 @@ paths: default: *402 '403': *27 '401': *23 - '400': &840 + '400': &841 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -61615,7 +61627,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &927 + - &928 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -62513,7 +62525,7 @@ paths: - updated_at - project_url examples: - default: &860 + default: &861 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -62690,7 +62702,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &861 + items: &862 type: object properties: name: @@ -62727,7 +62739,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &862 + iteration_configuration: &863 type: object description: The configuration for iteration fields. properties: @@ -62777,7 +62789,7 @@ paths: value: name: Due date data_type: date - single_select_field: &863 + single_select_field: &864 summary: Create a single select field value: name: Priority @@ -62804,7 +62816,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &864 + iteration_field: &865 summary: Create an iteration field value: name: Sprint @@ -62830,7 +62842,7 @@ paths: application/json: schema: *422 examples: - text_field: &865 + text_field: &866 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -62839,7 +62851,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &866 + number_field: &867 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -62848,7 +62860,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &867 + date_field: &868 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -62857,7 +62869,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &868 + single_select_field: &869 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -62891,7 +62903,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &869 + iteration_field: &870 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -62937,7 +62949,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#get-project-field-for-organization parameters: - *419 - - &870 + - &871 name: field_id description: The unique identifier of the field. in: path @@ -62952,7 +62964,7 @@ paths: application/json: schema: *422 examples: - default: &871 + default: &872 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -64163,7 +64175,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &851 + schema: &852 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -64346,7 +64358,7 @@ paths: parameters: - *419 - *87 - - &872 + - &873 name: view_number description: The number that identifies the project view. in: path @@ -66261,7 +66273,7 @@ paths: - *87 - *17 - *19 - - &740 + - &741 name: targets description: | A comma-separated list of rule targets to filter by. @@ -66478,7 +66490,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *87 - - &742 + - &743 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit @@ -66490,14 +66502,14 @@ paths: x-multi-segment: true - *310 - *105 - - &743 + - &744 name: actor_name description: The handle for the GitHub user account to filter on. When specified, only rule evaluations triggered by this actor will be returned. in: query schema: type: string - - &744 + - &745 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -66510,7 +66522,7 @@ paths: - bypass - all default: all - - &745 + - &746 name: evaluate_status description: |- The evaluate status to filter on. When specified, only rule suites resulting from rulesets with the specified evaluate status will be returned. @@ -66533,7 +66545,7 @@ paths: description: Response content: application/json: - schema: &746 + schema: &747 title: Rule Suites description: Response type: array @@ -66589,7 +66601,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &747 + default: &748 value: - id: 21 actor_id: 12 @@ -66633,7 +66645,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *87 - - &748 + - &749 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -66649,7 +66661,7 @@ paths: description: Response content: application/json: - schema: &749 + schema: &750 title: Rule Suite description: Response type: object @@ -66756,7 +66768,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &750 + default: &751 value: id: 21 actor_id: 12 @@ -67092,7 +67104,7 @@ paths: - *110 - *19 - *17 - - &752 + - &753 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -67102,7 +67114,7 @@ paths: required: false schema: type: string - - &753 + - &754 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -67316,7 +67328,7 @@ paths: application/json: schema: type: array - items: &774 + items: &775 description: A repository security advisory. type: object properties: @@ -67635,7 +67647,7 @@ paths: - private_fork additionalProperties: false examples: - default: &775 + default: &776 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -69678,7 +69690,7 @@ paths: application/json: schema: type: array - items: &816 + items: &817 title: Team Member description: A user that is a member of a team, including their role on the team and whether the membership is inherited from @@ -69821,7 +69833,7 @@ paths: - type - url examples: - default: &817 + default: &818 value: - login: octocat id: 1 @@ -69908,7 +69920,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &818 + response-if-user-is-a-team-maintainer: &819 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -69973,7 +69985,7 @@ paths: application/json: schema: *471 examples: - response-if-users-membership-with-team-is-now-pending: &819 + response-if-users-membership-with-team-is-now-pending: &820 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -70087,7 +70099,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &820 + schema: &821 title: Team Repository description: A team's access to a repository. type: object @@ -70927,7 +70939,7 @@ paths: type: array items: *313 examples: - response-if-child-teams-exist: &821 + response-if-child-teams-exist: &822 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -83389,7 +83401,7 @@ paths: check. type: array items: *224 - deployment: &883 + deployment: &884 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -88644,7 +88656,7 @@ paths: type: array items: *575 examples: - default: &827 + default: &828 value: total_count: 2 machines: @@ -91821,7 +91833,7 @@ paths: application/json: schema: type: array - items: &779 + items: &780 title: Status description: The status of a commit. type: object @@ -93447,7 +93459,7 @@ paths: items: type: object properties: - placeholder_id: &771 + placeholder_id: &772 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -100308,7 +100320,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &919 + last_response: &920 title: Hook Response type: object properties: @@ -101377,7 +101389,7 @@ paths: parameters: - *472 - *473 - - &849 + - &850 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -101962,7 +101974,7 @@ paths: type: array items: *657 examples: - default: &842 + default: &843 value: - id: 1 repository: @@ -116479,6 +116491,9 @@ paths: - allOf: - *185 - *738 + - allOf: + - *740 + - *738 - allOf: - *186 - *738 @@ -116541,7 +116556,7 @@ paths: schema: type: boolean default: true - - *740 + - *741 responses: '200': description: Response @@ -116626,7 +116641,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *741 + items: *742 required: - name - enforcement @@ -116659,7 +116674,7 @@ paths: application/json: schema: *190 examples: - default: &751 + default: &752 value: id: 42 name: super cool ruleset @@ -116709,11 +116724,11 @@ paths: parameters: - *472 - *473 - - *742 - - *105 - *743 + - *105 - *744 - *745 + - *746 - *17 - *19 responses: @@ -116721,9 +116736,9 @@ paths: description: Response content: application/json: - schema: *746 + schema: *747 examples: - default: *747 + default: *748 '404': *6 '500': *38 x-github: @@ -116746,15 +116761,15 @@ paths: parameters: - *472 - *473 - - *748 + - *749 responses: '200': description: Response content: application/json: - schema: *749 + schema: *750 examples: - default: *750 + default: *751 '404': *6 '500': *38 x-github: @@ -116805,7 +116820,7 @@ paths: application/json: schema: *190 examples: - default: *751 + default: *752 '404': *6 '500': *38 put: @@ -116858,7 +116873,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *741 + items: *742 examples: default: value: @@ -116888,7 +116903,7 @@ paths: application/json: schema: *190 examples: - default: *751 + default: *752 '404': *6 '422': *15 '500': *38 @@ -117056,8 +117071,8 @@ paths: - *110 - *19 - *17 - - *752 - *753 + - *754 - *447 - *448 - *449 @@ -117070,7 +117085,7 @@ paths: application/json: schema: type: array - items: &757 + items: &758 type: object properties: number: *130 @@ -117086,8 +117101,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *754 - resolution: *755 + state: *755 + resolution: *756 resolved_at: type: - string @@ -117193,7 +117208,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *756 + - *757 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -117361,7 +117376,7 @@ paths: description: Response content: application/json: - schema: *757 + schema: *758 examples: default: value: @@ -117425,8 +117440,8 @@ paths: schema: type: object properties: - state: *754 - resolution: *755 + state: *755 + resolution: *756 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -117474,7 +117489,7 @@ paths: description: Response content: application/json: - schema: *757 + schema: *758 examples: default: value: @@ -117586,7 +117601,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &939 + items: &940 type: object properties: type: @@ -117613,7 +117628,6 @@ paths: - commit details: oneOf: - - *758 - *759 - *760 - *761 @@ -117626,6 +117640,7 @@ paths: - *768 - *769 - *770 + - *771 examples: default: value: @@ -117720,14 +117735,14 @@ paths: schema: type: object properties: - reason: &772 + reason: &773 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *771 + placeholder_id: *772 required: - reason - placeholder_id @@ -117744,7 +117759,7 @@ paths: schema: type: object properties: - reason: *772 + reason: *773 expire_at: type: - string @@ -117807,7 +117822,7 @@ paths: properties: incremental_scans: type: array - items: &773 + items: &774 description: Information on a single scan performed by secret scanning on the repository type: object @@ -117840,15 +117855,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *773 + items: *774 backfill_scans: type: array - items: *773 + items: *774 custom_pattern_backfill_scans: type: array items: allOf: - - *773 + - *774 - type: object properties: pattern_name: @@ -117861,7 +117876,7 @@ paths: one of "repository", "organization", or "enterprise" generic_secrets_backfill_scans: type: array - items: *773 + items: *774 examples: default: value: @@ -117971,9 +117986,9 @@ paths: application/json: schema: type: array - items: *774 + items: *775 examples: - default: *775 + default: *776 '400': *14 '404': *6 x-github: @@ -118167,9 +118182,9 @@ paths: description: Response content: application/json: - schema: *774 + schema: *775 examples: - default: &777 + default: &778 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -118516,7 +118531,7 @@ paths: description: Response content: application/json: - schema: *774 + schema: *775 examples: default: value: @@ -118665,15 +118680,15 @@ paths: parameters: - *472 - *473 - - *776 + - *777 responses: '200': description: Response content: application/json: - schema: *774 + schema: *775 examples: - default: *777 + default: *778 '403': *27 '404': *6 x-github: @@ -118699,7 +118714,7 @@ paths: parameters: - *472 - *473 - - *776 + - *777 requestBody: required: true content: @@ -118870,10 +118885,10 @@ paths: description: Response content: application/json: - schema: *774 + schema: *775 examples: - default: *777 - add_credit: *777 + default: *778 + add_credit: *778 '403': *27 '404': *6 '422': @@ -118913,7 +118928,7 @@ paths: parameters: - *472 - *473 - - *776 + - *777 responses: '202': *37 '400': *14 @@ -118942,7 +118957,7 @@ paths: parameters: - *472 - *473 - - *776 + - *777 responses: '202': description: Response @@ -119083,7 +119098,7 @@ paths: application/json: schema: type: array - items: &778 + items: &779 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -119456,7 +119471,7 @@ paths: application/json: schema: type: array - items: *778 + items: *779 examples: default: value: @@ -119546,7 +119561,7 @@ paths: description: Response content: application/json: - schema: *779 + schema: *780 examples: default: value: @@ -119640,7 +119655,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &780 + schema: &781 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -119740,7 +119755,7 @@ paths: description: Response content: application/json: - schema: *780 + schema: *781 examples: default: value: @@ -119950,7 +119965,7 @@ paths: description: Response content: application/json: - schema: &781 + schema: &782 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -119962,7 +119977,7 @@ paths: required: - names examples: - default: &782 + default: &783 value: names: - octocat @@ -120017,9 +120032,9 @@ paths: description: Response content: application/json: - schema: *781 + schema: *782 examples: - default: *782 + default: *783 '404': *6 '422': *7 x-github: @@ -120042,7 +120057,7 @@ paths: parameters: - *472 - *473 - - &783 + - &784 name: per description: The time frame to display results for. in: query @@ -120073,7 +120088,7 @@ paths: - 128 clones: type: array - items: &784 + items: &785 title: Traffic type: object properties: @@ -120321,7 +120336,7 @@ paths: parameters: - *472 - *473 - - *783 + - *784 responses: '200': description: Response @@ -120342,7 +120357,7 @@ paths: - 3782 views: type: array - items: *784 + items: *785 required: - uniques - count @@ -121014,7 +121029,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &792 + - &793 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -121024,7 +121039,7 @@ paths: type: string examples: - members - - &797 + - &798 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -121036,7 +121051,7 @@ paths: format: int32 examples: - 1 - - &798 + - &799 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -121080,7 +121095,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &787 + items: &788 allOf: - type: object required: @@ -121162,7 +121177,7 @@ paths: - value: 0db508eb-91e2-46e4-809c-30dcbda0c685 "$+ref": https://api.github.localhost/scim/v2/Users/0db508eb-91e2-46e4-809c-30dcbda0c685 displayName: User 2 - meta: &799 + meta: &800 type: object description: The metadata associated with the creation/updates to the user. @@ -121227,30 +121242,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &788 + '400': &789 description: Bad request content: application/json: - schema: *785 + schema: *786 application/scim+json: - schema: *785 - '401': *786 - '403': &789 + schema: *786 + '401': *787 + '403': &790 description: Permission denied - '429': &790 + '429': &791 description: Too many requests content: application/json: - schema: *785 + schema: *786 application/scim+json: - schema: *785 - '500': &791 + schema: *786 + '500': &792 description: Internal server error content: application/json: - schema: *785 + schema: *786 application/scim+json: - schema: *785 + schema: *786 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -121274,7 +121289,7 @@ paths: required: true content: application/json: - schema: &795 + schema: &796 type: object required: - schemas @@ -121338,9 +121353,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *787 + schema: *788 examples: - group: &793 + group: &794 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -121359,13 +121374,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 - '400': *788 - '401': *786 - '403': *789 - '409': &796 + '400': *789 + '401': *787 + '403': *790 + '409': &797 description: Duplicate record detected - '429': *790 - '500': *791 + '429': *791 + '500': *792 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -121382,7 +121397,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-group parameters: - - &794 + - &795 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -121391,22 +121406,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *792 + - *793 - *39 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *787 + schema: *788 examples: - default: *793 - '400': *788 - '401': *786 - '403': *789 + default: *794 + '400': *789 + '401': *787 + '403': *790 '404': *6 - '429': *790 - '500': *791 + '429': *791 + '500': *792 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -121425,13 +121440,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *794 + - *795 - *39 requestBody: required: true content: application/json: - schema: *795 + schema: *796 examples: group: summary: Group @@ -121457,17 +121472,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *787 + schema: *788 examples: - group: *793 - groupWithMembers: *793 - '400': *788 - '401': *786 - '403': *789 + group: *794 + groupWithMembers: *794 + '400': *789 + '401': *787 + '403': *790 '404': *6 - '409': *796 - '429': *790 - '500': *791 + '409': *797 + '429': *791 + '500': *792 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -121491,13 +121506,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *794 + - *795 - *39 requestBody: required: true content: application/json: - schema: &806 + schema: &807 type: object required: - Operations @@ -121557,17 +121572,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *787 + schema: *788 examples: - updateGroup: *793 - addMembers: *793 - '400': *788 - '401': *786 - '403': *789 + updateGroup: *794 + addMembers: *794 + '400': *789 + '401': *787 + '403': *790 '404': *6 - '409': *796 - '429': *790 - '500': *791 + '409': *797 + '429': *791 + '500': *792 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -121583,17 +121598,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *794 + - *795 - *39 responses: '204': description: Group was deleted, no content - '400': *788 - '401': *786 - '403': *789 + '400': *789 + '401': *787 + '403': *790 '404': *6 - '429': *790 - '500': *791 + '429': *791 + '500': *792 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -121627,8 +121642,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *797 - *798 + - *799 - *39 responses: '200': @@ -121662,7 +121677,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &801 + items: &802 allOf: - type: object required: @@ -121754,7 +121769,7 @@ paths: address. examples: - true - roles: &800 + roles: &801 type: array description: The roles assigned to the user. items: @@ -121813,7 +121828,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *799 + meta: *800 startIndex: type: integer description: A starting index for the returned page @@ -121852,11 +121867,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *788 - '401': *786 - '403': *789 - '429': *790 - '500': *791 + '400': *789 + '401': *787 + '403': *790 + '429': *791 + '500': *792 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -121880,7 +121895,7 @@ paths: required: true content: application/json: - schema: &804 + schema: &805 type: object required: - schemas @@ -121973,9 +121988,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *800 + roles: *801 examples: - user: &805 + user: &806 summary: User value: schemas: @@ -122022,9 +122037,9 @@ paths: description: User has been created content: application/scim+json: - schema: *801 + schema: *802 examples: - user: &802 + user: &803 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -122050,13 +122065,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Users/7fce0092-d52e-4f76-b727-3955bd72c939 - enterpriseOwner: *802 - '400': *788 - '401': *786 - '403': *789 - '409': *796 - '429': *790 - '500': *791 + enterpriseOwner: *803 + '400': *789 + '401': *787 + '403': *790 + '409': *797 + '429': *791 + '500': *792 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -122073,7 +122088,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &803 + - &804 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -122086,15 +122101,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *801 + schema: *802 examples: - default: *802 - '400': *788 - '401': *786 - '403': *789 + default: *803 + '400': *789 + '401': *787 + '403': *790 '404': *6 - '429': *790 - '500': *791 + '429': *791 + '500': *792 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -122145,30 +122160,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *803 + - *804 - *39 requestBody: required: true content: application/json: - schema: *804 + schema: *805 examples: - user: *805 + user: *806 responses: '200': description: User was updated content: application/scim+json: - schema: *801 + schema: *802 examples: - user: *802 - '400': *788 - '401': *786 - '403': *789 + user: *803 + '400': *789 + '401': *787 + '403': *790 '404': *6 - '409': *796 - '429': *790 - '500': *791 + '409': *797 + '429': *791 + '500': *792 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -122209,13 +122224,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *803 + - *804 - *39 requestBody: required: true content: application/json: - schema: *806 + schema: *807 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -122255,18 +122270,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *801 - examples: - userMultiValuedProperties: *802 - userSingleValuedProperties: *802 - disableUser: *802 - '400': *788 - '401': *786 - '403': *789 + schema: *802 + examples: + userMultiValuedProperties: *803 + userSingleValuedProperties: *803 + disableUser: *803 + '400': *789 + '401': *787 + '403': *790 '404': *6 - '409': *796 - '429': *790 - '500': *791 + '409': *797 + '429': *791 + '500': *792 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -122286,17 +122301,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *803 + - *804 - *39 responses: '204': description: User was deleted, no content - '400': *788 - '401': *786 - '403': *789 + '400': *789 + '401': *787 + '403': *790 '404': *6 - '429': *790 - '500': *791 + '429': *791 + '500': *792 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -122387,7 +122402,7 @@ paths: - 1 Resources: type: array - items: &807 + items: &808 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -122634,22 +122649,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *35 - '404': &808 + '404': &809 description: Resource not found content: application/json: - schema: *785 + schema: *786 application/scim+json: - schema: *785 - '403': &809 + schema: *786 + '403': &810 description: Forbidden content: application/json: - schema: *785 + schema: *786 application/scim+json: - schema: *785 - '400': *788 - '429': *790 + schema: *786 + '400': *789 + '429': *791 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -122675,9 +122690,9 @@ paths: description: Response content: application/scim+json: - schema: *807 + schema: *808 examples: - default: &810 + default: &811 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -122700,17 +122715,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *35 - '404': *808 - '403': *809 - '500': *791 + '404': *809 + '403': *810 + '500': *792 '409': description: Conflict content: application/json: - schema: *785 + schema: *786 application/scim+json: - schema: *785 - '400': *788 + schema: *786 + '400': *789 requestBody: required: true content: @@ -122810,17 +122825,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *87 - - *803 + - *804 responses: '200': description: Response content: application/scim+json: - schema: *807 + schema: *808 examples: - default: *810 - '404': *808 - '403': *809 + default: *811 + '404': *809 + '403': *810 '304': *35 x-github: githubCloudOnly: true @@ -122844,18 +122859,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#update-a-provisioned-organization-membership parameters: - *87 - - *803 + - *804 responses: '200': description: Response content: application/scim+json: - schema: *807 + schema: *808 examples: - default: *810 + default: *811 '304': *35 - '404': *808 - '403': *809 + '404': *809 + '403': *810 requestBody: required: true content: @@ -122970,19 +122985,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *87 - - *803 + - *804 responses: '200': description: Response content: application/scim+json: - schema: *807 + schema: *808 examples: - default: *810 + default: *811 '304': *35 - '404': *808 - '403': *809 - '400': *788 + '404': *809 + '403': *810 + '400': *789 '429': description: Response content: @@ -123078,12 +123093,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *87 - - *803 + - *804 responses: '204': description: Response - '404': *808 - '403': *809 + '404': *809 + '403': *810 '304': *35 x-github: githubCloudOnly: true @@ -123220,7 +123235,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &811 + text_matches: &812 title: Search Result Text Matches type: array items: @@ -123384,7 +123399,7 @@ paths: enum: - author-date - committer-date - - &812 + - &813 name: order description: Determines whether the first search result returned is the highest number of matches (`desc`) or lowest number of matches (`asc`). This parameter @@ -123504,7 +123519,7 @@ paths: type: number node_id: type: string - text_matches: *811 + text_matches: *812 required: - sha - node_id @@ -123697,7 +123712,7 @@ paths: - interactions - created - updated - - *812 + - *813 - *17 - *19 - name: advanced_search @@ -123811,8 +123826,8 @@ paths: type: - string - 'null' - sub_issues_summary: *813 - issue_dependencies_summary: *814 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array items: *670 @@ -123843,7 +123858,7 @@ paths: - string - 'null' format: date-time - text_matches: *811 + text_matches: *812 pull_request: type: object properties: @@ -124119,7 +124134,7 @@ paths: enum: - created - updated - - *812 + - *813 - *17 - *19 responses: @@ -124164,7 +124179,7 @@ paths: - 'null' score: type: number - text_matches: *811 + text_matches: *812 required: - id - node_id @@ -124250,7 +124265,7 @@ paths: - forks - help-wanted-issues - updated - - *812 + - *813 - *17 - *19 responses: @@ -124496,7 +124511,7 @@ paths: - admin - pull - push - text_matches: *811 + text_matches: *812 temp_clone_token: type: string allow_merge_commit: @@ -124805,7 +124820,7 @@ paths: - string - 'null' format: uri - text_matches: *811 + text_matches: *812 related: type: - array @@ -125000,7 +125015,7 @@ paths: - followers - repositories - joined - - *812 + - *813 - *17 - *19 responses: @@ -125110,7 +125125,7 @@ paths: type: - boolean - 'null' - text_matches: *811 + text_matches: *812 blog: type: - string @@ -125192,7 +125207,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#get-a-team-legacy parameters: - - &815 + - &816 name: team_id description: The unique identifier of the team. in: path @@ -125233,7 +125248,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#update-a-team-legacy parameters: - - *815 + - *816 requestBody: required: true content: @@ -125334,7 +125349,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#delete-a-team-legacy parameters: - - *815 + - *816 responses: '204': description: Response @@ -125363,7 +125378,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *815 + - *816 - *17 - *19 responses: @@ -125403,7 +125418,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#list-team-members-legacy parameters: - - *815 + - *816 - name: role description: Filters members returned by their role in the team. in: query @@ -125424,9 +125439,9 @@ paths: application/json: schema: type: array - items: *816 + items: *817 examples: - default: *817 + default: *818 headers: Link: *45 '404': *6 @@ -125454,7 +125469,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#get-team-member-legacy parameters: - - *815 + - *816 - *143 responses: '204': @@ -125491,7 +125506,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#add-team-member-legacy parameters: - - *815 + - *816 - *143 responses: '204': @@ -125531,7 +125546,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#remove-team-member-legacy parameters: - - *815 + - *816 - *143 responses: '204': @@ -125568,7 +125583,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *815 + - *816 - *143 responses: '200': @@ -125577,7 +125592,7 @@ paths: application/json: schema: *471 examples: - response-if-user-is-a-team-maintainer: *818 + response-if-user-is-a-team-maintainer: *819 '404': *6 x-github: githubCloudOnly: false @@ -125610,7 +125625,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *815 + - *816 - *143 requestBody: required: false @@ -125638,7 +125653,7 @@ paths: application/json: schema: *471 examples: - response-if-users-membership-with-team-is-now-pending: *819 + response-if-users-membership-with-team-is-now-pending: *820 '403': description: Forbidden if team synchronization is set up '422': @@ -125672,7 +125687,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *815 + - *816 - *143 responses: '204': @@ -125700,7 +125715,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#list-team-repositories-legacy parameters: - - *815 + - *816 - *17 - *19 responses: @@ -125742,7 +125757,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *815 + - *816 - *472 - *473 responses: @@ -125750,7 +125765,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *820 + schema: *821 examples: alternative-response-with-extra-repository-information: value: @@ -125901,7 +125916,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *815 + - *816 - *472 - *473 requestBody: @@ -125953,7 +125968,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *815 + - *816 - *472 - *473 responses: @@ -125984,7 +125999,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/team-sync#list-idp-groups-for-a-team-legacy parameters: - - *815 + - *816 responses: '200': description: Response @@ -126019,7 +126034,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/team-sync#create-or-update-idp-group-connections-legacy parameters: - - *815 + - *816 requestBody: required: true content: @@ -126111,7 +126126,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#list-child-teams-legacy parameters: - - *815 + - *816 - *17 - *19 responses: @@ -126123,7 +126138,7 @@ paths: type: array items: *313 examples: - response-if-child-teams-exist: *821 + response-if-child-teams-exist: *822 headers: Link: *45 '404': *6 @@ -126156,7 +126171,7 @@ paths: application/json: schema: oneOf: - - &823 + - &824 title: Private User description: Private User type: object @@ -126406,7 +126421,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *822 + - *823 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -126566,7 +126581,7 @@ paths: description: Response content: application/json: - schema: *823 + schema: *824 examples: default: value: @@ -126964,7 +126979,7 @@ paths: type: integer secrets: type: array - items: &824 + items: &825 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -127084,7 +127099,7 @@ paths: description: Response content: application/json: - schema: *824 + schema: *825 examples: default: value: @@ -127497,7 +127512,7 @@ paths: description: Response content: application/json: - schema: &825 + schema: &826 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -127550,7 +127565,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &826 + default: &827 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -127595,9 +127610,9 @@ paths: description: Response content: application/json: - schema: *825 + schema: *826 examples: - default: *826 + default: *827 '404': *6 x-github: githubCloudOnly: false @@ -127636,7 +127651,7 @@ paths: type: array items: *575 examples: - default: *827 + default: *828 '304': *35 '500': *38 '401': *23 @@ -128602,7 +128617,7 @@ paths: type: array items: *401 examples: - default: &839 + default: &840 value: - id: 197 name: hello_docker @@ -128703,7 +128718,7 @@ paths: application/json: schema: type: array - items: &828 + items: &829 title: Email description: Email type: object @@ -128773,9 +128788,9 @@ paths: application/json: schema: type: array - items: *828 + items: *829 examples: - default: &841 + default: &842 value: - email: octocat@github.com verified: true @@ -128852,7 +128867,7 @@ paths: application/json: schema: type: array - items: *828 + items: *829 examples: default: value: @@ -129110,7 +129125,7 @@ paths: application/json: schema: type: array - items: &829 + items: &830 title: GPG Key description: A unique encryption key type: object @@ -129255,7 +129270,7 @@ paths: - subkeys - revoked examples: - default: &858 + default: &859 value: - id: 3 name: Octocat's GPG Key @@ -129340,9 +129355,9 @@ paths: description: Response content: application/json: - schema: *829 + schema: *830 examples: - default: &830 + default: &831 value: id: 3 name: Octocat's GPG Key @@ -129399,7 +129414,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &831 + - &832 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -129411,9 +129426,9 @@ paths: description: Response content: application/json: - schema: *829 + schema: *830 examples: - default: *830 + default: *831 '404': *6 '304': *35 '403': *27 @@ -129436,7 +129451,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *831 + - *832 responses: '204': description: Response @@ -129903,7 +129918,7 @@ paths: application/json: schema: type: array - items: &832 + items: &833 title: Key description: Key type: object @@ -130006,9 +130021,9 @@ paths: description: Response content: application/json: - schema: *832 + schema: *833 examples: - default: &833 + default: &834 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -130047,9 +130062,9 @@ paths: description: Response content: application/json: - schema: *832 + schema: *833 examples: - default: *833 + default: *834 '404': *6 '304': *35 '403': *27 @@ -130105,7 +130120,7 @@ paths: application/json: schema: type: array - items: &834 + items: &835 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -130184,7 +130199,7 @@ paths: - account - plan examples: - default: &835 + default: &836 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -130246,9 +130261,9 @@ paths: application/json: schema: type: array - items: *834 + items: *835 examples: - default: *835 + default: *836 headers: Link: *45 '304': *35 @@ -130491,7 +130506,7 @@ paths: application/json: schema: *394 examples: - default: &836 + default: &837 value: url: https://api.github.com/orgs/octocat/memberships/defunkt state: active @@ -130540,7 +130555,7 @@ paths: application/json: schema: *394 examples: - default: *836 + default: *837 '403': *27 '404': *6 '422': *15 @@ -131274,7 +131289,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/users#unlock-a-user-repository parameters: - *397 - - *837 + - *838 responses: '204': description: Response @@ -131389,7 +131404,7 @@ paths: - docker - nuget - container - - *838 + - *839 - *19 - *17 responses: @@ -131401,8 +131416,8 @@ paths: type: array items: *401 examples: - default: *839 - '400': *840 + default: *840 + '400': *841 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -131431,7 +131446,7 @@ paths: application/json: schema: *401 examples: - default: &859 + default: &860 value: id: 40201 name: octo-name @@ -131793,9 +131808,9 @@ paths: application/json: schema: type: array - items: *828 + items: *829 examples: - default: *841 + default: *842 headers: Link: *45 '304': *35 @@ -131908,7 +131923,7 @@ paths: type: array items: *78 examples: - default: &848 + default: &849 summary: Default response value: - id: 1296269 @@ -132268,7 +132283,7 @@ paths: type: array items: *657 examples: - default: *842 + default: *843 headers: Link: *45 '304': *35 @@ -132347,7 +132362,7 @@ paths: application/json: schema: type: array - items: &843 + items: &844 title: Social account description: Social media account type: object @@ -132364,7 +132379,7 @@ paths: - provider - url examples: - default: &844 + default: &845 value: - provider: twitter url: https://twitter.com/github @@ -132427,9 +132442,9 @@ paths: application/json: schema: type: array - items: *843 + items: *844 examples: - default: *844 + default: *845 '422': *15 '304': *35 '404': *6 @@ -132517,7 +132532,7 @@ paths: application/json: schema: type: array - items: &845 + items: &846 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -132537,7 +132552,7 @@ paths: - title - created_at examples: - default: &873 + default: &874 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -132602,9 +132617,9 @@ paths: description: Response content: application/json: - schema: *845 + schema: *846 examples: - default: &846 + default: &847 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -132634,7 +132649,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &847 + - &848 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -132646,9 +132661,9 @@ paths: description: Response content: application/json: - schema: *845 + schema: *846 examples: - default: *846 + default: *847 '404': *6 '304': *35 '403': *27 @@ -132671,7 +132686,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *847 + - *848 responses: '204': description: Response @@ -132700,7 +132715,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &874 + - &875 name: sort description: The property to sort the results by. `created` means when the repository was starred. `updated` means when the repository was last pushed @@ -132725,11 +132740,11 @@ paths: type: array items: *78 examples: - default-response: *848 + default-response: *849 application/vnd.github.v3.star+json: schema: type: array - items: &875 + items: &876 title: Starred Repository description: Starred Repository type: object @@ -133098,10 +133113,10 @@ paths: application/json: schema: oneOf: + - *824 - *823 - - *822 examples: - default-response: &852 + default-response: &853 summary: Default response value: login: octocat @@ -133136,7 +133151,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &853 + response-with-git-hub-plan-information: &854 summary: Response with GitHub plan information value: login: octocat @@ -133193,7 +133208,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &850 + - &851 name: user_id description: The unique identifier of the user. in: path @@ -133259,7 +133274,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/users#list-users parameters: - - *849 + - *850 - *17 responses: '200': @@ -133294,7 +133309,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *850 + - *851 - *419 requestBody: required: true @@ -133369,7 +133384,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *851 + schema: *852 examples: table_view: summary: Response for creating a table view @@ -133421,11 +133436,11 @@ paths: application/json: schema: oneOf: + - *824 - *823 - - *822 examples: - default-response: *852 - response-with-git-hub-plan-information: *853 + default-response: *853 + response-with-git-hub-plan-information: *854 '404': *6 x-github: githubCloudOnly: false @@ -133475,8 +133490,8 @@ paths: required: - subject_digests examples: - default: *854 - withPredicateType: *855 + default: *855 + withPredicateType: *856 responses: '200': description: Response @@ -133530,7 +133545,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *856 + default: *857 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -134019,7 +134034,7 @@ paths: application/json: schema: *328 examples: - default: &857 + default: &858 summary: Example response for a user copilot space value: id: 42 @@ -134120,7 +134135,7 @@ paths: application/json: schema: *328 examples: - default: *857 + default: *858 '403': *27 '404': *6 x-github: @@ -134246,7 +134261,7 @@ paths: application/json: schema: *328 examples: - default: *857 + default: *858 '403': *27 '404': *6 '422': *15 @@ -135014,7 +135029,7 @@ paths: type: array items: *401 examples: - default: *839 + default: *840 '403': *27 '401': *23 x-github: @@ -135398,9 +135413,9 @@ paths: application/json: schema: type: array - items: *829 + items: *830 examples: - default: *858 + default: *859 headers: Link: *45 x-github: @@ -135629,7 +135644,7 @@ paths: - docker - nuget - container - - *838 + - *839 - *143 - *19 - *17 @@ -135642,10 +135657,10 @@ paths: type: array items: *401 examples: - default: *839 + default: *840 '403': *27 '401': *23 - '400': *840 + '400': *841 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -135675,7 +135690,7 @@ paths: application/json: schema: *401 examples: - default: *859 + default: *860 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -136024,7 +136039,7 @@ paths: type: array items: *422 examples: - default: *860 + default: *861 headers: Link: *45 '304': *35 @@ -136084,7 +136099,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *861 + items: *862 required: - name - data_type @@ -136100,7 +136115,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *862 + iteration_configuration: *863 required: - name - data_type @@ -136122,8 +136137,8 @@ paths: value: name: Due date data_type: date - single_select_field: *863 - iteration_field: *864 + single_select_field: *864 + iteration_field: *865 responses: '201': description: Response @@ -136131,11 +136146,11 @@ paths: application/json: schema: *422 examples: - text_field: *865 - number_field: *866 - date_field: *867 - single_select_field: *868 - iteration_field: *869 + text_field: *866 + number_field: *867 + date_field: *868 + single_select_field: *869 + iteration_field: *870 '304': *35 '403': *27 '401': *23 @@ -136157,7 +136172,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#get-project-field-for-user parameters: - *419 - - *870 + - *871 - *143 responses: '200': @@ -136166,7 +136181,7 @@ paths: application/json: schema: *422 examples: - default: *871 + default: *872 headers: Link: *45 '304': *35 @@ -136523,7 +136538,7 @@ paths: parameters: - *419 - *143 - - *872 + - *873 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -136802,9 +136817,9 @@ paths: application/json: schema: type: array - items: *843 + items: *844 examples: - default: *844 + default: *845 headers: Link: *45 x-github: @@ -136834,9 +136849,9 @@ paths: application/json: schema: type: array - items: *845 + items: *846 examples: - default: *873 + default: *874 headers: Link: *45 x-github: @@ -136861,7 +136876,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *143 - - *874 + - *875 - *110 - *17 - *19 @@ -136873,11 +136888,11 @@ paths: schema: anyOf: - type: array - items: *875 + items: *876 - type: array items: *78 examples: - default-response: *848 + default-response: *849 headers: Link: *45 x-github: @@ -137037,7 +137052,7 @@ webhooks: type: string enum: - disabled - enterprise: &876 + enterprise: &877 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -137106,7 +137121,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &877 + installation: &878 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -137127,7 +137142,7 @@ webhooks: required: - id - node_id - organization: &878 + organization: &879 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -137200,7 +137215,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &879 + repository: &880 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -138126,10 +138141,10 @@ webhooks: type: string enum: - enabled - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -138205,11 +138220,11 @@ webhooks: type: string enum: - created - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 - rule: &880 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 + rule: &881 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-cloud@latest/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -138432,11 +138447,11 @@ webhooks: type: string enum: - deleted - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 - rule: *880 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 + rule: *881 sender: *4 required: - action @@ -138624,11 +138639,11 @@ webhooks: - everyone required: - from - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 - rule: *880 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 + rule: *881 sender: *4 required: - action @@ -138701,7 +138716,7 @@ webhooks: required: true content: application/json: - schema: &900 + schema: &901 title: Exemption request cancellation event type: object properties: @@ -138709,11 +138724,11 @@ webhooks: type: string enum: - cancelled - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 - exemption_request: &881 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 + exemption_request: &882 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -139022,7 +139037,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &882 + items: &883 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -139134,7 +139149,7 @@ webhooks: required: true content: application/json: - schema: &901 + schema: &902 title: Exemption request completed event type: object properties: @@ -139142,11 +139157,11 @@ webhooks: type: string enum: - completed - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 - exemption_request: *881 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 + exemption_request: *882 sender: *4 required: - action @@ -139218,7 +139233,7 @@ webhooks: required: true content: application/json: - schema: &898 + schema: &899 title: Exemption request created event type: object properties: @@ -139226,11 +139241,11 @@ webhooks: type: string enum: - created - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 - exemption_request: *881 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 + exemption_request: *882 sender: *4 required: - action @@ -139302,7 +139317,7 @@ webhooks: required: true content: application/json: - schema: &902 + schema: &903 title: Exemption response dismissed event type: object properties: @@ -139310,12 +139325,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 - exemption_request: *881 - exemption_response: *882 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 + exemption_request: *882 + exemption_response: *883 sender: *4 required: - action @@ -139389,7 +139404,7 @@ webhooks: required: true content: application/json: - schema: &899 + schema: &900 title: Exemption response submitted event type: object properties: @@ -139397,12 +139412,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 - exemption_request: *881 - exemption_response: *882 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 + exemption_request: *882 + exemption_response: *883 sender: *4 required: - action @@ -139486,7 +139501,7 @@ webhooks: type: string enum: - completed - check_run: &884 + check_run: &885 title: CheckRun description: A check performed on the code of a given code change type: object @@ -139596,7 +139611,7 @@ webhooks: - examples: - neutral - deployment: *883 + deployment: *884 details_url: type: string examples: @@ -139694,10 +139709,10 @@ webhooks: - output - app - pull_requests - installation: *877 - enterprise: *876 - organization: *878 - repository: *879 + installation: *878 + enterprise: *877 + organization: *879 + repository: *880 sender: *4 required: - check_run @@ -140088,11 +140103,11 @@ webhooks: type: string enum: - created - check_run: *884 - installation: *877 - enterprise: *876 - organization: *878 - repository: *879 + check_run: *885 + installation: *878 + enterprise: *877 + organization: *879 + repository: *880 sender: *4 required: - check_run @@ -140486,11 +140501,11 @@ webhooks: type: string enum: - requested_action - check_run: *884 - installation: *877 - enterprise: *876 - organization: *878 - repository: *879 + check_run: *885 + installation: *878 + enterprise: *877 + organization: *879 + repository: *880 requested_action: description: The action requested by the user. type: object @@ -140893,11 +140908,11 @@ webhooks: type: string enum: - rerequested - check_run: *884 - installation: *877 - enterprise: *876 - organization: *878 - repository: *879 + check_run: *885 + installation: *878 + enterprise: *877 + organization: *879 + repository: *880 sender: *4 required: - check_run @@ -141882,10 +141897,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -142599,10 +142614,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -143310,10 +143325,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -143634,20 +143649,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &885 + commit_oid: &886 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *876 - installation: *877 - organization: *878 - ref: &886 + enterprise: *877 + installation: *878 + organization: *879 + ref: &887 description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *879 + repository: *880 sender: *4 required: - action @@ -144055,12 +144070,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *885 - enterprise: *876 - installation: *877 - organization: *878 - ref: *886 - repository: *879 + commit_oid: *886 + enterprise: *877 + installation: *878 + organization: *879 + ref: *887 + repository: *880 sender: *4 required: - action @@ -144343,12 +144358,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *885 - enterprise: *876 - installation: *877 - organization: *878 - ref: *886 - repository: *879 + commit_oid: *886 + enterprise: *877 + installation: *878 + organization: *879 + ref: *887 + repository: *880 sender: *4 required: - action @@ -144694,12 +144709,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *885 - enterprise: *876 - installation: *877 - organization: *878 - ref: *886 - repository: *879 + commit_oid: *886 + enterprise: *877 + installation: *878 + organization: *879 + ref: *887 + repository: *880 sender: *4 required: - action @@ -144989,9 +145004,9 @@ webhooks: type: - string - 'null' - enterprise: *876 - installation: *877 - organization: *878 + enterprise: *877 + installation: *878 + organization: *879 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -144999,7 +145014,7 @@ webhooks: type: - string - 'null' - repository: *879 + repository: *880 sender: *4 required: - action @@ -145245,12 +145260,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *885 - enterprise: *876 - installation: *877 - organization: *878 - ref: *886 - repository: *879 + commit_oid: *886 + enterprise: *877 + installation: *878 + organization: *879 + ref: *887 + repository: *880 sender: *4 required: - action @@ -145571,10 +145586,10 @@ webhooks: - dismissed_reason - rule - tool - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -145834,10 +145849,10 @@ webhooks: - updated_at - author_association - body - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -145918,18 +145933,18 @@ webhooks: type: - string - 'null' - enterprise: *876 - installation: *877 + enterprise: *877 + installation: *878 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *878 - pusher_type: &887 + organization: *879 + pusher_type: &888 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &888 + ref: &889 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest/rest/git/refs#get-a-reference) resource. type: string @@ -145939,7 +145954,7 @@ webhooks: enum: - tag - branch - repository: *879 + repository: *880 sender: *4 required: - ref @@ -146022,9 +146037,9 @@ webhooks: enum: - created definition: *156 - enterprise: *876 - installation: *877 - organization: *878 + enterprise: *877 + installation: *878 + organization: *879 sender: *4 required: - action @@ -146109,9 +146124,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *876 - installation: *877 - organization: *878 + enterprise: *877 + installation: *878 + organization: *879 sender: *4 required: - action @@ -146189,9 +146204,9 @@ webhooks: enum: - promote_to_enterprise definition: *156 - enterprise: *876 - installation: *877 - organization: *878 + enterprise: *877 + installation: *878 + organization: *879 sender: *4 required: - action @@ -146269,9 +146284,9 @@ webhooks: enum: - updated definition: *156 - enterprise: *876 - installation: *877 - organization: *878 + enterprise: *877 + installation: *878 + organization: *879 sender: *4 required: - action @@ -146348,10 +146363,10 @@ webhooks: type: string enum: - updated - enterprise: *876 - installation: *877 - repository: *879 - organization: *878 + enterprise: *877 + installation: *878 + repository: *880 + organization: *879 sender: *4 new_property_values: type: array @@ -146436,18 +146451,18 @@ webhooks: title: delete event type: object properties: - enterprise: *876 - installation: *877 - organization: *878 - pusher_type: *887 - ref: *888 + enterprise: *877 + installation: *878 + organization: *879 + pusher_type: *888 + ref: *889 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *879 + repository: *880 sender: *4 required: - ref @@ -146528,10 +146543,10 @@ webhooks: enum: - assignees_changed alert: *606 - installation: *877 - organization: *878 - enterprise: *876 - repository: *879 + installation: *878 + organization: *879 + enterprise: *877 + repository: *880 sender: *4 required: - action @@ -146612,10 +146627,10 @@ webhooks: enum: - auto_dismissed alert: *606 - installation: *877 - organization: *878 - enterprise: *876 - repository: *879 + installation: *878 + organization: *879 + enterprise: *877 + repository: *880 sender: *4 required: - action @@ -146697,10 +146712,10 @@ webhooks: enum: - auto_reopened alert: *606 - installation: *877 - organization: *878 - enterprise: *876 - repository: *879 + installation: *878 + organization: *879 + enterprise: *877 + repository: *880 sender: *4 required: - action @@ -146782,10 +146797,10 @@ webhooks: enum: - created alert: *606 - installation: *877 - organization: *878 - enterprise: *876 - repository: *879 + installation: *878 + organization: *879 + enterprise: *877 + repository: *880 sender: *4 required: - action @@ -146865,10 +146880,10 @@ webhooks: enum: - dismissed alert: *606 - installation: *877 - organization: *878 - enterprise: *876 - repository: *879 + installation: *878 + organization: *879 + enterprise: *877 + repository: *880 sender: *4 required: - action @@ -146948,10 +146963,10 @@ webhooks: enum: - fixed alert: *606 - installation: *877 - organization: *878 - enterprise: *876 - repository: *879 + installation: *878 + organization: *879 + enterprise: *877 + repository: *880 sender: *4 required: - action @@ -147032,10 +147047,10 @@ webhooks: enum: - reintroduced alert: *606 - installation: *877 - organization: *878 - enterprise: *876 - repository: *879 + installation: *878 + organization: *879 + enterprise: *877 + repository: *880 sender: *4 required: - action @@ -147115,10 +147130,10 @@ webhooks: enum: - reopened alert: *606 - installation: *877 - organization: *878 - enterprise: *876 - repository: *879 + installation: *878 + organization: *879 + enterprise: *877 + repository: *880 sender: *4 required: - action @@ -147195,9 +147210,9 @@ webhooks: type: string enum: - created - enterprise: *876 - installation: *877 - key: &889 + enterprise: *877 + installation: *878 + key: &890 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -147235,8 +147250,8 @@ webhooks: - verified - created_at - read_only - organization: *878 - repository: *879 + organization: *879 + repository: *880 sender: *4 required: - action @@ -147313,11 +147328,11 @@ webhooks: type: string enum: - deleted - enterprise: *876 - installation: *877 - key: *889 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + key: *890 + organization: *879 + repository: *880 sender: *4 required: - action @@ -147884,12 +147899,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 - workflow: &893 + workflow: &894 title: Workflow type: - object @@ -148644,9 +148659,9 @@ webhooks: pull_requests: type: array items: *721 - repository: *879 - organization: *878 - installation: *877 + repository: *880 + organization: *879 + installation: *878 sender: *4 responses: '200': @@ -148717,7 +148732,7 @@ webhooks: type: string enum: - approved - approver: &890 + approver: &891 type: object properties: avatar_url: @@ -148760,11 +148775,11 @@ webhooks: type: string comment: type: string - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 - reviewers: &891 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 + reviewers: &892 type: array items: type: object @@ -148845,7 +148860,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &892 + workflow_job_run: &893 type: object properties: conclusion: @@ -149591,18 +149606,18 @@ webhooks: type: string enum: - rejected - approver: *890 + approver: *891 comment: type: string - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 - reviewers: *891 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 + reviewers: *892 sender: *4 since: type: string - workflow_job_run: *892 + workflow_job_run: *893 workflow_job_runs: type: array items: @@ -150319,13 +150334,13 @@ webhooks: type: string enum: - requested - enterprise: *876 + enterprise: *877 environment: type: string - installation: *877 - organization: *878 - repository: *879 - requestor: &903 + installation: *878 + organization: *879 + repository: *880 + requestor: &904 title: User type: - object @@ -152258,12 +152273,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 - workflow: *893 + workflow: *894 workflow_run: title: Deployment Workflow Run type: @@ -152954,7 +152969,7 @@ webhooks: type: string enum: - answered - answer: &896 + answer: &897 type: object properties: author_association: @@ -153114,11 +153129,11 @@ webhooks: - created_at - updated_at - body - discussion: *894 - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + discussion: *895 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -153245,11 +153260,11 @@ webhooks: - from required: - category - discussion: *894 - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + discussion: *895 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -153332,11 +153347,11 @@ webhooks: type: string enum: - closed - discussion: *894 - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + discussion: *895 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -153418,7 +153433,7 @@ webhooks: type: string enum: - created - comment: &895 + comment: &896 type: object properties: author_association: @@ -153578,11 +153593,11 @@ webhooks: - updated_at - body - reactions - discussion: *894 - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + discussion: *895 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -153665,12 +153680,12 @@ webhooks: type: string enum: - deleted - comment: *895 - discussion: *894 - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + comment: *896 + discussion: *895 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -153765,12 +153780,12 @@ webhooks: - from required: - body - comment: *895 - discussion: *894 - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + comment: *896 + discussion: *895 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -153854,11 +153869,11 @@ webhooks: type: string enum: - created - discussion: *894 - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + discussion: *895 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -153940,11 +153955,11 @@ webhooks: type: string enum: - deleted - discussion: *894 - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + discussion: *895 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -154044,11 +154059,11 @@ webhooks: type: string required: - from - discussion: *894 - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + discussion: *895 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -154130,10 +154145,10 @@ webhooks: type: string enum: - labeled - discussion: *894 - enterprise: *876 - installation: *877 - label: &897 + discussion: *895 + enterprise: *877 + installation: *878 + label: &898 title: Label type: object properties: @@ -154166,8 +154181,8 @@ webhooks: - color - default - description - organization: *878 - repository: *879 + organization: *879 + repository: *880 sender: *4 required: - action @@ -154250,11 +154265,11 @@ webhooks: type: string enum: - locked - discussion: *894 - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + discussion: *895 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -154336,11 +154351,11 @@ webhooks: type: string enum: - pinned - discussion: *894 - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + discussion: *895 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -154422,11 +154437,11 @@ webhooks: type: string enum: - reopened - discussion: *894 - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + discussion: *895 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -154511,16 +154526,16 @@ webhooks: changes: type: object properties: - new_discussion: *894 - new_repository: *879 + new_discussion: *895 + new_repository: *880 required: - new_discussion - new_repository - discussion: *894 - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + discussion: *895 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -154603,10 +154618,10 @@ webhooks: type: string enum: - unanswered - discussion: *894 - old_answer: *896 - organization: *878 - repository: *879 + discussion: *895 + old_answer: *897 + organization: *879 + repository: *880 sender: *4 required: - action @@ -154688,12 +154703,12 @@ webhooks: type: string enum: - unlabeled - discussion: *894 - enterprise: *876 - installation: *877 - label: *897 - organization: *878 - repository: *879 + discussion: *895 + enterprise: *877 + installation: *878 + label: *898 + organization: *879 + repository: *880 sender: *4 required: - action @@ -154776,11 +154791,11 @@ webhooks: type: string enum: - unlocked - discussion: *894 - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + discussion: *895 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -154862,11 +154877,11 @@ webhooks: type: string enum: - unpinned - discussion: *894 - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + discussion: *895 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -154935,7 +154950,7 @@ webhooks: required: true content: application/json: - schema: *898 + schema: *899 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154998,7 +155013,7 @@ webhooks: required: true content: application/json: - schema: *899 + schema: *900 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155061,7 +155076,7 @@ webhooks: required: true content: application/json: - schema: *900 + schema: *901 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155124,7 +155139,7 @@ webhooks: required: true content: application/json: - schema: *898 + schema: *899 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155187,7 +155202,7 @@ webhooks: required: true content: application/json: - schema: *899 + schema: *900 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155253,7 +155268,7 @@ webhooks: required: true content: application/json: - schema: *900 + schema: *901 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155319,7 +155334,7 @@ webhooks: required: true content: application/json: - schema: *901 + schema: *902 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155385,7 +155400,7 @@ webhooks: required: true content: application/json: - schema: *898 + schema: *899 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155451,7 +155466,7 @@ webhooks: required: true content: application/json: - schema: *902 + schema: *903 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155517,7 +155532,7 @@ webhooks: required: true content: application/json: - schema: *899 + schema: *900 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155582,7 +155597,7 @@ webhooks: required: true content: application/json: - schema: *900 + schema: *901 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155647,7 +155662,7 @@ webhooks: required: true content: application/json: - schema: *901 + schema: *902 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155712,7 +155727,7 @@ webhooks: required: true content: application/json: - schema: *898 + schema: *899 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155777,7 +155792,7 @@ webhooks: required: true content: application/json: - schema: *902 + schema: *903 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155843,7 +155858,7 @@ webhooks: required: true content: application/json: - schema: *899 + schema: *900 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155910,7 +155925,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *876 + enterprise: *877 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#get-a-repository) resource. @@ -156588,9 +156603,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *877 - organization: *878 - repository: *879 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - forkee @@ -156736,9 +156751,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *876 - installation: *877 - organization: *878 + enterprise: *877 + installation: *878 + organization: *879 pages: description: The pages that were updated. type: array @@ -156776,7 +156791,7 @@ webhooks: - action - sha - html_url - repository: *879 + repository: *880 sender: *4 required: - pages @@ -156852,10 +156867,10 @@ webhooks: type: string enum: - created - enterprise: *876 + enterprise: *877 installation: *20 - organization: *878 - repositories: &904 + organization: *879 + repositories: &905 description: An array of repository objects that the installation can access. type: array @@ -156881,8 +156896,8 @@ webhooks: - name - full_name - private - repository: *879 - requester: *903 + repository: *880 + requester: *904 sender: *4 required: - action @@ -156957,11 +156972,11 @@ webhooks: type: string enum: - deleted - enterprise: *876 + enterprise: *877 installation: *20 - organization: *878 - repositories: *904 - repository: *879 + organization: *879 + repositories: *905 + repository: *880 requester: type: - 'null' @@ -157038,11 +157053,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *876 + enterprise: *877 installation: *20 - organization: *878 - repositories: *904 - repository: *879 + organization: *879 + repositories: *905 + repository: *880 requester: type: - 'null' @@ -157119,10 +157134,10 @@ webhooks: type: string enum: - added - enterprise: *876 + enterprise: *877 installation: *20 - organization: *878 - repositories_added: &905 + organization: *879 + repositories_added: &906 description: An array of repository objects, which were added to the installation. type: array @@ -157168,15 +157183,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *879 - repository_selection: &906 + repository: *880 + repository_selection: &907 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *903 + requester: *904 sender: *4 required: - action @@ -157255,10 +157270,10 @@ webhooks: type: string enum: - removed - enterprise: *876 + enterprise: *877 installation: *20 - organization: *878 - repositories_added: *905 + organization: *879 + repositories_added: *906 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -157285,9 +157300,9 @@ webhooks: - name - full_name - private - repository: *879 - repository_selection: *906 - requester: *903 + repository: *880 + repository_selection: *907 + requester: *904 sender: *4 required: - action @@ -157366,11 +157381,11 @@ webhooks: type: string enum: - suspend - enterprise: *876 + enterprise: *877 installation: *20 - organization: *878 - repositories: *904 - repository: *879 + organization: *879 + repositories: *905 + repository: *880 requester: type: - 'null' @@ -157553,10 +157568,10 @@ webhooks: type: string required: - from - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 target_type: type: string @@ -157635,11 +157650,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *876 + enterprise: *877 installation: *20 - organization: *878 - repositories: *904 - repository: *879 + organization: *879 + repositories: *905 + repository: *880 requester: type: - 'null' @@ -157895,8 +157910,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *876 - installation: *877 + enterprise: *877 + installation: *878 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -158708,8 +158723,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *813 - issue_dependencies_summary: *814 + sub_issues_summary: *814 + issue_dependencies_summary: *815 state: description: State of the issue; either 'open' or 'closed' type: string @@ -159070,8 +159085,8 @@ webhooks: - state - locked - assignee - organization: *878 - repository: *879 + organization: *879 + repository: *880 sender: *4 required: - action @@ -159151,7 +159166,7 @@ webhooks: type: string enum: - deleted - comment: &907 + comment: &908 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#get-an-issue-comment) itself. @@ -159326,8 +159341,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *876 - installation: *877 + enterprise: *877 + installation: *878 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -160135,8 +160150,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *813 - issue_dependencies_summary: *814 + sub_issues_summary: *814 + issue_dependencies_summary: *815 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160499,8 +160514,8 @@ webhooks: - state - locked - assignee - organization: *878 - repository: *879 + organization: *879 + repository: *880 sender: *4 required: - action @@ -160580,7 +160595,7 @@ webhooks: type: string enum: - edited - changes: &931 + changes: &932 description: The changes to the comment. type: object properties: @@ -160592,9 +160607,9 @@ webhooks: type: string required: - from - comment: *907 - enterprise: *876 - installation: *877 + comment: *908 + enterprise: *877 + installation: *878 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -161405,8 +161420,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *813 - issue_dependencies_summary: *814 + sub_issues_summary: *814 + issue_dependencies_summary: *815 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161767,8 +161782,8 @@ webhooks: - state - locked - assignee - organization: *878 - repository: *879 + organization: *879 + repository: *880 sender: *4 required: - action @@ -161849,9 +161864,9 @@ webhooks: type: string enum: - pinned - comment: *907 - enterprise: *876 - installation: *877 + comment: *908 + enterprise: *877 + installation: *878 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -162664,8 +162679,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *813 - issue_dependencies_summary: *814 + sub_issues_summary: *814 + issue_dependencies_summary: *815 state: description: State of the issue; either 'open' or 'closed' type: string @@ -163028,8 +163043,8 @@ webhooks: - state - locked - assignee - organization: *878 - repository: *879 + organization: *879 + repository: *880 sender: *4 required: - action @@ -163109,9 +163124,9 @@ webhooks: type: string enum: - unpinned - comment: *907 - enterprise: *876 - installation: *877 + comment: *908 + enterprise: *877 + installation: *878 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -163924,8 +163939,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *813 - issue_dependencies_summary: *814 + sub_issues_summary: *814 + issue_dependencies_summary: *815 state: description: State of the issue; either 'open' or 'closed' type: string @@ -164288,8 +164303,8 @@ webhooks: - state - locked - assignee - organization: *878 - repository: *879 + organization: *879 + repository: *880 sender: *4 required: - action @@ -164378,9 +164393,9 @@ webhooks: type: number blocking_issue: *221 blocking_issue_repo: *78 - installation: *877 - organization: *878 - repository: *879 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -164469,9 +164484,9 @@ webhooks: type: number blocking_issue: *221 blocking_issue_repo: *78 - installation: *877 - organization: *878 - repository: *879 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -164559,9 +164574,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *221 - installation: *877 - organization: *878 - repository: *879 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -164650,9 +164665,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *221 - installation: *877 - organization: *878 - repository: *879 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -164732,10 +164747,10 @@ webhooks: type: string enum: - assigned - assignee: *903 - enterprise: *876 - installation: *877 - issue: &908 + assignee: *904 + enterprise: *877 + installation: *878 + issue: &909 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) itself. @@ -165546,8 +165561,8 @@ webhooks: anyOf: - type: 'null' - *222 - sub_issues_summary: *813 - issue_dependencies_summary: *814 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array items: *670 @@ -165670,8 +165685,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *878 - repository: *879 + organization: *879 + repository: *880 sender: *4 required: - action @@ -165751,8 +165766,8 @@ webhooks: type: string enum: - closed - enterprise: *876 - installation: *877 + enterprise: *877 + installation: *878 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) itself. @@ -166568,8 +166583,8 @@ webhooks: anyOf: - type: 'null' - *222 - sub_issues_summary: *813 - issue_dependencies_summary: *814 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array items: *670 @@ -166835,8 +166850,8 @@ webhooks: required: - state - closed_at - organization: *878 - repository: *879 + organization: *879 + repository: *880 sender: *4 required: - action @@ -166915,8 +166930,8 @@ webhooks: type: string enum: - deleted - enterprise: *876 - installation: *877 + enterprise: *877 + installation: *878 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -167723,8 +167738,8 @@ webhooks: anyOf: - type: 'null' - *222 - sub_issues_summary: *813 - issue_dependencies_summary: *814 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array items: *670 @@ -167846,8 +167861,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *878 - repository: *879 + organization: *879 + repository: *880 sender: *4 required: - action @@ -167926,8 +167941,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *876 - installation: *877 + enterprise: *877 + installation: *878 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -168757,8 +168772,8 @@ webhooks: anyOf: - type: 'null' - *222 - sub_issues_summary: *813 - issue_dependencies_summary: *814 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array items: *670 @@ -168859,7 +168874,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &909 + milestone: &910 title: Milestone description: A collection of related issues and pull requests. type: object @@ -169002,8 +169017,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *878 - repository: *879 + organization: *879 + repository: *880 sender: *4 required: - action @@ -169102,8 +169117,8 @@ webhooks: type: string required: - from - enterprise: *876 - installation: *877 + enterprise: *877 + installation: *878 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -169914,8 +169929,8 @@ webhooks: anyOf: - type: 'null' - *222 - sub_issues_summary: *813 - issue_dependencies_summary: *814 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array items: *670 @@ -170038,9 +170053,9 @@ webhooks: - active_lock_reason - body - reactions - label: *897 - organization: *878 - repository: *879 + label: *898 + organization: *879 + repository: *880 sender: *4 required: - action @@ -170120,9 +170135,9 @@ webhooks: type: string enum: - field_added - enterprise: *876 - installation: *877 - issue: *908 + enterprise: *877 + installation: *878 + issue: *909 issue_field: type: object description: The issue field whose value was set or updated on the @@ -170288,8 +170303,8 @@ webhooks: - id required: - from - organization: *878 - repository: *879 + organization: *879 + repository: *880 sender: *4 required: - action @@ -170369,9 +170384,9 @@ webhooks: type: string enum: - field_removed - enterprise: *876 - installation: *877 - issue: *908 + enterprise: *877 + installation: *878 + issue: *909 issue_field: type: object description: The issue field whose value was cleared from the issue. @@ -170458,8 +170473,8 @@ webhooks: - 'null' required: - id - organization: *878 - repository: *879 + organization: *879 + repository: *880 sender: *4 required: - action @@ -170539,8 +170554,8 @@ webhooks: type: string enum: - labeled - enterprise: *876 - installation: *877 + enterprise: *877 + installation: *878 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -171350,8 +171365,8 @@ webhooks: anyOf: - type: 'null' - *222 - sub_issues_summary: *813 - issue_dependencies_summary: *814 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array items: *670 @@ -171474,9 +171489,9 @@ webhooks: - active_lock_reason - body - reactions - label: *897 - organization: *878 - repository: *879 + label: *898 + organization: *879 + repository: *880 sender: *4 required: - action @@ -171556,8 +171571,8 @@ webhooks: type: string enum: - locked - enterprise: *876 - installation: *877 + enterprise: *877 + installation: *878 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -172392,8 +172407,8 @@ webhooks: anyOf: - type: 'null' - *222 - sub_issues_summary: *813 - issue_dependencies_summary: *814 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array items: *670 @@ -172493,8 +172508,8 @@ webhooks: format: uri user_view_type: type: string - organization: *878 - repository: *879 + organization: *879 + repository: *880 sender: *4 required: - action @@ -172573,8 +172588,8 @@ webhooks: type: string enum: - milestoned - enterprise: *876 - installation: *877 + enterprise: *877 + installation: *878 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -173403,8 +173418,8 @@ webhooks: anyOf: - type: 'null' - *222 - sub_issues_summary: *813 - issue_dependencies_summary: *814 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array items: *670 @@ -173504,9 +173519,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *909 - organization: *878 - repository: *879 + milestone: *910 + organization: *879 + repository: *880 sender: *4 required: - action @@ -174393,8 +174408,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *813 - issue_dependencies_summary: *814 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array items: *670 @@ -174989,8 +175004,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *876 - installation: *877 + enterprise: *877 + installation: *878 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -175797,8 +175812,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *813 - issue_dependencies_summary: *814 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array items: *670 @@ -175924,8 +175939,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *878 - repository: *879 + organization: *879 + repository: *880 sender: *4 required: - action @@ -176005,9 +176020,9 @@ webhooks: type: string enum: - pinned - enterprise: *876 - installation: *877 - issue: &910 + enterprise: *877 + installation: *878 + issue: &911 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) itself. @@ -176812,8 +176827,8 @@ webhooks: anyOf: - type: 'null' - *222 - sub_issues_summary: *813 - issue_dependencies_summary: *814 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array items: *670 @@ -176935,8 +176950,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *878 - repository: *879 + organization: *879 + repository: *880 sender: *4 required: - action @@ -177015,8 +177030,8 @@ webhooks: type: string enum: - reopened - enterprise: *876 - installation: *877 + enterprise: *877 + installation: *878 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -177849,8 +177864,8 @@ webhooks: anyOf: - type: 'null' - *222 - sub_issues_summary: *813 - issue_dependencies_summary: *814 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array items: *670 @@ -177951,8 +177966,8 @@ webhooks: user_view_type: type: string type: *386 - organization: *878 - repository: *879 + organization: *879 + repository: *880 sender: *4 required: - action @@ -178840,8 +178855,8 @@ webhooks: anyOf: - type: 'null' - *222 - sub_issues_summary: *813 - issue_dependencies_summary: *814 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array items: *670 @@ -179454,11 +179469,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *876 - installation: *877 - issue: *910 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + issue: *911 + organization: *879 + repository: *880 sender: *4 required: - action @@ -179538,12 +179553,12 @@ webhooks: type: string enum: - typed - enterprise: *876 - installation: *877 - issue: *908 + enterprise: *877 + installation: *878 + issue: *909 type: *386 - organization: *878 - repository: *879 + organization: *879 + repository: *880 sender: *4 required: - action @@ -179624,7 +179639,7 @@ webhooks: type: string enum: - unassigned - assignee: &934 + assignee: &935 title: User type: - object @@ -179696,11 +179711,11 @@ webhooks: required: - login - id - enterprise: *876 - installation: *877 - issue: *908 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + issue: *909 + organization: *879 + repository: *880 sender: *4 required: - action @@ -179779,12 +179794,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *876 - installation: *877 - issue: *908 - label: *897 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + issue: *909 + label: *898 + organization: *879 + repository: *880 sender: *4 required: - action @@ -179864,8 +179879,8 @@ webhooks: type: string enum: - unlocked - enterprise: *876 - installation: *877 + enterprise: *877 + installation: *878 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -180698,8 +180713,8 @@ webhooks: anyOf: - type: 'null' - *222 - sub_issues_summary: *813 - issue_dependencies_summary: *814 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array items: *670 @@ -180799,8 +180814,8 @@ webhooks: format: uri user_view_type: type: string - organization: *878 - repository: *879 + organization: *879 + repository: *880 sender: *4 required: - action @@ -180880,11 +180895,11 @@ webhooks: type: string enum: - unpinned - enterprise: *876 - installation: *877 - issue: *910 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + issue: *911 + organization: *879 + repository: *880 sender: *4 required: - action @@ -180963,12 +180978,12 @@ webhooks: type: string enum: - untyped - enterprise: *876 - installation: *877 - issue: *908 + enterprise: *877 + installation: *878 + issue: *909 type: *386 - organization: *878 - repository: *879 + organization: *879 + repository: *880 sender: *4 required: - action @@ -181048,11 +181063,11 @@ webhooks: type: string enum: - created - enterprise: *876 - installation: *877 - label: *897 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + label: *898 + organization: *879 + repository: *880 sender: *4 required: - action @@ -181130,11 +181145,11 @@ webhooks: type: string enum: - deleted - enterprise: *876 - installation: *877 - label: *897 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + label: *898 + organization: *879 + repository: *880 sender: *4 required: - action @@ -181244,11 +181259,11 @@ webhooks: type: string required: - from - enterprise: *876 - installation: *877 - label: *897 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + label: *898 + organization: *879 + repository: *880 sender: *4 required: - action @@ -181330,9 +181345,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *876 - installation: *877 - marketplace_purchase: &911 + enterprise: *877 + installation: *878 + marketplace_purchase: &912 title: Marketplace Purchase type: object required: @@ -181420,8 +181435,8 @@ webhooks: type: integer unit_count: type: integer - organization: *878 - previous_marketplace_purchase: &912 + organization: *879 + previous_marketplace_purchase: &913 title: Marketplace Purchase type: object properties: @@ -181505,7 +181520,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *879 + repository: *880 sender: *4 required: - action @@ -181585,10 +181600,10 @@ webhooks: - changed effective_date: type: string - enterprise: *876 - installation: *877 - marketplace_purchase: *911 - organization: *878 + enterprise: *877 + installation: *878 + marketplace_purchase: *912 + organization: *879 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -181676,7 +181691,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *879 + repository: *880 sender: *4 required: - action @@ -181758,10 +181773,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *876 - installation: *877 - marketplace_purchase: *911 - organization: *878 + enterprise: *877 + installation: *878 + marketplace_purchase: *912 + organization: *879 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -181847,7 +181862,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *879 + repository: *880 sender: *4 required: - action @@ -181928,8 +181943,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *876 - installation: *877 + enterprise: *877 + installation: *878 marketplace_purchase: title: Marketplace Purchase type: object @@ -182015,9 +182030,9 @@ webhooks: type: integer unit_count: type: integer - organization: *878 - previous_marketplace_purchase: *912 - repository: *879 + organization: *879 + previous_marketplace_purchase: *913 + repository: *880 sender: *4 required: - action @@ -182097,12 +182112,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *876 - installation: *877 - marketplace_purchase: *911 - organization: *878 - previous_marketplace_purchase: *912 - repository: *879 + enterprise: *877 + installation: *878 + marketplace_purchase: *912 + organization: *879 + previous_marketplace_purchase: *913 + repository: *880 sender: *4 required: - action @@ -182204,11 +182219,11 @@ webhooks: type: string required: - to - enterprise: *876 - installation: *877 - member: *903 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + member: *904 + organization: *879 + repository: *880 sender: *4 required: - action @@ -182310,11 +182325,11 @@ webhooks: type: - string - 'null' - enterprise: *876 - installation: *877 - member: *903 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + member: *904 + organization: *879 + repository: *880 sender: *4 required: - action @@ -182393,11 +182408,11 @@ webhooks: type: string enum: - removed - enterprise: *876 - installation: *877 - member: *903 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + member: *904 + organization: *879 + repository: *880 sender: *4 required: - action @@ -182475,11 +182490,11 @@ webhooks: type: string enum: - added - enterprise: *876 - installation: *877 - member: *903 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + member: *904 + organization: *879 + repository: *880 scope: description: The scope of the membership. Currently, can only be `team`. @@ -182557,7 +182572,7 @@ webhooks: required: - login - id - team: &913 + team: &914 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -182787,11 +182802,11 @@ webhooks: type: string enum: - removed - enterprise: *876 - installation: *877 - member: *903 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + member: *904 + organization: *879 + repository: *880 scope: description: The scope of the membership. Currently, can only be `team`. @@ -182870,7 +182885,7 @@ webhooks: required: - login - id - team: *913 + team: *914 required: - action - scope @@ -182952,8 +182967,8 @@ webhooks: type: string enum: - checks_requested - installation: *877 - merge_group: &914 + installation: *878 + merge_group: &915 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -182979,8 +182994,8 @@ webhooks: - base_sha - base_ref - head_commit - organization: *878 - repository: *879 + organization: *879 + repository: *880 sender: *4 required: - action @@ -183066,10 +183081,10 @@ webhooks: - merged - invalidated - dequeued - installation: *877 - merge_group: *914 - organization: *878 - repository: *879 + installation: *878 + merge_group: *915 + organization: *879 + repository: *880 sender: *4 required: - action @@ -183142,7 +183157,7 @@ webhooks: type: string enum: - deleted - enterprise: *876 + enterprise: *877 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -183251,12 +183266,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *877 - organization: *878 + installation: *878 + organization: *879 repository: anyOf: - type: 'null' - - *879 + - *880 sender: *4 required: - action @@ -183336,11 +183351,11 @@ webhooks: type: string enum: - closed - enterprise: *876 - installation: *877 - milestone: *909 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + milestone: *910 + organization: *879 + repository: *880 sender: *4 required: - action @@ -183419,9 +183434,9 @@ webhooks: type: string enum: - created - enterprise: *876 - installation: *877 - milestone: &915 + enterprise: *877 + installation: *878 + milestone: &916 title: Milestone description: A collection of related issues and pull requests. type: object @@ -183563,8 +183578,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *878 - repository: *879 + organization: *879 + repository: *880 sender: *4 required: - action @@ -183643,11 +183658,11 @@ webhooks: type: string enum: - deleted - enterprise: *876 - installation: *877 - milestone: *909 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + milestone: *910 + organization: *879 + repository: *880 sender: *4 required: - action @@ -183757,11 +183772,11 @@ webhooks: type: string required: - from - enterprise: *876 - installation: *877 - milestone: *909 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + milestone: *910 + organization: *879 + repository: *880 sender: *4 required: - action @@ -183841,11 +183856,11 @@ webhooks: type: string enum: - opened - enterprise: *876 - installation: *877 - milestone: *915 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + milestone: *916 + organization: *879 + repository: *880 sender: *4 required: - action @@ -183924,11 +183939,11 @@ webhooks: type: string enum: - blocked - blocked_user: *903 - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + blocked_user: *904 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -184007,11 +184022,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *903 - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + blocked_user: *904 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -184087,7 +184102,7 @@ webhooks: enum: - created definition: *151 - enterprise: *876 + enterprise: *877 sender: *4 required: - action @@ -184167,8 +184182,8 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *876 - installation: *877 + enterprise: *877 + installation: *878 sender: *4 required: - action @@ -184241,8 +184256,8 @@ webhooks: enum: - updated definition: *151 - enterprise: *876 - installation: *877 + enterprise: *877 + installation: *878 sender: *4 required: - action @@ -184314,9 +184329,9 @@ webhooks: type: string enum: - updated - enterprise: *876 - installation: *877 - organization: *878 + enterprise: *877 + installation: *878 + organization: *879 sender: *4 new_property_values: type: array @@ -184404,9 +184419,9 @@ webhooks: type: string enum: - deleted - enterprise: *876 - installation: *877 - membership: &916 + enterprise: *877 + installation: *878 + membership: &917 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -184516,8 +184531,8 @@ webhooks: - role - organization_url - user - organization: *878 - repository: *879 + organization: *879 + repository: *880 sender: *4 required: - action @@ -184595,11 +184610,11 @@ webhooks: type: string enum: - member_added - enterprise: *876 - installation: *877 - membership: *916 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + membership: *917 + organization: *879 + repository: *880 sender: *4 required: - action @@ -184678,8 +184693,8 @@ webhooks: type: string enum: - member_invited - enterprise: *876 - installation: *877 + enterprise: *877 + installation: *878 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -184801,10 +184816,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *878 - repository: *879 + organization: *879 + repository: *880 sender: *4 - user: *903 + user: *904 required: - action - invitation @@ -184882,11 +184897,11 @@ webhooks: type: string enum: - member_removed - enterprise: *876 - installation: *877 - membership: *916 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + membership: *917 + organization: *879 + repository: *880 sender: *4 required: - action @@ -184973,11 +184988,11 @@ webhooks: properties: from: type: string - enterprise: *876 - installation: *877 - membership: *916 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + membership: *917 + organization: *879 + repository: *880 sender: *4 required: - action @@ -185055,9 +185070,9 @@ webhooks: type: string enum: - published - enterprise: *876 - installation: *877 - organization: *878 + enterprise: *877 + installation: *878 + organization: *879 package: description: Information about the package. type: object @@ -185580,7 +185595,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &917 + items: &918 title: Ruby Gems metadata type: object properties: @@ -185677,7 +185692,7 @@ webhooks: - owner - package_version - registry - repository: *879 + repository: *880 sender: *4 required: - action @@ -185754,9 +185769,9 @@ webhooks: type: string enum: - updated - enterprise: *876 - installation: *877 - organization: *878 + enterprise: *877 + installation: *878 + organization: *879 package: description: Information about the package. type: object @@ -186118,7 +186133,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *917 + items: *918 source_url: type: string format: uri @@ -186189,7 +186204,7 @@ webhooks: - owner - package_version - registry - repository: *879 + repository: *880 sender: *4 required: - action @@ -186369,12 +186384,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *876 + enterprise: *877 id: type: integer - installation: *877 - organization: *878 - repository: *879 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - id @@ -186451,7 +186466,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &918 + personal_access_token_request: &919 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -186601,10 +186616,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *876 - organization: *878 + enterprise: *877 + organization: *879 sender: *4 - installation: *877 + installation: *878 required: - action - personal_access_token_request @@ -186681,11 +186696,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *918 - enterprise: *876 - organization: *878 + personal_access_token_request: *919 + enterprise: *877 + organization: *879 sender: *4 - installation: *877 + installation: *878 required: - action - personal_access_token_request @@ -186761,11 +186776,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *918 - enterprise: *876 - organization: *878 + personal_access_token_request: *919 + enterprise: *877 + organization: *879 sender: *4 - installation: *877 + installation: *878 required: - action - personal_access_token_request @@ -186840,11 +186855,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *918 - organization: *878 - enterprise: *876 + personal_access_token_request: *919 + organization: *879 + enterprise: *877 sender: *4 - installation: *877 + installation: *878 required: - action - personal_access_token_request @@ -186949,7 +186964,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *919 + last_response: *920 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -186981,8 +186996,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *878 - repository: *879 + organization: *879 + repository: *880 sender: *4 zen: description: Random string of GitHub zen. @@ -187227,10 +187242,10 @@ webhooks: - from required: - note - enterprise: *876 - installation: *877 - organization: *878 - project_card: &920 + enterprise: *877 + installation: *878 + organization: *879 + project_card: &921 title: Project Card type: object properties: @@ -187353,7 +187368,7 @@ webhooks: - creator - created_at - updated_at - repository: *879 + repository: *880 sender: *4 required: - action @@ -187434,11 +187449,11 @@ webhooks: type: string enum: - created - enterprise: *876 - installation: *877 - organization: *878 - project_card: *920 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + project_card: *921 + repository: *880 sender: *4 required: - action @@ -187518,9 +187533,9 @@ webhooks: type: string enum: - deleted - enterprise: *876 - installation: *877 - organization: *878 + enterprise: *877 + installation: *878 + organization: *879 project_card: title: Project Card type: object @@ -187650,7 +187665,7 @@ webhooks: repository: anyOf: - type: 'null' - - *879 + - *880 sender: *4 required: - action @@ -187744,11 +187759,11 @@ webhooks: - from required: - note - enterprise: *876 - installation: *877 - organization: *878 - project_card: *920 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + project_card: *921 + repository: *880 sender: *4 required: - action @@ -187842,9 +187857,9 @@ webhooks: - from required: - column_id - enterprise: *876 - installation: *877 - organization: *878 + enterprise: *877 + installation: *878 + organization: *879 project_card: allOf: - title: Project Card @@ -188041,7 +188056,7 @@ webhooks: type: string required: - after_id - repository: *879 + repository: *880 sender: *4 required: - action @@ -188121,10 +188136,10 @@ webhooks: type: string enum: - closed - enterprise: *876 - installation: *877 - organization: *878 - project: &922 + enterprise: *877 + installation: *878 + organization: *879 + project: &923 title: Project type: object properties: @@ -188251,7 +188266,7 @@ webhooks: - creator - created_at - updated_at - repository: *879 + repository: *880 sender: *4 required: - action @@ -188331,10 +188346,10 @@ webhooks: type: string enum: - created - enterprise: *876 - installation: *877 - organization: *878 - project_column: &921 + enterprise: *877 + installation: *878 + organization: *879 + project_column: &922 title: Project Column type: object properties: @@ -188374,7 +188389,7 @@ webhooks: - name - created_at - updated_at - repository: *879 + repository: *880 sender: *4 required: - action @@ -188453,14 +188468,14 @@ webhooks: type: string enum: - deleted - enterprise: *876 - installation: *877 - organization: *878 - project_column: *921 + enterprise: *877 + installation: *878 + organization: *879 + project_column: *922 repository: anyOf: - type: 'null' - - *879 + - *880 sender: *4 required: - action @@ -188549,11 +188564,11 @@ webhooks: type: string required: - from - enterprise: *876 - installation: *877 - organization: *878 - project_column: *921 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + project_column: *922 + repository: *880 sender: *4 required: - action @@ -188633,11 +188648,11 @@ webhooks: type: string enum: - moved - enterprise: *876 - installation: *877 - organization: *878 - project_column: *921 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + project_column: *922 + repository: *880 sender: *4 required: - action @@ -188717,11 +188732,11 @@ webhooks: type: string enum: - created - enterprise: *876 - installation: *877 - organization: *878 - project: *922 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + project: *923 + repository: *880 sender: *4 required: - action @@ -188801,14 +188816,14 @@ webhooks: type: string enum: - deleted - enterprise: *876 - installation: *877 - organization: *878 - project: *922 + enterprise: *877 + installation: *878 + organization: *879 + project: *923 repository: anyOf: - type: 'null' - - *879 + - *880 sender: *4 required: - action @@ -188909,11 +188924,11 @@ webhooks: type: string required: - from - enterprise: *876 - installation: *877 - organization: *878 - project: *922 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + project: *923 + repository: *880 sender: *4 required: - action @@ -188992,11 +189007,11 @@ webhooks: type: string enum: - reopened - enterprise: *876 - installation: *877 - organization: *878 - project: *922 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + project: *923 + repository: *880 sender: *4 required: - action @@ -189077,8 +189092,8 @@ webhooks: type: string enum: - closed - installation: *877 - organization: *878 + installation: *878 + organization: *879 projects_v2: *417 sender: *4 required: @@ -189160,8 +189175,8 @@ webhooks: type: string enum: - created - installation: *877 - organization: *878 + installation: *878 + organization: *879 projects_v2: *417 sender: *4 required: @@ -189243,8 +189258,8 @@ webhooks: type: string enum: - deleted - installation: *877 - organization: *878 + installation: *878 + organization: *879 projects_v2: *417 sender: *4 required: @@ -189366,8 +189381,8 @@ webhooks: type: string to: type: string - installation: *877 - organization: *878 + installation: *878 + organization: *879 projects_v2: *417 sender: *4 required: @@ -189451,7 +189466,7 @@ webhooks: type: string enum: - archived - changes: &926 + changes: &927 type: object properties: archived_at: @@ -189467,9 +189482,9 @@ webhooks: - string - 'null' format: date-time - installation: *877 - organization: *878 - projects_v2_item: &923 + installation: *878 + organization: *879 + projects_v2_item: &924 title: Projects v2 Item description: An item belonging to a project type: object @@ -189609,9 +189624,9 @@ webhooks: - 'null' to: type: string - installation: *877 - organization: *878 - projects_v2_item: *923 + installation: *878 + organization: *879 + projects_v2_item: *924 sender: *4 required: - action @@ -189693,9 +189708,9 @@ webhooks: type: string enum: - created - installation: *877 - organization: *878 - projects_v2_item: *923 + installation: *878 + organization: *879 + projects_v2_item: *924 sender: *4 required: - action @@ -189776,9 +189791,9 @@ webhooks: type: string enum: - deleted - installation: *877 - organization: *878 - projects_v2_item: *923 + installation: *878 + organization: *879 + projects_v2_item: *924 sender: *4 required: - action @@ -189883,7 +189898,7 @@ webhooks: oneOf: - type: string - type: integer - - &924 + - &925 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -189907,7 +189922,7 @@ webhooks: required: - id - name - - &925 + - &926 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -189947,8 +189962,8 @@ webhooks: oneOf: - type: string - type: integer - - *924 - *925 + - *926 type: - 'null' - string @@ -189971,9 +189986,9 @@ webhooks: - 'null' required: - body - installation: *877 - organization: *878 - projects_v2_item: *923 + installation: *878 + organization: *879 + projects_v2_item: *924 sender: *4 required: - action @@ -190070,9 +190085,9 @@ webhooks: type: - string - 'null' - installation: *877 - organization: *878 - projects_v2_item: *923 + installation: *878 + organization: *879 + projects_v2_item: *924 sender: *4 required: - action @@ -190155,10 +190170,10 @@ webhooks: type: string enum: - restored - changes: *926 - installation: *877 - organization: *878 - projects_v2_item: *923 + changes: *927 + installation: *878 + organization: *879 + projects_v2_item: *924 sender: *4 required: - action @@ -190240,8 +190255,8 @@ webhooks: type: string enum: - reopened - installation: *877 - organization: *878 + installation: *878 + organization: *879 projects_v2: *417 sender: *4 required: @@ -190323,9 +190338,9 @@ webhooks: type: string enum: - created - installation: *877 - organization: *878 - projects_v2_status_update: *927 + installation: *878 + organization: *879 + projects_v2_status_update: *928 sender: *4 required: - action @@ -190406,9 +190421,9 @@ webhooks: type: string enum: - deleted - installation: *877 - organization: *878 - projects_v2_status_update: *927 + installation: *878 + organization: *879 + projects_v2_status_update: *928 sender: *4 required: - action @@ -190554,9 +190569,9 @@ webhooks: - string - 'null' format: date - installation: *877 - organization: *878 - projects_v2_status_update: *927 + installation: *878 + organization: *879 + projects_v2_status_update: *928 sender: *4 required: - action @@ -190627,10 +190642,10 @@ webhooks: title: public event type: object properties: - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - repository @@ -190707,13 +190722,13 @@ webhooks: type: string enum: - assigned - assignee: *903 - enterprise: *876 - installation: *877 - number: &928 + assignee: *904 + enterprise: *877 + installation: *878 + number: &929 description: The pull request number. type: integer - organization: *878 + organization: *879 pull_request: title: Pull Request type: object @@ -193084,7 +193099,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *879 + repository: *880 sender: *4 required: - action @@ -193166,11 +193181,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *876 - installation: *877 + enterprise: *877 + installation: *878 number: type: integer - organization: *878 + organization: *879 pull_request: title: Pull Request type: object @@ -195534,7 +195549,7 @@ webhooks: - draft reason: type: string - repository: *879 + repository: *880 sender: *4 required: - action @@ -195616,11 +195631,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *876 - installation: *877 + enterprise: *877 + installation: *878 number: type: integer - organization: *878 + organization: *879 pull_request: title: Pull Request type: object @@ -197984,7 +197999,7 @@ webhooks: - draft reason: type: string - repository: *879 + repository: *880 sender: *4 required: - action @@ -198066,11 +198081,11 @@ webhooks: type: string enum: - closed - enterprise: *876 - installation: *877 - number: *928 - organization: *878 - pull_request: &929 + enterprise: *877 + installation: *878 + number: *929 + organization: *879 + pull_request: &930 allOf: - *721 - type: object @@ -198134,7 +198149,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *879 + repository: *880 sender: *4 required: - action @@ -198215,12 +198230,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *876 - installation: *877 - number: *928 - organization: *878 - pull_request: *929 - repository: *879 + enterprise: *877 + installation: *878 + number: *929 + organization: *879 + pull_request: *930 + repository: *880 sender: *4 required: - action @@ -198300,11 +198315,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *876 + enterprise: *877 milestone: *420 - number: *928 - organization: *878 - pull_request: &930 + number: *929 + organization: *879 + pull_request: &931 title: Pull Request type: object properties: @@ -200653,7 +200668,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *879 + repository: *880 sender: *4 required: - action @@ -200732,11 +200747,11 @@ webhooks: type: string enum: - dequeued - enterprise: *876 - installation: *877 + enterprise: *877 + installation: *878 number: type: integer - organization: *878 + organization: *879 pull_request: title: Pull Request type: object @@ -203104,7 +203119,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *879 + repository: *880 sender: *4 required: - action @@ -203228,12 +203243,12 @@ webhooks: type: string required: - from - enterprise: *876 - installation: *877 - number: *928 - organization: *878 - pull_request: *929 - repository: *879 + enterprise: *877 + installation: *878 + number: *929 + organization: *879 + pull_request: *930 + repository: *880 sender: *4 required: - action @@ -203313,11 +203328,11 @@ webhooks: type: string enum: - enqueued - enterprise: *876 - installation: *877 + enterprise: *877 + installation: *878 number: type: integer - organization: *878 + organization: *879 pull_request: title: Pull Request type: object @@ -205670,7 +205685,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *879 + repository: *880 sender: *4 required: - action @@ -205750,11 +205765,11 @@ webhooks: type: string enum: - labeled - enterprise: *876 - installation: *877 - label: *897 - number: *928 - organization: *878 + enterprise: *877 + installation: *878 + label: *898 + number: *929 + organization: *879 pull_request: title: Pull Request type: object @@ -208124,7 +208139,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *879 + repository: *880 sender: *4 required: - action @@ -208205,10 +208220,10 @@ webhooks: type: string enum: - locked - enterprise: *876 - installation: *877 - number: *928 - organization: *878 + enterprise: *877 + installation: *878 + number: *929 + organization: *879 pull_request: title: Pull Request type: object @@ -210576,7 +210591,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *879 + repository: *880 sender: *4 required: - action @@ -210656,12 +210671,12 @@ webhooks: type: string enum: - milestoned - enterprise: *876 + enterprise: *877 milestone: *420 - number: *928 - organization: *878 - pull_request: *930 - repository: *879 + number: *929 + organization: *879 + pull_request: *931 + repository: *880 sender: *4 required: - action @@ -210740,12 +210755,12 @@ webhooks: type: string enum: - opened - enterprise: *876 - installation: *877 - number: *928 - organization: *878 - pull_request: *929 - repository: *879 + enterprise: *877 + installation: *878 + number: *929 + organization: *879 + pull_request: *930 + repository: *880 sender: *4 required: - action @@ -210826,12 +210841,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *876 - installation: *877 - number: *928 - organization: *878 - pull_request: *929 - repository: *879 + enterprise: *877 + installation: *878 + number: *929 + organization: *879 + pull_request: *930 + repository: *880 sender: *4 required: - action @@ -210911,12 +210926,12 @@ webhooks: type: string enum: - reopened - enterprise: *876 - installation: *877 - number: *928 - organization: *878 - pull_request: *929 - repository: *879 + enterprise: *877 + installation: *878 + number: *929 + organization: *879 + pull_request: *930 + repository: *880 sender: *4 required: - action @@ -211291,9 +211306,9 @@ webhooks: - start_side - side - reactions - enterprise: *876 - installation: *877 - organization: *878 + enterprise: *877 + installation: *878 + organization: *879 pull_request: type: object properties: @@ -213545,7 +213560,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *879 + repository: *880 sender: *4 required: - action @@ -213625,7 +213640,7 @@ webhooks: type: string enum: - deleted - comment: &932 + comment: &933 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-cloud@latest/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -213918,9 +213933,9 @@ webhooks: - start_side - side - reactions - enterprise: *876 - installation: *877 - organization: *878 + enterprise: *877 + installation: *878 + organization: *879 pull_request: type: object properties: @@ -216160,7 +216175,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *879 + repository: *880 sender: *4 required: - action @@ -216240,11 +216255,11 @@ webhooks: type: string enum: - edited - changes: *931 - comment: *932 - enterprise: *876 - installation: *877 - organization: *878 + changes: *932 + comment: *933 + enterprise: *877 + installation: *878 + organization: *879 pull_request: type: object properties: @@ -218487,7 +218502,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *879 + repository: *880 sender: *4 required: - action @@ -218568,9 +218583,9 @@ webhooks: type: string enum: - dismissed - enterprise: *876 - installation: *877 - organization: *878 + enterprise: *877 + installation: *878 + organization: *879 pull_request: title: Simple Pull Request type: object @@ -220825,7 +220840,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *879 + repository: *880 review: description: The review that was affected. type: object @@ -221076,9 +221091,9 @@ webhooks: type: string required: - from - enterprise: *876 - installation: *877 - organization: *878 + enterprise: *877 + installation: *878 + organization: *879 pull_request: title: Simple Pull Request type: object @@ -223192,8 +223207,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *879 - review: &933 + repository: *880 + review: &934 description: The review that was affected. type: object properties: @@ -223431,12 +223446,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *876 - installation: *877 + enterprise: *877 + installation: *878 number: description: The pull request number. type: integer - organization: *878 + organization: *879 pull_request: title: Pull Request type: object @@ -225805,7 +225820,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *879 + repository: *880 requested_reviewer: title: User type: @@ -225891,12 +225906,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *876 - installation: *877 + enterprise: *877 + installation: *878 number: description: The pull request number. type: integer - organization: *878 + organization: *879 pull_request: title: Pull Request type: object @@ -228272,7 +228287,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *879 + repository: *880 requested_team: title: Team description: Groups of organization members that gives permissions @@ -228467,12 +228482,12 @@ webhooks: type: string enum: - review_requested - enterprise: *876 - installation: *877 + enterprise: *877 + installation: *878 number: description: The pull request number. type: integer - organization: *878 + organization: *879 pull_request: title: Pull Request type: object @@ -230843,7 +230858,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *879 + repository: *880 requested_reviewer: title: User type: @@ -230930,12 +230945,12 @@ webhooks: type: string enum: - review_requested - enterprise: *876 - installation: *877 + enterprise: *877 + installation: *878 number: description: The pull request number. type: integer - organization: *878 + organization: *879 pull_request: title: Pull Request type: object @@ -233297,7 +233312,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *879 + repository: *880 requested_team: title: Team description: Groups of organization members that gives permissions @@ -233481,9 +233496,9 @@ webhooks: type: string enum: - submitted - enterprise: *876 - installation: *877 - organization: *878 + enterprise: *877 + installation: *878 + organization: *879 pull_request: title: Simple Pull Request type: object @@ -235741,8 +235756,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *879 - review: *933 + repository: *880 + review: *934 sender: *4 required: - action @@ -235822,9 +235837,9 @@ webhooks: type: string enum: - resolved - enterprise: *876 - installation: *877 - organization: *878 + enterprise: *877 + installation: *878 + organization: *879 pull_request: title: Simple Pull Request type: object @@ -237977,7 +237992,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *879 + repository: *880 sender: *4 thread: type: object @@ -238374,9 +238389,9 @@ webhooks: type: string enum: - unresolved - enterprise: *876 - installation: *877 - organization: *878 + enterprise: *877 + installation: *878 + organization: *879 pull_request: title: Simple Pull Request type: object @@ -240512,7 +240527,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *879 + repository: *880 sender: *4 thread: type: object @@ -240911,10 +240926,10 @@ webhooks: type: string before: type: string - enterprise: *876 - installation: *877 - number: *928 - organization: *878 + enterprise: *877 + installation: *878 + number: *929 + organization: *879 pull_request: title: Pull Request type: object @@ -243271,7 +243286,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *879 + repository: *880 sender: *4 required: - action @@ -243353,11 +243368,11 @@ webhooks: type: string enum: - unassigned - assignee: *934 - enterprise: *876 - installation: *877 - number: *928 - organization: *878 + assignee: *935 + enterprise: *877 + installation: *878 + number: *929 + organization: *879 pull_request: title: Pull Request type: object @@ -245729,7 +245744,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *879 + repository: *880 sender: *4 required: - action @@ -245808,11 +245823,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *876 - installation: *877 - label: *897 - number: *928 - organization: *878 + enterprise: *877 + installation: *878 + label: *898 + number: *929 + organization: *879 pull_request: title: Pull Request type: object @@ -248173,7 +248188,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *879 + repository: *880 sender: *4 required: - action @@ -248254,10 +248269,10 @@ webhooks: type: string enum: - unlocked - enterprise: *876 - installation: *877 - number: *928 - organization: *878 + enterprise: *877 + installation: *878 + number: *929 + organization: *879 pull_request: title: Pull Request type: object @@ -250608,7 +250623,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *879 + repository: *880 sender: *4 required: - action @@ -250811,7 +250826,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *876 + enterprise: *877 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -250906,8 +250921,8 @@ webhooks: - url - author - committer - installation: *877 - organization: *878 + installation: *878 + organization: *879 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -251506,9 +251521,9 @@ webhooks: type: string enum: - published - enterprise: *876 - installation: *877 - organization: *878 + enterprise: *877 + installation: *878 + organization: *879 registry_package: type: object properties: @@ -251985,7 +252000,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *917 + items: *918 summary: type: string tag_name: @@ -252041,7 +252056,7 @@ webhooks: - owner - package_version - registry - repository: *879 + repository: *880 sender: *4 required: - action @@ -252119,9 +252134,9 @@ webhooks: type: string enum: - updated - enterprise: *876 - installation: *877 - organization: *878 + enterprise: *877 + installation: *878 + organization: *879 registry_package: type: object properties: @@ -252433,7 +252448,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *917 + items: *918 summary: type: string tag_name: @@ -252483,7 +252498,7 @@ webhooks: - owner - package_version - registry - repository: *879 + repository: *880 sender: *4 required: - action @@ -252560,10 +252575,10 @@ webhooks: type: string enum: - created - enterprise: *876 - installation: *877 - organization: *878 - release: &935 + enterprise: *877 + installation: *878 + organization: *879 + release: &936 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest/rest/releases/releases/#get-a-release) object. @@ -252894,7 +252909,7 @@ webhooks: - updated_at - zipball_url - body - repository: *879 + repository: *880 sender: *4 required: - action @@ -252971,11 +252986,11 @@ webhooks: type: string enum: - deleted - enterprise: *876 - installation: *877 - organization: *878 - release: *935 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + release: *936 + repository: *880 sender: *4 required: - action @@ -253092,11 +253107,11 @@ webhooks: type: boolean required: - to - enterprise: *876 - installation: *877 - organization: *878 - release: *935 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + release: *936 + repository: *880 sender: *4 required: - action @@ -253174,9 +253189,9 @@ webhooks: type: string enum: - prereleased - enterprise: *876 - installation: *877 - organization: *878 + enterprise: *877 + installation: *878 + organization: *879 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest/rest/releases/releases/#get-a-release) @@ -253512,7 +253527,7 @@ webhooks: - string - 'null' format: uri - repository: *879 + repository: *880 sender: *4 required: - action @@ -253588,10 +253603,10 @@ webhooks: type: string enum: - published - enterprise: *876 - installation: *877 - organization: *878 - release: &936 + enterprise: *877 + installation: *878 + organization: *879 + release: &937 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest/rest/releases/releases/#get-a-release) object. @@ -253924,7 +253939,7 @@ webhooks: - string - 'null' format: uri - repository: *879 + repository: *880 sender: *4 required: - action @@ -254000,11 +254015,11 @@ webhooks: type: string enum: - released - enterprise: *876 - installation: *877 - organization: *878 - release: *935 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + release: *936 + repository: *880 sender: *4 required: - action @@ -254080,11 +254095,11 @@ webhooks: type: string enum: - unpublished - enterprise: *876 - installation: *877 - organization: *878 - release: *936 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + release: *937 + repository: *880 sender: *4 required: - action @@ -254160,11 +254175,11 @@ webhooks: type: string enum: - published - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 - repository_advisory: *774 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 + repository_advisory: *775 sender: *4 required: - action @@ -254240,11 +254255,11 @@ webhooks: type: string enum: - reported - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 - repository_advisory: *774 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 + repository_advisory: *775 sender: *4 required: - action @@ -254320,10 +254335,10 @@ webhooks: type: string enum: - archived - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -254400,10 +254415,10 @@ webhooks: type: string enum: - created - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -254481,10 +254496,10 @@ webhooks: type: string enum: - deleted - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -254569,10 +254584,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -254687,10 +254702,10 @@ webhooks: - 'null' items: type: string - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -254762,10 +254777,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 status: type: string @@ -254846,10 +254861,10 @@ webhooks: type: string enum: - privatized - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -254926,10 +254941,10 @@ webhooks: type: string enum: - publicized - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -255023,10 +255038,10 @@ webhooks: - name required: - repository - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -255106,10 +255121,10 @@ webhooks: type: string enum: - created - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 repository_ruleset: *190 sender: *4 required: @@ -255188,10 +255203,10 @@ webhooks: type: string enum: - deleted - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 repository_ruleset: *190 sender: *4 required: @@ -255270,10 +255285,10 @@ webhooks: type: string enum: - edited - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 repository_ruleset: *190 changes: type: object @@ -255335,16 +255350,16 @@ webhooks: properties: added: type: array - items: *741 + items: *742 deleted: type: array - items: *741 + items: *742 updated: type: array items: type: object properties: - rule: *741 + rule: *742 changes: type: object properties: @@ -255581,10 +255596,10 @@ webhooks: - from required: - owner - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -255662,10 +255677,10 @@ webhooks: type: string enum: - unarchived - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -255743,7 +255758,7 @@ webhooks: type: string enum: - create - alert: &937 + alert: &938 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -255868,10 +255883,10 @@ webhooks: enum: - auto_dismissed - open - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -256081,10 +256096,10 @@ webhooks: type: string enum: - dismissed - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -256162,11 +256177,11 @@ webhooks: type: string enum: - reopen - alert: *937 - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + alert: *938 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -256368,10 +256383,10 @@ webhooks: enum: - fixed - open - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -256449,7 +256464,7 @@ webhooks: type: string enum: - assigned - alert: &938 + alert: &939 type: object properties: number: *130 @@ -256589,10 +256604,10 @@ webhooks: - type: 'null' - *4 assignee: *4 - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -256670,11 +256685,11 @@ webhooks: type: string enum: - created - alert: *938 - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + alert: *939 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -256755,11 +256770,11 @@ webhooks: type: string enum: - created - alert: *938 - installation: *877 - location: *939 - organization: *878 - repository: *879 + alert: *939 + installation: *878 + location: *940 + organization: *879 + repository: *880 sender: *4 required: - location @@ -256997,11 +257012,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *938 - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + alert: *939 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -257079,11 +257094,11 @@ webhooks: type: string enum: - reopened - alert: *938 - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + alert: *939 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -257161,11 +257176,11 @@ webhooks: type: string enum: - resolved - alert: *938 - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + alert: *939 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -257243,12 +257258,12 @@ webhooks: type: string enum: - unassigned - alert: *938 + alert: *939 assignee: *4 - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -257326,11 +257341,11 @@ webhooks: type: string enum: - validated - alert: *938 - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + alert: *939 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -257460,10 +257475,10 @@ webhooks: - organization - enterprise - - repository: *879 - enterprise: *876 - installation: *877 - organization: *878 + repository: *880 + enterprise: *877 + installation: *878 + organization: *879 sender: *4 required: - action @@ -257541,11 +257556,11 @@ webhooks: type: string enum: - published - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 - security_advisory: &940 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 + security_advisory: &941 description: The details of the security advisory, including summary, description, and severity. type: object @@ -257731,11 +257746,11 @@ webhooks: type: string enum: - updated - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 - security_advisory: *940 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 + security_advisory: *941 sender: *4 required: - action @@ -257808,10 +257823,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -257998,9 +258013,9 @@ webhooks: type: object properties: security_and_analysis: *431 - enterprise: *876 - installation: *877 - organization: *878 + enterprise: *877 + installation: *878 + organization: *879 repository: *477 sender: *4 required: @@ -258079,12 +258094,12 @@ webhooks: type: string enum: - cancelled - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 - sponsorship: &941 + sponsorship: &942 type: object properties: created_at: @@ -258389,12 +258404,12 @@ webhooks: type: string enum: - created - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 - sponsorship: *941 + sponsorship: *942 required: - action - sponsorship @@ -258482,12 +258497,12 @@ webhooks: type: string required: - from - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 - sponsorship: *941 + sponsorship: *942 required: - action - changes @@ -258564,17 +258579,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &942 + effective_date: &943 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 - sponsorship: *941 + sponsorship: *942 required: - action - sponsorship @@ -258648,7 +258663,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &943 + changes: &944 type: object properties: tier: @@ -258692,13 +258707,13 @@ webhooks: - from required: - tier - effective_date: *942 - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + effective_date: *943 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 - sponsorship: *941 + sponsorship: *942 required: - action - changes @@ -258775,13 +258790,13 @@ webhooks: type: string enum: - tier_changed - changes: *943 - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + changes: *944 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 - sponsorship: *941 + sponsorship: *942 required: - action - changes @@ -258855,10 +258870,10 @@ webhooks: type: string enum: - created - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -258942,10 +258957,10 @@ webhooks: type: string enum: - deleted - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -259379,15 +259394,15 @@ webhooks: type: - string - 'null' - enterprise: *876 + enterprise: *877 id: description: The unique identifier of the status. type: integer - installation: *877 + installation: *878 name: type: string - organization: *878 - repository: *879 + organization: *879 + repository: *880 sender: *4 sha: description: The Commit SHA. @@ -259503,9 +259518,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *221 - installation: *877 - organization: *878 - repository: *879 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -259594,9 +259609,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *221 - installation: *877 - organization: *878 - repository: *879 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -259685,9 +259700,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *221 - installation: *877 - organization: *878 - repository: *879 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -259776,9 +259791,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *221 - installation: *877 - organization: *878 - repository: *879 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -259854,12 +259869,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 - team: &944 + team: &945 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -260089,9 +260104,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *876 - installation: *877 - organization: *878 + enterprise: *877 + installation: *878 + organization: *879 repository: title: Repository description: A git repository @@ -260561,7 +260576,7 @@ webhooks: - topics - visibility sender: *4 - team: *944 + team: *945 required: - action - team @@ -260637,9 +260652,9 @@ webhooks: type: string enum: - created - enterprise: *876 - installation: *877 - organization: *878 + enterprise: *877 + installation: *878 + organization: *879 repository: title: Repository description: A git repository @@ -261109,7 +261124,7 @@ webhooks: - topics - visibility sender: *4 - team: *944 + team: *945 required: - action - team @@ -261186,9 +261201,9 @@ webhooks: type: string enum: - deleted - enterprise: *876 - installation: *877 - organization: *878 + enterprise: *877 + installation: *878 + organization: *879 repository: title: Repository description: A git repository @@ -261658,7 +261673,7 @@ webhooks: - topics - visibility sender: *4 - team: *944 + team: *945 required: - action - team @@ -261802,9 +261817,9 @@ webhooks: - from required: - permissions - enterprise: *876 - installation: *877 - organization: *878 + enterprise: *877 + installation: *878 + organization: *879 repository: title: Repository description: A git repository @@ -262274,7 +262289,7 @@ webhooks: - topics - visibility sender: *4 - team: *944 + team: *945 required: - action - changes @@ -262352,9 +262367,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *876 - installation: *877 - organization: *878 + enterprise: *877 + installation: *878 + organization: *879 repository: title: Repository description: A git repository @@ -262824,7 +262839,7 @@ webhooks: - topics - visibility sender: *4 - team: *944 + team: *945 required: - action - team @@ -262900,10 +262915,10 @@ webhooks: type: string enum: - started - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 required: - action @@ -262976,17 +262991,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *876 + enterprise: *877 inputs: type: - object - 'null' additionalProperties: true - installation: *877 - organization: *878 + installation: *878 + organization: *879 ref: type: string - repository: *879 + repository: *880 sender: *4 workflow: type: string @@ -263068,10 +263083,10 @@ webhooks: type: string enum: - completed - enterprise: *876 - installation: *877 - organization: *878 - repository: *879 + enterprise: *877 + installation: *878 + organization: *879 + repository: *880 sender: *4 workflow_job: allOf: @@ -263406,10 +263421,10 @@ webhooks: type: string enum: - in_progress -{"code":"deadline_exceeded","msg":"operation timed out"}