diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.json b/descriptions/api.github.com/api.github.com.2022-11-28.json index 2c761f4789..ea507fd59a 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions/api.github.com/api.github.com.2022-11-28.json @@ -15317,7 +15317,7 @@ "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" }, { - "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry-urls" + "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry-urls" }, { "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry" @@ -49884,6 +49884,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] } } @@ -103118,6 +103132,86 @@ "total_blocking" ] }, + "issue-field-value": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + }, "issue": { "title": "Issue", "description": "Issues are a great way to keep track of tasks, enhancements, and bugs for your projects.", @@ -103344,6 +103438,12 @@ }, "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" + }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } } }, "required": [ @@ -112427,7 +112527,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -124719,6 +124819,12 @@ }, "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" + }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } } }, "required": [ @@ -126390,6 +126496,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "commit_id": { "description": "A commit SHA for the review.", "example": "54bb654c9e6025347f57900a4a5c2313a96b8035", @@ -128575,6 +128686,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "$ref": "#/components/schemas/simple-user" }, @@ -130266,6 +130382,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "type": "string" }, @@ -136424,6 +136546,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -137804,6 +137932,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -144069,6 +144203,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "user": { "title": "User", "type": "object", @@ -144464,6 +144603,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -144593,6 +144737,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -144618,6 +144763,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -144996,6 +145142,11 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -166980,6 +167131,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -168413,6 +168570,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -169664,6 +169827,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -170908,6 +171077,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -172145,6 +172320,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -173408,6 +173589,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -174635,6 +174822,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -175843,6 +176036,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -177642,6 +177841,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -178932,6 +179137,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -180136,6 +180347,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -182135,6 +182352,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -221138,6 +221361,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "format": "date-time", + "nullable": true + }, "user": { "title": "User", "type": "object", @@ -242438,6 +242666,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -245561,6 +245794,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -259961,6 +260199,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -260346,6 +260585,11 @@ "type": "string", "format": "uri-template" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "url": { "type": "string", "format": "uri" @@ -304126,10 +304370,10 @@ "$ref": "#/components/schemas/code-scanning-analysis-tool-guid" } }, - "dependabot-alert-comma-separated-artifact-registry-urls": { - "name": "artifact_registry_url", + "dependabot-alert-comma-separated-package-registry-urls": { + "name": "package_registry_url", "in": "query", - "description": "A comma-separated list of Artifact Registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", + "description": "A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", "schema": { "type": "string" } diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.yaml b/descriptions/api.github.com/api.github.com.2022-11-28.yaml index 469345fa16..4bb2ed57c3 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions/api.github.com/api.github.com.2022-11-28.yaml @@ -11219,7 +11219,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" - - "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry-urls" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry-urls" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" - "$ref": "#/components/parameters/dependabot-alert-scope" @@ -36498,6 +36498,13 @@ paths: state: open labels: - bug + issue_field_values: + - field_id: '123' + value: Critical + - field_id: '456' + value: 5 + - field_id: '789' + value: responses: '200': description: Response @@ -75062,6 +75069,66 @@ components: - blocking - total_blocked_by - total_blocking + issue-field-value: + title: Issue Field Value + description: A value assigned to an issue field + type: object + properties: + issue_field_id: + description: Unique identifier for the issue field. + type: integer + format: int64 + example: 1 + node_id: + type: string + example: IFT_GDKND + data_type: + description: The data type of the issue field + type: string + enum: + - text + - single_select + - number + - date + example: text + value: + description: The value of the issue field + anyOf: + - type: string + example: Sample text + - type: number + example: 42.5 + - type: integer + example: 1 + nullable: true + single_select_option: + description: Details about the selected option (only present for single_select + fields) + type: object + properties: + id: + description: Unique identifier for the option. + type: integer + format: int64 + example: 1 + name: + description: The name of the option + type: string + example: High + color: + description: The color of the option + type: string + example: red + required: + - id + - name + - color + nullable: true + required: + - issue_field_id + - node_id + - data_type + - value issue: title: Issue description: Issues are a great way to keep track of tasks, enhancements, and @@ -75234,6 +75301,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" required: - assignee - closed_at @@ -82547,7 +82618,8 @@ components: actor_id: type: integer nullable: true - description: The ID of the actor that can bypass a ruleset. If `actor_type` + description: The ID of the actor that can bypass a ruleset. Required for + `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories. @@ -92039,6 +92111,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" required: - assignee - closed_at @@ -93263,6 +93339,10 @@ components: submitted_at: type: string format: date-time + updated_at: + type: string + nullable: true + format: date-time commit_id: description: A commit SHA for the review. example: 54bb654c9e6025347f57900a4a5c2313a96b8035 @@ -94920,6 +95000,10 @@ components: type: string format: date-time nullable: true + updated_at: + type: string + nullable: true + format: date-time author: "$ref": "#/components/schemas/simple-user" assets: @@ -96086,6 +96170,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: type: string state_reason: @@ -100830,6 +100918,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -101871,6 +101963,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -106697,6 +106793,10 @@ components: type: string nullable: true format: date-time + updated_at: + type: string + nullable: true + format: date-time user: title: User type: object @@ -106991,6 +107091,10 @@ components: type: string nullable: true format: date-time + updated_at: + type: string + nullable: true + format: date-time discussion_url: type: string format: uri @@ -107093,6 +107197,7 @@ components: - published_at - assets - tarball_url + - updated_at - zipball_url - body webhooks_release_1: @@ -107117,6 +107222,7 @@ components: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -107399,6 +107505,10 @@ components: description: Specifies the commitish value that determines where the Git tag is created from. type: string + updated_at: + type: string + nullable: true + format: date-time upload_url: type: string format: uri-template @@ -123579,6 +123689,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -124641,6 +124755,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -125589,6 +125707,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -126520,6 +126642,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -127453,6 +127579,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -128409,6 +128539,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -129334,6 +129468,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -130241,6 +130379,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -131598,6 +131740,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -132574,6 +132720,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -133478,6 +133628,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -134987,6 +135141,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -164524,6 +164682,10 @@ components: submitted_at: type: string format: date-time + updated_at: + type: string + format: date-time + nullable: true user: title: User type: object @@ -180763,6 +180925,10 @@ components: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -183124,6 +183290,10 @@ components: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -194039,6 +194209,7 @@ components: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -194326,6 +194497,10 @@ components: upload_url: type: string format: uri-template + updated_at: + type: string + nullable: true + format: date-time url: type: string format: uri @@ -231028,10 +231203,10 @@ components: required: false schema: "$ref": "#/components/schemas/code-scanning-analysis-tool-guid" - dependabot-alert-comma-separated-artifact-registry-urls: - name: artifact_registry_url + dependabot-alert-comma-separated-package-registry-urls: + name: package_registry_url in: query - description: A comma-separated list of Artifact Registry URLs. If specified, + description: A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned. schema: diff --git a/descriptions/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index 2c761f4789..ea507fd59a 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -15317,7 +15317,7 @@ "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" }, { - "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry-urls" + "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry-urls" }, { "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry" @@ -49884,6 +49884,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] } } @@ -103118,6 +103132,86 @@ "total_blocking" ] }, + "issue-field-value": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + }, "issue": { "title": "Issue", "description": "Issues are a great way to keep track of tasks, enhancements, and bugs for your projects.", @@ -103344,6 +103438,12 @@ }, "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" + }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } } }, "required": [ @@ -112427,7 +112527,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -124719,6 +124819,12 @@ }, "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" + }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } } }, "required": [ @@ -126390,6 +126496,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "commit_id": { "description": "A commit SHA for the review.", "example": "54bb654c9e6025347f57900a4a5c2313a96b8035", @@ -128575,6 +128686,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "$ref": "#/components/schemas/simple-user" }, @@ -130266,6 +130382,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "type": "string" }, @@ -136424,6 +136546,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -137804,6 +137932,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -144069,6 +144203,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "user": { "title": "User", "type": "object", @@ -144464,6 +144603,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -144593,6 +144737,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -144618,6 +144763,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -144996,6 +145142,11 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -166980,6 +167131,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -168413,6 +168570,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -169664,6 +169827,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -170908,6 +171077,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -172145,6 +172320,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -173408,6 +173589,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -174635,6 +174822,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -175843,6 +176036,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -177642,6 +177841,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -178932,6 +179137,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -180136,6 +180347,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -182135,6 +182352,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -221138,6 +221361,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "format": "date-time", + "nullable": true + }, "user": { "title": "User", "type": "object", @@ -242438,6 +242666,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -245561,6 +245794,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -259961,6 +260199,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -260346,6 +260585,11 @@ "type": "string", "format": "uri-template" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "url": { "type": "string", "format": "uri" @@ -304126,10 +304370,10 @@ "$ref": "#/components/schemas/code-scanning-analysis-tool-guid" } }, - "dependabot-alert-comma-separated-artifact-registry-urls": { - "name": "artifact_registry_url", + "dependabot-alert-comma-separated-package-registry-urls": { + "name": "package_registry_url", "in": "query", - "description": "A comma-separated list of Artifact Registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", + "description": "A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", "schema": { "type": "string" } diff --git a/descriptions/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index 469345fa16..4bb2ed57c3 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -11219,7 +11219,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" - - "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry-urls" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry-urls" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" - "$ref": "#/components/parameters/dependabot-alert-scope" @@ -36498,6 +36498,13 @@ paths: state: open labels: - bug + issue_field_values: + - field_id: '123' + value: Critical + - field_id: '456' + value: 5 + - field_id: '789' + value: responses: '200': description: Response @@ -75062,6 +75069,66 @@ components: - blocking - total_blocked_by - total_blocking + issue-field-value: + title: Issue Field Value + description: A value assigned to an issue field + type: object + properties: + issue_field_id: + description: Unique identifier for the issue field. + type: integer + format: int64 + example: 1 + node_id: + type: string + example: IFT_GDKND + data_type: + description: The data type of the issue field + type: string + enum: + - text + - single_select + - number + - date + example: text + value: + description: The value of the issue field + anyOf: + - type: string + example: Sample text + - type: number + example: 42.5 + - type: integer + example: 1 + nullable: true + single_select_option: + description: Details about the selected option (only present for single_select + fields) + type: object + properties: + id: + description: Unique identifier for the option. + type: integer + format: int64 + example: 1 + name: + description: The name of the option + type: string + example: High + color: + description: The color of the option + type: string + example: red + required: + - id + - name + - color + nullable: true + required: + - issue_field_id + - node_id + - data_type + - value issue: title: Issue description: Issues are a great way to keep track of tasks, enhancements, and @@ -75234,6 +75301,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" required: - assignee - closed_at @@ -82547,7 +82618,8 @@ components: actor_id: type: integer nullable: true - description: The ID of the actor that can bypass a ruleset. If `actor_type` + description: The ID of the actor that can bypass a ruleset. Required for + `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories. @@ -92039,6 +92111,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" required: - assignee - closed_at @@ -93263,6 +93339,10 @@ components: submitted_at: type: string format: date-time + updated_at: + type: string + nullable: true + format: date-time commit_id: description: A commit SHA for the review. example: 54bb654c9e6025347f57900a4a5c2313a96b8035 @@ -94920,6 +95000,10 @@ components: type: string format: date-time nullable: true + updated_at: + type: string + nullable: true + format: date-time author: "$ref": "#/components/schemas/simple-user" assets: @@ -96086,6 +96170,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: type: string state_reason: @@ -100830,6 +100918,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -101871,6 +101963,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -106697,6 +106793,10 @@ components: type: string nullable: true format: date-time + updated_at: + type: string + nullable: true + format: date-time user: title: User type: object @@ -106991,6 +107091,10 @@ components: type: string nullable: true format: date-time + updated_at: + type: string + nullable: true + format: date-time discussion_url: type: string format: uri @@ -107093,6 +107197,7 @@ components: - published_at - assets - tarball_url + - updated_at - zipball_url - body webhooks_release_1: @@ -107117,6 +107222,7 @@ components: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -107399,6 +107505,10 @@ components: description: Specifies the commitish value that determines where the Git tag is created from. type: string + updated_at: + type: string + nullable: true + format: date-time upload_url: type: string format: uri-template @@ -123579,6 +123689,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -124641,6 +124755,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -125589,6 +125707,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -126520,6 +126642,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -127453,6 +127579,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -128409,6 +128539,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -129334,6 +129468,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -130241,6 +130379,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -131598,6 +131740,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -132574,6 +132720,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -133478,6 +133628,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -134987,6 +135141,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -164524,6 +164682,10 @@ components: submitted_at: type: string format: date-time + updated_at: + type: string + format: date-time + nullable: true user: title: User type: object @@ -180763,6 +180925,10 @@ components: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -183124,6 +183290,10 @@ components: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -194039,6 +194209,7 @@ components: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -194326,6 +194497,10 @@ components: upload_url: type: string format: uri-template + updated_at: + type: string + nullable: true + format: date-time url: type: string format: uri @@ -231028,10 +231203,10 @@ components: required: false schema: "$ref": "#/components/schemas/code-scanning-analysis-tool-guid" - dependabot-alert-comma-separated-artifact-registry-urls: - name: artifact_registry_url + dependabot-alert-comma-separated-package-registry-urls: + name: package_registry_url in: query - description: A comma-separated list of Artifact Registry URLs. If specified, + description: A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned. schema: diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index 872f2cd87b..fc30ca0fd1 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -26082,6 +26082,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -41246,6 +41329,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -47046,6 +47212,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -85330,9 +85579,9 @@ } }, { - "name": "artifact_registry_url", + "name": "package_registry_url", "in": "query", - "description": "A comma-separated list of Artifact Registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", + "description": "A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", "schema": { "type": "string" } @@ -91932,6 +92181,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -102909,6 +103241,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -132115,7 +132530,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -133463,7 +133878,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -134609,7 +135024,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -136539,7 +136954,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -137912,7 +138327,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -139054,7 +139469,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -282515,6 +282930,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -302363,6 +302861,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -304960,6 +305541,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -310991,6 +311655,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -314735,6 +315482,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -318355,6 +319185,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -318793,6 +319706,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] } } @@ -320930,6 +321857,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -323524,6 +324534,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -325921,6 +327014,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -329981,6 +331157,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -332465,6 +333724,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -335027,6 +336369,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -337609,6 +339034,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -351565,6 +353073,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -354051,6 +355642,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -356513,6 +358187,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -359074,6 +360831,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -369642,6 +371482,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -370045,6 +371968,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "commit_id": { "description": "A commit SHA for the review.", "example": "54bb654c9e6025347f57900a4a5c2313a96b8035", @@ -420035,6 +421963,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -420761,6 +422694,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -422333,6 +424271,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -422962,6 +424905,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -423616,6 +425564,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -424307,6 +426260,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -428130,7 +430088,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -429486,7 +431444,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -430481,7 +432439,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -432430,7 +434388,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -433801,7 +435759,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -434792,7 +436750,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -468196,6 +470154,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "type": "string" }, @@ -512319,6 +514360,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -542020,6 +544144,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -545025,6 +547232,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -548032,6 +550322,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -557405,6 +559778,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -560412,6 +562868,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -734522,6 +737061,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -736677,6 +739299,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -741109,6 +743814,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -743264,6 +746052,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -747696,6 +750567,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -750580,6 +753534,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -754283,6 +757320,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -757167,6 +760287,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -760014,6 +763217,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -762928,6 +766214,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -766034,6 +769403,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -768958,6 +772410,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -772055,6 +775590,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -775003,6 +778621,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -777977,6 +781678,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -780877,6 +784661,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -783855,6 +787722,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -785832,6 +789782,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -788734,6 +792767,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -791661,6 +795777,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -794455,6 +798654,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -796448,6 +800730,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -799357,6 +803722,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -802424,6 +806872,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -805333,6 +809864,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -808305,6 +812919,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -811184,6 +815881,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -814092,6 +818872,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -1002545,6 +1007408,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "format": "date-time", + "nullable": true + }, "user": { "title": "User", "type": "object", @@ -1007085,6 +1011953,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "user": { "title": "User", "type": "object", @@ -1030268,6 +1035141,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "user": { "title": "User", "type": "object", @@ -1035220,6 +1040098,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -1039921,6 +1044804,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -1064723,6 +1069611,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1064852,6 +1069745,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1066747,6 +1071641,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1066876,6 +1071775,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1068824,6 +1073724,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1068953,6 +1073858,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1070589,6 +1075495,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1070974,6 +1075881,11 @@ "type": "string", "format": "uri-template" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "url": { "type": "string", "format": "uri" @@ -1072616,6 +1077528,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1072994,6 +1077907,11 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -1074899,6 +1079817,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1075028,6 +1079951,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1076663,6 +1081587,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1077041,6 +1081966,11 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -1100813,7 +1105743,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -1103662,7 +1108592,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -1106511,7 +1111441,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -1164064,6 +1168994,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1166948,6 +1171961,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1170648,6 +1175744,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1173532,6 +1178711,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1177232,6 +1182494,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1180116,6 +1185461,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1183816,6 +1189244,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1186700,6 +1192211,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 644ef49537..e6e908024b 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -10607,6 +10607,68 @@ paths: - blocking - total_blocked_by - total_blocking + issue_field_values: + type: array + items: &628 + title: Issue Field Value + description: A value assigned to an issue field + type: object + properties: + issue_field_id: + description: Unique identifier for the issue field. + type: integer + format: int64 + example: 1 + node_id: + type: string + example: IFT_GDKND + data_type: + description: The data type of the issue field + type: string + enum: + - text + - single_select + - number + - date + example: text + value: + description: The value of the issue field + anyOf: + - type: string + example: Sample text + - type: number + example: 42.5 + - type: integer + example: 1 + nullable: true + single_select_option: + description: Details about the selected option + (only present for single_select fields) + type: object + properties: + id: + description: Unique identifier for the option. + type: integer + format: int64 + example: 1 + name: + description: The name of the option + type: string + example: High + color: + description: The color of the option + type: string + example: red + required: + - id + - name + - color + nullable: true + required: + - issue_field_id + - node_id + - data_type + - value required: &514 - assignee - closed_at @@ -11196,7 +11258,7 @@ paths: url: type: string format: uri - user: &639 + user: &640 title: Public User description: Public User type: object @@ -15695,7 +15757,7 @@ paths: - avatar_url - description examples: - default: &656 + default: &657 value: - login: github id: 1 @@ -16006,7 +16068,7 @@ paths: url: https://docs.github.com/rest/billing/enhanced-billing#get-billing-usage-report-for-an-organization parameters: - *96 - - &682 + - &683 name: year description: If specified, only return results for a single year. The value of `year` is an integer with four digits representing a year. For example, @@ -16015,7 +16077,7 @@ paths: required: false schema: type: integer - - &683 + - &684 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 @@ -16024,7 +16086,7 @@ paths: required: false schema: type: integer - - &684 + - &685 name: day description: If specified, only return results for a single day. The value of `day` is an integer between `1` and `31`. If no `year` or `month` is @@ -16033,7 +16095,7 @@ paths: required: false schema: type: integer - - &685 + - &686 name: hour description: If specified, only return results for a single hour. The value of `hour` is an integer between `0` and `23`. If no `year`, `month`, or @@ -19238,7 +19300,7 @@ paths: type: array items: *125 examples: - default: &642 + default: &643 value: total_count: 1 repositories: @@ -21537,12 +21599,12 @@ paths: required: - subject_digests examples: - default: &671 + default: &672 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &672 + withPredicateType: &673 value: subject_digests: - sha256:abc123 @@ -21600,7 +21662,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &673 + default: &674 value: attestations_subject_digests: - sha256:abc: @@ -26831,9 +26893,9 @@ paths: - *161 - *162 - *163 - - name: artifact_registry_url + - name: package_registry_url in: query - description: A comma-separated list of Artifact Registry URLs. If specified, + description: A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned. schema: @@ -31118,7 +31180,7 @@ paths: parameters: - *96 - *213 - - &655 + - &656 name: repo_name description: repo_name parameter in: path @@ -32146,7 +32208,7 @@ paths: - nuget - container - *96 - - &657 + - &658 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -32187,7 +32249,7 @@ paths: default: *221 '403': *29 '401': *25 - '400': &659 + '400': &660 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -36076,10 +36138,11 @@ paths: type: integer nullable: true description: The ID of the actor that can bypass a ruleset. - If `actor_type` is `OrganizationAdmin`, this should - be `1`. If `actor_type` is `DeployKey`, this should - be null. `OrganizationAdmin` is not applicable for personal - repositories. + Required for `Integration`, `RepositoryRole`, and `Team` + actor types. If `actor_type` is `OrganizationAdmin`, + this should be `1`. If `actor_type` is `DeployKey`, + this should be null. `OrganizationAdmin` is not applicable + for personal repositories. actor_type: type: string enum: @@ -38907,7 +38970,7 @@ paths: description: Response content: application/json: - schema: &676 + schema: &677 type: object properties: total_minutes_used: @@ -38977,7 +39040,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &677 + default: &678 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -39013,7 +39076,7 @@ paths: description: Response content: application/json: - schema: &678 + schema: &679 type: object properties: total_gigabytes_bandwidth_used: @@ -39031,7 +39094,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &679 + default: &680 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -39063,7 +39126,7 @@ paths: description: Response content: application/json: - schema: &680 + schema: &681 type: object properties: days_left_in_billing_cycle: @@ -39081,7 +39144,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &681 + default: &682 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -40292,7 +40355,7 @@ paths: - updated_at - url examples: - default: &629 + default: &630 value: - author: login: octocat @@ -40540,7 +40603,7 @@ paths: application/json: schema: *296 examples: - default: &630 + default: &631 value: author: login: octocat @@ -40723,7 +40786,7 @@ paths: - updated_at - url examples: - default: &631 + default: &632 value: - author: login: octocat @@ -40949,7 +41012,7 @@ paths: application/json: schema: *299 examples: - default: &632 + default: &633 value: author: login: octocat @@ -41565,7 +41628,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &633 + response-if-user-is-a-team-maintainer: &634 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -41630,7 +41693,7 @@ paths: application/json: schema: *306 examples: - response-if-users-membership-with-team-is-now-pending: &634 + response-if-users-membership-with-team-is-now-pending: &635 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -41771,7 +41834,7 @@ paths: - updated_at - permissions examples: - default: &635 + default: &636 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -41850,7 +41913,7 @@ paths: application/json: schema: *307 examples: - default: &636 + default: &637 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -42060,7 +42123,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &637 + schema: &638 title: Team Repository description: A team's access to a repository. type: object @@ -42717,7 +42780,7 @@ paths: type: array items: *158 examples: - response-if-child-teams-exist: &638 + response-if-child-teams-exist: &639 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -54741,7 +54804,7 @@ paths: check. type: array items: *393 - deployment: &694 + deployment: &695 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -55653,7 +55716,7 @@ paths: type: string format: date-time nullable: true - head_commit: &720 + head_commit: &721 title: Simple Commit description: A commit. type: object @@ -59879,14 +59942,14 @@ paths: type: integer machines: type: array - items: &645 + items: &646 type: object title: Codespace machine description: A description of the machine powering a codespace. properties: *435 required: *436 examples: - default: &646 + default: &647 value: total_count: 2 machines: @@ -70495,7 +70558,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &728 + last_response: &729 title: Hook Response type: object properties: @@ -71455,7 +71518,7 @@ paths: parameters: - *309 - *310 - - &668 + - &669 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -71889,7 +71952,7 @@ paths: type: array items: *510 examples: - default: &661 + default: &662 value: - id: 1 repository: @@ -73832,6 +73895,13 @@ paths: state: open labels: - bug + issue_field_values: + - field_id: '123' + value: Critical + - field_id: '456' + value: 5 + - field_id: '789' + value: responses: '200': description: Response @@ -76259,6 +76329,10 @@ paths: submitted_at: type: string format: date-time + updated_at: + type: string + nullable: true + format: date-time commit_id: description: A commit SHA for the review. example: 54bb654c9e6025347f57900a4a5c2313a96b8035 @@ -83992,6 +84066,10 @@ paths: type: string format: date-time nullable: true + updated_at: + type: string + nullable: true + format: date-time author: *4 assets: type: array @@ -86232,7 +86310,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &751 + items: &752 type: object properties: type: @@ -90413,6 +90491,9 @@ paths: nullable: true sub_issues_summary: *626 issue_dependencies_summary: *627 + issue_field_values: + type: array + items: *628 state: type: string state_reason: @@ -91714,7 +91795,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &628 + - &629 name: team_id description: The unique identifier of the team. in: path @@ -91755,7 +91836,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *628 + - *629 requestBody: required: true content: @@ -91855,7 +91936,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *628 + - *629 responses: '204': description: Response @@ -91886,7 +91967,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy parameters: - - *628 + - *629 - *48 - *17 - *19 @@ -91899,7 +91980,7 @@ paths: type: array items: *296 examples: - default: *629 + default: *630 headers: Link: *58 x-github: @@ -91928,7 +92009,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion-legacy parameters: - - *628 + - *629 requestBody: required: true content: @@ -91991,7 +92072,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion-legacy parameters: - - *628 + - *629 - *298 responses: '200': @@ -92025,7 +92106,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion-legacy parameters: - - *628 + - *629 - *298 requestBody: required: false @@ -92051,7 +92132,7 @@ paths: application/json: schema: *296 examples: - default: *630 + default: *631 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92076,7 +92157,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion-legacy parameters: - - *628 + - *629 - *298 responses: '204': @@ -92106,7 +92187,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *628 + - *629 - *298 - *48 - *17 @@ -92120,7 +92201,7 @@ paths: type: array items: *299 examples: - default: *631 + default: *632 headers: Link: *58 x-github: @@ -92149,7 +92230,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *628 + - *629 - *298 requestBody: required: true @@ -92201,7 +92282,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *628 + - *629 - *298 - *301 responses: @@ -92236,7 +92317,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *628 + - *629 - *298 - *301 requestBody: @@ -92262,7 +92343,7 @@ paths: application/json: schema: *299 examples: - default: *632 + default: *633 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92287,7 +92368,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *628 + - *629 - *298 - *301 responses: @@ -92318,7 +92399,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *628 + - *629 - *298 - *301 - name: content @@ -92377,7 +92458,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *628 + - *629 - *298 - *301 requestBody: @@ -92439,7 +92520,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *628 + - *629 - *298 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -92497,7 +92578,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *628 + - *629 - *298 requestBody: required: true @@ -92556,7 +92637,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *628 + - *629 - *17 - *19 responses: @@ -92594,7 +92675,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *628 + - *629 - name: role description: Filters members returned by their role in the team. in: query @@ -92645,7 +92726,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *628 + - *629 - *138 responses: '204': @@ -92682,7 +92763,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *628 + - *629 - *138 responses: '204': @@ -92722,7 +92803,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *628 + - *629 - *138 responses: '204': @@ -92759,7 +92840,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *628 + - *629 - *138 responses: '200': @@ -92768,7 +92849,7 @@ paths: application/json: schema: *306 examples: - response-if-user-is-a-team-maintainer: *633 + response-if-user-is-a-team-maintainer: *634 '404': *6 x-github: githubCloudOnly: false @@ -92801,7 +92882,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *628 + - *629 - *138 requestBody: required: false @@ -92829,7 +92910,7 @@ paths: application/json: schema: *306 examples: - response-if-users-membership-with-team-is-now-pending: *634 + response-if-users-membership-with-team-is-now-pending: *635 '403': description: Forbidden if team synchronization is set up '422': @@ -92863,7 +92944,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *628 + - *629 - *138 responses: '204': @@ -92892,7 +92973,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-projects-legacy parameters: - - *628 + - *629 - *17 - *19 responses: @@ -92904,7 +92985,7 @@ paths: type: array items: *307 examples: - default: *635 + default: *636 headers: Link: *58 '404': *6 @@ -92930,7 +93011,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *628 + - *629 - *308 responses: '200': @@ -92939,7 +93020,7 @@ paths: application/json: schema: *307 examples: - default: *636 + default: *637 '404': description: Not Found if project is not managed by this team x-github: @@ -92963,7 +93044,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *628 + - *629 - *308 requestBody: required: false @@ -93031,7 +93112,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *628 + - *629 - *308 responses: '204': @@ -93059,7 +93140,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *628 + - *629 - *17 - *19 responses: @@ -93101,7 +93182,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *628 + - *629 - *309 - *310 responses: @@ -93109,7 +93190,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *637 + schema: *638 examples: alternative-response-with-extra-repository-information: value: @@ -93260,7 +93341,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *628 + - *629 - *309 - *310 requestBody: @@ -93312,7 +93393,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *628 + - *629 - *309 - *310 responses: @@ -93339,7 +93420,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *628 + - *629 - *17 - *19 responses: @@ -93351,7 +93432,7 @@ paths: type: array items: *158 examples: - response-if-child-teams-exist: *638 + response-if-child-teams-exist: *639 headers: Link: *58 '404': *6 @@ -93384,7 +93465,7 @@ paths: application/json: schema: oneOf: - - &640 + - &641 title: Private User description: Private User type: object @@ -93587,7 +93668,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *639 + - *640 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -93740,7 +93821,7 @@ paths: description: Response content: application/json: - schema: *640 + schema: *641 examples: default: value: @@ -94138,7 +94219,7 @@ paths: type: integer secrets: type: array - items: &641 + items: &642 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -94254,7 +94335,7 @@ paths: description: Response content: application/json: - schema: *641 + schema: *642 examples: default: value: @@ -94400,7 +94481,7 @@ paths: type: array items: *125 examples: - default: *642 + default: *643 '401': *25 '403': *29 '404': *6 @@ -94667,7 +94748,7 @@ paths: description: Response content: application/json: - schema: &643 + schema: &644 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -94708,7 +94789,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &644 + default: &645 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -94753,9 +94834,9 @@ paths: description: Response content: application/json: - schema: *643 + schema: *644 examples: - default: *644 + default: *645 '404': *6 x-github: githubCloudOnly: false @@ -94792,9 +94873,9 @@ paths: type: integer machines: type: array - items: *645 + items: *646 examples: - default: *646 + default: *647 '304': *37 '500': *97 '401': *25 @@ -95733,7 +95814,7 @@ paths: type: array items: *220 examples: - default: &658 + default: &659 value: - id: 197 name: hello_docker @@ -95834,7 +95915,7 @@ paths: application/json: schema: type: array - items: &647 + items: &648 title: Email description: Email type: object @@ -95899,9 +95980,9 @@ paths: application/json: schema: type: array - items: *647 + items: *648 examples: - default: &660 + default: &661 value: - email: octocat@github.com verified: true @@ -95976,7 +96057,7 @@ paths: application/json: schema: type: array - items: *647 + items: *648 examples: default: value: @@ -96232,7 +96313,7 @@ paths: application/json: schema: type: array - items: &648 + items: &649 title: GPG Key description: A unique encryption key type: object @@ -96363,7 +96444,7 @@ paths: - subkeys - revoked examples: - default: &674 + default: &675 value: - id: 3 name: Octocat's GPG Key @@ -96448,9 +96529,9 @@ paths: description: Response content: application/json: - schema: *648 + schema: *649 examples: - default: &649 + default: &650 value: id: 3 name: Octocat's GPG Key @@ -96507,7 +96588,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &650 + - &651 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -96519,9 +96600,9 @@ paths: description: Response content: application/json: - schema: *648 + schema: *649 examples: - default: *649 + default: *650 '404': *6 '304': *37 '403': *29 @@ -96544,7 +96625,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *650 + - *651 responses: '204': description: Response @@ -96999,7 +97080,7 @@ paths: application/json: schema: type: array - items: &651 + items: &652 title: Key description: Key type: object @@ -97100,9 +97181,9 @@ paths: description: Response content: application/json: - schema: *651 + schema: *652 examples: - default: &652 + default: &653 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -97141,9 +97222,9 @@ paths: description: Response content: application/json: - schema: *651 + schema: *652 examples: - default: *652 + default: *653 '404': *6 '304': *37 '403': *29 @@ -97199,7 +97280,7 @@ paths: application/json: schema: type: array - items: &653 + items: &654 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -97267,7 +97348,7 @@ paths: - account - plan examples: - default: &654 + default: &655 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -97329,9 +97410,9 @@ paths: application/json: schema: type: array - items: *653 + items: *654 examples: - default: *654 + default: *655 headers: Link: *58 '304': *37 @@ -98326,7 +98407,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *213 - - *655 + - *656 responses: '204': description: Response @@ -98399,7 +98480,7 @@ paths: type: array items: *209 examples: - default: *656 + default: *657 headers: Link: *58 '304': *37 @@ -98441,7 +98522,7 @@ paths: - docker - nuget - container - - *657 + - *658 - *19 - *17 responses: @@ -98453,8 +98534,8 @@ paths: type: array items: *220 examples: - default: *658 - '400': *659 + default: *659 + '400': *660 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98483,7 +98564,7 @@ paths: application/json: schema: *220 examples: - default: &675 + default: &676 value: id: 40201 name: octo-name @@ -98936,9 +99017,9 @@ paths: application/json: schema: type: array - items: *647 + items: *648 examples: - default: *660 + default: *661 headers: Link: *58 '304': *37 @@ -99051,7 +99132,7 @@ paths: type: array items: *60 examples: - default: &667 + default: &668 summary: Default response value: - id: 1296269 @@ -99397,7 +99478,7 @@ paths: type: array items: *510 examples: - default: *661 + default: *662 headers: Link: *58 '304': *37 @@ -99476,7 +99557,7 @@ paths: application/json: schema: type: array - items: &662 + items: &663 title: Social account description: Social media account type: object @@ -99491,7 +99572,7 @@ paths: - provider - url examples: - default: &663 + default: &664 value: - provider: twitter url: https://twitter.com/github @@ -99553,9 +99634,9 @@ paths: application/json: schema: type: array - items: *662 + items: *663 examples: - default: *663 + default: *664 '422': *15 '304': *37 '404': *6 @@ -99642,7 +99723,7 @@ paths: application/json: schema: type: array - items: &664 + items: &665 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -99662,7 +99743,7 @@ paths: - title - created_at examples: - default: &686 + default: &687 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -99728,9 +99809,9 @@ paths: description: Response content: application/json: - schema: *664 + schema: *665 examples: - default: &665 + default: &666 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -99761,7 +99842,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: - - &666 + - &667 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -99773,9 +99854,9 @@ paths: description: Response content: application/json: - schema: *664 + schema: *665 examples: - default: *665 + default: *666 '404': *6 '304': *37 '403': *29 @@ -99798,7 +99879,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: - - *666 + - *667 responses: '204': description: Response @@ -99827,7 +99908,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &687 + - &688 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 @@ -99852,11 +99933,11 @@ paths: type: array items: *60 examples: - default-response: *667 + default-response: *668 application/vnd.github.v3.star+json: schema: type: array - items: &688 + items: &689 title: Starred Repository description: Starred Repository type: object @@ -100225,10 +100306,10 @@ paths: application/json: schema: oneOf: + - *641 - *640 - - *639 examples: - default-response: &669 + default-response: &670 summary: Default response value: login: octocat @@ -100263,7 +100344,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &670 + response-with-git-hub-plan-information: &671 summary: Response with GitHub plan information value: login: octocat @@ -100323,7 +100404,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *668 + - *669 - *17 responses: '200': @@ -100372,11 +100453,11 @@ paths: application/json: schema: oneOf: + - *641 - *640 - - *639 examples: - default-response: *669 - response-with-git-hub-plan-information: *670 + default-response: *670 + response-with-git-hub-plan-information: *671 '404': *6 x-github: githubCloudOnly: false @@ -100425,8 +100506,8 @@ paths: required: - subject_digests examples: - default: *671 - withPredicateType: *672 + default: *672 + withPredicateType: *673 responses: '200': description: Response @@ -100479,7 +100560,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *673 + default: *674 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100722,7 +100803,7 @@ paths: type: array items: *220 examples: - default: *658 + default: *659 '403': *29 '401': *25 x-github: @@ -101126,9 +101207,9 @@ paths: application/json: schema: type: array - items: *648 + items: *649 examples: - default: *674 + default: *675 headers: Link: *58 x-github: @@ -101317,7 +101398,7 @@ paths: type: array items: *209 examples: - default: *656 + default: *657 headers: Link: *58 x-github: @@ -101356,7 +101437,7 @@ paths: - docker - nuget - container - - *657 + - *658 - *138 - *19 - *17 @@ -101369,10 +101450,10 @@ paths: type: array items: *220 examples: - default: *658 + default: *659 '403': *29 '401': *25 - '400': *659 + '400': *660 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101402,7 +101483,7 @@ paths: application/json: schema: *220 examples: - default: *675 + default: *676 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -102001,9 +102082,9 @@ paths: description: Response content: application/json: - schema: *676 + schema: *677 examples: - default: *677 + default: *678 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -102031,9 +102112,9 @@ paths: description: Response content: application/json: - schema: *678 + schema: *679 examples: - default: *679 + default: *680 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -102061,9 +102142,9 @@ paths: description: Response content: application/json: - schema: *680 + schema: *681 examples: - default: *681 + default: *682 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -102084,10 +102165,10 @@ paths: url: https://docs.github.com/rest/billing/enhanced-billing#get-billing-usage-report-for-a-user parameters: - *138 - - *682 - *683 - *684 - *685 + - *686 responses: '200': description: Response when getting a billing usage report @@ -102186,9 +102267,9 @@ paths: application/json: schema: type: array - items: *662 + items: *663 examples: - default: *663 + default: *664 headers: Link: *58 x-github: @@ -102218,9 +102299,9 @@ paths: application/json: schema: type: array - items: *664 + items: *665 examples: - default: *686 + default: *687 headers: Link: *58 x-github: @@ -102245,7 +102326,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *138 - - *687 + - *688 - *48 - *17 - *19 @@ -102257,11 +102338,11 @@ paths: schema: anyOf: - type: array - items: *688 + items: *689 - type: array items: *60 examples: - default-response: *667 + default-response: *668 headers: Link: *58 x-github: @@ -102420,7 +102501,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &689 + enterprise: &690 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -102478,7 +102559,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &690 + installation: &691 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -102497,7 +102578,7 @@ x-webhooks: required: - id - node_id - organization: &691 + organization: &692 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -102557,13 +102638,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &692 + repository: &693 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &722 + properties: &723 id: description: Unique identifier of the repository example: 42 @@ -103246,7 +103327,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &723 + required: &724 - archive_url - assignees_url - blobs_url @@ -103397,10 +103478,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -103476,11 +103557,11 @@ x-webhooks: type: string enum: - created - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 - rule: &693 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 + rule: &694 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) @@ -103703,11 +103784,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 - rule: *693 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 + rule: *694 sender: *4 required: - action @@ -103890,11 +103971,11 @@ x-webhooks: - everyone required: - from - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 - rule: *693 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 + rule: *694 sender: *4 required: - action @@ -103978,7 +104059,7 @@ x-webhooks: type: string enum: - completed - check_run: &695 + check_run: &696 title: CheckRun description: A check performed on the code of a given code change type: object @@ -104069,7 +104150,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *694 + deployment: *695 details_url: example: https://example.com type: string @@ -104154,9 +104235,9 @@ x-webhooks: - output - app - pull_requests - installation: *690 - organization: *691 - repository: *692 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - check_run @@ -104549,10 +104630,10 @@ x-webhooks: type: string enum: - created - check_run: *695 - installation: *690 - organization: *691 - repository: *692 + check_run: *696 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - check_run @@ -104948,10 +105029,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *695 - installation: *690 - organization: *691 - repository: *692 + check_run: *696 + installation: *691 + organization: *692 + repository: *693 requested_action: description: The action requested by the user. type: object @@ -105356,10 +105437,10 @@ x-webhooks: type: string enum: - rerequested - check_run: *695 - installation: *690 - organization: *691 - repository: *692 + check_run: *696 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - check_run @@ -106336,10 +106417,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -107009,10 +107090,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -107676,10 +107757,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -107987,20 +108068,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &696 + commit_oid: &697 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: *689 - installation: *690 - organization: *691 - ref: &697 + enterprise: *690 + installation: *691 + organization: *692 + ref: &698 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: *692 + repository: *693 sender: *4 required: - action @@ -108392,12 +108473,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *696 - enterprise: *689 - installation: *690 - organization: *691 - ref: *697 - repository: *692 + commit_oid: *697 + enterprise: *690 + installation: *691 + organization: *692 + ref: *698 + repository: *693 sender: *4 required: - action @@ -108660,12 +108741,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *696 - enterprise: *689 - installation: *690 - organization: *691 - ref: *697 - repository: *692 + commit_oid: *697 + enterprise: *690 + installation: *691 + organization: *692 + ref: *698 + repository: *693 sender: *4 required: - action @@ -108994,12 +109075,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *696 - enterprise: *689 - installation: *690 - organization: *691 - ref: *697 - repository: *692 + commit_oid: *697 + enterprise: *690 + installation: *691 + organization: *692 + ref: *698 + repository: *693 sender: *4 required: - action @@ -109264,16 +109345,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 ref: 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 nullable: true - repository: *692 + repository: *693 sender: *4 required: - action @@ -109507,12 +109588,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *696 - enterprise: *689 - installation: *690 - organization: *691 - ref: *697 - repository: *692 + commit_oid: *697 + enterprise: *690 + installation: *691 + organization: *692 + ref: *698 + repository: *693 sender: *4 required: - action @@ -109769,10 +109850,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -109852,18 +109933,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *689 - installation: *690 + enterprise: *690 + installation: *691 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *691 - pusher_type: &698 + organization: *692 + pusher_type: &699 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &699 + ref: &700 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -109873,7 +109954,7 @@ x-webhooks: enum: - tag - branch - repository: *692 + repository: *693 sender: *4 required: - ref @@ -109956,9 +110037,9 @@ x-webhooks: enum: - created definition: *237 - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 sender: *4 required: - action @@ -110043,9 +110124,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 sender: *4 required: - action @@ -110123,9 +110204,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *237 - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 sender: *4 required: - action @@ -110203,9 +110284,9 @@ x-webhooks: enum: - updated definition: *237 - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 sender: *4 required: - action @@ -110282,10 +110363,10 @@ x-webhooks: type: string enum: - updated - enterprise: *689 - installation: *690 - repository: *692 - organization: *691 + enterprise: *690 + installation: *691 + repository: *693 + organization: *692 sender: *4 new_property_values: type: array @@ -110370,18 +110451,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *689 - installation: *690 - organization: *691 - pusher_type: *698 - ref: *699 + enterprise: *690 + installation: *691 + organization: *692 + pusher_type: *699 + ref: *700 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *692 + repository: *693 sender: *4 required: - ref @@ -110466,10 +110547,10 @@ x-webhooks: enum: - auto_dismissed alert: *466 - installation: *690 - organization: *691 - enterprise: *689 - repository: *692 + installation: *691 + organization: *692 + enterprise: *690 + repository: *693 sender: *4 required: - action @@ -110554,10 +110635,10 @@ x-webhooks: enum: - auto_reopened alert: *466 - installation: *690 - organization: *691 - enterprise: *689 - repository: *692 + installation: *691 + organization: *692 + enterprise: *690 + repository: *693 sender: *4 required: - action @@ -110642,10 +110723,10 @@ x-webhooks: enum: - created alert: *466 - installation: *690 - organization: *691 - enterprise: *689 - repository: *692 + installation: *691 + organization: *692 + enterprise: *690 + repository: *693 sender: *4 required: - action @@ -110728,10 +110809,10 @@ x-webhooks: enum: - dismissed alert: *466 - installation: *690 - organization: *691 - enterprise: *689 - repository: *692 + installation: *691 + organization: *692 + enterprise: *690 + repository: *693 sender: *4 required: - action @@ -110814,10 +110895,10 @@ x-webhooks: enum: - fixed alert: *466 - installation: *690 - organization: *691 - enterprise: *689 - repository: *692 + installation: *691 + organization: *692 + enterprise: *690 + repository: *693 sender: *4 required: - action @@ -110901,10 +110982,10 @@ x-webhooks: enum: - reintroduced alert: *466 - installation: *690 - organization: *691 - enterprise: *689 - repository: *692 + installation: *691 + organization: *692 + enterprise: *690 + repository: *693 sender: *4 required: - action @@ -110987,10 +111068,10 @@ x-webhooks: enum: - reopened alert: *466 - installation: *690 - organization: *691 - enterprise: *689 - repository: *692 + installation: *691 + organization: *692 + enterprise: *690 + repository: *693 sender: *4 required: - action @@ -111067,9 +111148,9 @@ x-webhooks: type: string enum: - created - enterprise: *689 - installation: *690 - key: &700 + enterprise: *690 + installation: *691 + key: &701 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -111105,8 +111186,8 @@ x-webhooks: - verified - created_at - read_only - organization: *691 - repository: *692 + organization: *692 + repository: *693 sender: *4 required: - action @@ -111183,11 +111264,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *689 - installation: *690 - key: *700 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + key: *701 + organization: *692 + repository: *693 sender: *4 required: - action @@ -111748,12 +111829,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 - workflow: &704 + workflow: &705 title: Workflow type: object nullable: true @@ -112483,9 +112564,9 @@ x-webhooks: pull_requests: type: array items: *557 - repository: *692 - organization: *691 - installation: *690 + repository: *693 + organization: *692 + installation: *691 sender: *4 responses: '200': @@ -112556,7 +112637,7 @@ x-webhooks: type: string enum: - approved - approver: &701 + approver: &702 type: object properties: avatar_url: @@ -112599,11 +112680,11 @@ x-webhooks: type: string comment: type: string - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 - reviewers: &702 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 + reviewers: &703 type: array items: type: object @@ -112682,7 +112763,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &703 + workflow_job_run: &704 type: object properties: conclusion: @@ -113413,18 +113494,18 @@ x-webhooks: type: string enum: - rejected - approver: *701 + approver: *702 comment: type: string - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 - reviewers: *702 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 + reviewers: *703 sender: *4 since: type: string - workflow_job_run: *703 + workflow_job_run: *704 workflow_job_runs: type: array items: @@ -114128,13 +114209,13 @@ x-webhooks: type: string enum: - requested - enterprise: *689 + enterprise: *690 environment: type: string - installation: *690 - organization: *691 - repository: *692 - requestor: &709 + installation: *691 + organization: *692 + repository: *693 + requestor: &710 title: User type: object nullable: true @@ -116033,12 +116114,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 - workflow: *704 + workflow: *705 workflow_run: title: Deployment Workflow Run type: object @@ -116718,7 +116799,7 @@ x-webhooks: type: string enum: - answered - answer: &707 + answer: &708 type: object properties: author_association: @@ -116875,7 +116956,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &705 + discussion: &706 title: Discussion description: A Discussion in a repository. type: object @@ -117183,10 +117264,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -117313,11 +117394,11 @@ x-webhooks: - from required: - category - discussion: *705 - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + discussion: *706 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -117400,11 +117481,11 @@ x-webhooks: type: string enum: - closed - discussion: *705 - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + discussion: *706 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -117486,7 +117567,7 @@ x-webhooks: type: string enum: - created - comment: &706 + comment: &707 type: object properties: author_association: @@ -117643,11 +117724,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *705 - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + discussion: *706 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -117730,12 +117811,12 @@ x-webhooks: type: string enum: - deleted - comment: *706 - discussion: *705 - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + comment: *707 + discussion: *706 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -117830,12 +117911,12 @@ x-webhooks: - from required: - body - comment: *706 - discussion: *705 - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + comment: *707 + discussion: *706 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -117919,11 +118000,11 @@ x-webhooks: type: string enum: - created - discussion: *705 - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + discussion: *706 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -118005,11 +118086,11 @@ x-webhooks: type: string enum: - deleted - discussion: *705 - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + discussion: *706 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -118109,11 +118190,11 @@ x-webhooks: type: string required: - from - discussion: *705 - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + discussion: *706 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -118195,10 +118276,10 @@ x-webhooks: type: string enum: - labeled - discussion: *705 - enterprise: *689 - installation: *690 - label: &708 + discussion: *706 + enterprise: *690 + installation: *691 + label: &709 title: Label type: object properties: @@ -118230,8 +118311,8 @@ x-webhooks: - color - default - description - organization: *691 - repository: *692 + organization: *692 + repository: *693 sender: *4 required: - action @@ -118314,11 +118395,11 @@ x-webhooks: type: string enum: - locked - discussion: *705 - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + discussion: *706 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -118400,11 +118481,11 @@ x-webhooks: type: string enum: - pinned - discussion: *705 - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + discussion: *706 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -118486,11 +118567,11 @@ x-webhooks: type: string enum: - reopened - discussion: *705 - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + discussion: *706 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -118575,16 +118656,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *705 - new_repository: *692 + new_discussion: *706 + new_repository: *693 required: - new_discussion - new_repository - discussion: *705 - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + discussion: *706 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -118667,10 +118748,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *705 - old_answer: *707 - organization: *691 - repository: *692 + discussion: *706 + old_answer: *708 + organization: *692 + repository: *693 sender: *4 required: - action @@ -118752,12 +118833,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *705 - enterprise: *689 - installation: *690 - label: *708 - organization: *691 - repository: *692 + discussion: *706 + enterprise: *690 + installation: *691 + label: *709 + organization: *692 + repository: *693 sender: *4 required: - action @@ -118840,11 +118921,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *705 - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + discussion: *706 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -118926,11 +119007,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *705 - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + discussion: *706 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -119003,7 +119084,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *689 + enterprise: *690 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -119663,9 +119744,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *690 - organization: *691 - repository: *692 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - forkee @@ -119811,9 +119892,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 pages: description: The pages that were updated. type: array @@ -119850,7 +119931,7 @@ x-webhooks: - action - sha - html_url - repository: *692 + repository: *693 sender: *4 required: - pages @@ -119926,10 +120007,10 @@ x-webhooks: type: string enum: - created - enterprise: *689 + enterprise: *690 installation: *22 - organization: *691 - repositories: &710 + organization: *692 + repositories: &711 description: An array of repository objects that the installation can access. type: array @@ -119955,8 +120036,8 @@ x-webhooks: - name - full_name - private - repository: *692 - requester: *709 + repository: *693 + requester: *710 sender: *4 required: - action @@ -120031,11 +120112,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *689 + enterprise: *690 installation: *22 - organization: *691 - repositories: *710 - repository: *692 + organization: *692 + repositories: *711 + repository: *693 requester: nullable: true sender: *4 @@ -120111,11 +120192,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *689 + enterprise: *690 installation: *22 - organization: *691 - repositories: *710 - repository: *692 + organization: *692 + repositories: *711 + repository: *693 requester: nullable: true sender: *4 @@ -120191,10 +120272,10 @@ x-webhooks: type: string enum: - added - enterprise: *689 + enterprise: *690 installation: *22 - organization: *691 - repositories_added: &711 + organization: *692 + repositories_added: &712 description: An array of repository objects, which were added to the installation. type: array @@ -120240,15 +120321,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *692 - repository_selection: &712 + repository: *693 + repository_selection: &713 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *709 + requester: *710 sender: *4 required: - action @@ -120327,10 +120408,10 @@ x-webhooks: type: string enum: - removed - enterprise: *689 + enterprise: *690 installation: *22 - organization: *691 - repositories_added: *711 + organization: *692 + repositories_added: *712 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -120357,9 +120438,9 @@ x-webhooks: - name - full_name - private - repository: *692 - repository_selection: *712 - requester: *709 + repository: *693 + repository_selection: *713 + requester: *710 sender: *4 required: - action @@ -120438,11 +120519,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *689 + enterprise: *690 installation: *22 - organization: *691 - repositories: *710 - repository: *692 + organization: *692 + repositories: *711 + repository: *693 requester: nullable: true sender: *4 @@ -120620,10 +120701,10 @@ x-webhooks: type: string required: - from - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 target_type: type: string @@ -120702,11 +120783,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *689 + enterprise: *690 installation: *22 - organization: *691 - repositories: *710 - repository: *692 + organization: *692 + repositories: *711 + repository: *693 requester: nullable: true sender: *4 @@ -120958,8 +121039,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *689 - installation: *690 + enterprise: *690 + installation: *691 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -122103,8 +122184,8 @@ x-webhooks: - state - locked - assignee - organization: *691 - repository: *692 + organization: *692 + repository: *693 sender: *4 required: - action @@ -122184,7 +122265,7 @@ x-webhooks: type: string enum: - deleted - comment: &713 + comment: &714 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -122349,8 +122430,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *689 - installation: *690 + enterprise: *690 + installation: *691 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -123492,8 +123573,8 @@ x-webhooks: - state - locked - assignee - organization: *691 - repository: *692 + organization: *692 + repository: *693 sender: *4 required: - action @@ -123573,7 +123654,7 @@ x-webhooks: type: string enum: - edited - changes: &743 + changes: &744 description: The changes to the comment. type: object properties: @@ -123585,9 +123666,9 @@ x-webhooks: type: string required: - from - comment: *713 - enterprise: *689 - installation: *690 + comment: *714 + enterprise: *690 + installation: *691 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -124730,8 +124811,8 @@ x-webhooks: - state - locked - assignee - organization: *691 - repository: *692 + organization: *692 + repository: *693 sender: *4 required: - action @@ -124821,9 +124902,9 @@ x-webhooks: type: number blocking_issue: *77 blocking_issue_repo: *60 - installation: *690 - organization: *691 - repository: *692 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -124917,9 +124998,9 @@ x-webhooks: type: number blocking_issue: *77 blocking_issue_repo: *60 - installation: *690 - organization: *691 - repository: *692 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -125012,9 +125093,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *77 - installation: *690 - organization: *691 - repository: *692 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -125108,9 +125189,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *77 - installation: *690 - organization: *691 - repository: *692 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -125195,10 +125276,10 @@ x-webhooks: type: string enum: - assigned - assignee: *709 - enterprise: *689 - installation: *690 - issue: &716 + assignee: *710 + enterprise: *690 + installation: *691 + issue: &717 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -125989,6 +126070,9 @@ x-webhooks: format: uri sub_issues_summary: *626 issue_dependencies_summary: *627 + issue_field_values: + type: array + items: *628 state: description: State of the issue; either 'open' or 'closed' type: string @@ -126105,8 +126189,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *691 - repository: *692 + organization: *692 + repository: *693 sender: *4 required: - action @@ -126186,8 +126270,8 @@ x-webhooks: type: string enum: - closed - enterprise: *689 - installation: *690 + enterprise: *690 + installation: *691 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -126983,6 +127067,9 @@ x-webhooks: format: uri sub_issues_summary: *626 issue_dependencies_summary: *627 + issue_field_values: + type: array + items: *628 state: description: State of the issue; either 'open' or 'closed' type: string @@ -127234,8 +127321,8 @@ x-webhooks: required: - state - closed_at - organization: *691 - repository: *692 + organization: *692 + repository: *693 sender: *4 required: - action @@ -127314,8 +127401,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *689 - installation: *690 + enterprise: *690 + installation: *691 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -128102,6 +128189,9 @@ x-webhooks: format: uri sub_issues_summary: *626 issue_dependencies_summary: *627 + issue_field_values: + type: array + items: *628 state: description: State of the issue; either 'open' or 'closed' type: string @@ -128217,8 +128307,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *691 - repository: *692 + organization: *692 + repository: *693 sender: *4 required: - action @@ -128297,8 +128387,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *689 - installation: *690 + enterprise: *690 + installation: *691 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -129107,6 +129197,9 @@ x-webhooks: format: uri sub_issues_summary: *626 issue_dependencies_summary: *627 + issue_field_values: + type: array + items: *628 state: description: State of the issue; either 'open' or 'closed' type: string @@ -129201,7 +129294,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &714 + milestone: &715 title: Milestone description: A collection of related issues and pull requests. type: object @@ -129339,8 +129432,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *691 - repository: *692 + organization: *692 + repository: *693 sender: *4 required: - action @@ -129439,8 +129532,8 @@ x-webhooks: type: string required: - from - enterprise: *689 - installation: *690 + enterprise: *690 + installation: *691 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -130231,6 +130324,9 @@ x-webhooks: format: uri sub_issues_summary: *626 issue_dependencies_summary: *627 + issue_field_values: + type: array + items: *628 state: description: State of the issue; either 'open' or 'closed' type: string @@ -130347,9 +130443,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *708 - organization: *691 - repository: *692 + label: *709 + organization: *692 + repository: *693 sender: *4 required: - action @@ -130429,8 +130525,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *689 - installation: *690 + enterprise: *690 + installation: *691 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -131220,6 +131316,9 @@ x-webhooks: format: uri sub_issues_summary: *626 issue_dependencies_summary: *627 + issue_field_values: + type: array + items: *628 state: description: State of the issue; either 'open' or 'closed' type: string @@ -131336,9 +131435,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *708 - organization: *691 - repository: *692 + label: *709 + organization: *692 + repository: *693 sender: *4 required: - action @@ -131418,8 +131517,8 @@ x-webhooks: type: string enum: - locked - enterprise: *689 - installation: *690 + enterprise: *690 + installation: *691 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -132233,6 +132332,9 @@ x-webhooks: format: uri sub_issues_summary: *626 issue_dependencies_summary: *627 + issue_field_values: + type: array + items: *628 state: description: State of the issue; either 'open' or 'closed' type: string @@ -132326,8 +132428,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *691 - repository: *692 + organization: *692 + repository: *693 sender: *4 required: - action @@ -132406,8 +132508,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *689 - installation: *690 + enterprise: *690 + installation: *691 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -133215,6 +133317,9 @@ x-webhooks: format: uri sub_issues_summary: *626 issue_dependencies_summary: *627 + issue_field_values: + type: array + items: *628 state: description: State of the issue; either 'open' or 'closed' type: string @@ -133308,9 +133413,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *714 - organization: *691 - repository: *692 + milestone: *715 + organization: *692 + repository: *693 sender: *4 required: - action @@ -134180,6 +134285,9 @@ x-webhooks: format: uri sub_issues_summary: *626 issue_dependencies_summary: *627 + issue_field_values: + type: array + items: *628 state: description: State of the issue; either 'open' or 'closed' type: string @@ -134741,8 +134849,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *689 - installation: *690 + enterprise: *690 + installation: *691 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -135533,6 +135641,9 @@ x-webhooks: format: uri sub_issues_summary: *626 issue_dependencies_summary: *627 + issue_field_values: + type: array + items: *628 state: description: State of the issue; either 'open' or 'closed' type: string @@ -135648,8 +135759,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *691 - repository: *692 + organization: *692 + repository: *693 sender: *4 required: - action @@ -135729,9 +135840,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *689 - installation: *690 - issue: &715 + enterprise: *690 + installation: *691 + issue: &716 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -136516,6 +136627,9 @@ x-webhooks: format: uri sub_issues_summary: *626 issue_dependencies_summary: *627 + issue_field_values: + type: array + items: *628 state: description: State of the issue; either 'open' or 'closed' type: string @@ -136631,8 +136745,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *691 - repository: *692 + organization: *692 + repository: *693 sender: *4 required: - action @@ -136711,8 +136825,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *689 - installation: *690 + enterprise: *690 + installation: *691 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -137524,6 +137638,9 @@ x-webhooks: format: uri sub_issues_summary: *626 issue_dependencies_summary: *627 + issue_field_values: + type: array + items: *628 state: description: State of the issue; either 'open' or 'closed' type: string @@ -137618,8 +137735,8 @@ x-webhooks: user_view_type: type: string type: *199 - organization: *691 - repository: *692 + organization: *692 + repository: *693 sender: *4 required: - action @@ -138487,6 +138604,9 @@ x-webhooks: format: uri sub_issues_summary: *626 issue_dependencies_summary: *627 + issue_field_values: + type: array + items: *628 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139070,11 +139190,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *689 - installation: *690 - issue: *715 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + issue: *716 + organization: *692 + repository: *693 sender: *4 required: - action @@ -139154,12 +139274,12 @@ x-webhooks: type: string enum: - typed - enterprise: *689 - installation: *690 - issue: *716 + enterprise: *690 + installation: *691 + issue: *717 type: *199 - organization: *691 - repository: *692 + organization: *692 + repository: *693 sender: *4 required: - action @@ -139240,7 +139360,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &746 + assignee: &747 title: User type: object nullable: true @@ -139310,11 +139430,11 @@ x-webhooks: required: - login - id - enterprise: *689 - installation: *690 - issue: *716 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + issue: *717 + organization: *692 + repository: *693 sender: *4 required: - action @@ -139393,12 +139513,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *689 - installation: *690 - issue: *716 - label: *708 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + issue: *717 + label: *709 + organization: *692 + repository: *693 sender: *4 required: - action @@ -139478,8 +139598,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *689 - installation: *690 + enterprise: *690 + installation: *691 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -140291,6 +140411,9 @@ x-webhooks: format: uri sub_issues_summary: *626 issue_dependencies_summary: *627 + issue_field_values: + type: array + items: *628 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140384,8 +140507,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *691 - repository: *692 + organization: *692 + repository: *693 sender: *4 required: - action @@ -140465,11 +140588,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *689 - installation: *690 - issue: *715 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + issue: *716 + organization: *692 + repository: *693 sender: *4 required: - action @@ -140548,12 +140671,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *689 - installation: *690 - issue: *716 + enterprise: *690 + installation: *691 + issue: *717 type: *199 - organization: *691 - repository: *692 + organization: *692 + repository: *693 sender: *4 required: - action @@ -140633,11 +140756,11 @@ x-webhooks: type: string enum: - created - enterprise: *689 - installation: *690 - label: *708 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + label: *709 + organization: *692 + repository: *693 sender: *4 required: - action @@ -140715,11 +140838,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *689 - installation: *690 - label: *708 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + label: *709 + organization: *692 + repository: *693 sender: *4 required: - action @@ -140829,11 +140952,11 @@ x-webhooks: type: string required: - from - enterprise: *689 - installation: *690 - label: *708 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + label: *709 + organization: *692 + repository: *693 sender: *4 required: - action @@ -140915,9 +141038,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *689 - installation: *690 - marketplace_purchase: &717 + enterprise: *690 + installation: *691 + marketplace_purchase: &718 title: Marketplace Purchase type: object required: @@ -141000,8 +141123,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *691 - previous_marketplace_purchase: &718 + organization: *692 + previous_marketplace_purchase: &719 title: Marketplace Purchase type: object properties: @@ -141081,7 +141204,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *692 + repository: *693 sender: *4 required: - action @@ -141161,10 +141284,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *689 - installation: *690 - marketplace_purchase: *717 - organization: *691 + enterprise: *690 + installation: *691 + marketplace_purchase: *718 + organization: *692 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -141247,7 +141370,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *692 + repository: *693 sender: *4 required: - action @@ -141329,10 +141452,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *689 - installation: *690 - marketplace_purchase: *717 - organization: *691 + enterprise: *690 + installation: *691 + marketplace_purchase: *718 + organization: *692 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -141414,7 +141537,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *692 + repository: *693 sender: *4 required: - action @@ -141495,8 +141618,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *689 - installation: *690 + enterprise: *690 + installation: *691 marketplace_purchase: title: Marketplace Purchase type: object @@ -141578,9 +141701,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *691 - previous_marketplace_purchase: *718 - repository: *692 + organization: *692 + previous_marketplace_purchase: *719 + repository: *693 sender: *4 required: - action @@ -141660,12 +141783,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *689 - installation: *690 - marketplace_purchase: *717 - organization: *691 - previous_marketplace_purchase: *718 - repository: *692 + enterprise: *690 + installation: *691 + marketplace_purchase: *718 + organization: *692 + previous_marketplace_purchase: *719 + repository: *693 sender: *4 required: - action @@ -141767,11 +141890,11 @@ x-webhooks: type: string required: - to - enterprise: *689 - installation: *690 - member: *709 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + member: *710 + organization: *692 + repository: *693 sender: *4 required: - action @@ -141871,11 +141994,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *689 - installation: *690 - member: *709 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + member: *710 + organization: *692 + repository: *693 sender: *4 required: - action @@ -141954,11 +142077,11 @@ x-webhooks: type: string enum: - removed - enterprise: *689 - installation: *690 - member: *709 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + member: *710 + organization: *692 + repository: *693 sender: *4 required: - action @@ -142036,11 +142159,11 @@ x-webhooks: type: string enum: - added - enterprise: *689 - installation: *690 - member: *709 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + member: *710 + organization: *692 + repository: *693 scope: description: The scope of the membership. Currently, can only be `team`. @@ -142116,7 +142239,7 @@ x-webhooks: required: - login - id - team: &719 + team: &720 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -142306,11 +142429,11 @@ x-webhooks: type: string enum: - removed - enterprise: *689 - installation: *690 - member: *709 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + member: *710 + organization: *692 + repository: *693 scope: description: The scope of the membership. Currently, can only be `team`. @@ -142387,7 +142510,7 @@ x-webhooks: required: - login - id - team: *719 + team: *720 required: - action - scope @@ -142469,8 +142592,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *690 - merge_group: &721 + installation: *691 + merge_group: &722 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -142489,15 +142612,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *720 + head_commit: *721 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *691 - repository: *692 + organization: *692 + repository: *693 sender: *4 required: - action @@ -142583,10 +142706,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *690 - merge_group: *721 - organization: *691 - repository: *692 + installation: *691 + merge_group: *722 + organization: *692 + repository: *693 sender: *4 required: - action @@ -142659,7 +142782,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *689 + enterprise: *690 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -142768,16 +142891,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *690 - organization: *691 + installation: *691 + organization: *692 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *722 - required: *723 + properties: *723 + required: *724 nullable: true sender: *4 required: @@ -142858,11 +142981,11 @@ x-webhooks: type: string enum: - closed - enterprise: *689 - installation: *690 - milestone: *714 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + milestone: *715 + organization: *692 + repository: *693 sender: *4 required: - action @@ -142941,9 +143064,9 @@ x-webhooks: type: string enum: - created - enterprise: *689 - installation: *690 - milestone: &724 + enterprise: *690 + installation: *691 + milestone: &725 title: Milestone description: A collection of related issues and pull requests. type: object @@ -143080,8 +143203,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *691 - repository: *692 + organization: *692 + repository: *693 sender: *4 required: - action @@ -143160,11 +143283,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *689 - installation: *690 - milestone: *714 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + milestone: *715 + organization: *692 + repository: *693 sender: *4 required: - action @@ -143274,11 +143397,11 @@ x-webhooks: type: string required: - from - enterprise: *689 - installation: *690 - milestone: *714 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + milestone: *715 + organization: *692 + repository: *693 sender: *4 required: - action @@ -143358,11 +143481,11 @@ x-webhooks: type: string enum: - opened - enterprise: *689 - installation: *690 - milestone: *724 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + milestone: *725 + organization: *692 + repository: *693 sender: *4 required: - action @@ -143441,11 +143564,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *709 - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + blocked_user: *710 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -143524,11 +143647,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *709 - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + blocked_user: *710 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -143607,9 +143730,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *689 - installation: *690 - membership: &725 + enterprise: *690 + installation: *691 + membership: &726 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -143716,8 +143839,8 @@ x-webhooks: - role - organization_url - user - organization: *691 - repository: *692 + organization: *692 + repository: *693 sender: *4 required: - action @@ -143795,11 +143918,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *689 - installation: *690 - membership: *725 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + membership: *726 + organization: *692 + repository: *693 sender: *4 required: - action @@ -143878,8 +144001,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *689 - installation: *690 + enterprise: *690 + installation: *691 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -143995,10 +144118,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *691 - repository: *692 + organization: *692 + repository: *693 sender: *4 - user: *709 + user: *710 required: - action - invitation @@ -144076,11 +144199,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *689 - installation: *690 - membership: *725 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + membership: *726 + organization: *692 + repository: *693 sender: *4 required: - action @@ -144167,11 +144290,11 @@ x-webhooks: properties: from: type: string - enterprise: *689 - installation: *690 - membership: *725 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + membership: *726 + organization: *692 + repository: *693 sender: *4 required: - action @@ -144247,9 +144370,9 @@ x-webhooks: type: string enum: - published - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 package: description: Information about the package. type: object @@ -144748,7 +144871,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &726 + items: &727 title: Ruby Gems metadata type: object properties: @@ -144843,7 +144966,7 @@ x-webhooks: - owner - package_version - registry - repository: *692 + repository: *693 sender: *4 required: - action @@ -144919,9 +145042,9 @@ x-webhooks: type: string enum: - updated - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 package: description: Information about the package. type: object @@ -145274,7 +145397,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *726 + items: *727 source_url: type: string format: uri @@ -145344,7 +145467,7 @@ x-webhooks: - owner - package_version - registry - repository: *692 + repository: *693 sender: *4 required: - action @@ -145521,12 +145644,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *689 + enterprise: *690 id: type: integer - installation: *690 - organization: *691 - repository: *692 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - id @@ -145603,7 +145726,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &727 + personal_access_token_request: &728 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -145749,10 +145872,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *689 - organization: *691 + enterprise: *690 + organization: *692 sender: *4 - installation: *690 + installation: *691 required: - action - personal_access_token_request @@ -145829,11 +145952,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *727 - enterprise: *689 - organization: *691 + personal_access_token_request: *728 + enterprise: *690 + organization: *692 sender: *4 - installation: *690 + installation: *691 required: - action - personal_access_token_request @@ -145909,11 +146032,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *727 - enterprise: *689 - organization: *691 + personal_access_token_request: *728 + enterprise: *690 + organization: *692 sender: *4 - installation: *690 + installation: *691 required: - action - personal_access_token_request @@ -145988,11 +146111,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *727 - organization: *691 - enterprise: *689 + personal_access_token_request: *728 + organization: *692 + enterprise: *690 sender: *4 - installation: *690 + installation: *691 required: - action - personal_access_token_request @@ -146097,7 +146220,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *728 + last_response: *729 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -146129,8 +146252,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *691 - repository: *692 + organization: *692 + repository: *693 sender: *4 zen: description: Random string of GitHub zen. @@ -146375,10 +146498,10 @@ x-webhooks: - from required: - note - enterprise: *689 - installation: *690 - organization: *691 - project_card: &729 + enterprise: *690 + installation: *691 + organization: *692 + project_card: &730 title: Project Card type: object properties: @@ -146497,7 +146620,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *692 + repository: *693 sender: *4 required: - action @@ -146578,11 +146701,11 @@ x-webhooks: type: string enum: - created - enterprise: *689 - installation: *690 - organization: *691 - project_card: *729 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + project_card: *730 + repository: *693 sender: *4 required: - action @@ -146662,9 +146785,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 project_card: title: Project Card type: object @@ -146792,8 +146915,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *722 - required: *723 + properties: *723 + required: *724 nullable: true sender: *4 required: @@ -146887,11 +147010,11 @@ x-webhooks: - from required: - note - enterprise: *689 - installation: *690 - organization: *691 - project_card: *729 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + project_card: *730 + repository: *693 sender: *4 required: - action @@ -146985,9 +147108,9 @@ x-webhooks: - from required: - column_id - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 project_card: allOf: - title: Project Card @@ -147177,7 +147300,7 @@ x-webhooks: type: string required: - after_id - repository: *692 + repository: *693 sender: *4 required: - action @@ -147257,10 +147380,10 @@ x-webhooks: type: string enum: - closed - enterprise: *689 - installation: *690 - organization: *691 - project: &731 + enterprise: *690 + installation: *691 + organization: *692 + project: &732 title: Project type: object properties: @@ -147384,7 +147507,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *692 + repository: *693 sender: *4 required: - action @@ -147464,10 +147587,10 @@ x-webhooks: type: string enum: - created - enterprise: *689 - installation: *690 - organization: *691 - project_column: &730 + enterprise: *690 + installation: *691 + organization: *692 + project_column: &731 title: Project Column type: object properties: @@ -147506,7 +147629,7 @@ x-webhooks: - name - created_at - updated_at - repository: *692 + repository: *693 sender: *4 required: - action @@ -147585,18 +147708,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *689 - installation: *690 - organization: *691 - project_column: *730 + enterprise: *690 + installation: *691 + organization: *692 + project_column: *731 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *722 - required: *723 + properties: *723 + required: *724 nullable: true sender: *4 required: @@ -147686,11 +147809,11 @@ x-webhooks: type: string required: - from - enterprise: *689 - installation: *690 - organization: *691 - project_column: *730 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + project_column: *731 + repository: *693 sender: *4 required: - action @@ -147770,11 +147893,11 @@ x-webhooks: type: string enum: - moved - enterprise: *689 - installation: *690 - organization: *691 - project_column: *730 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + project_column: *731 + repository: *693 sender: *4 required: - action @@ -147854,11 +147977,11 @@ x-webhooks: type: string enum: - created - enterprise: *689 - installation: *690 - organization: *691 - project: *731 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + project: *732 + repository: *693 sender: *4 required: - action @@ -147938,18 +148061,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *689 - installation: *690 - organization: *691 - project: *731 + enterprise: *690 + installation: *691 + organization: *692 + project: *732 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *722 - required: *723 + properties: *723 + required: *724 nullable: true sender: *4 required: @@ -148051,11 +148174,11 @@ x-webhooks: type: string required: - from - enterprise: *689 - installation: *690 - organization: *691 - project: *731 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + project: *732 + repository: *693 sender: *4 required: - action @@ -148134,11 +148257,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *689 - installation: *690 - organization: *691 - project: *731 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + project: *732 + repository: *693 sender: *4 required: - action @@ -148219,9 +148342,9 @@ x-webhooks: type: string enum: - closed - installation: *690 - organization: *691 - projects_v2: &732 + installation: *691 + organization: *692 + projects_v2: &733 title: Projects v2 Project description: A projects v2 project type: object @@ -148278,7 +148401,7 @@ x-webhooks: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &737 + properties: &738 id: type: number node_id: @@ -148316,7 +148439,7 @@ x-webhooks: example: The project is off to a great start! type: string nullable: true - required: &738 + required: &739 - id - node_id - created_at @@ -148420,9 +148543,9 @@ x-webhooks: type: string enum: - created - installation: *690 - organization: *691 - projects_v2: *732 + installation: *691 + organization: *692 + projects_v2: *733 sender: *4 required: - action @@ -148503,9 +148626,9 @@ x-webhooks: type: string enum: - deleted - installation: *690 - organization: *691 - projects_v2: *732 + installation: *691 + organization: *692 + projects_v2: *733 sender: *4 required: - action @@ -148622,9 +148745,9 @@ x-webhooks: type: string to: type: string - installation: *690 - organization: *691 - projects_v2: *732 + installation: *691 + organization: *692 + projects_v2: *733 sender: *4 required: - action @@ -148707,7 +148830,7 @@ x-webhooks: type: string enum: - archived - changes: &736 + changes: &737 type: object properties: archived_at: @@ -148721,9 +148844,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *690 - organization: *691 - projects_v2_item: &733 + installation: *691 + organization: *692 + projects_v2_item: &734 title: Projects v2 Item description: An item belonging to a project type: object @@ -148857,9 +148980,9 @@ x-webhooks: nullable: true to: type: string - installation: *690 - organization: *691 - projects_v2_item: *733 + installation: *691 + organization: *692 + projects_v2_item: *734 sender: *4 required: - action @@ -148941,9 +149064,9 @@ x-webhooks: type: string enum: - created - installation: *690 - organization: *691 - projects_v2_item: *733 + installation: *691 + organization: *692 + projects_v2_item: *734 sender: *4 required: - action @@ -149024,9 +149147,9 @@ x-webhooks: type: string enum: - deleted - installation: *690 - organization: *691 - projects_v2_item: *733 + installation: *691 + organization: *692 + projects_v2_item: *734 sender: *4 required: - action @@ -149132,7 +149255,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &734 + - &735 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -149150,7 +149273,7 @@ x-webhooks: required: - id - name - - &735 + - &736 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -149177,8 +149300,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *734 - *735 + - *736 required: - field_value - type: object @@ -149194,9 +149317,9 @@ x-webhooks: nullable: true required: - body - installation: *690 - organization: *691 - projects_v2_item: *733 + installation: *691 + organization: *692 + projects_v2_item: *734 sender: *4 required: - action @@ -149291,9 +149414,9 @@ x-webhooks: to: type: string nullable: true - installation: *690 - organization: *691 - projects_v2_item: *733 + installation: *691 + organization: *692 + projects_v2_item: *734 sender: *4 required: - action @@ -149376,10 +149499,10 @@ x-webhooks: type: string enum: - restored - changes: *736 - installation: *690 - organization: *691 - projects_v2_item: *733 + changes: *737 + installation: *691 + organization: *692 + projects_v2_item: *734 sender: *4 required: - action @@ -149461,9 +149584,9 @@ x-webhooks: type: string enum: - reopened - installation: *690 - organization: *691 - projects_v2: *732 + installation: *691 + organization: *692 + projects_v2: *733 sender: *4 required: - action @@ -149544,14 +149667,14 @@ x-webhooks: type: string enum: - created - installation: *690 - organization: *691 - projects_v2_status_update: &739 + installation: *691 + organization: *692 + projects_v2_status_update: &740 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *737 - required: *738 + properties: *738 + required: *739 sender: *4 required: - action @@ -149632,9 +149755,9 @@ x-webhooks: type: string enum: - deleted - installation: *690 - organization: *691 - projects_v2_status_update: *739 + installation: *691 + organization: *692 + projects_v2_status_update: *740 sender: *4 required: - action @@ -149770,9 +149893,9 @@ x-webhooks: type: string format: date nullable: true - installation: *690 - organization: *691 - projects_v2_status_update: *739 + installation: *691 + organization: *692 + projects_v2_status_update: *740 sender: *4 required: - action @@ -149843,10 +149966,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - repository @@ -149923,13 +150046,13 @@ x-webhooks: type: string enum: - assigned - assignee: *709 - enterprise: *689 - installation: *690 - number: &740 + assignee: *710 + enterprise: *690 + installation: *691 + number: &741 description: The pull request number. type: integer - organization: *691 + organization: *692 pull_request: title: Pull Request type: object @@ -152212,7 +152335,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *692 + repository: *693 sender: *4 required: - action @@ -152294,11 +152417,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *689 - installation: *690 + enterprise: *690 + installation: *691 number: type: integer - organization: *691 + organization: *692 pull_request: title: Pull Request type: object @@ -154576,7 +154699,7 @@ x-webhooks: - draft reason: type: string - repository: *692 + repository: *693 sender: *4 required: - action @@ -154658,11 +154781,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *689 - installation: *690 + enterprise: *690 + installation: *691 number: type: integer - organization: *691 + organization: *692 pull_request: title: Pull Request type: object @@ -156940,7 +157063,7 @@ x-webhooks: - draft reason: type: string - repository: *692 + repository: *693 sender: *4 required: - action @@ -157022,11 +157145,11 @@ x-webhooks: type: string enum: - closed - enterprise: *689 - installation: *690 - number: *740 - organization: *691 - pull_request: &741 + enterprise: *690 + installation: *691 + number: *741 + organization: *692 + pull_request: &742 allOf: - *557 - type: object @@ -157090,7 +157213,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *692 + repository: *693 sender: *4 required: - action @@ -157171,12 +157294,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *689 - installation: *690 - number: *740 - organization: *691 - pull_request: *741 - repository: *692 + enterprise: *690 + installation: *691 + number: *741 + organization: *692 + pull_request: *742 + repository: *693 sender: *4 required: - action @@ -157256,11 +157379,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *689 + enterprise: *690 milestone: *540 - number: *740 - organization: *691 - pull_request: &742 + number: *741 + organization: *692 + pull_request: &743 title: Pull Request type: object properties: @@ -159523,7 +159646,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *692 + repository: *693 sender: *4 required: - action @@ -159602,11 +159725,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *689 - installation: *690 + enterprise: *690 + installation: *691 number: type: integer - organization: *691 + organization: *692 pull_request: title: Pull Request type: object @@ -161888,7 +162011,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *692 + repository: *693 sender: *4 required: - action @@ -162012,12 +162135,12 @@ x-webhooks: type: string required: - from - enterprise: *689 - installation: *690 - number: *740 - organization: *691 - pull_request: *741 - repository: *692 + enterprise: *690 + installation: *691 + number: *741 + organization: *692 + pull_request: *742 + repository: *693 sender: *4 required: - action @@ -162097,11 +162220,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *689 - installation: *690 + enterprise: *690 + installation: *691 number: type: integer - organization: *691 + organization: *692 pull_request: title: Pull Request type: object @@ -164368,7 +164491,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *692 + repository: *693 sender: *4 required: - action @@ -164448,11 +164571,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *689 - installation: *690 - label: *708 - number: *740 - organization: *691 + enterprise: *690 + installation: *691 + label: *709 + number: *741 + organization: *692 pull_request: title: Pull Request type: object @@ -166734,7 +166857,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *692 + repository: *693 sender: *4 required: - action @@ -166815,10 +166938,10 @@ x-webhooks: type: string enum: - locked - enterprise: *689 - installation: *690 - number: *740 - organization: *691 + enterprise: *690 + installation: *691 + number: *741 + organization: *692 pull_request: title: Pull Request type: object @@ -169098,7 +169221,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *692 + repository: *693 sender: *4 required: - action @@ -169178,12 +169301,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *689 + enterprise: *690 milestone: *540 - number: *740 - organization: *691 - pull_request: *742 - repository: *692 + number: *741 + organization: *692 + pull_request: *743 + repository: *693 sender: *4 required: - action @@ -169262,12 +169385,12 @@ x-webhooks: type: string enum: - opened - enterprise: *689 - installation: *690 - number: *740 - organization: *691 - pull_request: *741 - repository: *692 + enterprise: *690 + installation: *691 + number: *741 + organization: *692 + pull_request: *742 + repository: *693 sender: *4 required: - action @@ -169348,12 +169471,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *689 - installation: *690 - number: *740 - organization: *691 - pull_request: *741 - repository: *692 + enterprise: *690 + installation: *691 + number: *741 + organization: *692 + pull_request: *742 + repository: *693 sender: *4 required: - action @@ -169433,12 +169556,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *689 - installation: *690 - number: *740 - organization: *691 - pull_request: *741 - repository: *692 + enterprise: *690 + installation: *691 + number: *741 + organization: *692 + pull_request: *742 + repository: *693 sender: *4 required: - action @@ -169804,9 +169927,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 pull_request: type: object properties: @@ -171976,7 +172099,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *692 + repository: *693 sender: *4 required: - action @@ -172056,7 +172179,7 @@ x-webhooks: type: string enum: - deleted - comment: &744 + comment: &745 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -172341,9 +172464,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 pull_request: type: object properties: @@ -174501,7 +174624,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *692 + repository: *693 sender: *4 required: - action @@ -174581,11 +174704,11 @@ x-webhooks: type: string enum: - edited - changes: *743 - comment: *744 - enterprise: *689 - installation: *690 - organization: *691 + changes: *744 + comment: *745 + enterprise: *690 + installation: *691 + organization: *692 pull_request: type: object properties: @@ -176746,7 +176869,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *692 + repository: *693 sender: *4 required: - action @@ -176827,9 +176950,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 pull_request: title: Simple Pull Request type: object @@ -179002,7 +179125,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *692 + repository: *693 review: description: The review that was affected. type: object @@ -179071,6 +179194,10 @@ x-webhooks: submitted_at: type: string format: date-time + updated_at: + type: string + format: date-time + nullable: true user: title: User type: object @@ -179245,9 +179372,9 @@ x-webhooks: type: string required: - from - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 pull_request: title: Simple Pull Request type: object @@ -181301,8 +181428,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *692 - review: &745 + repository: *693 + review: &746 description: The review that was affected. type: object properties: @@ -181367,6 +181494,10 @@ x-webhooks: type: string nullable: true format: date-time + updated_at: + type: string + nullable: true + format: date-time user: title: User type: object @@ -181531,12 +181662,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *689 - installation: *690 + enterprise: *690 + installation: *691 number: description: The pull request number. type: integer - organization: *691 + organization: *692 pull_request: title: Pull Request type: object @@ -183819,7 +183950,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *692 + repository: *693 requested_reviewer: title: User type: object @@ -183903,12 +184034,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *689 - installation: *690 + enterprise: *690 + installation: *691 number: description: The pull request number. type: integer - organization: *691 + organization: *692 pull_request: title: Pull Request type: object @@ -186198,7 +186329,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *692 + repository: *693 requested_team: title: Team description: Groups of organization members that gives permissions @@ -186390,12 +186521,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *689 - installation: *690 + enterprise: *690 + installation: *691 number: description: The pull request number. type: integer - organization: *691 + organization: *692 pull_request: title: Pull Request type: object @@ -188680,7 +188811,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *692 + repository: *693 requested_reviewer: title: User type: object @@ -188765,12 +188896,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *689 - installation: *690 + enterprise: *690 + installation: *691 number: description: The pull request number. type: integer - organization: *691 + organization: *692 pull_request: title: Pull Request type: object @@ -191046,7 +191177,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *692 + repository: *693 requested_team: title: Team description: Groups of organization members that gives permissions @@ -191227,9 +191358,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 pull_request: title: Simple Pull Request type: object @@ -193404,8 +193535,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *692 - review: *745 + repository: *693 + review: *746 sender: *4 required: - action @@ -193485,9 +193616,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 pull_request: title: Simple Pull Request type: object @@ -195557,7 +195688,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *692 + repository: *693 sender: *4 thread: type: object @@ -195862,6 +195993,10 @@ x-webhooks: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -195940,9 +196075,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 pull_request: title: Simple Pull Request type: object @@ -197998,7 +198133,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *692 + repository: *693 sender: *4 thread: type: object @@ -198301,6 +198436,10 @@ x-webhooks: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -198384,10 +198523,10 @@ x-webhooks: type: string before: type: string - enterprise: *689 - installation: *690 - number: *740 - organization: *691 + enterprise: *690 + installation: *691 + number: *741 + organization: *692 pull_request: title: Pull Request type: object @@ -200658,7 +200797,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *692 + repository: *693 sender: *4 required: - action @@ -200740,11 +200879,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *746 - enterprise: *689 - installation: *690 - number: *740 - organization: *691 + assignee: *747 + enterprise: *690 + installation: *691 + number: *741 + organization: *692 pull_request: title: Pull Request type: object @@ -203027,7 +203166,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *692 + repository: *693 sender: *4 required: - action @@ -203106,11 +203245,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *689 - installation: *690 - label: *708 - number: *740 - organization: *691 + enterprise: *690 + installation: *691 + label: *709 + number: *741 + organization: *692 pull_request: title: Pull Request type: object @@ -205383,7 +205522,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *692 + repository: *693 sender: *4 required: - action @@ -205464,10 +205603,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *689 - installation: *690 - number: *740 - organization: *691 + enterprise: *690 + installation: *691 + number: *741 + organization: *692 pull_request: title: Pull Request type: object @@ -207732,7 +207871,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *692 + repository: *693 sender: *4 required: - action @@ -207932,7 +208071,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *689 + enterprise: *690 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -208024,8 +208163,8 @@ x-webhooks: - url - author - committer - installation: *690 - organization: *691 + installation: *691 + organization: *692 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -208600,9 +208739,9 @@ x-webhooks: type: string enum: - published - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 registry_package: type: object properties: @@ -209048,7 +209187,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *726 + items: *727 summary: type: string tag_name: @@ -209102,7 +209241,7 @@ x-webhooks: - owner - package_version - registry - repository: *692 + repository: *693 sender: *4 required: - action @@ -209180,9 +209319,9 @@ x-webhooks: type: string enum: - updated - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 registry_package: type: object properties: @@ -209490,7 +209629,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *726 + items: *727 summary: type: string tag_name: @@ -209539,7 +209678,7 @@ x-webhooks: - owner - package_version - registry - repository: *692 + repository: *693 sender: *4 required: - action @@ -209616,10 +209755,10 @@ x-webhooks: type: string enum: - created - enterprise: *689 - installation: *690 - organization: *691 - release: &747 + enterprise: *690 + installation: *691 + organization: *692 + release: &748 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -209828,6 +209967,10 @@ x-webhooks: type: string nullable: true format: date-time + updated_at: + type: string + nullable: true + format: date-time discussion_url: type: string format: uri @@ -209930,9 +210073,10 @@ x-webhooks: - published_at - assets - tarball_url + - updated_at - zipball_url - body - repository: *692 + repository: *693 sender: *4 required: - action @@ -210009,11 +210153,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *689 - installation: *690 - organization: *691 - release: *747 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + release: *748 + repository: *693 sender: *4 required: - action @@ -210130,11 +210274,11 @@ x-webhooks: type: boolean required: - to - enterprise: *689 - installation: *690 - organization: *691 - release: *747 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + release: *748 + repository: *693 sender: *4 required: - action @@ -210212,9 +210356,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -210237,6 +210381,7 @@ x-webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -210524,6 +210669,10 @@ x-webhooks: upload_url: type: string format: uri-template + updated_at: + type: string + nullable: true + format: date-time url: type: string format: uri @@ -210531,7 +210680,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *692 + repository: *693 sender: *4 required: - action @@ -210607,10 +210756,10 @@ x-webhooks: type: string enum: - published - enterprise: *689 - installation: *690 - organization: *691 - release: &748 + enterprise: *690 + installation: *691 + organization: *692 + release: &749 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -210632,6 +210781,7 @@ x-webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -210914,6 +211064,10 @@ x-webhooks: description: Specifies the commitish value that determines where the Git tag is created from. type: string + updated_at: + type: string + nullable: true + format: date-time upload_url: type: string format: uri-template @@ -210924,7 +211078,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *692 + repository: *693 sender: *4 required: - action @@ -211000,11 +211154,11 @@ x-webhooks: type: string enum: - released - enterprise: *689 - installation: *690 - organization: *691 - release: *747 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + release: *748 + repository: *693 sender: *4 required: - action @@ -211080,11 +211234,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *689 - installation: *690 - organization: *691 - release: *748 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + release: *749 + repository: *693 sender: *4 required: - action @@ -211160,10 +211314,10 @@ x-webhooks: type: string enum: - published - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 repository_advisory: *612 sender: *4 required: @@ -211240,10 +211394,10 @@ x-webhooks: type: string enum: - reported - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 repository_advisory: *612 sender: *4 required: @@ -211320,10 +211474,10 @@ x-webhooks: type: string enum: - archived - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -211400,10 +211554,10 @@ x-webhooks: type: string enum: - created - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -211481,10 +211635,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -211568,10 +211722,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -211683,10 +211837,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -211758,10 +211912,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 status: type: string @@ -211842,10 +211996,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -211922,10 +212076,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -212019,10 +212173,10 @@ x-webhooks: - name required: - repository - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -212102,10 +212256,10 @@ x-webhooks: type: string enum: - created - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 repository_ruleset: *270 sender: *4 required: @@ -212184,10 +212338,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 repository_ruleset: *270 sender: *4 required: @@ -212266,10 +212420,10 @@ x-webhooks: type: string enum: - edited - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 repository_ruleset: *270 changes: type: object @@ -212574,10 +212728,10 @@ x-webhooks: - from required: - owner - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -212655,10 +212809,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -212736,7 +212890,7 @@ x-webhooks: type: string enum: - create - alert: &749 + alert: &750 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -212857,10 +213011,10 @@ x-webhooks: type: string enum: - open - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -213066,10 +213220,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -213147,11 +213301,11 @@ x-webhooks: type: string enum: - reopen - alert: *749 - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + alert: *750 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -213350,10 +213504,10 @@ x-webhooks: enum: - fixed - open - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -213431,7 +213585,7 @@ x-webhooks: type: string enum: - created - alert: &750 + alert: &751 type: object properties: number: *54 @@ -213542,10 +213696,10 @@ x-webhooks: description: Whether the detected secret was found in multiple repositories in the same organization or business. nullable: true - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -213626,11 +213780,11 @@ x-webhooks: type: string enum: - created - alert: *750 - installation: *690 - location: *751 - organization: *691 - repository: *692 + alert: *751 + installation: *691 + location: *752 + organization: *692 + repository: *693 sender: *4 required: - location @@ -213868,11 +214022,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *750 - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + alert: *751 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -213950,11 +214104,11 @@ x-webhooks: type: string enum: - reopened - alert: *750 - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + alert: *751 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -214032,11 +214186,11 @@ x-webhooks: type: string enum: - resolved - alert: *750 - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + alert: *751 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -214114,11 +214268,11 @@ x-webhooks: type: string enum: - validated - alert: *750 - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + alert: *751 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -214244,10 +214398,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *692 - enterprise: *689 - installation: *690 - organization: *691 + repository: *693 + enterprise: *690 + installation: *691 + organization: *692 sender: *4 required: - action @@ -214325,11 +214479,11 @@ x-webhooks: type: string enum: - published - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 - security_advisory: &752 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 + security_advisory: &753 description: The details of the security advisory, including summary, description, and severity. type: object @@ -214512,11 +214666,11 @@ x-webhooks: type: string enum: - updated - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 - security_advisory: *752 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 + security_advisory: *753 sender: *4 required: - action @@ -214589,10 +214743,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -214777,9 +214931,9 @@ x-webhooks: type: object properties: security_and_analysis: *244 - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 repository: *320 sender: *4 required: @@ -214858,12 +215012,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 - sponsorship: &753 + sponsorship: &754 type: object properties: created_at: @@ -215164,12 +215318,12 @@ x-webhooks: type: string enum: - created - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 - sponsorship: *753 + sponsorship: *754 required: - action - sponsorship @@ -215257,12 +215411,12 @@ x-webhooks: type: string required: - from - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 - sponsorship: *753 + sponsorship: *754 required: - action - changes @@ -215339,17 +215493,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &754 + effective_date: &755 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: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 - sponsorship: *753 + sponsorship: *754 required: - action - sponsorship @@ -215423,7 +215577,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &755 + changes: &756 type: object properties: tier: @@ -215467,13 +215621,13 @@ x-webhooks: - from required: - tier - effective_date: *754 - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + effective_date: *755 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 - sponsorship: *753 + sponsorship: *754 required: - action - changes @@ -215550,13 +215704,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *755 - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + changes: *756 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 - sponsorship: *753 + sponsorship: *754 required: - action - changes @@ -215630,10 +215784,10 @@ x-webhooks: type: string enum: - created - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -215716,10 +215870,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -216139,15 +216293,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *689 + enterprise: *690 id: description: The unique identifier of the status. type: integer - installation: *690 + installation: *691 name: type: string - organization: *691 - repository: *692 + organization: *692 + repository: *693 sender: *4 sha: description: The Commit SHA. @@ -216262,9 +216416,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *77 - installation: *690 - organization: *691 - repository: *692 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -216354,9 +216508,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *77 - installation: *690 - organization: *691 - repository: *692 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -216446,9 +216600,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *77 - installation: *690 - organization: *691 - repository: *692 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -216538,9 +216692,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *77 - installation: *690 - organization: *691 - repository: *692 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -216617,12 +216771,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 - team: &756 + team: &757 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -216812,9 +216966,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 repository: title: Repository description: A git repository @@ -217272,7 +217426,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *756 + team: *757 required: - action - team @@ -217348,9 +217502,9 @@ x-webhooks: type: string enum: - created - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 repository: title: Repository description: A git repository @@ -217808,7 +217962,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *756 + team: *757 required: - action - team @@ -217885,9 +218039,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 repository: title: Repository description: A git repository @@ -218345,7 +218499,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *756 + team: *757 required: - action - team @@ -218489,9 +218643,9 @@ x-webhooks: - from required: - permissions - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 repository: title: Repository description: A git repository @@ -218949,7 +219103,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *756 + team: *757 required: - action - changes @@ -219027,9 +219181,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 repository: title: Repository description: A git repository @@ -219487,7 +219641,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *756 + team: *757 required: - action - team @@ -219563,10 +219717,10 @@ x-webhooks: type: string enum: - started - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -219639,16 +219793,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *689 + enterprise: *690 inputs: type: object nullable: true additionalProperties: true - installation: *690 - organization: *691 + installation: *691 + organization: *692 ref: type: string - repository: *692 + repository: *693 sender: *4 workflow: type: string @@ -219730,10 +219884,10 @@ x-webhooks: type: string enum: - completed - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 workflow_job: allOf: @@ -220049,10 +220203,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 workflow_job: allOf: @@ -220391,10 +220545,10 @@ x-webhooks: type: string enum: - queued - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 workflow_job: type: object @@ -220608,10 +220762,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 workflow_job: type: object @@ -220827,12 +220981,12 @@ x-webhooks: type: string enum: - completed - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 - workflow: *704 + workflow: *705 workflow_run: title: Workflow Run type: object @@ -221831,12 +221985,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 - workflow: *704 + workflow: *705 workflow_run: title: Workflow Run type: object @@ -222820,12 +222974,12 @@ x-webhooks: type: string enum: - requested - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 - workflow: *704 + workflow: *705 workflow_run: title: Workflow Run type: object diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.deref.json index 872f2cd87b..fc30ca0fd1 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -26082,6 +26082,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -41246,6 +41329,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -47046,6 +47212,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -85330,9 +85579,9 @@ } }, { - "name": "artifact_registry_url", + "name": "package_registry_url", "in": "query", - "description": "A comma-separated list of Artifact Registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", + "description": "A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", "schema": { "type": "string" } @@ -91932,6 +92181,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -102909,6 +103241,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -132115,7 +132530,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -133463,7 +133878,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -134609,7 +135024,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -136539,7 +136954,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -137912,7 +138327,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -139054,7 +139469,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -282515,6 +282930,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -302363,6 +302861,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -304960,6 +305541,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -310991,6 +311655,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -314735,6 +315482,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -318355,6 +319185,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -318793,6 +319706,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] } } @@ -320930,6 +321857,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -323524,6 +324534,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -325921,6 +327014,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -329981,6 +331157,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -332465,6 +333724,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -335027,6 +336369,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -337609,6 +339034,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -351565,6 +353073,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -354051,6 +355642,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -356513,6 +358187,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -359074,6 +360831,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -369642,6 +371482,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -370045,6 +371968,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "commit_id": { "description": "A commit SHA for the review.", "example": "54bb654c9e6025347f57900a4a5c2313a96b8035", @@ -420035,6 +421963,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -420761,6 +422694,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -422333,6 +424271,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -422962,6 +424905,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -423616,6 +425564,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -424307,6 +426260,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -428130,7 +430088,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -429486,7 +431444,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -430481,7 +432439,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -432430,7 +434388,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -433801,7 +435759,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -434792,7 +436750,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -468196,6 +470154,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "type": "string" }, @@ -512319,6 +514360,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -542020,6 +544144,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -545025,6 +547232,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -548032,6 +550322,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -557405,6 +559778,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -560412,6 +562868,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -734522,6 +737061,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -736677,6 +739299,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -741109,6 +743814,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -743264,6 +746052,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -747696,6 +750567,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -750580,6 +753534,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -754283,6 +757320,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -757167,6 +760287,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -760014,6 +763217,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -762928,6 +766214,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -766034,6 +769403,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -768958,6 +772410,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -772055,6 +775590,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -775003,6 +778621,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -777977,6 +781678,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -780877,6 +784661,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -783855,6 +787722,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -785832,6 +789782,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -788734,6 +792767,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -791661,6 +795777,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -794455,6 +798654,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -796448,6 +800730,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -799357,6 +803722,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -802424,6 +806872,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -805333,6 +809864,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -808305,6 +812919,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -811184,6 +815881,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -814092,6 +818872,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -1002545,6 +1007408,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "format": "date-time", + "nullable": true + }, "user": { "title": "User", "type": "object", @@ -1007085,6 +1011953,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "user": { "title": "User", "type": "object", @@ -1030268,6 +1035141,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "user": { "title": "User", "type": "object", @@ -1035220,6 +1040098,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -1039921,6 +1044804,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -1064723,6 +1069611,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1064852,6 +1069745,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1066747,6 +1071641,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1066876,6 +1071775,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1068824,6 +1073724,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1068953,6 +1073858,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1070589,6 +1075495,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1070974,6 +1075881,11 @@ "type": "string", "format": "uri-template" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "url": { "type": "string", "format": "uri" @@ -1072616,6 +1077528,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1072994,6 +1077907,11 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -1074899,6 +1079817,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1075028,6 +1079951,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1076663,6 +1081587,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1077041,6 +1081966,11 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -1100813,7 +1105743,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -1103662,7 +1108592,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -1106511,7 +1111441,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -1164064,6 +1168994,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1166948,6 +1171961,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1170648,6 +1175744,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1173532,6 +1178711,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1177232,6 +1182494,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1180116,6 +1185461,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1183816,6 +1189244,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1186700,6 +1192211,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml index 644ef49537..e6e908024b 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -10607,6 +10607,68 @@ paths: - blocking - total_blocked_by - total_blocking + issue_field_values: + type: array + items: &628 + title: Issue Field Value + description: A value assigned to an issue field + type: object + properties: + issue_field_id: + description: Unique identifier for the issue field. + type: integer + format: int64 + example: 1 + node_id: + type: string + example: IFT_GDKND + data_type: + description: The data type of the issue field + type: string + enum: + - text + - single_select + - number + - date + example: text + value: + description: The value of the issue field + anyOf: + - type: string + example: Sample text + - type: number + example: 42.5 + - type: integer + example: 1 + nullable: true + single_select_option: + description: Details about the selected option + (only present for single_select fields) + type: object + properties: + id: + description: Unique identifier for the option. + type: integer + format: int64 + example: 1 + name: + description: The name of the option + type: string + example: High + color: + description: The color of the option + type: string + example: red + required: + - id + - name + - color + nullable: true + required: + - issue_field_id + - node_id + - data_type + - value required: &514 - assignee - closed_at @@ -11196,7 +11258,7 @@ paths: url: type: string format: uri - user: &639 + user: &640 title: Public User description: Public User type: object @@ -15695,7 +15757,7 @@ paths: - avatar_url - description examples: - default: &656 + default: &657 value: - login: github id: 1 @@ -16006,7 +16068,7 @@ paths: url: https://docs.github.com/rest/billing/enhanced-billing#get-billing-usage-report-for-an-organization parameters: - *96 - - &682 + - &683 name: year description: If specified, only return results for a single year. The value of `year` is an integer with four digits representing a year. For example, @@ -16015,7 +16077,7 @@ paths: required: false schema: type: integer - - &683 + - &684 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 @@ -16024,7 +16086,7 @@ paths: required: false schema: type: integer - - &684 + - &685 name: day description: If specified, only return results for a single day. The value of `day` is an integer between `1` and `31`. If no `year` or `month` is @@ -16033,7 +16095,7 @@ paths: required: false schema: type: integer - - &685 + - &686 name: hour description: If specified, only return results for a single hour. The value of `hour` is an integer between `0` and `23`. If no `year`, `month`, or @@ -19238,7 +19300,7 @@ paths: type: array items: *125 examples: - default: &642 + default: &643 value: total_count: 1 repositories: @@ -21537,12 +21599,12 @@ paths: required: - subject_digests examples: - default: &671 + default: &672 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &672 + withPredicateType: &673 value: subject_digests: - sha256:abc123 @@ -21600,7 +21662,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &673 + default: &674 value: attestations_subject_digests: - sha256:abc: @@ -26831,9 +26893,9 @@ paths: - *161 - *162 - *163 - - name: artifact_registry_url + - name: package_registry_url in: query - description: A comma-separated list of Artifact Registry URLs. If specified, + description: A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned. schema: @@ -31118,7 +31180,7 @@ paths: parameters: - *96 - *213 - - &655 + - &656 name: repo_name description: repo_name parameter in: path @@ -32146,7 +32208,7 @@ paths: - nuget - container - *96 - - &657 + - &658 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -32187,7 +32249,7 @@ paths: default: *221 '403': *29 '401': *25 - '400': &659 + '400': &660 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -36076,10 +36138,11 @@ paths: type: integer nullable: true description: The ID of the actor that can bypass a ruleset. - If `actor_type` is `OrganizationAdmin`, this should - be `1`. If `actor_type` is `DeployKey`, this should - be null. `OrganizationAdmin` is not applicable for personal - repositories. + Required for `Integration`, `RepositoryRole`, and `Team` + actor types. If `actor_type` is `OrganizationAdmin`, + this should be `1`. If `actor_type` is `DeployKey`, + this should be null. `OrganizationAdmin` is not applicable + for personal repositories. actor_type: type: string enum: @@ -38907,7 +38970,7 @@ paths: description: Response content: application/json: - schema: &676 + schema: &677 type: object properties: total_minutes_used: @@ -38977,7 +39040,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &677 + default: &678 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -39013,7 +39076,7 @@ paths: description: Response content: application/json: - schema: &678 + schema: &679 type: object properties: total_gigabytes_bandwidth_used: @@ -39031,7 +39094,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &679 + default: &680 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -39063,7 +39126,7 @@ paths: description: Response content: application/json: - schema: &680 + schema: &681 type: object properties: days_left_in_billing_cycle: @@ -39081,7 +39144,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &681 + default: &682 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -40292,7 +40355,7 @@ paths: - updated_at - url examples: - default: &629 + default: &630 value: - author: login: octocat @@ -40540,7 +40603,7 @@ paths: application/json: schema: *296 examples: - default: &630 + default: &631 value: author: login: octocat @@ -40723,7 +40786,7 @@ paths: - updated_at - url examples: - default: &631 + default: &632 value: - author: login: octocat @@ -40949,7 +41012,7 @@ paths: application/json: schema: *299 examples: - default: &632 + default: &633 value: author: login: octocat @@ -41565,7 +41628,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &633 + response-if-user-is-a-team-maintainer: &634 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -41630,7 +41693,7 @@ paths: application/json: schema: *306 examples: - response-if-users-membership-with-team-is-now-pending: &634 + response-if-users-membership-with-team-is-now-pending: &635 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -41771,7 +41834,7 @@ paths: - updated_at - permissions examples: - default: &635 + default: &636 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -41850,7 +41913,7 @@ paths: application/json: schema: *307 examples: - default: &636 + default: &637 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -42060,7 +42123,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &637 + schema: &638 title: Team Repository description: A team's access to a repository. type: object @@ -42717,7 +42780,7 @@ paths: type: array items: *158 examples: - response-if-child-teams-exist: &638 + response-if-child-teams-exist: &639 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -54741,7 +54804,7 @@ paths: check. type: array items: *393 - deployment: &694 + deployment: &695 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -55653,7 +55716,7 @@ paths: type: string format: date-time nullable: true - head_commit: &720 + head_commit: &721 title: Simple Commit description: A commit. type: object @@ -59879,14 +59942,14 @@ paths: type: integer machines: type: array - items: &645 + items: &646 type: object title: Codespace machine description: A description of the machine powering a codespace. properties: *435 required: *436 examples: - default: &646 + default: &647 value: total_count: 2 machines: @@ -70495,7 +70558,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &728 + last_response: &729 title: Hook Response type: object properties: @@ -71455,7 +71518,7 @@ paths: parameters: - *309 - *310 - - &668 + - &669 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -71889,7 +71952,7 @@ paths: type: array items: *510 examples: - default: &661 + default: &662 value: - id: 1 repository: @@ -73832,6 +73895,13 @@ paths: state: open labels: - bug + issue_field_values: + - field_id: '123' + value: Critical + - field_id: '456' + value: 5 + - field_id: '789' + value: responses: '200': description: Response @@ -76259,6 +76329,10 @@ paths: submitted_at: type: string format: date-time + updated_at: + type: string + nullable: true + format: date-time commit_id: description: A commit SHA for the review. example: 54bb654c9e6025347f57900a4a5c2313a96b8035 @@ -83992,6 +84066,10 @@ paths: type: string format: date-time nullable: true + updated_at: + type: string + nullable: true + format: date-time author: *4 assets: type: array @@ -86232,7 +86310,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &751 + items: &752 type: object properties: type: @@ -90413,6 +90491,9 @@ paths: nullable: true sub_issues_summary: *626 issue_dependencies_summary: *627 + issue_field_values: + type: array + items: *628 state: type: string state_reason: @@ -91714,7 +91795,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &628 + - &629 name: team_id description: The unique identifier of the team. in: path @@ -91755,7 +91836,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *628 + - *629 requestBody: required: true content: @@ -91855,7 +91936,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *628 + - *629 responses: '204': description: Response @@ -91886,7 +91967,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy parameters: - - *628 + - *629 - *48 - *17 - *19 @@ -91899,7 +91980,7 @@ paths: type: array items: *296 examples: - default: *629 + default: *630 headers: Link: *58 x-github: @@ -91928,7 +92009,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion-legacy parameters: - - *628 + - *629 requestBody: required: true content: @@ -91991,7 +92072,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion-legacy parameters: - - *628 + - *629 - *298 responses: '200': @@ -92025,7 +92106,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion-legacy parameters: - - *628 + - *629 - *298 requestBody: required: false @@ -92051,7 +92132,7 @@ paths: application/json: schema: *296 examples: - default: *630 + default: *631 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92076,7 +92157,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion-legacy parameters: - - *628 + - *629 - *298 responses: '204': @@ -92106,7 +92187,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *628 + - *629 - *298 - *48 - *17 @@ -92120,7 +92201,7 @@ paths: type: array items: *299 examples: - default: *631 + default: *632 headers: Link: *58 x-github: @@ -92149,7 +92230,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *628 + - *629 - *298 requestBody: required: true @@ -92201,7 +92282,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *628 + - *629 - *298 - *301 responses: @@ -92236,7 +92317,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *628 + - *629 - *298 - *301 requestBody: @@ -92262,7 +92343,7 @@ paths: application/json: schema: *299 examples: - default: *632 + default: *633 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92287,7 +92368,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *628 + - *629 - *298 - *301 responses: @@ -92318,7 +92399,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *628 + - *629 - *298 - *301 - name: content @@ -92377,7 +92458,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *628 + - *629 - *298 - *301 requestBody: @@ -92439,7 +92520,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *628 + - *629 - *298 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -92497,7 +92578,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *628 + - *629 - *298 requestBody: required: true @@ -92556,7 +92637,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *628 + - *629 - *17 - *19 responses: @@ -92594,7 +92675,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *628 + - *629 - name: role description: Filters members returned by their role in the team. in: query @@ -92645,7 +92726,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *628 + - *629 - *138 responses: '204': @@ -92682,7 +92763,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *628 + - *629 - *138 responses: '204': @@ -92722,7 +92803,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *628 + - *629 - *138 responses: '204': @@ -92759,7 +92840,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *628 + - *629 - *138 responses: '200': @@ -92768,7 +92849,7 @@ paths: application/json: schema: *306 examples: - response-if-user-is-a-team-maintainer: *633 + response-if-user-is-a-team-maintainer: *634 '404': *6 x-github: githubCloudOnly: false @@ -92801,7 +92882,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *628 + - *629 - *138 requestBody: required: false @@ -92829,7 +92910,7 @@ paths: application/json: schema: *306 examples: - response-if-users-membership-with-team-is-now-pending: *634 + response-if-users-membership-with-team-is-now-pending: *635 '403': description: Forbidden if team synchronization is set up '422': @@ -92863,7 +92944,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *628 + - *629 - *138 responses: '204': @@ -92892,7 +92973,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-projects-legacy parameters: - - *628 + - *629 - *17 - *19 responses: @@ -92904,7 +92985,7 @@ paths: type: array items: *307 examples: - default: *635 + default: *636 headers: Link: *58 '404': *6 @@ -92930,7 +93011,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *628 + - *629 - *308 responses: '200': @@ -92939,7 +93020,7 @@ paths: application/json: schema: *307 examples: - default: *636 + default: *637 '404': description: Not Found if project is not managed by this team x-github: @@ -92963,7 +93044,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *628 + - *629 - *308 requestBody: required: false @@ -93031,7 +93112,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *628 + - *629 - *308 responses: '204': @@ -93059,7 +93140,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *628 + - *629 - *17 - *19 responses: @@ -93101,7 +93182,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *628 + - *629 - *309 - *310 responses: @@ -93109,7 +93190,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *637 + schema: *638 examples: alternative-response-with-extra-repository-information: value: @@ -93260,7 +93341,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *628 + - *629 - *309 - *310 requestBody: @@ -93312,7 +93393,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *628 + - *629 - *309 - *310 responses: @@ -93339,7 +93420,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *628 + - *629 - *17 - *19 responses: @@ -93351,7 +93432,7 @@ paths: type: array items: *158 examples: - response-if-child-teams-exist: *638 + response-if-child-teams-exist: *639 headers: Link: *58 '404': *6 @@ -93384,7 +93465,7 @@ paths: application/json: schema: oneOf: - - &640 + - &641 title: Private User description: Private User type: object @@ -93587,7 +93668,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *639 + - *640 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -93740,7 +93821,7 @@ paths: description: Response content: application/json: - schema: *640 + schema: *641 examples: default: value: @@ -94138,7 +94219,7 @@ paths: type: integer secrets: type: array - items: &641 + items: &642 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -94254,7 +94335,7 @@ paths: description: Response content: application/json: - schema: *641 + schema: *642 examples: default: value: @@ -94400,7 +94481,7 @@ paths: type: array items: *125 examples: - default: *642 + default: *643 '401': *25 '403': *29 '404': *6 @@ -94667,7 +94748,7 @@ paths: description: Response content: application/json: - schema: &643 + schema: &644 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -94708,7 +94789,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &644 + default: &645 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -94753,9 +94834,9 @@ paths: description: Response content: application/json: - schema: *643 + schema: *644 examples: - default: *644 + default: *645 '404': *6 x-github: githubCloudOnly: false @@ -94792,9 +94873,9 @@ paths: type: integer machines: type: array - items: *645 + items: *646 examples: - default: *646 + default: *647 '304': *37 '500': *97 '401': *25 @@ -95733,7 +95814,7 @@ paths: type: array items: *220 examples: - default: &658 + default: &659 value: - id: 197 name: hello_docker @@ -95834,7 +95915,7 @@ paths: application/json: schema: type: array - items: &647 + items: &648 title: Email description: Email type: object @@ -95899,9 +95980,9 @@ paths: application/json: schema: type: array - items: *647 + items: *648 examples: - default: &660 + default: &661 value: - email: octocat@github.com verified: true @@ -95976,7 +96057,7 @@ paths: application/json: schema: type: array - items: *647 + items: *648 examples: default: value: @@ -96232,7 +96313,7 @@ paths: application/json: schema: type: array - items: &648 + items: &649 title: GPG Key description: A unique encryption key type: object @@ -96363,7 +96444,7 @@ paths: - subkeys - revoked examples: - default: &674 + default: &675 value: - id: 3 name: Octocat's GPG Key @@ -96448,9 +96529,9 @@ paths: description: Response content: application/json: - schema: *648 + schema: *649 examples: - default: &649 + default: &650 value: id: 3 name: Octocat's GPG Key @@ -96507,7 +96588,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &650 + - &651 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -96519,9 +96600,9 @@ paths: description: Response content: application/json: - schema: *648 + schema: *649 examples: - default: *649 + default: *650 '404': *6 '304': *37 '403': *29 @@ -96544,7 +96625,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *650 + - *651 responses: '204': description: Response @@ -96999,7 +97080,7 @@ paths: application/json: schema: type: array - items: &651 + items: &652 title: Key description: Key type: object @@ -97100,9 +97181,9 @@ paths: description: Response content: application/json: - schema: *651 + schema: *652 examples: - default: &652 + default: &653 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -97141,9 +97222,9 @@ paths: description: Response content: application/json: - schema: *651 + schema: *652 examples: - default: *652 + default: *653 '404': *6 '304': *37 '403': *29 @@ -97199,7 +97280,7 @@ paths: application/json: schema: type: array - items: &653 + items: &654 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -97267,7 +97348,7 @@ paths: - account - plan examples: - default: &654 + default: &655 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -97329,9 +97410,9 @@ paths: application/json: schema: type: array - items: *653 + items: *654 examples: - default: *654 + default: *655 headers: Link: *58 '304': *37 @@ -98326,7 +98407,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *213 - - *655 + - *656 responses: '204': description: Response @@ -98399,7 +98480,7 @@ paths: type: array items: *209 examples: - default: *656 + default: *657 headers: Link: *58 '304': *37 @@ -98441,7 +98522,7 @@ paths: - docker - nuget - container - - *657 + - *658 - *19 - *17 responses: @@ -98453,8 +98534,8 @@ paths: type: array items: *220 examples: - default: *658 - '400': *659 + default: *659 + '400': *660 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98483,7 +98564,7 @@ paths: application/json: schema: *220 examples: - default: &675 + default: &676 value: id: 40201 name: octo-name @@ -98936,9 +99017,9 @@ paths: application/json: schema: type: array - items: *647 + items: *648 examples: - default: *660 + default: *661 headers: Link: *58 '304': *37 @@ -99051,7 +99132,7 @@ paths: type: array items: *60 examples: - default: &667 + default: &668 summary: Default response value: - id: 1296269 @@ -99397,7 +99478,7 @@ paths: type: array items: *510 examples: - default: *661 + default: *662 headers: Link: *58 '304': *37 @@ -99476,7 +99557,7 @@ paths: application/json: schema: type: array - items: &662 + items: &663 title: Social account description: Social media account type: object @@ -99491,7 +99572,7 @@ paths: - provider - url examples: - default: &663 + default: &664 value: - provider: twitter url: https://twitter.com/github @@ -99553,9 +99634,9 @@ paths: application/json: schema: type: array - items: *662 + items: *663 examples: - default: *663 + default: *664 '422': *15 '304': *37 '404': *6 @@ -99642,7 +99723,7 @@ paths: application/json: schema: type: array - items: &664 + items: &665 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -99662,7 +99743,7 @@ paths: - title - created_at examples: - default: &686 + default: &687 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -99728,9 +99809,9 @@ paths: description: Response content: application/json: - schema: *664 + schema: *665 examples: - default: &665 + default: &666 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -99761,7 +99842,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: - - &666 + - &667 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -99773,9 +99854,9 @@ paths: description: Response content: application/json: - schema: *664 + schema: *665 examples: - default: *665 + default: *666 '404': *6 '304': *37 '403': *29 @@ -99798,7 +99879,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: - - *666 + - *667 responses: '204': description: Response @@ -99827,7 +99908,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &687 + - &688 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 @@ -99852,11 +99933,11 @@ paths: type: array items: *60 examples: - default-response: *667 + default-response: *668 application/vnd.github.v3.star+json: schema: type: array - items: &688 + items: &689 title: Starred Repository description: Starred Repository type: object @@ -100225,10 +100306,10 @@ paths: application/json: schema: oneOf: + - *641 - *640 - - *639 examples: - default-response: &669 + default-response: &670 summary: Default response value: login: octocat @@ -100263,7 +100344,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &670 + response-with-git-hub-plan-information: &671 summary: Response with GitHub plan information value: login: octocat @@ -100323,7 +100404,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *668 + - *669 - *17 responses: '200': @@ -100372,11 +100453,11 @@ paths: application/json: schema: oneOf: + - *641 - *640 - - *639 examples: - default-response: *669 - response-with-git-hub-plan-information: *670 + default-response: *670 + response-with-git-hub-plan-information: *671 '404': *6 x-github: githubCloudOnly: false @@ -100425,8 +100506,8 @@ paths: required: - subject_digests examples: - default: *671 - withPredicateType: *672 + default: *672 + withPredicateType: *673 responses: '200': description: Response @@ -100479,7 +100560,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *673 + default: *674 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100722,7 +100803,7 @@ paths: type: array items: *220 examples: - default: *658 + default: *659 '403': *29 '401': *25 x-github: @@ -101126,9 +101207,9 @@ paths: application/json: schema: type: array - items: *648 + items: *649 examples: - default: *674 + default: *675 headers: Link: *58 x-github: @@ -101317,7 +101398,7 @@ paths: type: array items: *209 examples: - default: *656 + default: *657 headers: Link: *58 x-github: @@ -101356,7 +101437,7 @@ paths: - docker - nuget - container - - *657 + - *658 - *138 - *19 - *17 @@ -101369,10 +101450,10 @@ paths: type: array items: *220 examples: - default: *658 + default: *659 '403': *29 '401': *25 - '400': *659 + '400': *660 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -101402,7 +101483,7 @@ paths: application/json: schema: *220 examples: - default: *675 + default: *676 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -102001,9 +102082,9 @@ paths: description: Response content: application/json: - schema: *676 + schema: *677 examples: - default: *677 + default: *678 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -102031,9 +102112,9 @@ paths: description: Response content: application/json: - schema: *678 + schema: *679 examples: - default: *679 + default: *680 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -102061,9 +102142,9 @@ paths: description: Response content: application/json: - schema: *680 + schema: *681 examples: - default: *681 + default: *682 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -102084,10 +102165,10 @@ paths: url: https://docs.github.com/rest/billing/enhanced-billing#get-billing-usage-report-for-a-user parameters: - *138 - - *682 - *683 - *684 - *685 + - *686 responses: '200': description: Response when getting a billing usage report @@ -102186,9 +102267,9 @@ paths: application/json: schema: type: array - items: *662 + items: *663 examples: - default: *663 + default: *664 headers: Link: *58 x-github: @@ -102218,9 +102299,9 @@ paths: application/json: schema: type: array - items: *664 + items: *665 examples: - default: *686 + default: *687 headers: Link: *58 x-github: @@ -102245,7 +102326,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *138 - - *687 + - *688 - *48 - *17 - *19 @@ -102257,11 +102338,11 @@ paths: schema: anyOf: - type: array - items: *688 + items: *689 - type: array items: *60 examples: - default-response: *667 + default-response: *668 headers: Link: *58 x-github: @@ -102420,7 +102501,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &689 + enterprise: &690 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -102478,7 +102559,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &690 + installation: &691 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -102497,7 +102578,7 @@ x-webhooks: required: - id - node_id - organization: &691 + organization: &692 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -102557,13 +102638,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &692 + repository: &693 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &722 + properties: &723 id: description: Unique identifier of the repository example: 42 @@ -103246,7 +103327,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &723 + required: &724 - archive_url - assignees_url - blobs_url @@ -103397,10 +103478,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -103476,11 +103557,11 @@ x-webhooks: type: string enum: - created - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 - rule: &693 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 + rule: &694 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) @@ -103703,11 +103784,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 - rule: *693 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 + rule: *694 sender: *4 required: - action @@ -103890,11 +103971,11 @@ x-webhooks: - everyone required: - from - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 - rule: *693 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 + rule: *694 sender: *4 required: - action @@ -103978,7 +104059,7 @@ x-webhooks: type: string enum: - completed - check_run: &695 + check_run: &696 title: CheckRun description: A check performed on the code of a given code change type: object @@ -104069,7 +104150,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *694 + deployment: *695 details_url: example: https://example.com type: string @@ -104154,9 +104235,9 @@ x-webhooks: - output - app - pull_requests - installation: *690 - organization: *691 - repository: *692 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - check_run @@ -104549,10 +104630,10 @@ x-webhooks: type: string enum: - created - check_run: *695 - installation: *690 - organization: *691 - repository: *692 + check_run: *696 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - check_run @@ -104948,10 +105029,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *695 - installation: *690 - organization: *691 - repository: *692 + check_run: *696 + installation: *691 + organization: *692 + repository: *693 requested_action: description: The action requested by the user. type: object @@ -105356,10 +105437,10 @@ x-webhooks: type: string enum: - rerequested - check_run: *695 - installation: *690 - organization: *691 - repository: *692 + check_run: *696 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - check_run @@ -106336,10 +106417,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -107009,10 +107090,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -107676,10 +107757,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -107987,20 +108068,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &696 + commit_oid: &697 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: *689 - installation: *690 - organization: *691 - ref: &697 + enterprise: *690 + installation: *691 + organization: *692 + ref: &698 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: *692 + repository: *693 sender: *4 required: - action @@ -108392,12 +108473,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *696 - enterprise: *689 - installation: *690 - organization: *691 - ref: *697 - repository: *692 + commit_oid: *697 + enterprise: *690 + installation: *691 + organization: *692 + ref: *698 + repository: *693 sender: *4 required: - action @@ -108660,12 +108741,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *696 - enterprise: *689 - installation: *690 - organization: *691 - ref: *697 - repository: *692 + commit_oid: *697 + enterprise: *690 + installation: *691 + organization: *692 + ref: *698 + repository: *693 sender: *4 required: - action @@ -108994,12 +109075,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *696 - enterprise: *689 - installation: *690 - organization: *691 - ref: *697 - repository: *692 + commit_oid: *697 + enterprise: *690 + installation: *691 + organization: *692 + ref: *698 + repository: *693 sender: *4 required: - action @@ -109264,16 +109345,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 ref: 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 nullable: true - repository: *692 + repository: *693 sender: *4 required: - action @@ -109507,12 +109588,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *696 - enterprise: *689 - installation: *690 - organization: *691 - ref: *697 - repository: *692 + commit_oid: *697 + enterprise: *690 + installation: *691 + organization: *692 + ref: *698 + repository: *693 sender: *4 required: - action @@ -109769,10 +109850,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -109852,18 +109933,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *689 - installation: *690 + enterprise: *690 + installation: *691 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *691 - pusher_type: &698 + organization: *692 + pusher_type: &699 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &699 + ref: &700 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -109873,7 +109954,7 @@ x-webhooks: enum: - tag - branch - repository: *692 + repository: *693 sender: *4 required: - ref @@ -109956,9 +110037,9 @@ x-webhooks: enum: - created definition: *237 - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 sender: *4 required: - action @@ -110043,9 +110124,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 sender: *4 required: - action @@ -110123,9 +110204,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *237 - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 sender: *4 required: - action @@ -110203,9 +110284,9 @@ x-webhooks: enum: - updated definition: *237 - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 sender: *4 required: - action @@ -110282,10 +110363,10 @@ x-webhooks: type: string enum: - updated - enterprise: *689 - installation: *690 - repository: *692 - organization: *691 + enterprise: *690 + installation: *691 + repository: *693 + organization: *692 sender: *4 new_property_values: type: array @@ -110370,18 +110451,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *689 - installation: *690 - organization: *691 - pusher_type: *698 - ref: *699 + enterprise: *690 + installation: *691 + organization: *692 + pusher_type: *699 + ref: *700 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *692 + repository: *693 sender: *4 required: - ref @@ -110466,10 +110547,10 @@ x-webhooks: enum: - auto_dismissed alert: *466 - installation: *690 - organization: *691 - enterprise: *689 - repository: *692 + installation: *691 + organization: *692 + enterprise: *690 + repository: *693 sender: *4 required: - action @@ -110554,10 +110635,10 @@ x-webhooks: enum: - auto_reopened alert: *466 - installation: *690 - organization: *691 - enterprise: *689 - repository: *692 + installation: *691 + organization: *692 + enterprise: *690 + repository: *693 sender: *4 required: - action @@ -110642,10 +110723,10 @@ x-webhooks: enum: - created alert: *466 - installation: *690 - organization: *691 - enterprise: *689 - repository: *692 + installation: *691 + organization: *692 + enterprise: *690 + repository: *693 sender: *4 required: - action @@ -110728,10 +110809,10 @@ x-webhooks: enum: - dismissed alert: *466 - installation: *690 - organization: *691 - enterprise: *689 - repository: *692 + installation: *691 + organization: *692 + enterprise: *690 + repository: *693 sender: *4 required: - action @@ -110814,10 +110895,10 @@ x-webhooks: enum: - fixed alert: *466 - installation: *690 - organization: *691 - enterprise: *689 - repository: *692 + installation: *691 + organization: *692 + enterprise: *690 + repository: *693 sender: *4 required: - action @@ -110901,10 +110982,10 @@ x-webhooks: enum: - reintroduced alert: *466 - installation: *690 - organization: *691 - enterprise: *689 - repository: *692 + installation: *691 + organization: *692 + enterprise: *690 + repository: *693 sender: *4 required: - action @@ -110987,10 +111068,10 @@ x-webhooks: enum: - reopened alert: *466 - installation: *690 - organization: *691 - enterprise: *689 - repository: *692 + installation: *691 + organization: *692 + enterprise: *690 + repository: *693 sender: *4 required: - action @@ -111067,9 +111148,9 @@ x-webhooks: type: string enum: - created - enterprise: *689 - installation: *690 - key: &700 + enterprise: *690 + installation: *691 + key: &701 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -111105,8 +111186,8 @@ x-webhooks: - verified - created_at - read_only - organization: *691 - repository: *692 + organization: *692 + repository: *693 sender: *4 required: - action @@ -111183,11 +111264,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *689 - installation: *690 - key: *700 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + key: *701 + organization: *692 + repository: *693 sender: *4 required: - action @@ -111748,12 +111829,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 - workflow: &704 + workflow: &705 title: Workflow type: object nullable: true @@ -112483,9 +112564,9 @@ x-webhooks: pull_requests: type: array items: *557 - repository: *692 - organization: *691 - installation: *690 + repository: *693 + organization: *692 + installation: *691 sender: *4 responses: '200': @@ -112556,7 +112637,7 @@ x-webhooks: type: string enum: - approved - approver: &701 + approver: &702 type: object properties: avatar_url: @@ -112599,11 +112680,11 @@ x-webhooks: type: string comment: type: string - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 - reviewers: &702 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 + reviewers: &703 type: array items: type: object @@ -112682,7 +112763,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &703 + workflow_job_run: &704 type: object properties: conclusion: @@ -113413,18 +113494,18 @@ x-webhooks: type: string enum: - rejected - approver: *701 + approver: *702 comment: type: string - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 - reviewers: *702 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 + reviewers: *703 sender: *4 since: type: string - workflow_job_run: *703 + workflow_job_run: *704 workflow_job_runs: type: array items: @@ -114128,13 +114209,13 @@ x-webhooks: type: string enum: - requested - enterprise: *689 + enterprise: *690 environment: type: string - installation: *690 - organization: *691 - repository: *692 - requestor: &709 + installation: *691 + organization: *692 + repository: *693 + requestor: &710 title: User type: object nullable: true @@ -116033,12 +116114,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 - workflow: *704 + workflow: *705 workflow_run: title: Deployment Workflow Run type: object @@ -116718,7 +116799,7 @@ x-webhooks: type: string enum: - answered - answer: &707 + answer: &708 type: object properties: author_association: @@ -116875,7 +116956,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &705 + discussion: &706 title: Discussion description: A Discussion in a repository. type: object @@ -117183,10 +117264,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -117313,11 +117394,11 @@ x-webhooks: - from required: - category - discussion: *705 - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + discussion: *706 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -117400,11 +117481,11 @@ x-webhooks: type: string enum: - closed - discussion: *705 - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + discussion: *706 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -117486,7 +117567,7 @@ x-webhooks: type: string enum: - created - comment: &706 + comment: &707 type: object properties: author_association: @@ -117643,11 +117724,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *705 - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + discussion: *706 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -117730,12 +117811,12 @@ x-webhooks: type: string enum: - deleted - comment: *706 - discussion: *705 - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + comment: *707 + discussion: *706 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -117830,12 +117911,12 @@ x-webhooks: - from required: - body - comment: *706 - discussion: *705 - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + comment: *707 + discussion: *706 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -117919,11 +118000,11 @@ x-webhooks: type: string enum: - created - discussion: *705 - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + discussion: *706 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -118005,11 +118086,11 @@ x-webhooks: type: string enum: - deleted - discussion: *705 - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + discussion: *706 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -118109,11 +118190,11 @@ x-webhooks: type: string required: - from - discussion: *705 - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + discussion: *706 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -118195,10 +118276,10 @@ x-webhooks: type: string enum: - labeled - discussion: *705 - enterprise: *689 - installation: *690 - label: &708 + discussion: *706 + enterprise: *690 + installation: *691 + label: &709 title: Label type: object properties: @@ -118230,8 +118311,8 @@ x-webhooks: - color - default - description - organization: *691 - repository: *692 + organization: *692 + repository: *693 sender: *4 required: - action @@ -118314,11 +118395,11 @@ x-webhooks: type: string enum: - locked - discussion: *705 - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + discussion: *706 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -118400,11 +118481,11 @@ x-webhooks: type: string enum: - pinned - discussion: *705 - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + discussion: *706 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -118486,11 +118567,11 @@ x-webhooks: type: string enum: - reopened - discussion: *705 - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + discussion: *706 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -118575,16 +118656,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *705 - new_repository: *692 + new_discussion: *706 + new_repository: *693 required: - new_discussion - new_repository - discussion: *705 - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + discussion: *706 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -118667,10 +118748,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *705 - old_answer: *707 - organization: *691 - repository: *692 + discussion: *706 + old_answer: *708 + organization: *692 + repository: *693 sender: *4 required: - action @@ -118752,12 +118833,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *705 - enterprise: *689 - installation: *690 - label: *708 - organization: *691 - repository: *692 + discussion: *706 + enterprise: *690 + installation: *691 + label: *709 + organization: *692 + repository: *693 sender: *4 required: - action @@ -118840,11 +118921,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *705 - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + discussion: *706 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -118926,11 +119007,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *705 - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + discussion: *706 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -119003,7 +119084,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *689 + enterprise: *690 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -119663,9 +119744,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *690 - organization: *691 - repository: *692 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - forkee @@ -119811,9 +119892,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 pages: description: The pages that were updated. type: array @@ -119850,7 +119931,7 @@ x-webhooks: - action - sha - html_url - repository: *692 + repository: *693 sender: *4 required: - pages @@ -119926,10 +120007,10 @@ x-webhooks: type: string enum: - created - enterprise: *689 + enterprise: *690 installation: *22 - organization: *691 - repositories: &710 + organization: *692 + repositories: &711 description: An array of repository objects that the installation can access. type: array @@ -119955,8 +120036,8 @@ x-webhooks: - name - full_name - private - repository: *692 - requester: *709 + repository: *693 + requester: *710 sender: *4 required: - action @@ -120031,11 +120112,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *689 + enterprise: *690 installation: *22 - organization: *691 - repositories: *710 - repository: *692 + organization: *692 + repositories: *711 + repository: *693 requester: nullable: true sender: *4 @@ -120111,11 +120192,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *689 + enterprise: *690 installation: *22 - organization: *691 - repositories: *710 - repository: *692 + organization: *692 + repositories: *711 + repository: *693 requester: nullable: true sender: *4 @@ -120191,10 +120272,10 @@ x-webhooks: type: string enum: - added - enterprise: *689 + enterprise: *690 installation: *22 - organization: *691 - repositories_added: &711 + organization: *692 + repositories_added: &712 description: An array of repository objects, which were added to the installation. type: array @@ -120240,15 +120321,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *692 - repository_selection: &712 + repository: *693 + repository_selection: &713 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *709 + requester: *710 sender: *4 required: - action @@ -120327,10 +120408,10 @@ x-webhooks: type: string enum: - removed - enterprise: *689 + enterprise: *690 installation: *22 - organization: *691 - repositories_added: *711 + organization: *692 + repositories_added: *712 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -120357,9 +120438,9 @@ x-webhooks: - name - full_name - private - repository: *692 - repository_selection: *712 - requester: *709 + repository: *693 + repository_selection: *713 + requester: *710 sender: *4 required: - action @@ -120438,11 +120519,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *689 + enterprise: *690 installation: *22 - organization: *691 - repositories: *710 - repository: *692 + organization: *692 + repositories: *711 + repository: *693 requester: nullable: true sender: *4 @@ -120620,10 +120701,10 @@ x-webhooks: type: string required: - from - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 target_type: type: string @@ -120702,11 +120783,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *689 + enterprise: *690 installation: *22 - organization: *691 - repositories: *710 - repository: *692 + organization: *692 + repositories: *711 + repository: *693 requester: nullable: true sender: *4 @@ -120958,8 +121039,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *689 - installation: *690 + enterprise: *690 + installation: *691 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -122103,8 +122184,8 @@ x-webhooks: - state - locked - assignee - organization: *691 - repository: *692 + organization: *692 + repository: *693 sender: *4 required: - action @@ -122184,7 +122265,7 @@ x-webhooks: type: string enum: - deleted - comment: &713 + comment: &714 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -122349,8 +122430,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *689 - installation: *690 + enterprise: *690 + installation: *691 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -123492,8 +123573,8 @@ x-webhooks: - state - locked - assignee - organization: *691 - repository: *692 + organization: *692 + repository: *693 sender: *4 required: - action @@ -123573,7 +123654,7 @@ x-webhooks: type: string enum: - edited - changes: &743 + changes: &744 description: The changes to the comment. type: object properties: @@ -123585,9 +123666,9 @@ x-webhooks: type: string required: - from - comment: *713 - enterprise: *689 - installation: *690 + comment: *714 + enterprise: *690 + installation: *691 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -124730,8 +124811,8 @@ x-webhooks: - state - locked - assignee - organization: *691 - repository: *692 + organization: *692 + repository: *693 sender: *4 required: - action @@ -124821,9 +124902,9 @@ x-webhooks: type: number blocking_issue: *77 blocking_issue_repo: *60 - installation: *690 - organization: *691 - repository: *692 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -124917,9 +124998,9 @@ x-webhooks: type: number blocking_issue: *77 blocking_issue_repo: *60 - installation: *690 - organization: *691 - repository: *692 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -125012,9 +125093,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *77 - installation: *690 - organization: *691 - repository: *692 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -125108,9 +125189,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *77 - installation: *690 - organization: *691 - repository: *692 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -125195,10 +125276,10 @@ x-webhooks: type: string enum: - assigned - assignee: *709 - enterprise: *689 - installation: *690 - issue: &716 + assignee: *710 + enterprise: *690 + installation: *691 + issue: &717 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -125989,6 +126070,9 @@ x-webhooks: format: uri sub_issues_summary: *626 issue_dependencies_summary: *627 + issue_field_values: + type: array + items: *628 state: description: State of the issue; either 'open' or 'closed' type: string @@ -126105,8 +126189,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *691 - repository: *692 + organization: *692 + repository: *693 sender: *4 required: - action @@ -126186,8 +126270,8 @@ x-webhooks: type: string enum: - closed - enterprise: *689 - installation: *690 + enterprise: *690 + installation: *691 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -126983,6 +127067,9 @@ x-webhooks: format: uri sub_issues_summary: *626 issue_dependencies_summary: *627 + issue_field_values: + type: array + items: *628 state: description: State of the issue; either 'open' or 'closed' type: string @@ -127234,8 +127321,8 @@ x-webhooks: required: - state - closed_at - organization: *691 - repository: *692 + organization: *692 + repository: *693 sender: *4 required: - action @@ -127314,8 +127401,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *689 - installation: *690 + enterprise: *690 + installation: *691 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -128102,6 +128189,9 @@ x-webhooks: format: uri sub_issues_summary: *626 issue_dependencies_summary: *627 + issue_field_values: + type: array + items: *628 state: description: State of the issue; either 'open' or 'closed' type: string @@ -128217,8 +128307,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *691 - repository: *692 + organization: *692 + repository: *693 sender: *4 required: - action @@ -128297,8 +128387,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *689 - installation: *690 + enterprise: *690 + installation: *691 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -129107,6 +129197,9 @@ x-webhooks: format: uri sub_issues_summary: *626 issue_dependencies_summary: *627 + issue_field_values: + type: array + items: *628 state: description: State of the issue; either 'open' or 'closed' type: string @@ -129201,7 +129294,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &714 + milestone: &715 title: Milestone description: A collection of related issues and pull requests. type: object @@ -129339,8 +129432,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *691 - repository: *692 + organization: *692 + repository: *693 sender: *4 required: - action @@ -129439,8 +129532,8 @@ x-webhooks: type: string required: - from - enterprise: *689 - installation: *690 + enterprise: *690 + installation: *691 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -130231,6 +130324,9 @@ x-webhooks: format: uri sub_issues_summary: *626 issue_dependencies_summary: *627 + issue_field_values: + type: array + items: *628 state: description: State of the issue; either 'open' or 'closed' type: string @@ -130347,9 +130443,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *708 - organization: *691 - repository: *692 + label: *709 + organization: *692 + repository: *693 sender: *4 required: - action @@ -130429,8 +130525,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *689 - installation: *690 + enterprise: *690 + installation: *691 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -131220,6 +131316,9 @@ x-webhooks: format: uri sub_issues_summary: *626 issue_dependencies_summary: *627 + issue_field_values: + type: array + items: *628 state: description: State of the issue; either 'open' or 'closed' type: string @@ -131336,9 +131435,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *708 - organization: *691 - repository: *692 + label: *709 + organization: *692 + repository: *693 sender: *4 required: - action @@ -131418,8 +131517,8 @@ x-webhooks: type: string enum: - locked - enterprise: *689 - installation: *690 + enterprise: *690 + installation: *691 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -132233,6 +132332,9 @@ x-webhooks: format: uri sub_issues_summary: *626 issue_dependencies_summary: *627 + issue_field_values: + type: array + items: *628 state: description: State of the issue; either 'open' or 'closed' type: string @@ -132326,8 +132428,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *691 - repository: *692 + organization: *692 + repository: *693 sender: *4 required: - action @@ -132406,8 +132508,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *689 - installation: *690 + enterprise: *690 + installation: *691 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -133215,6 +133317,9 @@ x-webhooks: format: uri sub_issues_summary: *626 issue_dependencies_summary: *627 + issue_field_values: + type: array + items: *628 state: description: State of the issue; either 'open' or 'closed' type: string @@ -133308,9 +133413,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *714 - organization: *691 - repository: *692 + milestone: *715 + organization: *692 + repository: *693 sender: *4 required: - action @@ -134180,6 +134285,9 @@ x-webhooks: format: uri sub_issues_summary: *626 issue_dependencies_summary: *627 + issue_field_values: + type: array + items: *628 state: description: State of the issue; either 'open' or 'closed' type: string @@ -134741,8 +134849,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *689 - installation: *690 + enterprise: *690 + installation: *691 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -135533,6 +135641,9 @@ x-webhooks: format: uri sub_issues_summary: *626 issue_dependencies_summary: *627 + issue_field_values: + type: array + items: *628 state: description: State of the issue; either 'open' or 'closed' type: string @@ -135648,8 +135759,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *691 - repository: *692 + organization: *692 + repository: *693 sender: *4 required: - action @@ -135729,9 +135840,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *689 - installation: *690 - issue: &715 + enterprise: *690 + installation: *691 + issue: &716 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -136516,6 +136627,9 @@ x-webhooks: format: uri sub_issues_summary: *626 issue_dependencies_summary: *627 + issue_field_values: + type: array + items: *628 state: description: State of the issue; either 'open' or 'closed' type: string @@ -136631,8 +136745,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *691 - repository: *692 + organization: *692 + repository: *693 sender: *4 required: - action @@ -136711,8 +136825,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *689 - installation: *690 + enterprise: *690 + installation: *691 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -137524,6 +137638,9 @@ x-webhooks: format: uri sub_issues_summary: *626 issue_dependencies_summary: *627 + issue_field_values: + type: array + items: *628 state: description: State of the issue; either 'open' or 'closed' type: string @@ -137618,8 +137735,8 @@ x-webhooks: user_view_type: type: string type: *199 - organization: *691 - repository: *692 + organization: *692 + repository: *693 sender: *4 required: - action @@ -138487,6 +138604,9 @@ x-webhooks: format: uri sub_issues_summary: *626 issue_dependencies_summary: *627 + issue_field_values: + type: array + items: *628 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139070,11 +139190,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *689 - installation: *690 - issue: *715 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + issue: *716 + organization: *692 + repository: *693 sender: *4 required: - action @@ -139154,12 +139274,12 @@ x-webhooks: type: string enum: - typed - enterprise: *689 - installation: *690 - issue: *716 + enterprise: *690 + installation: *691 + issue: *717 type: *199 - organization: *691 - repository: *692 + organization: *692 + repository: *693 sender: *4 required: - action @@ -139240,7 +139360,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &746 + assignee: &747 title: User type: object nullable: true @@ -139310,11 +139430,11 @@ x-webhooks: required: - login - id - enterprise: *689 - installation: *690 - issue: *716 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + issue: *717 + organization: *692 + repository: *693 sender: *4 required: - action @@ -139393,12 +139513,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *689 - installation: *690 - issue: *716 - label: *708 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + issue: *717 + label: *709 + organization: *692 + repository: *693 sender: *4 required: - action @@ -139478,8 +139598,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *689 - installation: *690 + enterprise: *690 + installation: *691 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -140291,6 +140411,9 @@ x-webhooks: format: uri sub_issues_summary: *626 issue_dependencies_summary: *627 + issue_field_values: + type: array + items: *628 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140384,8 +140507,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *691 - repository: *692 + organization: *692 + repository: *693 sender: *4 required: - action @@ -140465,11 +140588,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *689 - installation: *690 - issue: *715 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + issue: *716 + organization: *692 + repository: *693 sender: *4 required: - action @@ -140548,12 +140671,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *689 - installation: *690 - issue: *716 + enterprise: *690 + installation: *691 + issue: *717 type: *199 - organization: *691 - repository: *692 + organization: *692 + repository: *693 sender: *4 required: - action @@ -140633,11 +140756,11 @@ x-webhooks: type: string enum: - created - enterprise: *689 - installation: *690 - label: *708 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + label: *709 + organization: *692 + repository: *693 sender: *4 required: - action @@ -140715,11 +140838,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *689 - installation: *690 - label: *708 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + label: *709 + organization: *692 + repository: *693 sender: *4 required: - action @@ -140829,11 +140952,11 @@ x-webhooks: type: string required: - from - enterprise: *689 - installation: *690 - label: *708 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + label: *709 + organization: *692 + repository: *693 sender: *4 required: - action @@ -140915,9 +141038,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *689 - installation: *690 - marketplace_purchase: &717 + enterprise: *690 + installation: *691 + marketplace_purchase: &718 title: Marketplace Purchase type: object required: @@ -141000,8 +141123,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *691 - previous_marketplace_purchase: &718 + organization: *692 + previous_marketplace_purchase: &719 title: Marketplace Purchase type: object properties: @@ -141081,7 +141204,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *692 + repository: *693 sender: *4 required: - action @@ -141161,10 +141284,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *689 - installation: *690 - marketplace_purchase: *717 - organization: *691 + enterprise: *690 + installation: *691 + marketplace_purchase: *718 + organization: *692 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -141247,7 +141370,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *692 + repository: *693 sender: *4 required: - action @@ -141329,10 +141452,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *689 - installation: *690 - marketplace_purchase: *717 - organization: *691 + enterprise: *690 + installation: *691 + marketplace_purchase: *718 + organization: *692 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -141414,7 +141537,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *692 + repository: *693 sender: *4 required: - action @@ -141495,8 +141618,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *689 - installation: *690 + enterprise: *690 + installation: *691 marketplace_purchase: title: Marketplace Purchase type: object @@ -141578,9 +141701,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *691 - previous_marketplace_purchase: *718 - repository: *692 + organization: *692 + previous_marketplace_purchase: *719 + repository: *693 sender: *4 required: - action @@ -141660,12 +141783,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *689 - installation: *690 - marketplace_purchase: *717 - organization: *691 - previous_marketplace_purchase: *718 - repository: *692 + enterprise: *690 + installation: *691 + marketplace_purchase: *718 + organization: *692 + previous_marketplace_purchase: *719 + repository: *693 sender: *4 required: - action @@ -141767,11 +141890,11 @@ x-webhooks: type: string required: - to - enterprise: *689 - installation: *690 - member: *709 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + member: *710 + organization: *692 + repository: *693 sender: *4 required: - action @@ -141871,11 +141994,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *689 - installation: *690 - member: *709 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + member: *710 + organization: *692 + repository: *693 sender: *4 required: - action @@ -141954,11 +142077,11 @@ x-webhooks: type: string enum: - removed - enterprise: *689 - installation: *690 - member: *709 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + member: *710 + organization: *692 + repository: *693 sender: *4 required: - action @@ -142036,11 +142159,11 @@ x-webhooks: type: string enum: - added - enterprise: *689 - installation: *690 - member: *709 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + member: *710 + organization: *692 + repository: *693 scope: description: The scope of the membership. Currently, can only be `team`. @@ -142116,7 +142239,7 @@ x-webhooks: required: - login - id - team: &719 + team: &720 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -142306,11 +142429,11 @@ x-webhooks: type: string enum: - removed - enterprise: *689 - installation: *690 - member: *709 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + member: *710 + organization: *692 + repository: *693 scope: description: The scope of the membership. Currently, can only be `team`. @@ -142387,7 +142510,7 @@ x-webhooks: required: - login - id - team: *719 + team: *720 required: - action - scope @@ -142469,8 +142592,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *690 - merge_group: &721 + installation: *691 + merge_group: &722 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -142489,15 +142612,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *720 + head_commit: *721 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *691 - repository: *692 + organization: *692 + repository: *693 sender: *4 required: - action @@ -142583,10 +142706,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *690 - merge_group: *721 - organization: *691 - repository: *692 + installation: *691 + merge_group: *722 + organization: *692 + repository: *693 sender: *4 required: - action @@ -142659,7 +142782,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *689 + enterprise: *690 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -142768,16 +142891,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *690 - organization: *691 + installation: *691 + organization: *692 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *722 - required: *723 + properties: *723 + required: *724 nullable: true sender: *4 required: @@ -142858,11 +142981,11 @@ x-webhooks: type: string enum: - closed - enterprise: *689 - installation: *690 - milestone: *714 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + milestone: *715 + organization: *692 + repository: *693 sender: *4 required: - action @@ -142941,9 +143064,9 @@ x-webhooks: type: string enum: - created - enterprise: *689 - installation: *690 - milestone: &724 + enterprise: *690 + installation: *691 + milestone: &725 title: Milestone description: A collection of related issues and pull requests. type: object @@ -143080,8 +143203,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *691 - repository: *692 + organization: *692 + repository: *693 sender: *4 required: - action @@ -143160,11 +143283,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *689 - installation: *690 - milestone: *714 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + milestone: *715 + organization: *692 + repository: *693 sender: *4 required: - action @@ -143274,11 +143397,11 @@ x-webhooks: type: string required: - from - enterprise: *689 - installation: *690 - milestone: *714 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + milestone: *715 + organization: *692 + repository: *693 sender: *4 required: - action @@ -143358,11 +143481,11 @@ x-webhooks: type: string enum: - opened - enterprise: *689 - installation: *690 - milestone: *724 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + milestone: *725 + organization: *692 + repository: *693 sender: *4 required: - action @@ -143441,11 +143564,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *709 - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + blocked_user: *710 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -143524,11 +143647,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *709 - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + blocked_user: *710 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -143607,9 +143730,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *689 - installation: *690 - membership: &725 + enterprise: *690 + installation: *691 + membership: &726 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -143716,8 +143839,8 @@ x-webhooks: - role - organization_url - user - organization: *691 - repository: *692 + organization: *692 + repository: *693 sender: *4 required: - action @@ -143795,11 +143918,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *689 - installation: *690 - membership: *725 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + membership: *726 + organization: *692 + repository: *693 sender: *4 required: - action @@ -143878,8 +144001,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *689 - installation: *690 + enterprise: *690 + installation: *691 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -143995,10 +144118,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *691 - repository: *692 + organization: *692 + repository: *693 sender: *4 - user: *709 + user: *710 required: - action - invitation @@ -144076,11 +144199,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *689 - installation: *690 - membership: *725 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + membership: *726 + organization: *692 + repository: *693 sender: *4 required: - action @@ -144167,11 +144290,11 @@ x-webhooks: properties: from: type: string - enterprise: *689 - installation: *690 - membership: *725 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + membership: *726 + organization: *692 + repository: *693 sender: *4 required: - action @@ -144247,9 +144370,9 @@ x-webhooks: type: string enum: - published - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 package: description: Information about the package. type: object @@ -144748,7 +144871,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &726 + items: &727 title: Ruby Gems metadata type: object properties: @@ -144843,7 +144966,7 @@ x-webhooks: - owner - package_version - registry - repository: *692 + repository: *693 sender: *4 required: - action @@ -144919,9 +145042,9 @@ x-webhooks: type: string enum: - updated - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 package: description: Information about the package. type: object @@ -145274,7 +145397,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *726 + items: *727 source_url: type: string format: uri @@ -145344,7 +145467,7 @@ x-webhooks: - owner - package_version - registry - repository: *692 + repository: *693 sender: *4 required: - action @@ -145521,12 +145644,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *689 + enterprise: *690 id: type: integer - installation: *690 - organization: *691 - repository: *692 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - id @@ -145603,7 +145726,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &727 + personal_access_token_request: &728 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -145749,10 +145872,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *689 - organization: *691 + enterprise: *690 + organization: *692 sender: *4 - installation: *690 + installation: *691 required: - action - personal_access_token_request @@ -145829,11 +145952,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *727 - enterprise: *689 - organization: *691 + personal_access_token_request: *728 + enterprise: *690 + organization: *692 sender: *4 - installation: *690 + installation: *691 required: - action - personal_access_token_request @@ -145909,11 +146032,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *727 - enterprise: *689 - organization: *691 + personal_access_token_request: *728 + enterprise: *690 + organization: *692 sender: *4 - installation: *690 + installation: *691 required: - action - personal_access_token_request @@ -145988,11 +146111,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *727 - organization: *691 - enterprise: *689 + personal_access_token_request: *728 + organization: *692 + enterprise: *690 sender: *4 - installation: *690 + installation: *691 required: - action - personal_access_token_request @@ -146097,7 +146220,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *728 + last_response: *729 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -146129,8 +146252,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *691 - repository: *692 + organization: *692 + repository: *693 sender: *4 zen: description: Random string of GitHub zen. @@ -146375,10 +146498,10 @@ x-webhooks: - from required: - note - enterprise: *689 - installation: *690 - organization: *691 - project_card: &729 + enterprise: *690 + installation: *691 + organization: *692 + project_card: &730 title: Project Card type: object properties: @@ -146497,7 +146620,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *692 + repository: *693 sender: *4 required: - action @@ -146578,11 +146701,11 @@ x-webhooks: type: string enum: - created - enterprise: *689 - installation: *690 - organization: *691 - project_card: *729 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + project_card: *730 + repository: *693 sender: *4 required: - action @@ -146662,9 +146785,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 project_card: title: Project Card type: object @@ -146792,8 +146915,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *722 - required: *723 + properties: *723 + required: *724 nullable: true sender: *4 required: @@ -146887,11 +147010,11 @@ x-webhooks: - from required: - note - enterprise: *689 - installation: *690 - organization: *691 - project_card: *729 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + project_card: *730 + repository: *693 sender: *4 required: - action @@ -146985,9 +147108,9 @@ x-webhooks: - from required: - column_id - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 project_card: allOf: - title: Project Card @@ -147177,7 +147300,7 @@ x-webhooks: type: string required: - after_id - repository: *692 + repository: *693 sender: *4 required: - action @@ -147257,10 +147380,10 @@ x-webhooks: type: string enum: - closed - enterprise: *689 - installation: *690 - organization: *691 - project: &731 + enterprise: *690 + installation: *691 + organization: *692 + project: &732 title: Project type: object properties: @@ -147384,7 +147507,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *692 + repository: *693 sender: *4 required: - action @@ -147464,10 +147587,10 @@ x-webhooks: type: string enum: - created - enterprise: *689 - installation: *690 - organization: *691 - project_column: &730 + enterprise: *690 + installation: *691 + organization: *692 + project_column: &731 title: Project Column type: object properties: @@ -147506,7 +147629,7 @@ x-webhooks: - name - created_at - updated_at - repository: *692 + repository: *693 sender: *4 required: - action @@ -147585,18 +147708,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *689 - installation: *690 - organization: *691 - project_column: *730 + enterprise: *690 + installation: *691 + organization: *692 + project_column: *731 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *722 - required: *723 + properties: *723 + required: *724 nullable: true sender: *4 required: @@ -147686,11 +147809,11 @@ x-webhooks: type: string required: - from - enterprise: *689 - installation: *690 - organization: *691 - project_column: *730 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + project_column: *731 + repository: *693 sender: *4 required: - action @@ -147770,11 +147893,11 @@ x-webhooks: type: string enum: - moved - enterprise: *689 - installation: *690 - organization: *691 - project_column: *730 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + project_column: *731 + repository: *693 sender: *4 required: - action @@ -147854,11 +147977,11 @@ x-webhooks: type: string enum: - created - enterprise: *689 - installation: *690 - organization: *691 - project: *731 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + project: *732 + repository: *693 sender: *4 required: - action @@ -147938,18 +148061,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *689 - installation: *690 - organization: *691 - project: *731 + enterprise: *690 + installation: *691 + organization: *692 + project: *732 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *722 - required: *723 + properties: *723 + required: *724 nullable: true sender: *4 required: @@ -148051,11 +148174,11 @@ x-webhooks: type: string required: - from - enterprise: *689 - installation: *690 - organization: *691 - project: *731 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + project: *732 + repository: *693 sender: *4 required: - action @@ -148134,11 +148257,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *689 - installation: *690 - organization: *691 - project: *731 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + project: *732 + repository: *693 sender: *4 required: - action @@ -148219,9 +148342,9 @@ x-webhooks: type: string enum: - closed - installation: *690 - organization: *691 - projects_v2: &732 + installation: *691 + organization: *692 + projects_v2: &733 title: Projects v2 Project description: A projects v2 project type: object @@ -148278,7 +148401,7 @@ x-webhooks: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &737 + properties: &738 id: type: number node_id: @@ -148316,7 +148439,7 @@ x-webhooks: example: The project is off to a great start! type: string nullable: true - required: &738 + required: &739 - id - node_id - created_at @@ -148420,9 +148543,9 @@ x-webhooks: type: string enum: - created - installation: *690 - organization: *691 - projects_v2: *732 + installation: *691 + organization: *692 + projects_v2: *733 sender: *4 required: - action @@ -148503,9 +148626,9 @@ x-webhooks: type: string enum: - deleted - installation: *690 - organization: *691 - projects_v2: *732 + installation: *691 + organization: *692 + projects_v2: *733 sender: *4 required: - action @@ -148622,9 +148745,9 @@ x-webhooks: type: string to: type: string - installation: *690 - organization: *691 - projects_v2: *732 + installation: *691 + organization: *692 + projects_v2: *733 sender: *4 required: - action @@ -148707,7 +148830,7 @@ x-webhooks: type: string enum: - archived - changes: &736 + changes: &737 type: object properties: archived_at: @@ -148721,9 +148844,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *690 - organization: *691 - projects_v2_item: &733 + installation: *691 + organization: *692 + projects_v2_item: &734 title: Projects v2 Item description: An item belonging to a project type: object @@ -148857,9 +148980,9 @@ x-webhooks: nullable: true to: type: string - installation: *690 - organization: *691 - projects_v2_item: *733 + installation: *691 + organization: *692 + projects_v2_item: *734 sender: *4 required: - action @@ -148941,9 +149064,9 @@ x-webhooks: type: string enum: - created - installation: *690 - organization: *691 - projects_v2_item: *733 + installation: *691 + organization: *692 + projects_v2_item: *734 sender: *4 required: - action @@ -149024,9 +149147,9 @@ x-webhooks: type: string enum: - deleted - installation: *690 - organization: *691 - projects_v2_item: *733 + installation: *691 + organization: *692 + projects_v2_item: *734 sender: *4 required: - action @@ -149132,7 +149255,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &734 + - &735 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -149150,7 +149273,7 @@ x-webhooks: required: - id - name - - &735 + - &736 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -149177,8 +149300,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *734 - *735 + - *736 required: - field_value - type: object @@ -149194,9 +149317,9 @@ x-webhooks: nullable: true required: - body - installation: *690 - organization: *691 - projects_v2_item: *733 + installation: *691 + organization: *692 + projects_v2_item: *734 sender: *4 required: - action @@ -149291,9 +149414,9 @@ x-webhooks: to: type: string nullable: true - installation: *690 - organization: *691 - projects_v2_item: *733 + installation: *691 + organization: *692 + projects_v2_item: *734 sender: *4 required: - action @@ -149376,10 +149499,10 @@ x-webhooks: type: string enum: - restored - changes: *736 - installation: *690 - organization: *691 - projects_v2_item: *733 + changes: *737 + installation: *691 + organization: *692 + projects_v2_item: *734 sender: *4 required: - action @@ -149461,9 +149584,9 @@ x-webhooks: type: string enum: - reopened - installation: *690 - organization: *691 - projects_v2: *732 + installation: *691 + organization: *692 + projects_v2: *733 sender: *4 required: - action @@ -149544,14 +149667,14 @@ x-webhooks: type: string enum: - created - installation: *690 - organization: *691 - projects_v2_status_update: &739 + installation: *691 + organization: *692 + projects_v2_status_update: &740 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *737 - required: *738 + properties: *738 + required: *739 sender: *4 required: - action @@ -149632,9 +149755,9 @@ x-webhooks: type: string enum: - deleted - installation: *690 - organization: *691 - projects_v2_status_update: *739 + installation: *691 + organization: *692 + projects_v2_status_update: *740 sender: *4 required: - action @@ -149770,9 +149893,9 @@ x-webhooks: type: string format: date nullable: true - installation: *690 - organization: *691 - projects_v2_status_update: *739 + installation: *691 + organization: *692 + projects_v2_status_update: *740 sender: *4 required: - action @@ -149843,10 +149966,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - repository @@ -149923,13 +150046,13 @@ x-webhooks: type: string enum: - assigned - assignee: *709 - enterprise: *689 - installation: *690 - number: &740 + assignee: *710 + enterprise: *690 + installation: *691 + number: &741 description: The pull request number. type: integer - organization: *691 + organization: *692 pull_request: title: Pull Request type: object @@ -152212,7 +152335,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *692 + repository: *693 sender: *4 required: - action @@ -152294,11 +152417,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *689 - installation: *690 + enterprise: *690 + installation: *691 number: type: integer - organization: *691 + organization: *692 pull_request: title: Pull Request type: object @@ -154576,7 +154699,7 @@ x-webhooks: - draft reason: type: string - repository: *692 + repository: *693 sender: *4 required: - action @@ -154658,11 +154781,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *689 - installation: *690 + enterprise: *690 + installation: *691 number: type: integer - organization: *691 + organization: *692 pull_request: title: Pull Request type: object @@ -156940,7 +157063,7 @@ x-webhooks: - draft reason: type: string - repository: *692 + repository: *693 sender: *4 required: - action @@ -157022,11 +157145,11 @@ x-webhooks: type: string enum: - closed - enterprise: *689 - installation: *690 - number: *740 - organization: *691 - pull_request: &741 + enterprise: *690 + installation: *691 + number: *741 + organization: *692 + pull_request: &742 allOf: - *557 - type: object @@ -157090,7 +157213,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *692 + repository: *693 sender: *4 required: - action @@ -157171,12 +157294,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *689 - installation: *690 - number: *740 - organization: *691 - pull_request: *741 - repository: *692 + enterprise: *690 + installation: *691 + number: *741 + organization: *692 + pull_request: *742 + repository: *693 sender: *4 required: - action @@ -157256,11 +157379,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *689 + enterprise: *690 milestone: *540 - number: *740 - organization: *691 - pull_request: &742 + number: *741 + organization: *692 + pull_request: &743 title: Pull Request type: object properties: @@ -159523,7 +159646,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *692 + repository: *693 sender: *4 required: - action @@ -159602,11 +159725,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *689 - installation: *690 + enterprise: *690 + installation: *691 number: type: integer - organization: *691 + organization: *692 pull_request: title: Pull Request type: object @@ -161888,7 +162011,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *692 + repository: *693 sender: *4 required: - action @@ -162012,12 +162135,12 @@ x-webhooks: type: string required: - from - enterprise: *689 - installation: *690 - number: *740 - organization: *691 - pull_request: *741 - repository: *692 + enterprise: *690 + installation: *691 + number: *741 + organization: *692 + pull_request: *742 + repository: *693 sender: *4 required: - action @@ -162097,11 +162220,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *689 - installation: *690 + enterprise: *690 + installation: *691 number: type: integer - organization: *691 + organization: *692 pull_request: title: Pull Request type: object @@ -164368,7 +164491,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *692 + repository: *693 sender: *4 required: - action @@ -164448,11 +164571,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *689 - installation: *690 - label: *708 - number: *740 - organization: *691 + enterprise: *690 + installation: *691 + label: *709 + number: *741 + organization: *692 pull_request: title: Pull Request type: object @@ -166734,7 +166857,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *692 + repository: *693 sender: *4 required: - action @@ -166815,10 +166938,10 @@ x-webhooks: type: string enum: - locked - enterprise: *689 - installation: *690 - number: *740 - organization: *691 + enterprise: *690 + installation: *691 + number: *741 + organization: *692 pull_request: title: Pull Request type: object @@ -169098,7 +169221,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *692 + repository: *693 sender: *4 required: - action @@ -169178,12 +169301,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *689 + enterprise: *690 milestone: *540 - number: *740 - organization: *691 - pull_request: *742 - repository: *692 + number: *741 + organization: *692 + pull_request: *743 + repository: *693 sender: *4 required: - action @@ -169262,12 +169385,12 @@ x-webhooks: type: string enum: - opened - enterprise: *689 - installation: *690 - number: *740 - organization: *691 - pull_request: *741 - repository: *692 + enterprise: *690 + installation: *691 + number: *741 + organization: *692 + pull_request: *742 + repository: *693 sender: *4 required: - action @@ -169348,12 +169471,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *689 - installation: *690 - number: *740 - organization: *691 - pull_request: *741 - repository: *692 + enterprise: *690 + installation: *691 + number: *741 + organization: *692 + pull_request: *742 + repository: *693 sender: *4 required: - action @@ -169433,12 +169556,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *689 - installation: *690 - number: *740 - organization: *691 - pull_request: *741 - repository: *692 + enterprise: *690 + installation: *691 + number: *741 + organization: *692 + pull_request: *742 + repository: *693 sender: *4 required: - action @@ -169804,9 +169927,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 pull_request: type: object properties: @@ -171976,7 +172099,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *692 + repository: *693 sender: *4 required: - action @@ -172056,7 +172179,7 @@ x-webhooks: type: string enum: - deleted - comment: &744 + comment: &745 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -172341,9 +172464,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 pull_request: type: object properties: @@ -174501,7 +174624,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *692 + repository: *693 sender: *4 required: - action @@ -174581,11 +174704,11 @@ x-webhooks: type: string enum: - edited - changes: *743 - comment: *744 - enterprise: *689 - installation: *690 - organization: *691 + changes: *744 + comment: *745 + enterprise: *690 + installation: *691 + organization: *692 pull_request: type: object properties: @@ -176746,7 +176869,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *692 + repository: *693 sender: *4 required: - action @@ -176827,9 +176950,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 pull_request: title: Simple Pull Request type: object @@ -179002,7 +179125,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *692 + repository: *693 review: description: The review that was affected. type: object @@ -179071,6 +179194,10 @@ x-webhooks: submitted_at: type: string format: date-time + updated_at: + type: string + format: date-time + nullable: true user: title: User type: object @@ -179245,9 +179372,9 @@ x-webhooks: type: string required: - from - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 pull_request: title: Simple Pull Request type: object @@ -181301,8 +181428,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *692 - review: &745 + repository: *693 + review: &746 description: The review that was affected. type: object properties: @@ -181367,6 +181494,10 @@ x-webhooks: type: string nullable: true format: date-time + updated_at: + type: string + nullable: true + format: date-time user: title: User type: object @@ -181531,12 +181662,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *689 - installation: *690 + enterprise: *690 + installation: *691 number: description: The pull request number. type: integer - organization: *691 + organization: *692 pull_request: title: Pull Request type: object @@ -183819,7 +183950,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *692 + repository: *693 requested_reviewer: title: User type: object @@ -183903,12 +184034,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *689 - installation: *690 + enterprise: *690 + installation: *691 number: description: The pull request number. type: integer - organization: *691 + organization: *692 pull_request: title: Pull Request type: object @@ -186198,7 +186329,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *692 + repository: *693 requested_team: title: Team description: Groups of organization members that gives permissions @@ -186390,12 +186521,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *689 - installation: *690 + enterprise: *690 + installation: *691 number: description: The pull request number. type: integer - organization: *691 + organization: *692 pull_request: title: Pull Request type: object @@ -188680,7 +188811,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *692 + repository: *693 requested_reviewer: title: User type: object @@ -188765,12 +188896,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *689 - installation: *690 + enterprise: *690 + installation: *691 number: description: The pull request number. type: integer - organization: *691 + organization: *692 pull_request: title: Pull Request type: object @@ -191046,7 +191177,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *692 + repository: *693 requested_team: title: Team description: Groups of organization members that gives permissions @@ -191227,9 +191358,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 pull_request: title: Simple Pull Request type: object @@ -193404,8 +193535,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *692 - review: *745 + repository: *693 + review: *746 sender: *4 required: - action @@ -193485,9 +193616,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 pull_request: title: Simple Pull Request type: object @@ -195557,7 +195688,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *692 + repository: *693 sender: *4 thread: type: object @@ -195862,6 +195993,10 @@ x-webhooks: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -195940,9 +196075,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 pull_request: title: Simple Pull Request type: object @@ -197998,7 +198133,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *692 + repository: *693 sender: *4 thread: type: object @@ -198301,6 +198436,10 @@ x-webhooks: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -198384,10 +198523,10 @@ x-webhooks: type: string before: type: string - enterprise: *689 - installation: *690 - number: *740 - organization: *691 + enterprise: *690 + installation: *691 + number: *741 + organization: *692 pull_request: title: Pull Request type: object @@ -200658,7 +200797,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *692 + repository: *693 sender: *4 required: - action @@ -200740,11 +200879,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *746 - enterprise: *689 - installation: *690 - number: *740 - organization: *691 + assignee: *747 + enterprise: *690 + installation: *691 + number: *741 + organization: *692 pull_request: title: Pull Request type: object @@ -203027,7 +203166,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *692 + repository: *693 sender: *4 required: - action @@ -203106,11 +203245,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *689 - installation: *690 - label: *708 - number: *740 - organization: *691 + enterprise: *690 + installation: *691 + label: *709 + number: *741 + organization: *692 pull_request: title: Pull Request type: object @@ -205383,7 +205522,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *692 + repository: *693 sender: *4 required: - action @@ -205464,10 +205603,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *689 - installation: *690 - number: *740 - organization: *691 + enterprise: *690 + installation: *691 + number: *741 + organization: *692 pull_request: title: Pull Request type: object @@ -207732,7 +207871,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *692 + repository: *693 sender: *4 required: - action @@ -207932,7 +208071,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *689 + enterprise: *690 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -208024,8 +208163,8 @@ x-webhooks: - url - author - committer - installation: *690 - organization: *691 + installation: *691 + organization: *692 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -208600,9 +208739,9 @@ x-webhooks: type: string enum: - published - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 registry_package: type: object properties: @@ -209048,7 +209187,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *726 + items: *727 summary: type: string tag_name: @@ -209102,7 +209241,7 @@ x-webhooks: - owner - package_version - registry - repository: *692 + repository: *693 sender: *4 required: - action @@ -209180,9 +209319,9 @@ x-webhooks: type: string enum: - updated - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 registry_package: type: object properties: @@ -209490,7 +209629,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *726 + items: *727 summary: type: string tag_name: @@ -209539,7 +209678,7 @@ x-webhooks: - owner - package_version - registry - repository: *692 + repository: *693 sender: *4 required: - action @@ -209616,10 +209755,10 @@ x-webhooks: type: string enum: - created - enterprise: *689 - installation: *690 - organization: *691 - release: &747 + enterprise: *690 + installation: *691 + organization: *692 + release: &748 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -209828,6 +209967,10 @@ x-webhooks: type: string nullable: true format: date-time + updated_at: + type: string + nullable: true + format: date-time discussion_url: type: string format: uri @@ -209930,9 +210073,10 @@ x-webhooks: - published_at - assets - tarball_url + - updated_at - zipball_url - body - repository: *692 + repository: *693 sender: *4 required: - action @@ -210009,11 +210153,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *689 - installation: *690 - organization: *691 - release: *747 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + release: *748 + repository: *693 sender: *4 required: - action @@ -210130,11 +210274,11 @@ x-webhooks: type: boolean required: - to - enterprise: *689 - installation: *690 - organization: *691 - release: *747 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + release: *748 + repository: *693 sender: *4 required: - action @@ -210212,9 +210356,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -210237,6 +210381,7 @@ x-webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -210524,6 +210669,10 @@ x-webhooks: upload_url: type: string format: uri-template + updated_at: + type: string + nullable: true + format: date-time url: type: string format: uri @@ -210531,7 +210680,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *692 + repository: *693 sender: *4 required: - action @@ -210607,10 +210756,10 @@ x-webhooks: type: string enum: - published - enterprise: *689 - installation: *690 - organization: *691 - release: &748 + enterprise: *690 + installation: *691 + organization: *692 + release: &749 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -210632,6 +210781,7 @@ x-webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -210914,6 +211064,10 @@ x-webhooks: description: Specifies the commitish value that determines where the Git tag is created from. type: string + updated_at: + type: string + nullable: true + format: date-time upload_url: type: string format: uri-template @@ -210924,7 +211078,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *692 + repository: *693 sender: *4 required: - action @@ -211000,11 +211154,11 @@ x-webhooks: type: string enum: - released - enterprise: *689 - installation: *690 - organization: *691 - release: *747 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + release: *748 + repository: *693 sender: *4 required: - action @@ -211080,11 +211234,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *689 - installation: *690 - organization: *691 - release: *748 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + release: *749 + repository: *693 sender: *4 required: - action @@ -211160,10 +211314,10 @@ x-webhooks: type: string enum: - published - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 repository_advisory: *612 sender: *4 required: @@ -211240,10 +211394,10 @@ x-webhooks: type: string enum: - reported - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 repository_advisory: *612 sender: *4 required: @@ -211320,10 +211474,10 @@ x-webhooks: type: string enum: - archived - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -211400,10 +211554,10 @@ x-webhooks: type: string enum: - created - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -211481,10 +211635,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -211568,10 +211722,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -211683,10 +211837,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -211758,10 +211912,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 status: type: string @@ -211842,10 +211996,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -211922,10 +212076,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -212019,10 +212173,10 @@ x-webhooks: - name required: - repository - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -212102,10 +212256,10 @@ x-webhooks: type: string enum: - created - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 repository_ruleset: *270 sender: *4 required: @@ -212184,10 +212338,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 repository_ruleset: *270 sender: *4 required: @@ -212266,10 +212420,10 @@ x-webhooks: type: string enum: - edited - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 repository_ruleset: *270 changes: type: object @@ -212574,10 +212728,10 @@ x-webhooks: - from required: - owner - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -212655,10 +212809,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -212736,7 +212890,7 @@ x-webhooks: type: string enum: - create - alert: &749 + alert: &750 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -212857,10 +213011,10 @@ x-webhooks: type: string enum: - open - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -213066,10 +213220,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -213147,11 +213301,11 @@ x-webhooks: type: string enum: - reopen - alert: *749 - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + alert: *750 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -213350,10 +213504,10 @@ x-webhooks: enum: - fixed - open - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -213431,7 +213585,7 @@ x-webhooks: type: string enum: - created - alert: &750 + alert: &751 type: object properties: number: *54 @@ -213542,10 +213696,10 @@ x-webhooks: description: Whether the detected secret was found in multiple repositories in the same organization or business. nullable: true - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -213626,11 +213780,11 @@ x-webhooks: type: string enum: - created - alert: *750 - installation: *690 - location: *751 - organization: *691 - repository: *692 + alert: *751 + installation: *691 + location: *752 + organization: *692 + repository: *693 sender: *4 required: - location @@ -213868,11 +214022,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *750 - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + alert: *751 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -213950,11 +214104,11 @@ x-webhooks: type: string enum: - reopened - alert: *750 - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + alert: *751 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -214032,11 +214186,11 @@ x-webhooks: type: string enum: - resolved - alert: *750 - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + alert: *751 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -214114,11 +214268,11 @@ x-webhooks: type: string enum: - validated - alert: *750 - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + alert: *751 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -214244,10 +214398,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *692 - enterprise: *689 - installation: *690 - organization: *691 + repository: *693 + enterprise: *690 + installation: *691 + organization: *692 sender: *4 required: - action @@ -214325,11 +214479,11 @@ x-webhooks: type: string enum: - published - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 - security_advisory: &752 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 + security_advisory: &753 description: The details of the security advisory, including summary, description, and severity. type: object @@ -214512,11 +214666,11 @@ x-webhooks: type: string enum: - updated - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 - security_advisory: *752 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 + security_advisory: *753 sender: *4 required: - action @@ -214589,10 +214743,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -214777,9 +214931,9 @@ x-webhooks: type: object properties: security_and_analysis: *244 - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 repository: *320 sender: *4 required: @@ -214858,12 +215012,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 - sponsorship: &753 + sponsorship: &754 type: object properties: created_at: @@ -215164,12 +215318,12 @@ x-webhooks: type: string enum: - created - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 - sponsorship: *753 + sponsorship: *754 required: - action - sponsorship @@ -215257,12 +215411,12 @@ x-webhooks: type: string required: - from - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 - sponsorship: *753 + sponsorship: *754 required: - action - changes @@ -215339,17 +215493,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &754 + effective_date: &755 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: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 - sponsorship: *753 + sponsorship: *754 required: - action - sponsorship @@ -215423,7 +215577,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &755 + changes: &756 type: object properties: tier: @@ -215467,13 +215621,13 @@ x-webhooks: - from required: - tier - effective_date: *754 - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + effective_date: *755 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 - sponsorship: *753 + sponsorship: *754 required: - action - changes @@ -215550,13 +215704,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *755 - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + changes: *756 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 - sponsorship: *753 + sponsorship: *754 required: - action - changes @@ -215630,10 +215784,10 @@ x-webhooks: type: string enum: - created - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -215716,10 +215870,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -216139,15 +216293,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *689 + enterprise: *690 id: description: The unique identifier of the status. type: integer - installation: *690 + installation: *691 name: type: string - organization: *691 - repository: *692 + organization: *692 + repository: *693 sender: *4 sha: description: The Commit SHA. @@ -216262,9 +216416,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *77 - installation: *690 - organization: *691 - repository: *692 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -216354,9 +216508,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *77 - installation: *690 - organization: *691 - repository: *692 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -216446,9 +216600,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *77 - installation: *690 - organization: *691 - repository: *692 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -216538,9 +216692,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *77 - installation: *690 - organization: *691 - repository: *692 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -216617,12 +216771,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 - team: &756 + team: &757 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -216812,9 +216966,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 repository: title: Repository description: A git repository @@ -217272,7 +217426,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *756 + team: *757 required: - action - team @@ -217348,9 +217502,9 @@ x-webhooks: type: string enum: - created - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 repository: title: Repository description: A git repository @@ -217808,7 +217962,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *756 + team: *757 required: - action - team @@ -217885,9 +218039,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 repository: title: Repository description: A git repository @@ -218345,7 +218499,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *756 + team: *757 required: - action - team @@ -218489,9 +218643,9 @@ x-webhooks: - from required: - permissions - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 repository: title: Repository description: A git repository @@ -218949,7 +219103,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *756 + team: *757 required: - action - changes @@ -219027,9 +219181,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *689 - installation: *690 - organization: *691 + enterprise: *690 + installation: *691 + organization: *692 repository: title: Repository description: A git repository @@ -219487,7 +219641,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *756 + team: *757 required: - action - team @@ -219563,10 +219717,10 @@ x-webhooks: type: string enum: - started - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 required: - action @@ -219639,16 +219793,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *689 + enterprise: *690 inputs: type: object nullable: true additionalProperties: true - installation: *690 - organization: *691 + installation: *691 + organization: *692 ref: type: string - repository: *692 + repository: *693 sender: *4 workflow: type: string @@ -219730,10 +219884,10 @@ x-webhooks: type: string enum: - completed - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 workflow_job: allOf: @@ -220049,10 +220203,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 workflow_job: allOf: @@ -220391,10 +220545,10 @@ x-webhooks: type: string enum: - queued - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 workflow_job: type: object @@ -220608,10 +220762,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 workflow_job: type: object @@ -220827,12 +220981,12 @@ x-webhooks: type: string enum: - completed - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 - workflow: *704 + workflow: *705 workflow_run: title: Workflow Run type: object @@ -221831,12 +221985,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 - workflow: *704 + workflow: *705 workflow_run: title: Workflow Run type: object @@ -222820,12 +222974,12 @@ x-webhooks: type: string enum: - requested - enterprise: *689 - installation: *690 - organization: *691 - repository: *692 + enterprise: *690 + installation: *691 + organization: *692 + repository: *693 sender: *4 - workflow: *704 + workflow: *705 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json index 6ce27228f3..419985bdaa 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -43859,7 +43859,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -45220,7 +45220,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -46601,7 +46601,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -47955,7 +47955,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -49312,7 +49312,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -58965,6 +58965,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -74129,6 +74212,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -79929,6 +80095,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -122857,9 +123106,9 @@ } }, { - "name": "artifact_registry_url", + "name": "package_registry_url", "in": "query", - "description": "A comma-separated list of Artifact Registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", + "description": "A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", "schema": { "type": "string" } @@ -130494,6 +130743,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -141901,6 +142233,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -172382,7 +172797,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -173731,7 +174146,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -174878,7 +175293,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -176809,7 +177224,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -178183,7 +178598,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -179326,7 +179741,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -328331,6 +328746,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -348227,6 +348725,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -350824,6 +351405,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -356855,6 +357519,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -360599,6 +361346,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -364219,6 +365049,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -364657,6 +365570,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] } } @@ -366794,6 +367721,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -369388,6 +370398,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -371785,6 +372878,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -375845,6 +377021,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -378329,6 +379588,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -380891,6 +382233,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -383473,6 +384898,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -397429,6 +398937,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -399915,6 +401506,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -402377,6 +404051,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -404938,6 +406695,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -415506,6 +417346,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -415909,6 +417832,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "commit_id": { "description": "A commit SHA for the review.", "example": "54bb654c9e6025347f57900a4a5c2313a96b8035", @@ -466042,6 +467970,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -466768,6 +468701,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -468340,6 +470278,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -468969,6 +470912,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -469623,6 +471571,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -470314,6 +472267,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -474137,7 +476095,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -475494,7 +477452,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -476490,7 +478448,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -478440,7 +480398,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -479812,7 +481770,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -480804,7 +482762,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -524278,6 +526236,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "type": "string" }, @@ -568984,6 +571025,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -598769,6 +600893,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -601774,6 +603981,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -604781,6 +607071,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -614178,6 +616551,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -617185,6 +619641,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -824858,6 +827397,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -827013,6 +829635,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -831445,6 +834150,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -833600,6 +836388,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -838032,6 +840903,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -840916,6 +843870,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -844619,6 +847656,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -847503,6 +850623,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -850350,6 +853553,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -853264,6 +856550,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -856370,6 +859739,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -859294,6 +862746,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -862391,6 +865926,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -865339,6 +868957,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -868313,6 +872014,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -871213,6 +874997,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -874191,6 +878058,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -876168,6 +880118,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -879070,6 +883103,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -881997,6 +886113,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -884791,6 +888990,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -886784,6 +891066,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -889693,6 +894058,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -892760,6 +897208,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -895669,6 +900200,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -898641,6 +903255,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -901520,6 +906217,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -904428,6 +909208,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -1092881,6 +1097744,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "format": "date-time", + "nullable": true + }, "user": { "title": "User", "type": "object", @@ -1097421,6 +1102289,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "user": { "title": "User", "type": "object", @@ -1120604,6 +1125477,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "user": { "title": "User", "type": "object", @@ -1125556,6 +1130434,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -1130257,6 +1135140,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -1155059,6 +1159947,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1155188,6 +1160081,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1157083,6 +1161977,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1157212,6 +1162111,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1159160,6 +1164060,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1159289,6 +1164194,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1160925,6 +1165831,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1161310,6 +1166217,11 @@ "type": "string", "format": "uri-template" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "url": { "type": "string", "format": "uri" @@ -1162952,6 +1167864,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1163330,6 +1168243,11 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -1165235,6 +1170153,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1165364,6 +1170287,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1166999,6 +1171923,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1167377,6 +1172302,11 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -1191149,7 +1196079,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -1193999,7 +1198929,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -1196849,7 +1201779,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -1254427,6 +1259357,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1257311,6 +1262324,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1261011,6 +1266107,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1263895,6 +1269074,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1267595,6 +1272857,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1270479,6 +1275824,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1274179,6 +1279607,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1277063,6 +1282574,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 61dc5d4e49..45f54df62e 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -17123,11 +17123,12 @@ paths: type: integer nullable: true description: The ID of the actor that can bypass a ruleset. - If `actor_type` is `OrganizationAdmin`, this should be `1`. - If `actor_type` is `DeployKey`, this should be null. If - `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. - `OrganizationAdmin` and `EnterpriseOwner` are not applicable - for personal repositories. + Required for `Integration`, `RepositoryRole`, and `Team` + actor types. If `actor_type` is `OrganizationAdmin`, this + should be `1`. If `actor_type` is `DeployKey`, this should + be null. If `actor_type` is `EnterpriseOwner`, `actor_id` + is ignored. `OrganizationAdmin` and `EnterpriseOwner` are + not applicable for personal repositories. actor_type: type: string enum: @@ -21123,6 +21124,68 @@ paths: - blocking - total_blocked_by - total_blocking + issue_field_values: + type: array + items: &755 + title: Issue Field Value + description: A value assigned to an issue field + type: object + properties: + issue_field_id: + description: Unique identifier for the issue field. + type: integer + format: int64 + example: 1 + node_id: + type: string + example: IFT_GDKND + data_type: + description: The data type of the issue field + type: string + enum: + - text + - single_select + - number + - date + example: text + value: + description: The value of the issue field + anyOf: + - type: string + example: Sample text + - type: number + example: 42.5 + - type: integer + example: 1 + nullable: true + single_select_option: + description: Details about the selected option + (only present for single_select fields) + type: object + properties: + id: + description: Unique identifier for the option. + type: integer + format: int64 + example: 1 + name: + description: The name of the option + type: string + example: High + color: + description: The color of the option + type: string + example: red + required: + - id + - name + - color + nullable: true + required: + - issue_field_id + - node_id + - data_type + - value required: &618 - assignee - closed_at @@ -21712,7 +21775,7 @@ paths: url: type: string format: uri - user: &766 + user: &767 title: Public User description: Public User type: object @@ -26164,7 +26227,7 @@ paths: type: array items: *61 examples: - default: &783 + default: &784 value: - login: github id: 1 @@ -29313,7 +29376,7 @@ paths: type: array items: *234 examples: - default: &769 + default: &770 value: total_count: 1 repositories: @@ -31382,12 +31445,12 @@ paths: required: - subject_digests examples: - default: &798 + default: &799 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &799 + withPredicateType: &800 value: subject_digests: - sha256:abc123 @@ -31445,7 +31508,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &800 + default: &801 value: attestations_subject_digests: - sha256:abc: @@ -36455,9 +36518,9 @@ paths: - *288 - *289 - *290 - - name: artifact_registry_url + - name: package_registry_url in: query - description: A comma-separated list of Artifact Registry URLs. If specified, + description: A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned. schema: @@ -41551,7 +41614,7 @@ paths: parameters: - *75 - *338 - - &782 + - &783 name: repo_name description: repo_name parameter in: path @@ -42866,7 +42929,7 @@ paths: - nuget - container - *75 - - &784 + - &785 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -42907,7 +42970,7 @@ paths: default: *345 '403': *29 '401': *25 - '400': &786 + '400': &787 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -49678,7 +49741,7 @@ paths: - updated_at - url examples: - default: &756 + default: &757 value: - author: login: octocat @@ -49926,7 +49989,7 @@ paths: application/json: schema: *402 examples: - default: &757 + default: &758 value: author: login: octocat @@ -50109,7 +50172,7 @@ paths: - updated_at - url examples: - default: &758 + default: &759 value: - author: login: octocat @@ -50335,7 +50398,7 @@ paths: application/json: schema: *405 examples: - default: &759 + default: &760 value: author: login: octocat @@ -51048,7 +51111,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &760 + response-if-user-is-a-team-maintainer: &761 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -51113,7 +51176,7 @@ paths: application/json: schema: *416 examples: - response-if-users-membership-with-team-is-now-pending: &761 + response-if-users-membership-with-team-is-now-pending: &762 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -51254,7 +51317,7 @@ paths: - updated_at - permissions examples: - default: &762 + default: &763 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -51333,7 +51396,7 @@ paths: application/json: schema: *417 examples: - default: &763 + default: &764 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -51543,7 +51606,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &764 + schema: &765 title: Team Repository description: A team's access to a repository. type: object @@ -52309,7 +52372,7 @@ paths: type: array items: *265 examples: - response-if-child-teams-exist: &765 + response-if-child-teams-exist: &766 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -64685,7 +64748,7 @@ paths: check. type: array items: *491 - deployment: &818 + deployment: &819 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -65597,7 +65660,7 @@ paths: type: string format: date-time nullable: true - head_commit: &844 + head_commit: &845 title: Simple Commit description: A commit. type: object @@ -69823,14 +69886,14 @@ paths: type: integer machines: type: array - items: &772 + items: &773 type: object title: Codespace machine description: A description of the machine powering a codespace. properties: *530 required: *531 examples: - default: &773 + default: &774 value: total_count: 2 machines: @@ -80794,7 +80857,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &852 + last_response: &853 title: Hook Response type: object properties: @@ -81754,7 +81817,7 @@ paths: parameters: - *419 - *420 - - &795 + - &796 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -82188,7 +82251,7 @@ paths: type: array items: *614 examples: - default: &788 + default: &789 value: - id: 1 repository: @@ -84131,6 +84194,13 @@ paths: state: open labels: - bug + issue_field_values: + - field_id: '123' + value: Critical + - field_id: '456' + value: 5 + - field_id: '789' + value: responses: '200': description: Response @@ -86558,6 +86628,10 @@ paths: submitted_at: type: string format: date-time + updated_at: + type: string + nullable: true + format: date-time commit_id: description: A commit SHA for the review. example: 54bb654c9e6025347f57900a4a5c2313a96b8035 @@ -94352,6 +94426,10 @@ paths: type: string format: date-time nullable: true + updated_at: + type: string + nullable: true + format: date-time author: *4 assets: type: array @@ -96593,7 +96671,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &875 + items: &876 type: object properties: type: @@ -102762,6 +102840,9 @@ paths: nullable: true sub_issues_summary: *753 issue_dependencies_summary: *754 + issue_field_values: + type: array + items: *755 state: type: string state_reason: @@ -104067,7 +104148,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &755 + - &756 name: team_id description: The unique identifier of the team. in: path @@ -104108,7 +104189,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *755 + - *756 requestBody: required: true content: @@ -104208,7 +104289,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *755 + - *756 responses: '204': description: Response @@ -104239,7 +104320,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *755 + - *756 - *93 - *17 - *19 @@ -104252,7 +104333,7 @@ paths: type: array items: *402 examples: - default: *756 + default: *757 headers: Link: *40 x-github: @@ -104281,7 +104362,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *755 + - *756 requestBody: required: true content: @@ -104344,7 +104425,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *755 + - *756 - *404 responses: '200': @@ -104378,7 +104459,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *755 + - *756 - *404 requestBody: required: false @@ -104404,7 +104485,7 @@ paths: application/json: schema: *402 examples: - default: *757 + default: *758 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104429,7 +104510,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *755 + - *756 - *404 responses: '204': @@ -104459,7 +104540,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *755 + - *756 - *404 - *93 - *17 @@ -104473,7 +104554,7 @@ paths: type: array items: *405 examples: - default: *758 + default: *759 headers: Link: *40 x-github: @@ -104502,7 +104583,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *755 + - *756 - *404 requestBody: required: true @@ -104554,7 +104635,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *755 + - *756 - *404 - *407 responses: @@ -104589,7 +104670,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *755 + - *756 - *404 - *407 requestBody: @@ -104615,7 +104696,7 @@ paths: application/json: schema: *405 examples: - default: *759 + default: *760 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104640,7 +104721,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *755 + - *756 - *404 - *407 responses: @@ -104671,7 +104752,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *755 + - *756 - *404 - *407 - name: content @@ -104730,7 +104811,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *755 + - *756 - *404 - *407 requestBody: @@ -104792,7 +104873,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *755 + - *756 - *404 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -104850,7 +104931,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *755 + - *756 - *404 requestBody: required: true @@ -104909,7 +104990,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *755 + - *756 - *17 - *19 responses: @@ -104947,7 +105028,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *755 + - *756 - name: role description: Filters members returned by their role in the team. in: query @@ -104998,7 +105079,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *755 + - *756 - *256 responses: '204': @@ -105035,7 +105116,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *755 + - *756 - *256 responses: '204': @@ -105075,7 +105156,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *755 + - *756 - *256 responses: '204': @@ -105112,7 +105193,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: - - *755 + - *756 - *256 responses: '200': @@ -105121,7 +105202,7 @@ paths: application/json: schema: *416 examples: - response-if-user-is-a-team-maintainer: *760 + response-if-user-is-a-team-maintainer: *761 '404': *6 x-github: githubCloudOnly: false @@ -105154,7 +105235,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: - - *755 + - *756 - *256 requestBody: required: false @@ -105182,7 +105263,7 @@ paths: application/json: schema: *416 examples: - response-if-users-membership-with-team-is-now-pending: *761 + response-if-users-membership-with-team-is-now-pending: *762 '403': description: Forbidden if team synchronization is set up '422': @@ -105216,7 +105297,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: - - *755 + - *756 - *256 responses: '204': @@ -105245,7 +105326,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *755 + - *756 - *17 - *19 responses: @@ -105257,7 +105338,7 @@ paths: type: array items: *417 examples: - default: *762 + default: *763 headers: Link: *40 '404': *6 @@ -105283,7 +105364,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *755 + - *756 - *418 responses: '200': @@ -105292,7 +105373,7 @@ paths: application/json: schema: *417 examples: - default: *763 + default: *764 '404': description: Not Found if project is not managed by this team x-github: @@ -105316,7 +105397,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *755 + - *756 - *418 requestBody: required: false @@ -105384,7 +105465,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *755 + - *756 - *418 responses: '204': @@ -105412,7 +105493,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *755 + - *756 - *17 - *19 responses: @@ -105454,7 +105535,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: - - *755 + - *756 - *419 - *420 responses: @@ -105462,7 +105543,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *764 + schema: *765 examples: alternative-response-with-extra-repository-information: value: @@ -105613,7 +105694,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: - - *755 + - *756 - *419 - *420 requestBody: @@ -105665,7 +105746,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: - - *755 + - *756 - *419 - *420 responses: @@ -105696,7 +105777,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: - - *755 + - *756 responses: '200': description: Response @@ -105731,7 +105812,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: - - *755 + - *756 requestBody: required: true content: @@ -105819,7 +105900,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *755 + - *756 - *17 - *19 responses: @@ -105831,7 +105912,7 @@ paths: type: array items: *265 examples: - response-if-child-teams-exist: *765 + response-if-child-teams-exist: *766 headers: Link: *40 '404': *6 @@ -105864,7 +105945,7 @@ paths: application/json: schema: oneOf: - - &767 + - &768 title: Private User description: Private User type: object @@ -106067,7 +106148,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *766 + - *767 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -106220,7 +106301,7 @@ paths: description: Response content: application/json: - schema: *767 + schema: *768 examples: default: value: @@ -106618,7 +106699,7 @@ paths: type: integer secrets: type: array - items: &768 + items: &769 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -106734,7 +106815,7 @@ paths: description: Response content: application/json: - schema: *768 + schema: *769 examples: default: value: @@ -106880,7 +106961,7 @@ paths: type: array items: *234 examples: - default: *769 + default: *770 '401': *25 '403': *29 '404': *6 @@ -107147,7 +107228,7 @@ paths: description: Response content: application/json: - schema: &770 + schema: &771 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -107188,7 +107269,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &771 + default: &772 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -107233,9 +107314,9 @@ paths: description: Response content: application/json: - schema: *770 + schema: *771 examples: - default: *771 + default: *772 '404': *6 x-github: githubCloudOnly: false @@ -107272,9 +107353,9 @@ paths: type: integer machines: type: array - items: *772 + items: *773 examples: - default: *773 + default: *774 '304': *37 '500': *90 '401': *25 @@ -108213,7 +108294,7 @@ paths: type: array items: *344 examples: - default: &785 + default: &786 value: - id: 197 name: hello_docker @@ -108314,7 +108395,7 @@ paths: application/json: schema: type: array - items: &774 + items: &775 title: Email description: Email type: object @@ -108379,9 +108460,9 @@ paths: application/json: schema: type: array - items: *774 + items: *775 examples: - default: &787 + default: &788 value: - email: octocat@github.com verified: true @@ -108456,7 +108537,7 @@ paths: application/json: schema: type: array - items: *774 + items: *775 examples: default: value: @@ -108712,7 +108793,7 @@ paths: application/json: schema: type: array - items: &775 + items: &776 title: GPG Key description: A unique encryption key type: object @@ -108843,7 +108924,7 @@ paths: - subkeys - revoked examples: - default: &801 + default: &802 value: - id: 3 name: Octocat's GPG Key @@ -108928,9 +109009,9 @@ paths: description: Response content: application/json: - schema: *775 + schema: *776 examples: - default: &776 + default: &777 value: id: 3 name: Octocat's GPG Key @@ -108987,7 +109068,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: - - &777 + - &778 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -108999,9 +109080,9 @@ paths: description: Response content: application/json: - schema: *775 + schema: *776 examples: - default: *776 + default: *777 '404': *6 '304': *37 '403': *29 @@ -109024,7 +109105,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: - - *777 + - *778 responses: '204': description: Response @@ -109479,7 +109560,7 @@ paths: application/json: schema: type: array - items: &778 + items: &779 title: Key description: Key type: object @@ -109580,9 +109661,9 @@ paths: description: Response content: application/json: - schema: *778 + schema: *779 examples: - default: &779 + default: &780 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -109621,9 +109702,9 @@ paths: description: Response content: application/json: - schema: *778 + schema: *779 examples: - default: *779 + default: *780 '404': *6 '304': *37 '403': *29 @@ -109679,7 +109760,7 @@ paths: application/json: schema: type: array - items: &780 + items: &781 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -109747,7 +109828,7 @@ paths: - account - plan examples: - default: &781 + default: &782 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -109809,9 +109890,9 @@ paths: application/json: schema: type: array - items: *780 + items: *781 examples: - default: *781 + default: *782 headers: Link: *40 '304': *37 @@ -110806,7 +110887,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - *338 - - *782 + - *783 responses: '204': description: Response @@ -110879,7 +110960,7 @@ paths: type: array items: *61 examples: - default: *783 + default: *784 headers: Link: *40 '304': *37 @@ -110921,7 +111002,7 @@ paths: - docker - nuget - container - - *784 + - *785 - *19 - *17 responses: @@ -110933,8 +111014,8 @@ paths: type: array items: *344 examples: - default: *785 - '400': *786 + default: *786 + '400': *787 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110963,7 +111044,7 @@ paths: application/json: schema: *344 examples: - default: &802 + default: &803 value: id: 40201 name: octo-name @@ -111416,9 +111497,9 @@ paths: application/json: schema: type: array - items: *774 + items: *775 examples: - default: *787 + default: *788 headers: Link: *40 '304': *37 @@ -111531,7 +111612,7 @@ paths: type: array items: *66 examples: - default: &794 + default: &795 summary: Default response value: - id: 1296269 @@ -111877,7 +111958,7 @@ paths: type: array items: *614 examples: - default: *788 + default: *789 headers: Link: *40 '304': *37 @@ -111956,7 +112037,7 @@ paths: application/json: schema: type: array - items: &789 + items: &790 title: Social account description: Social media account type: object @@ -111971,7 +112052,7 @@ paths: - provider - url examples: - default: &790 + default: &791 value: - provider: twitter url: https://twitter.com/github @@ -112033,9 +112114,9 @@ paths: application/json: schema: type: array - items: *789 + items: *790 examples: - default: *790 + default: *791 '422': *15 '304': *37 '404': *6 @@ -112122,7 +112203,7 @@ paths: application/json: schema: type: array - items: &791 + items: &792 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -112142,7 +112223,7 @@ paths: - title - created_at examples: - default: &803 + default: &804 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -112208,9 +112289,9 @@ paths: description: Response content: application/json: - schema: *791 + schema: *792 examples: - default: &792 + default: &793 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -112241,7 +112322,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: - - &793 + - &794 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -112253,9 +112334,9 @@ paths: description: Response content: application/json: - schema: *791 + schema: *792 examples: - default: *792 + default: *793 '404': *6 '304': *37 '403': *29 @@ -112278,7 +112359,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: - - *793 + - *794 responses: '204': description: Response @@ -112307,7 +112388,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: - - &804 + - &805 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 @@ -112332,11 +112413,11 @@ paths: type: array items: *66 examples: - default-response: *794 + default-response: *795 application/vnd.github.v3.star+json: schema: type: array - items: &805 + items: &806 title: Starred Repository description: Starred Repository type: object @@ -112705,10 +112786,10 @@ paths: application/json: schema: oneOf: + - *768 - *767 - - *766 examples: - default-response: &796 + default-response: &797 summary: Default response value: login: octocat @@ -112743,7 +112824,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &797 + response-with-git-hub-plan-information: &798 summary: Response with GitHub plan information value: login: octocat @@ -112803,7 +112884,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *795 + - *796 - *17 responses: '200': @@ -112852,11 +112933,11 @@ paths: application/json: schema: oneOf: + - *768 - *767 - - *766 examples: - default-response: *796 - response-with-git-hub-plan-information: *797 + default-response: *797 + response-with-git-hub-plan-information: *798 '404': *6 x-github: githubCloudOnly: false @@ -112905,8 +112986,8 @@ paths: required: - subject_digests examples: - default: *798 - withPredicateType: *799 + default: *799 + withPredicateType: *800 responses: '200': description: Response @@ -112959,7 +113040,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *800 + default: *801 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -113202,7 +113283,7 @@ paths: type: array items: *344 examples: - default: *785 + default: *786 '403': *29 '401': *25 x-github: @@ -113606,9 +113687,9 @@ paths: application/json: schema: type: array - items: *775 + items: *776 examples: - default: *801 + default: *802 headers: Link: *40 x-github: @@ -113797,7 +113878,7 @@ paths: type: array items: *61 examples: - default: *783 + default: *784 headers: Link: *40 x-github: @@ -113836,7 +113917,7 @@ paths: - docker - nuget - container - - *784 + - *785 - *256 - *19 - *17 @@ -113849,10 +113930,10 @@ paths: type: array items: *344 examples: - default: *785 + default: *786 '403': *29 '401': *25 - '400': *786 + '400': *787 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -113882,7 +113963,7 @@ paths: application/json: schema: *344 examples: - default: *802 + default: *803 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -114666,9 +114747,9 @@ paths: application/json: schema: type: array - items: *789 + items: *790 examples: - default: *790 + default: *791 headers: Link: *40 x-github: @@ -114698,9 +114779,9 @@ paths: application/json: schema: type: array - items: *791 + items: *792 examples: - default: *803 + default: *804 headers: Link: *40 x-github: @@ -114725,7 +114806,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *256 - - *804 + - *805 - *93 - *17 - *19 @@ -114737,11 +114818,11 @@ paths: schema: anyOf: - type: array - items: *805 + items: *806 - type: array items: *66 examples: - default-response: *794 + default-response: *795 headers: Link: *40 x-github: @@ -114900,7 +114981,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &806 + enterprise: &807 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -114958,7 +115039,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &807 + installation: &808 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -114977,7 +115058,7 @@ x-webhooks: required: - id - node_id - organization: &808 + organization: &809 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -115037,13 +115118,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &809 + repository: &810 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &846 + properties: &847 id: description: Unique identifier of the repository example: 42 @@ -115726,7 +115807,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &847 + required: &848 - archive_url - assignees_url - blobs_url @@ -115877,10 +115958,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -115956,11 +116037,11 @@ x-webhooks: type: string enum: - created - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 - rule: &810 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 + rule: &811 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) @@ -116183,11 +116264,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 - rule: *810 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 + rule: *811 sender: *4 required: - action @@ -116370,11 +116451,11 @@ x-webhooks: - everyone required: - from - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 - rule: *810 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 + rule: *811 sender: *4 required: - action @@ -116445,7 +116526,7 @@ x-webhooks: required: true content: application/json: - schema: &813 + schema: &814 title: Exemption request cancellation event type: object properties: @@ -116453,11 +116534,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 - exemption_request: &811 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 + exemption_request: &812 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -116690,7 +116771,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &812 + items: &813 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -116798,7 +116879,7 @@ x-webhooks: required: true content: application/json: - schema: &814 + schema: &815 title: Exemption request completed event type: object properties: @@ -116806,11 +116887,11 @@ x-webhooks: type: string enum: - completed - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 - exemption_request: *811 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 + exemption_request: *812 sender: *4 required: - action @@ -116880,7 +116961,7 @@ x-webhooks: required: true content: application/json: - schema: &815 + schema: &816 title: Exemption request created event type: object properties: @@ -116888,11 +116969,11 @@ x-webhooks: type: string enum: - created - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 - exemption_request: *811 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 + exemption_request: *812 sender: *4 required: - action @@ -116962,7 +117043,7 @@ x-webhooks: required: true content: application/json: - schema: &816 + schema: &817 title: Exemption response dismissed event type: object properties: @@ -116970,12 +117051,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 - exemption_request: *811 - exemption_response: *812 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 + exemption_request: *812 + exemption_response: *813 sender: *4 required: - action @@ -117047,7 +117128,7 @@ x-webhooks: required: true content: application/json: - schema: &817 + schema: &818 title: Exemption response submitted event type: object properties: @@ -117055,12 +117136,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 - exemption_request: *811 - exemption_response: *812 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 + exemption_request: *812 + exemption_response: *813 sender: *4 required: - action @@ -117133,7 +117214,7 @@ x-webhooks: required: true content: application/json: - schema: *813 + schema: *814 responses: '200': description: Return a 200 status to indicate that the data was received @@ -117200,7 +117281,7 @@ x-webhooks: required: true content: application/json: - schema: *814 + schema: *815 responses: '200': description: Return a 200 status to indicate that the data was received @@ -117267,7 +117348,7 @@ x-webhooks: required: true content: application/json: - schema: *815 + schema: *816 responses: '200': description: Return a 200 status to indicate that the data was received @@ -117334,7 +117415,7 @@ x-webhooks: required: true content: application/json: - schema: *816 + schema: *817 responses: '200': description: Return a 200 status to indicate that the data was received @@ -117402,7 +117483,7 @@ x-webhooks: required: true content: application/json: - schema: *817 + schema: *818 responses: '200': description: Return a 200 status to indicate that the data was received @@ -117480,7 +117561,7 @@ x-webhooks: type: string enum: - completed - check_run: &819 + check_run: &820 title: CheckRun description: A check performed on the code of a given code change type: object @@ -117571,7 +117652,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *818 + deployment: *819 details_url: example: https://example.com type: string @@ -117656,9 +117737,9 @@ x-webhooks: - output - app - pull_requests - installation: *807 - organization: *808 - repository: *809 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - check_run @@ -118051,10 +118132,10 @@ x-webhooks: type: string enum: - created - check_run: *819 - installation: *807 - organization: *808 - repository: *809 + check_run: *820 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - check_run @@ -118450,10 +118531,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *819 - installation: *807 - organization: *808 - repository: *809 + check_run: *820 + installation: *808 + organization: *809 + repository: *810 requested_action: description: The action requested by the user. type: object @@ -118858,10 +118939,10 @@ x-webhooks: type: string enum: - rerequested - check_run: *819 - installation: *807 - organization: *808 - repository: *809 + check_run: *820 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - check_run @@ -119838,10 +119919,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -120511,10 +120592,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -121178,10 +121259,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -121489,20 +121570,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &820 + commit_oid: &821 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: *806 - installation: *807 - organization: *808 - ref: &821 + enterprise: *807 + installation: *808 + organization: *809 + ref: &822 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: *809 + repository: *810 sender: *4 required: - action @@ -121894,12 +121975,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *820 - enterprise: *806 - installation: *807 - organization: *808 - ref: *821 - repository: *809 + commit_oid: *821 + enterprise: *807 + installation: *808 + organization: *809 + ref: *822 + repository: *810 sender: *4 required: - action @@ -122162,12 +122243,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *820 - enterprise: *806 - installation: *807 - organization: *808 - ref: *821 - repository: *809 + commit_oid: *821 + enterprise: *807 + installation: *808 + organization: *809 + ref: *822 + repository: *810 sender: *4 required: - action @@ -122496,12 +122577,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *820 - enterprise: *806 - installation: *807 - organization: *808 - ref: *821 - repository: *809 + commit_oid: *821 + enterprise: *807 + installation: *808 + organization: *809 + ref: *822 + repository: *810 sender: *4 required: - action @@ -122766,16 +122847,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 ref: 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 nullable: true - repository: *809 + repository: *810 sender: *4 required: - action @@ -123009,12 +123090,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *820 - enterprise: *806 - installation: *807 - organization: *808 - ref: *821 - repository: *809 + commit_oid: *821 + enterprise: *807 + installation: *808 + organization: *809 + ref: *822 + repository: *810 sender: *4 required: - action @@ -123271,10 +123352,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -123354,18 +123435,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *806 - installation: *807 + enterprise: *807 + installation: *808 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *808 - pusher_type: &822 + organization: *809 + pusher_type: &823 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &823 + ref: &824 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -123375,7 +123456,7 @@ x-webhooks: enum: - tag - branch - repository: *809 + repository: *810 sender: *4 required: - ref @@ -123458,9 +123539,9 @@ x-webhooks: enum: - created definition: *121 - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 sender: *4 required: - action @@ -123545,9 +123626,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 sender: *4 required: - action @@ -123625,9 +123706,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *121 - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 sender: *4 required: - action @@ -123705,9 +123786,9 @@ x-webhooks: enum: - updated definition: *121 - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 sender: *4 required: - action @@ -123784,10 +123865,10 @@ x-webhooks: type: string enum: - updated - enterprise: *806 - installation: *807 - repository: *809 - organization: *808 + enterprise: *807 + installation: *808 + repository: *810 + organization: *809 sender: *4 new_property_values: type: array @@ -123872,18 +123953,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *806 - installation: *807 - organization: *808 - pusher_type: *822 - ref: *823 + enterprise: *807 + installation: *808 + organization: *809 + pusher_type: *823 + ref: *824 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *809 + repository: *810 sender: *4 required: - ref @@ -123968,10 +124049,10 @@ x-webhooks: enum: - auto_dismissed alert: *561 - installation: *807 - organization: *808 - enterprise: *806 - repository: *809 + installation: *808 + organization: *809 + enterprise: *807 + repository: *810 sender: *4 required: - action @@ -124056,10 +124137,10 @@ x-webhooks: enum: - auto_reopened alert: *561 - installation: *807 - organization: *808 - enterprise: *806 - repository: *809 + installation: *808 + organization: *809 + enterprise: *807 + repository: *810 sender: *4 required: - action @@ -124144,10 +124225,10 @@ x-webhooks: enum: - created alert: *561 - installation: *807 - organization: *808 - enterprise: *806 - repository: *809 + installation: *808 + organization: *809 + enterprise: *807 + repository: *810 sender: *4 required: - action @@ -124230,10 +124311,10 @@ x-webhooks: enum: - dismissed alert: *561 - installation: *807 - organization: *808 - enterprise: *806 - repository: *809 + installation: *808 + organization: *809 + enterprise: *807 + repository: *810 sender: *4 required: - action @@ -124316,10 +124397,10 @@ x-webhooks: enum: - fixed alert: *561 - installation: *807 - organization: *808 - enterprise: *806 - repository: *809 + installation: *808 + organization: *809 + enterprise: *807 + repository: *810 sender: *4 required: - action @@ -124403,10 +124484,10 @@ x-webhooks: enum: - reintroduced alert: *561 - installation: *807 - organization: *808 - enterprise: *806 - repository: *809 + installation: *808 + organization: *809 + enterprise: *807 + repository: *810 sender: *4 required: - action @@ -124489,10 +124570,10 @@ x-webhooks: enum: - reopened alert: *561 - installation: *807 - organization: *808 - enterprise: *806 - repository: *809 + installation: *808 + organization: *809 + enterprise: *807 + repository: *810 sender: *4 required: - action @@ -124569,9 +124650,9 @@ x-webhooks: type: string enum: - created - enterprise: *806 - installation: *807 - key: &824 + enterprise: *807 + installation: *808 + key: &825 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -124607,8 +124688,8 @@ x-webhooks: - verified - created_at - read_only - organization: *808 - repository: *809 + organization: *809 + repository: *810 sender: *4 required: - action @@ -124685,11 +124766,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *806 - installation: *807 - key: *824 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + key: *825 + organization: *809 + repository: *810 sender: *4 required: - action @@ -125250,12 +125331,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 - workflow: &828 + workflow: &829 title: Workflow type: object nullable: true @@ -125985,9 +126066,9 @@ x-webhooks: pull_requests: type: array items: *661 - repository: *809 - organization: *808 - installation: *807 + repository: *810 + organization: *809 + installation: *808 sender: *4 responses: '200': @@ -126058,7 +126139,7 @@ x-webhooks: type: string enum: - approved - approver: &825 + approver: &826 type: object properties: avatar_url: @@ -126101,11 +126182,11 @@ x-webhooks: type: string comment: type: string - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 - reviewers: &826 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 + reviewers: &827 type: array items: type: object @@ -126184,7 +126265,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &827 + workflow_job_run: &828 type: object properties: conclusion: @@ -126915,18 +126996,18 @@ x-webhooks: type: string enum: - rejected - approver: *825 + approver: *826 comment: type: string - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 - reviewers: *826 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 + reviewers: *827 sender: *4 since: type: string - workflow_job_run: *827 + workflow_job_run: *828 workflow_job_runs: type: array items: @@ -127630,13 +127711,13 @@ x-webhooks: type: string enum: - requested - enterprise: *806 + enterprise: *807 environment: type: string - installation: *807 - organization: *808 - repository: *809 - requestor: &833 + installation: *808 + organization: *809 + repository: *810 + requestor: &834 title: User type: object nullable: true @@ -129535,12 +129616,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 - workflow: *828 + workflow: *829 workflow_run: title: Deployment Workflow Run type: object @@ -130220,7 +130301,7 @@ x-webhooks: type: string enum: - answered - answer: &831 + answer: &832 type: object properties: author_association: @@ -130377,7 +130458,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &829 + discussion: &830 title: Discussion description: A Discussion in a repository. type: object @@ -130685,10 +130766,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -130815,11 +130896,11 @@ x-webhooks: - from required: - category - discussion: *829 - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + discussion: *830 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -130902,11 +130983,11 @@ x-webhooks: type: string enum: - closed - discussion: *829 - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + discussion: *830 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -130988,7 +131069,7 @@ x-webhooks: type: string enum: - created - comment: &830 + comment: &831 type: object properties: author_association: @@ -131145,11 +131226,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *829 - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + discussion: *830 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -131232,12 +131313,12 @@ x-webhooks: type: string enum: - deleted - comment: *830 - discussion: *829 - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + comment: *831 + discussion: *830 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -131332,12 +131413,12 @@ x-webhooks: - from required: - body - comment: *830 - discussion: *829 - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + comment: *831 + discussion: *830 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -131421,11 +131502,11 @@ x-webhooks: type: string enum: - created - discussion: *829 - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + discussion: *830 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -131507,11 +131588,11 @@ x-webhooks: type: string enum: - deleted - discussion: *829 - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + discussion: *830 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -131611,11 +131692,11 @@ x-webhooks: type: string required: - from - discussion: *829 - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + discussion: *830 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -131697,10 +131778,10 @@ x-webhooks: type: string enum: - labeled - discussion: *829 - enterprise: *806 - installation: *807 - label: &832 + discussion: *830 + enterprise: *807 + installation: *808 + label: &833 title: Label type: object properties: @@ -131732,8 +131813,8 @@ x-webhooks: - color - default - description - organization: *808 - repository: *809 + organization: *809 + repository: *810 sender: *4 required: - action @@ -131816,11 +131897,11 @@ x-webhooks: type: string enum: - locked - discussion: *829 - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + discussion: *830 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -131902,11 +131983,11 @@ x-webhooks: type: string enum: - pinned - discussion: *829 - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + discussion: *830 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -131988,11 +132069,11 @@ x-webhooks: type: string enum: - reopened - discussion: *829 - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + discussion: *830 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -132077,16 +132158,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *829 - new_repository: *809 + new_discussion: *830 + new_repository: *810 required: - new_discussion - new_repository - discussion: *829 - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + discussion: *830 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -132169,10 +132250,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *829 - old_answer: *831 - organization: *808 - repository: *809 + discussion: *830 + old_answer: *832 + organization: *809 + repository: *810 sender: *4 required: - action @@ -132254,12 +132335,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *829 - enterprise: *806 - installation: *807 - label: *832 - organization: *808 - repository: *809 + discussion: *830 + enterprise: *807 + installation: *808 + label: *833 + organization: *809 + repository: *810 sender: *4 required: - action @@ -132342,11 +132423,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *829 - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + discussion: *830 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -132428,11 +132509,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *829 - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + discussion: *830 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -132501,7 +132582,7 @@ x-webhooks: required: true content: application/json: - schema: *815 + schema: *816 responses: '200': description: Return a 200 status to indicate that the data was received @@ -132564,7 +132645,7 @@ x-webhooks: required: true content: application/json: - schema: *817 + schema: *818 responses: '200': description: Return a 200 status to indicate that the data was received @@ -132630,7 +132711,7 @@ x-webhooks: required: true content: application/json: - schema: *813 + schema: *814 responses: '200': description: Return a 200 status to indicate that the data was received @@ -132696,7 +132777,7 @@ x-webhooks: required: true content: application/json: - schema: *814 + schema: *815 responses: '200': description: Return a 200 status to indicate that the data was received @@ -132762,7 +132843,7 @@ x-webhooks: required: true content: application/json: - schema: *815 + schema: *816 responses: '200': description: Return a 200 status to indicate that the data was received @@ -132828,7 +132909,7 @@ x-webhooks: required: true content: application/json: - schema: *816 + schema: *817 responses: '200': description: Return a 200 status to indicate that the data was received @@ -132894,7 +132975,7 @@ x-webhooks: required: true content: application/json: - schema: *817 + schema: *818 responses: '200': description: Return a 200 status to indicate that the data was received @@ -132961,7 +133042,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *806 + enterprise: *807 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -133621,9 +133702,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *807 - organization: *808 - repository: *809 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - forkee @@ -133769,9 +133850,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 pages: description: The pages that were updated. type: array @@ -133808,7 +133889,7 @@ x-webhooks: - action - sha - html_url - repository: *809 + repository: *810 sender: *4 required: - pages @@ -133884,10 +133965,10 @@ x-webhooks: type: string enum: - created - enterprise: *806 + enterprise: *807 installation: *22 - organization: *808 - repositories: &834 + organization: *809 + repositories: &835 description: An array of repository objects that the installation can access. type: array @@ -133913,8 +133994,8 @@ x-webhooks: - name - full_name - private - repository: *809 - requester: *833 + repository: *810 + requester: *834 sender: *4 required: - action @@ -133989,11 +134070,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *806 + enterprise: *807 installation: *22 - organization: *808 - repositories: *834 - repository: *809 + organization: *809 + repositories: *835 + repository: *810 requester: nullable: true sender: *4 @@ -134069,11 +134150,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *806 + enterprise: *807 installation: *22 - organization: *808 - repositories: *834 - repository: *809 + organization: *809 + repositories: *835 + repository: *810 requester: nullable: true sender: *4 @@ -134149,10 +134230,10 @@ x-webhooks: type: string enum: - added - enterprise: *806 + enterprise: *807 installation: *22 - organization: *808 - repositories_added: &835 + organization: *809 + repositories_added: &836 description: An array of repository objects, which were added to the installation. type: array @@ -134198,15 +134279,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *809 - repository_selection: &836 + repository: *810 + repository_selection: &837 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *833 + requester: *834 sender: *4 required: - action @@ -134285,10 +134366,10 @@ x-webhooks: type: string enum: - removed - enterprise: *806 + enterprise: *807 installation: *22 - organization: *808 - repositories_added: *835 + organization: *809 + repositories_added: *836 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -134315,9 +134396,9 @@ x-webhooks: - name - full_name - private - repository: *809 - repository_selection: *836 - requester: *833 + repository: *810 + repository_selection: *837 + requester: *834 sender: *4 required: - action @@ -134396,11 +134477,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *806 + enterprise: *807 installation: *22 - organization: *808 - repositories: *834 - repository: *809 + organization: *809 + repositories: *835 + repository: *810 requester: nullable: true sender: *4 @@ -134579,10 +134660,10 @@ x-webhooks: type: string required: - from - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 target_type: type: string @@ -134661,11 +134742,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *806 + enterprise: *807 installation: *22 - organization: *808 - repositories: *834 - repository: *809 + organization: *809 + repositories: *835 + repository: *810 requester: nullable: true sender: *4 @@ -134917,8 +134998,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *806 - installation: *807 + enterprise: *807 + installation: *808 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -136062,8 +136143,8 @@ x-webhooks: - state - locked - assignee - organization: *808 - repository: *809 + organization: *809 + repository: *810 sender: *4 required: - action @@ -136143,7 +136224,7 @@ x-webhooks: type: string enum: - deleted - comment: &837 + comment: &838 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -136308,8 +136389,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *806 - installation: *807 + enterprise: *807 + installation: *808 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -137451,8 +137532,8 @@ x-webhooks: - state - locked - assignee - organization: *808 - repository: *809 + organization: *809 + repository: *810 sender: *4 required: - action @@ -137532,7 +137613,7 @@ x-webhooks: type: string enum: - edited - changes: &867 + changes: &868 description: The changes to the comment. type: object properties: @@ -137544,9 +137625,9 @@ x-webhooks: type: string required: - from - comment: *837 - enterprise: *806 - installation: *807 + comment: *838 + enterprise: *807 + installation: *808 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -138689,8 +138770,8 @@ x-webhooks: - state - locked - assignee - organization: *808 - repository: *809 + organization: *809 + repository: *810 sender: *4 required: - action @@ -138780,9 +138861,9 @@ x-webhooks: type: number blocking_issue: *184 blocking_issue_repo: *66 - installation: *807 - organization: *808 - repository: *809 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -138876,9 +138957,9 @@ x-webhooks: type: number blocking_issue: *184 blocking_issue_repo: *66 - installation: *807 - organization: *808 - repository: *809 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -138971,9 +139052,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *184 - installation: *807 - organization: *808 - repository: *809 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -139067,9 +139148,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *184 - installation: *807 - organization: *808 - repository: *809 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -139154,10 +139235,10 @@ x-webhooks: type: string enum: - assigned - assignee: *833 - enterprise: *806 - installation: *807 - issue: &840 + assignee: *834 + enterprise: *807 + installation: *808 + issue: &841 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -139948,6 +140029,9 @@ x-webhooks: format: uri sub_issues_summary: *753 issue_dependencies_summary: *754 + issue_field_values: + type: array + items: *755 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140064,8 +140148,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *808 - repository: *809 + organization: *809 + repository: *810 sender: *4 required: - action @@ -140145,8 +140229,8 @@ x-webhooks: type: string enum: - closed - enterprise: *806 - installation: *807 + enterprise: *807 + installation: *808 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -140942,6 +141026,9 @@ x-webhooks: format: uri sub_issues_summary: *753 issue_dependencies_summary: *754 + issue_field_values: + type: array + items: *755 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141193,8 +141280,8 @@ x-webhooks: required: - state - closed_at - organization: *808 - repository: *809 + organization: *809 + repository: *810 sender: *4 required: - action @@ -141273,8 +141360,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *806 - installation: *807 + enterprise: *807 + installation: *808 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -142061,6 +142148,9 @@ x-webhooks: format: uri sub_issues_summary: *753 issue_dependencies_summary: *754 + issue_field_values: + type: array + items: *755 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142176,8 +142266,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *808 - repository: *809 + organization: *809 + repository: *810 sender: *4 required: - action @@ -142256,8 +142346,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *806 - installation: *807 + enterprise: *807 + installation: *808 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -143066,6 +143156,9 @@ x-webhooks: format: uri sub_issues_summary: *753 issue_dependencies_summary: *754 + issue_field_values: + type: array + items: *755 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143160,7 +143253,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &838 + milestone: &839 title: Milestone description: A collection of related issues and pull requests. type: object @@ -143298,8 +143391,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *808 - repository: *809 + organization: *809 + repository: *810 sender: *4 required: - action @@ -143398,8 +143491,8 @@ x-webhooks: type: string required: - from - enterprise: *806 - installation: *807 + enterprise: *807 + installation: *808 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -144190,6 +144283,9 @@ x-webhooks: format: uri sub_issues_summary: *753 issue_dependencies_summary: *754 + issue_field_values: + type: array + items: *755 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144306,9 +144402,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *832 - organization: *808 - repository: *809 + label: *833 + organization: *809 + repository: *810 sender: *4 required: - action @@ -144388,8 +144484,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *806 - installation: *807 + enterprise: *807 + installation: *808 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -145179,6 +145275,9 @@ x-webhooks: format: uri sub_issues_summary: *753 issue_dependencies_summary: *754 + issue_field_values: + type: array + items: *755 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145295,9 +145394,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *832 - organization: *808 - repository: *809 + label: *833 + organization: *809 + repository: *810 sender: *4 required: - action @@ -145377,8 +145476,8 @@ x-webhooks: type: string enum: - locked - enterprise: *806 - installation: *807 + enterprise: *807 + installation: *808 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -146192,6 +146291,9 @@ x-webhooks: format: uri sub_issues_summary: *753 issue_dependencies_summary: *754 + issue_field_values: + type: array + items: *755 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146285,8 +146387,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *808 - repository: *809 + organization: *809 + repository: *810 sender: *4 required: - action @@ -146365,8 +146467,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *806 - installation: *807 + enterprise: *807 + installation: *808 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -147174,6 +147276,9 @@ x-webhooks: format: uri sub_issues_summary: *753 issue_dependencies_summary: *754 + issue_field_values: + type: array + items: *755 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147267,9 +147372,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *838 - organization: *808 - repository: *809 + milestone: *839 + organization: *809 + repository: *810 sender: *4 required: - action @@ -148139,6 +148244,9 @@ x-webhooks: format: uri sub_issues_summary: *753 issue_dependencies_summary: *754 + issue_field_values: + type: array + items: *755 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148700,8 +148808,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *806 - installation: *807 + enterprise: *807 + installation: *808 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -149492,6 +149600,9 @@ x-webhooks: format: uri sub_issues_summary: *753 issue_dependencies_summary: *754 + issue_field_values: + type: array + items: *755 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149607,8 +149718,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *808 - repository: *809 + organization: *809 + repository: *810 sender: *4 required: - action @@ -149688,9 +149799,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *806 - installation: *807 - issue: &839 + enterprise: *807 + installation: *808 + issue: &840 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -150475,6 +150586,9 @@ x-webhooks: format: uri sub_issues_summary: *753 issue_dependencies_summary: *754 + issue_field_values: + type: array + items: *755 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150590,8 +150704,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *808 - repository: *809 + organization: *809 + repository: *810 sender: *4 required: - action @@ -150670,8 +150784,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *806 - installation: *807 + enterprise: *807 + installation: *808 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -151483,6 +151597,9 @@ x-webhooks: format: uri sub_issues_summary: *753 issue_dependencies_summary: *754 + issue_field_values: + type: array + items: *755 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151577,8 +151694,8 @@ x-webhooks: user_view_type: type: string type: *326 - organization: *808 - repository: *809 + organization: *809 + repository: *810 sender: *4 required: - action @@ -152446,6 +152563,9 @@ x-webhooks: format: uri sub_issues_summary: *753 issue_dependencies_summary: *754 + issue_field_values: + type: array + items: *755 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153029,11 +153149,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *806 - installation: *807 - issue: *839 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + issue: *840 + organization: *809 + repository: *810 sender: *4 required: - action @@ -153113,12 +153233,12 @@ x-webhooks: type: string enum: - typed - enterprise: *806 - installation: *807 - issue: *840 + enterprise: *807 + installation: *808 + issue: *841 type: *326 - organization: *808 - repository: *809 + organization: *809 + repository: *810 sender: *4 required: - action @@ -153199,7 +153319,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &870 + assignee: &871 title: User type: object nullable: true @@ -153269,11 +153389,11 @@ x-webhooks: required: - login - id - enterprise: *806 - installation: *807 - issue: *840 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + issue: *841 + organization: *809 + repository: *810 sender: *4 required: - action @@ -153352,12 +153472,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *806 - installation: *807 - issue: *840 - label: *832 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + issue: *841 + label: *833 + organization: *809 + repository: *810 sender: *4 required: - action @@ -153437,8 +153557,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *806 - installation: *807 + enterprise: *807 + installation: *808 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -154250,6 +154370,9 @@ x-webhooks: format: uri sub_issues_summary: *753 issue_dependencies_summary: *754 + issue_field_values: + type: array + items: *755 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154343,8 +154466,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *808 - repository: *809 + organization: *809 + repository: *810 sender: *4 required: - action @@ -154424,11 +154547,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *806 - installation: *807 - issue: *839 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + issue: *840 + organization: *809 + repository: *810 sender: *4 required: - action @@ -154507,12 +154630,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *806 - installation: *807 - issue: *840 + enterprise: *807 + installation: *808 + issue: *841 type: *326 - organization: *808 - repository: *809 + organization: *809 + repository: *810 sender: *4 required: - action @@ -154592,11 +154715,11 @@ x-webhooks: type: string enum: - created - enterprise: *806 - installation: *807 - label: *832 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + label: *833 + organization: *809 + repository: *810 sender: *4 required: - action @@ -154674,11 +154797,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *806 - installation: *807 - label: *832 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + label: *833 + organization: *809 + repository: *810 sender: *4 required: - action @@ -154788,11 +154911,11 @@ x-webhooks: type: string required: - from - enterprise: *806 - installation: *807 - label: *832 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + label: *833 + organization: *809 + repository: *810 sender: *4 required: - action @@ -154874,9 +154997,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *806 - installation: *807 - marketplace_purchase: &841 + enterprise: *807 + installation: *808 + marketplace_purchase: &842 title: Marketplace Purchase type: object required: @@ -154959,8 +155082,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *808 - previous_marketplace_purchase: &842 + organization: *809 + previous_marketplace_purchase: &843 title: Marketplace Purchase type: object properties: @@ -155040,7 +155163,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *809 + repository: *810 sender: *4 required: - action @@ -155120,10 +155243,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *806 - installation: *807 - marketplace_purchase: *841 - organization: *808 + enterprise: *807 + installation: *808 + marketplace_purchase: *842 + organization: *809 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -155206,7 +155329,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *809 + repository: *810 sender: *4 required: - action @@ -155288,10 +155411,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *806 - installation: *807 - marketplace_purchase: *841 - organization: *808 + enterprise: *807 + installation: *808 + marketplace_purchase: *842 + organization: *809 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -155373,7 +155496,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *809 + repository: *810 sender: *4 required: - action @@ -155454,8 +155577,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *806 - installation: *807 + enterprise: *807 + installation: *808 marketplace_purchase: title: Marketplace Purchase type: object @@ -155537,9 +155660,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *808 - previous_marketplace_purchase: *842 - repository: *809 + organization: *809 + previous_marketplace_purchase: *843 + repository: *810 sender: *4 required: - action @@ -155619,12 +155742,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *806 - installation: *807 - marketplace_purchase: *841 - organization: *808 - previous_marketplace_purchase: *842 - repository: *809 + enterprise: *807 + installation: *808 + marketplace_purchase: *842 + organization: *809 + previous_marketplace_purchase: *843 + repository: *810 sender: *4 required: - action @@ -155726,11 +155849,11 @@ x-webhooks: type: string required: - to - enterprise: *806 - installation: *807 - member: *833 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + member: *834 + organization: *809 + repository: *810 sender: *4 required: - action @@ -155830,11 +155953,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *806 - installation: *807 - member: *833 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + member: *834 + organization: *809 + repository: *810 sender: *4 required: - action @@ -155913,11 +156036,11 @@ x-webhooks: type: string enum: - removed - enterprise: *806 - installation: *807 - member: *833 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + member: *834 + organization: *809 + repository: *810 sender: *4 required: - action @@ -155995,11 +156118,11 @@ x-webhooks: type: string enum: - added - enterprise: *806 - installation: *807 - member: *833 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + member: *834 + organization: *809 + repository: *810 scope: description: The scope of the membership. Currently, can only be `team`. @@ -156075,7 +156198,7 @@ x-webhooks: required: - login - id - team: &843 + team: &844 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -156265,11 +156388,11 @@ x-webhooks: type: string enum: - removed - enterprise: *806 - installation: *807 - member: *833 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + member: *834 + organization: *809 + repository: *810 scope: description: The scope of the membership. Currently, can only be `team`. @@ -156346,7 +156469,7 @@ x-webhooks: required: - login - id - team: *843 + team: *844 required: - action - scope @@ -156428,8 +156551,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *807 - merge_group: &845 + installation: *808 + merge_group: &846 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -156448,15 +156571,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *844 + head_commit: *845 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *808 - repository: *809 + organization: *809 + repository: *810 sender: *4 required: - action @@ -156542,10 +156665,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *807 - merge_group: *845 - organization: *808 - repository: *809 + installation: *808 + merge_group: *846 + organization: *809 + repository: *810 sender: *4 required: - action @@ -156618,7 +156741,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *806 + enterprise: *807 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -156727,16 +156850,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *807 - organization: *808 + installation: *808 + organization: *809 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *846 - required: *847 + properties: *847 + required: *848 nullable: true sender: *4 required: @@ -156817,11 +156940,11 @@ x-webhooks: type: string enum: - closed - enterprise: *806 - installation: *807 - milestone: *838 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + milestone: *839 + organization: *809 + repository: *810 sender: *4 required: - action @@ -156900,9 +157023,9 @@ x-webhooks: type: string enum: - created - enterprise: *806 - installation: *807 - milestone: &848 + enterprise: *807 + installation: *808 + milestone: &849 title: Milestone description: A collection of related issues and pull requests. type: object @@ -157039,8 +157162,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *808 - repository: *809 + organization: *809 + repository: *810 sender: *4 required: - action @@ -157119,11 +157242,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *806 - installation: *807 - milestone: *838 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + milestone: *839 + organization: *809 + repository: *810 sender: *4 required: - action @@ -157233,11 +157356,11 @@ x-webhooks: type: string required: - from - enterprise: *806 - installation: *807 - milestone: *838 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + milestone: *839 + organization: *809 + repository: *810 sender: *4 required: - action @@ -157317,11 +157440,11 @@ x-webhooks: type: string enum: - opened - enterprise: *806 - installation: *807 - milestone: *848 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + milestone: *849 + organization: *809 + repository: *810 sender: *4 required: - action @@ -157400,11 +157523,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *833 - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + blocked_user: *834 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -157483,11 +157606,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *833 - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + blocked_user: *834 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -157566,9 +157689,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *806 - installation: *807 - membership: &849 + enterprise: *807 + installation: *808 + membership: &850 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -157675,8 +157798,8 @@ x-webhooks: - role - organization_url - user - organization: *808 - repository: *809 + organization: *809 + repository: *810 sender: *4 required: - action @@ -157754,11 +157877,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *806 - installation: *807 - membership: *849 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + membership: *850 + organization: *809 + repository: *810 sender: *4 required: - action @@ -157837,8 +157960,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *806 - installation: *807 + enterprise: *807 + installation: *808 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -157954,10 +158077,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *808 - repository: *809 + organization: *809 + repository: *810 sender: *4 - user: *833 + user: *834 required: - action - invitation @@ -158035,11 +158158,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *806 - installation: *807 - membership: *849 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + membership: *850 + organization: *809 + repository: *810 sender: *4 required: - action @@ -158126,11 +158249,11 @@ x-webhooks: properties: from: type: string - enterprise: *806 - installation: *807 - membership: *849 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + membership: *850 + organization: *809 + repository: *810 sender: *4 required: - action @@ -158206,9 +158329,9 @@ x-webhooks: type: string enum: - published - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 package: description: Information about the package. type: object @@ -158707,7 +158830,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &850 + items: &851 title: Ruby Gems metadata type: object properties: @@ -158802,7 +158925,7 @@ x-webhooks: - owner - package_version - registry - repository: *809 + repository: *810 sender: *4 required: - action @@ -158878,9 +159001,9 @@ x-webhooks: type: string enum: - updated - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 package: description: Information about the package. type: object @@ -159233,7 +159356,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *850 + items: *851 source_url: type: string format: uri @@ -159303,7 +159426,7 @@ x-webhooks: - owner - package_version - registry - repository: *809 + repository: *810 sender: *4 required: - action @@ -159480,12 +159603,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *806 + enterprise: *807 id: type: integer - installation: *807 - organization: *808 - repository: *809 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - id @@ -159562,7 +159685,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &851 + personal_access_token_request: &852 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -159708,10 +159831,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *806 - organization: *808 + enterprise: *807 + organization: *809 sender: *4 - installation: *807 + installation: *808 required: - action - personal_access_token_request @@ -159788,11 +159911,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *851 - enterprise: *806 - organization: *808 + personal_access_token_request: *852 + enterprise: *807 + organization: *809 sender: *4 - installation: *807 + installation: *808 required: - action - personal_access_token_request @@ -159868,11 +159991,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *851 - enterprise: *806 - organization: *808 + personal_access_token_request: *852 + enterprise: *807 + organization: *809 sender: *4 - installation: *807 + installation: *808 required: - action - personal_access_token_request @@ -159947,11 +160070,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *851 - organization: *808 - enterprise: *806 + personal_access_token_request: *852 + organization: *809 + enterprise: *807 sender: *4 - installation: *807 + installation: *808 required: - action - personal_access_token_request @@ -160056,7 +160179,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *852 + last_response: *853 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -160088,8 +160211,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *808 - repository: *809 + organization: *809 + repository: *810 sender: *4 zen: description: Random string of GitHub zen. @@ -160334,10 +160457,10 @@ x-webhooks: - from required: - note - enterprise: *806 - installation: *807 - organization: *808 - project_card: &853 + enterprise: *807 + installation: *808 + organization: *809 + project_card: &854 title: Project Card type: object properties: @@ -160456,7 +160579,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *809 + repository: *810 sender: *4 required: - action @@ -160537,11 +160660,11 @@ x-webhooks: type: string enum: - created - enterprise: *806 - installation: *807 - organization: *808 - project_card: *853 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + project_card: *854 + repository: *810 sender: *4 required: - action @@ -160621,9 +160744,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 project_card: title: Project Card type: object @@ -160751,8 +160874,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *846 - required: *847 + properties: *847 + required: *848 nullable: true sender: *4 required: @@ -160846,11 +160969,11 @@ x-webhooks: - from required: - note - enterprise: *806 - installation: *807 - organization: *808 - project_card: *853 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + project_card: *854 + repository: *810 sender: *4 required: - action @@ -160944,9 +161067,9 @@ x-webhooks: - from required: - column_id - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 project_card: allOf: - title: Project Card @@ -161136,7 +161259,7 @@ x-webhooks: type: string required: - after_id - repository: *809 + repository: *810 sender: *4 required: - action @@ -161216,10 +161339,10 @@ x-webhooks: type: string enum: - closed - enterprise: *806 - installation: *807 - organization: *808 - project: &855 + enterprise: *807 + installation: *808 + organization: *809 + project: &856 title: Project type: object properties: @@ -161343,7 +161466,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *809 + repository: *810 sender: *4 required: - action @@ -161423,10 +161546,10 @@ x-webhooks: type: string enum: - created - enterprise: *806 - installation: *807 - organization: *808 - project_column: &854 + enterprise: *807 + installation: *808 + organization: *809 + project_column: &855 title: Project Column type: object properties: @@ -161465,7 +161588,7 @@ x-webhooks: - name - created_at - updated_at - repository: *809 + repository: *810 sender: *4 required: - action @@ -161544,18 +161667,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *806 - installation: *807 - organization: *808 - project_column: *854 + enterprise: *807 + installation: *808 + organization: *809 + project_column: *855 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *846 - required: *847 + properties: *847 + required: *848 nullable: true sender: *4 required: @@ -161645,11 +161768,11 @@ x-webhooks: type: string required: - from - enterprise: *806 - installation: *807 - organization: *808 - project_column: *854 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + project_column: *855 + repository: *810 sender: *4 required: - action @@ -161729,11 +161852,11 @@ x-webhooks: type: string enum: - moved - enterprise: *806 - installation: *807 - organization: *808 - project_column: *854 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + project_column: *855 + repository: *810 sender: *4 required: - action @@ -161813,11 +161936,11 @@ x-webhooks: type: string enum: - created - enterprise: *806 - installation: *807 - organization: *808 - project: *855 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + project: *856 + repository: *810 sender: *4 required: - action @@ -161897,18 +162020,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *806 - installation: *807 - organization: *808 - project: *855 + enterprise: *807 + installation: *808 + organization: *809 + project: *856 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *846 - required: *847 + properties: *847 + required: *848 nullable: true sender: *4 required: @@ -162010,11 +162133,11 @@ x-webhooks: type: string required: - from - enterprise: *806 - installation: *807 - organization: *808 - project: *855 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + project: *856 + repository: *810 sender: *4 required: - action @@ -162093,11 +162216,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *806 - installation: *807 - organization: *808 - project: *855 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + project: *856 + repository: *810 sender: *4 required: - action @@ -162178,9 +162301,9 @@ x-webhooks: type: string enum: - closed - installation: *807 - organization: *808 - projects_v2: &856 + installation: *808 + organization: *809 + projects_v2: &857 title: Projects v2 Project description: A projects v2 project type: object @@ -162237,7 +162360,7 @@ x-webhooks: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &861 + properties: &862 id: type: number node_id: @@ -162275,7 +162398,7 @@ x-webhooks: example: The project is off to a great start! type: string nullable: true - required: &862 + required: &863 - id - node_id - created_at @@ -162379,9 +162502,9 @@ x-webhooks: type: string enum: - created - installation: *807 - organization: *808 - projects_v2: *856 + installation: *808 + organization: *809 + projects_v2: *857 sender: *4 required: - action @@ -162462,9 +162585,9 @@ x-webhooks: type: string enum: - deleted - installation: *807 - organization: *808 - projects_v2: *856 + installation: *808 + organization: *809 + projects_v2: *857 sender: *4 required: - action @@ -162581,9 +162704,9 @@ x-webhooks: type: string to: type: string - installation: *807 - organization: *808 - projects_v2: *856 + installation: *808 + organization: *809 + projects_v2: *857 sender: *4 required: - action @@ -162666,7 +162789,7 @@ x-webhooks: type: string enum: - archived - changes: &860 + changes: &861 type: object properties: archived_at: @@ -162680,9 +162803,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *807 - organization: *808 - projects_v2_item: &857 + installation: *808 + organization: *809 + projects_v2_item: &858 title: Projects v2 Item description: An item belonging to a project type: object @@ -162816,9 +162939,9 @@ x-webhooks: nullable: true to: type: string - installation: *807 - organization: *808 - projects_v2_item: *857 + installation: *808 + organization: *809 + projects_v2_item: *858 sender: *4 required: - action @@ -162900,9 +163023,9 @@ x-webhooks: type: string enum: - created - installation: *807 - organization: *808 - projects_v2_item: *857 + installation: *808 + organization: *809 + projects_v2_item: *858 sender: *4 required: - action @@ -162983,9 +163106,9 @@ x-webhooks: type: string enum: - deleted - installation: *807 - organization: *808 - projects_v2_item: *857 + installation: *808 + organization: *809 + projects_v2_item: *858 sender: *4 required: - action @@ -163091,7 +163214,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &858 + - &859 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -163109,7 +163232,7 @@ x-webhooks: required: - id - name - - &859 + - &860 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -163136,8 +163259,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *858 - *859 + - *860 required: - field_value - type: object @@ -163153,9 +163276,9 @@ x-webhooks: nullable: true required: - body - installation: *807 - organization: *808 - projects_v2_item: *857 + installation: *808 + organization: *809 + projects_v2_item: *858 sender: *4 required: - action @@ -163250,9 +163373,9 @@ x-webhooks: to: type: string nullable: true - installation: *807 - organization: *808 - projects_v2_item: *857 + installation: *808 + organization: *809 + projects_v2_item: *858 sender: *4 required: - action @@ -163335,10 +163458,10 @@ x-webhooks: type: string enum: - restored - changes: *860 - installation: *807 - organization: *808 - projects_v2_item: *857 + changes: *861 + installation: *808 + organization: *809 + projects_v2_item: *858 sender: *4 required: - action @@ -163420,9 +163543,9 @@ x-webhooks: type: string enum: - reopened - installation: *807 - organization: *808 - projects_v2: *856 + installation: *808 + organization: *809 + projects_v2: *857 sender: *4 required: - action @@ -163503,14 +163626,14 @@ x-webhooks: type: string enum: - created - installation: *807 - organization: *808 - projects_v2_status_update: &863 + installation: *808 + organization: *809 + projects_v2_status_update: &864 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *861 - required: *862 + properties: *862 + required: *863 sender: *4 required: - action @@ -163591,9 +163714,9 @@ x-webhooks: type: string enum: - deleted - installation: *807 - organization: *808 - projects_v2_status_update: *863 + installation: *808 + organization: *809 + projects_v2_status_update: *864 sender: *4 required: - action @@ -163729,9 +163852,9 @@ x-webhooks: type: string format: date nullable: true - installation: *807 - organization: *808 - projects_v2_status_update: *863 + installation: *808 + organization: *809 + projects_v2_status_update: *864 sender: *4 required: - action @@ -163802,10 +163925,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - repository @@ -163882,13 +164005,13 @@ x-webhooks: type: string enum: - assigned - assignee: *833 - enterprise: *806 - installation: *807 - number: &864 + assignee: *834 + enterprise: *807 + installation: *808 + number: &865 description: The pull request number. type: integer - organization: *808 + organization: *809 pull_request: title: Pull Request type: object @@ -166171,7 +166294,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *809 + repository: *810 sender: *4 required: - action @@ -166253,11 +166376,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *806 - installation: *807 + enterprise: *807 + installation: *808 number: type: integer - organization: *808 + organization: *809 pull_request: title: Pull Request type: object @@ -168535,7 +168658,7 @@ x-webhooks: - draft reason: type: string - repository: *809 + repository: *810 sender: *4 required: - action @@ -168617,11 +168740,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *806 - installation: *807 + enterprise: *807 + installation: *808 number: type: integer - organization: *808 + organization: *809 pull_request: title: Pull Request type: object @@ -170899,7 +171022,7 @@ x-webhooks: - draft reason: type: string - repository: *809 + repository: *810 sender: *4 required: - action @@ -170981,11 +171104,11 @@ x-webhooks: type: string enum: - closed - enterprise: *806 - installation: *807 - number: *864 - organization: *808 - pull_request: &865 + enterprise: *807 + installation: *808 + number: *865 + organization: *809 + pull_request: &866 allOf: - *661 - type: object @@ -171049,7 +171172,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *809 + repository: *810 sender: *4 required: - action @@ -171130,12 +171253,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *806 - installation: *807 - number: *864 - organization: *808 - pull_request: *865 - repository: *809 + enterprise: *807 + installation: *808 + number: *865 + organization: *809 + pull_request: *866 + repository: *810 sender: *4 required: - action @@ -171215,11 +171338,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *806 + enterprise: *807 milestone: *644 - number: *864 - organization: *808 - pull_request: &866 + number: *865 + organization: *809 + pull_request: &867 title: Pull Request type: object properties: @@ -173482,7 +173605,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *809 + repository: *810 sender: *4 required: - action @@ -173561,11 +173684,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *806 - installation: *807 + enterprise: *807 + installation: *808 number: type: integer - organization: *808 + organization: *809 pull_request: title: Pull Request type: object @@ -175847,7 +175970,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *809 + repository: *810 sender: *4 required: - action @@ -175971,12 +176094,12 @@ x-webhooks: type: string required: - from - enterprise: *806 - installation: *807 - number: *864 - organization: *808 - pull_request: *865 - repository: *809 + enterprise: *807 + installation: *808 + number: *865 + organization: *809 + pull_request: *866 + repository: *810 sender: *4 required: - action @@ -176056,11 +176179,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *806 - installation: *807 + enterprise: *807 + installation: *808 number: type: integer - organization: *808 + organization: *809 pull_request: title: Pull Request type: object @@ -178327,7 +178450,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *809 + repository: *810 sender: *4 required: - action @@ -178407,11 +178530,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *806 - installation: *807 - label: *832 - number: *864 - organization: *808 + enterprise: *807 + installation: *808 + label: *833 + number: *865 + organization: *809 pull_request: title: Pull Request type: object @@ -180693,7 +180816,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *809 + repository: *810 sender: *4 required: - action @@ -180774,10 +180897,10 @@ x-webhooks: type: string enum: - locked - enterprise: *806 - installation: *807 - number: *864 - organization: *808 + enterprise: *807 + installation: *808 + number: *865 + organization: *809 pull_request: title: Pull Request type: object @@ -183057,7 +183180,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *809 + repository: *810 sender: *4 required: - action @@ -183137,12 +183260,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *806 + enterprise: *807 milestone: *644 - number: *864 - organization: *808 - pull_request: *866 - repository: *809 + number: *865 + organization: *809 + pull_request: *867 + repository: *810 sender: *4 required: - action @@ -183221,12 +183344,12 @@ x-webhooks: type: string enum: - opened - enterprise: *806 - installation: *807 - number: *864 - organization: *808 - pull_request: *865 - repository: *809 + enterprise: *807 + installation: *808 + number: *865 + organization: *809 + pull_request: *866 + repository: *810 sender: *4 required: - action @@ -183307,12 +183430,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *806 - installation: *807 - number: *864 - organization: *808 - pull_request: *865 - repository: *809 + enterprise: *807 + installation: *808 + number: *865 + organization: *809 + pull_request: *866 + repository: *810 sender: *4 required: - action @@ -183392,12 +183515,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *806 - installation: *807 - number: *864 - organization: *808 - pull_request: *865 - repository: *809 + enterprise: *807 + installation: *808 + number: *865 + organization: *809 + pull_request: *866 + repository: *810 sender: *4 required: - action @@ -183763,9 +183886,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 pull_request: type: object properties: @@ -185935,7 +186058,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *809 + repository: *810 sender: *4 required: - action @@ -186015,7 +186138,7 @@ x-webhooks: type: string enum: - deleted - comment: &868 + comment: &869 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. @@ -186300,9 +186423,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 pull_request: type: object properties: @@ -188460,7 +188583,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *809 + repository: *810 sender: *4 required: - action @@ -188540,11 +188663,11 @@ x-webhooks: type: string enum: - edited - changes: *867 - comment: *868 - enterprise: *806 - installation: *807 - organization: *808 + changes: *868 + comment: *869 + enterprise: *807 + installation: *808 + organization: *809 pull_request: type: object properties: @@ -190705,7 +190828,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *809 + repository: *810 sender: *4 required: - action @@ -190786,9 +190909,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 pull_request: title: Simple Pull Request type: object @@ -192961,7 +193084,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *809 + repository: *810 review: description: The review that was affected. type: object @@ -193030,6 +193153,10 @@ x-webhooks: submitted_at: type: string format: date-time + updated_at: + type: string + format: date-time + nullable: true user: title: User type: object @@ -193204,9 +193331,9 @@ x-webhooks: type: string required: - from - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 pull_request: title: Simple Pull Request type: object @@ -195260,8 +195387,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *809 - review: &869 + repository: *810 + review: &870 description: The review that was affected. type: object properties: @@ -195326,6 +195453,10 @@ x-webhooks: type: string nullable: true format: date-time + updated_at: + type: string + nullable: true + format: date-time user: title: User type: object @@ -195490,12 +195621,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *806 - installation: *807 + enterprise: *807 + installation: *808 number: description: The pull request number. type: integer - organization: *808 + organization: *809 pull_request: title: Pull Request type: object @@ -197778,7 +197909,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *809 + repository: *810 requested_reviewer: title: User type: object @@ -197862,12 +197993,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *806 - installation: *807 + enterprise: *807 + installation: *808 number: description: The pull request number. type: integer - organization: *808 + organization: *809 pull_request: title: Pull Request type: object @@ -200157,7 +200288,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *809 + repository: *810 requested_team: title: Team description: Groups of organization members that gives permissions @@ -200349,12 +200480,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *806 - installation: *807 + enterprise: *807 + installation: *808 number: description: The pull request number. type: integer - organization: *808 + organization: *809 pull_request: title: Pull Request type: object @@ -202639,7 +202770,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *809 + repository: *810 requested_reviewer: title: User type: object @@ -202724,12 +202855,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *806 - installation: *807 + enterprise: *807 + installation: *808 number: description: The pull request number. type: integer - organization: *808 + organization: *809 pull_request: title: Pull Request type: object @@ -205005,7 +205136,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *809 + repository: *810 requested_team: title: Team description: Groups of organization members that gives permissions @@ -205186,9 +205317,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 pull_request: title: Simple Pull Request type: object @@ -207363,8 +207494,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *809 - review: *869 + repository: *810 + review: *870 sender: *4 required: - action @@ -207444,9 +207575,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 pull_request: title: Simple Pull Request type: object @@ -209516,7 +209647,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *809 + repository: *810 sender: *4 thread: type: object @@ -209821,6 +209952,10 @@ x-webhooks: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -209899,9 +210034,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 pull_request: title: Simple Pull Request type: object @@ -211957,7 +212092,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *809 + repository: *810 sender: *4 thread: type: object @@ -212260,6 +212395,10 @@ x-webhooks: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -212343,10 +212482,10 @@ x-webhooks: type: string before: type: string - enterprise: *806 - installation: *807 - number: *864 - organization: *808 + enterprise: *807 + installation: *808 + number: *865 + organization: *809 pull_request: title: Pull Request type: object @@ -214617,7 +214756,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *809 + repository: *810 sender: *4 required: - action @@ -214699,11 +214838,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *870 - enterprise: *806 - installation: *807 - number: *864 - organization: *808 + assignee: *871 + enterprise: *807 + installation: *808 + number: *865 + organization: *809 pull_request: title: Pull Request type: object @@ -216986,7 +217125,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *809 + repository: *810 sender: *4 required: - action @@ -217065,11 +217204,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *806 - installation: *807 - label: *832 - number: *864 - organization: *808 + enterprise: *807 + installation: *808 + label: *833 + number: *865 + organization: *809 pull_request: title: Pull Request type: object @@ -219342,7 +219481,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *809 + repository: *810 sender: *4 required: - action @@ -219423,10 +219562,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *806 - installation: *807 - number: *864 - organization: *808 + enterprise: *807 + installation: *808 + number: *865 + organization: *809 pull_request: title: Pull Request type: object @@ -221691,7 +221830,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *809 + repository: *810 sender: *4 required: - action @@ -221891,7 +222030,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *806 + enterprise: *807 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -221983,8 +222122,8 @@ x-webhooks: - url - author - committer - installation: *807 - organization: *808 + installation: *808 + organization: *809 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -222559,9 +222698,9 @@ x-webhooks: type: string enum: - published - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 registry_package: type: object properties: @@ -223007,7 +223146,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *850 + items: *851 summary: type: string tag_name: @@ -223061,7 +223200,7 @@ x-webhooks: - owner - package_version - registry - repository: *809 + repository: *810 sender: *4 required: - action @@ -223139,9 +223278,9 @@ x-webhooks: type: string enum: - updated - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 registry_package: type: object properties: @@ -223449,7 +223588,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *850 + items: *851 summary: type: string tag_name: @@ -223498,7 +223637,7 @@ x-webhooks: - owner - package_version - registry - repository: *809 + repository: *810 sender: *4 required: - action @@ -223575,10 +223714,10 @@ x-webhooks: type: string enum: - created - enterprise: *806 - installation: *807 - organization: *808 - release: &871 + enterprise: *807 + installation: *808 + organization: *809 + release: &872 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -223787,6 +223926,10 @@ x-webhooks: type: string nullable: true format: date-time + updated_at: + type: string + nullable: true + format: date-time discussion_url: type: string format: uri @@ -223889,9 +224032,10 @@ x-webhooks: - published_at - assets - tarball_url + - updated_at - zipball_url - body - repository: *809 + repository: *810 sender: *4 required: - action @@ -223968,11 +224112,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *806 - installation: *807 - organization: *808 - release: *871 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + release: *872 + repository: *810 sender: *4 required: - action @@ -224089,11 +224233,11 @@ x-webhooks: type: boolean required: - to - enterprise: *806 - installation: *807 - organization: *808 - release: *871 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + release: *872 + repository: *810 sender: *4 required: - action @@ -224171,9 +224315,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -224196,6 +224340,7 @@ x-webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -224483,6 +224628,10 @@ x-webhooks: upload_url: type: string format: uri-template + updated_at: + type: string + nullable: true + format: date-time url: type: string format: uri @@ -224490,7 +224639,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *809 + repository: *810 sender: *4 required: - action @@ -224566,10 +224715,10 @@ x-webhooks: type: string enum: - published - enterprise: *806 - installation: *807 - organization: *808 - release: &872 + enterprise: *807 + installation: *808 + organization: *809 + release: &873 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -224591,6 +224740,7 @@ x-webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -224873,6 +225023,10 @@ x-webhooks: description: Specifies the commitish value that determines where the Git tag is created from. type: string + updated_at: + type: string + nullable: true + format: date-time upload_url: type: string format: uri-template @@ -224883,7 +225037,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *809 + repository: *810 sender: *4 required: - action @@ -224959,11 +225113,11 @@ x-webhooks: type: string enum: - released - enterprise: *806 - installation: *807 - organization: *808 - release: *871 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + release: *872 + repository: *810 sender: *4 required: - action @@ -225039,11 +225193,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *806 - installation: *807 - organization: *808 - release: *872 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + release: *873 + repository: *810 sender: *4 required: - action @@ -225119,10 +225273,10 @@ x-webhooks: type: string enum: - published - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 repository_advisory: *713 sender: *4 required: @@ -225199,10 +225353,10 @@ x-webhooks: type: string enum: - reported - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 repository_advisory: *713 sender: *4 required: @@ -225279,10 +225433,10 @@ x-webhooks: type: string enum: - archived - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -225359,10 +225513,10 @@ x-webhooks: type: string enum: - created - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -225440,10 +225594,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -225527,10 +225681,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -225642,10 +225796,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -225717,10 +225871,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 status: type: string @@ -225801,10 +225955,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -225881,10 +226035,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -225978,10 +226132,10 @@ x-webhooks: - name required: - repository - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -226061,10 +226215,10 @@ x-webhooks: type: string enum: - created - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 repository_ruleset: *154 sender: *4 required: @@ -226143,10 +226297,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 repository_ruleset: *154 sender: *4 required: @@ -226225,10 +226379,10 @@ x-webhooks: type: string enum: - edited - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 repository_ruleset: *154 changes: type: object @@ -226533,10 +226687,10 @@ x-webhooks: - from required: - owner - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -226614,10 +226768,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -226695,7 +226849,7 @@ x-webhooks: type: string enum: - create - alert: &873 + alert: &874 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -226816,10 +226970,10 @@ x-webhooks: type: string enum: - open - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -227025,10 +227179,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -227106,11 +227260,11 @@ x-webhooks: type: string enum: - reopen - alert: *873 - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + alert: *874 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -227309,10 +227463,10 @@ x-webhooks: enum: - fixed - open - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -227390,7 +227544,7 @@ x-webhooks: type: string enum: - created - alert: &874 + alert: &875 type: object properties: number: *105 @@ -227501,10 +227655,10 @@ x-webhooks: description: Whether the detected secret was found in multiple repositories in the same organization or business. nullable: true - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -227585,11 +227739,11 @@ x-webhooks: type: string enum: - created - alert: *874 - installation: *807 - location: *875 - organization: *808 - repository: *809 + alert: *875 + installation: *808 + location: *876 + organization: *809 + repository: *810 sender: *4 required: - location @@ -227827,11 +227981,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *874 - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + alert: *875 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -227909,11 +228063,11 @@ x-webhooks: type: string enum: - reopened - alert: *874 - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + alert: *875 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -227991,11 +228145,11 @@ x-webhooks: type: string enum: - resolved - alert: *874 - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + alert: *875 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -228073,11 +228227,11 @@ x-webhooks: type: string enum: - validated - alert: *874 - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + alert: *875 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -228203,10 +228357,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *809 - enterprise: *806 - installation: *807 - organization: *808 + repository: *810 + enterprise: *807 + installation: *808 + organization: *809 sender: *4 required: - action @@ -228284,11 +228438,11 @@ x-webhooks: type: string enum: - published - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 - security_advisory: &876 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 + security_advisory: &877 description: The details of the security advisory, including summary, description, and severity. type: object @@ -228471,11 +228625,11 @@ x-webhooks: type: string enum: - updated - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 - security_advisory: *876 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 + security_advisory: *877 sender: *4 required: - action @@ -228548,10 +228702,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -228736,9 +228890,9 @@ x-webhooks: type: object properties: security_and_analysis: *365 - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 repository: *432 sender: *4 required: @@ -228817,12 +228971,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 - sponsorship: &877 + sponsorship: &878 type: object properties: created_at: @@ -229123,12 +229277,12 @@ x-webhooks: type: string enum: - created - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 - sponsorship: *877 + sponsorship: *878 required: - action - sponsorship @@ -229216,12 +229370,12 @@ x-webhooks: type: string required: - from - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 - sponsorship: *877 + sponsorship: *878 required: - action - changes @@ -229298,17 +229452,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &878 + effective_date: &879 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: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 - sponsorship: *877 + sponsorship: *878 required: - action - sponsorship @@ -229382,7 +229536,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &879 + changes: &880 type: object properties: tier: @@ -229426,13 +229580,13 @@ x-webhooks: - from required: - tier - effective_date: *878 - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + effective_date: *879 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 - sponsorship: *877 + sponsorship: *878 required: - action - changes @@ -229509,13 +229663,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *879 - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + changes: *880 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 - sponsorship: *877 + sponsorship: *878 required: - action - changes @@ -229589,10 +229743,10 @@ x-webhooks: type: string enum: - created - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -229675,10 +229829,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -230098,15 +230252,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *806 + enterprise: *807 id: description: The unique identifier of the status. type: integer - installation: *807 + installation: *808 name: type: string - organization: *808 - repository: *809 + organization: *809 + repository: *810 sender: *4 sha: description: The Commit SHA. @@ -230221,9 +230375,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *184 - installation: *807 - organization: *808 - repository: *809 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -230313,9 +230467,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *184 - installation: *807 - organization: *808 - repository: *809 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -230405,9 +230559,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *184 - installation: *807 - organization: *808 - repository: *809 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -230497,9 +230651,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *184 - installation: *807 - organization: *808 - repository: *809 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -230576,12 +230730,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 - team: &880 + team: &881 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -230771,9 +230925,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 repository: title: Repository description: A git repository @@ -231231,7 +231385,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *880 + team: *881 required: - action - team @@ -231307,9 +231461,9 @@ x-webhooks: type: string enum: - created - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 repository: title: Repository description: A git repository @@ -231767,7 +231921,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *880 + team: *881 required: - action - team @@ -231844,9 +231998,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 repository: title: Repository description: A git repository @@ -232304,7 +232458,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *880 + team: *881 required: - action - team @@ -232448,9 +232602,9 @@ x-webhooks: - from required: - permissions - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 repository: title: Repository description: A git repository @@ -232908,7 +233062,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *880 + team: *881 required: - action - changes @@ -232986,9 +233140,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 repository: title: Repository description: A git repository @@ -233446,7 +233600,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *880 + team: *881 required: - action - team @@ -233522,10 +233676,10 @@ x-webhooks: type: string enum: - started - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -233598,16 +233752,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *806 + enterprise: *807 inputs: type: object nullable: true additionalProperties: true - installation: *807 - organization: *808 + installation: *808 + organization: *809 ref: type: string - repository: *809 + repository: *810 sender: *4 workflow: type: string @@ -233689,10 +233843,10 @@ x-webhooks: type: string enum: - completed - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 workflow_job: allOf: @@ -234008,10 +234162,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 workflow_job: allOf: @@ -234350,10 +234504,10 @@ x-webhooks: type: string enum: - queued - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 workflow_job: type: object @@ -234567,10 +234721,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 workflow_job: type: object @@ -234786,12 +234940,12 @@ x-webhooks: type: string enum: - completed - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 - workflow: *828 + workflow: *829 workflow_run: title: Workflow Run type: object @@ -235790,12 +235944,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 - workflow: *828 + workflow: *829 workflow_run: title: Workflow Run type: object @@ -236779,12 +236933,12 @@ x-webhooks: type: string enum: - requested - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 - workflow: *828 + workflow: *829 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/dereferenced/ghec.deref.json b/descriptions/ghec/dereferenced/ghec.deref.json index 6ce27228f3..419985bdaa 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.json +++ b/descriptions/ghec/dereferenced/ghec.deref.json @@ -43859,7 +43859,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -45220,7 +45220,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -46601,7 +46601,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -47955,7 +47955,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -49312,7 +49312,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -58965,6 +58965,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -74129,6 +74212,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -79929,6 +80095,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -122857,9 +123106,9 @@ } }, { - "name": "artifact_registry_url", + "name": "package_registry_url", "in": "query", - "description": "A comma-separated list of Artifact Registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", + "description": "A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", "schema": { "type": "string" } @@ -130494,6 +130743,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -141901,6 +142233,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -172382,7 +172797,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -173731,7 +174146,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -174878,7 +175293,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -176809,7 +177224,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -178183,7 +178598,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -179326,7 +179741,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -328331,6 +328746,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -348227,6 +348725,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -350824,6 +351405,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -356855,6 +357519,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -360599,6 +361346,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -364219,6 +365049,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -364657,6 +365570,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] } } @@ -366794,6 +367721,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -369388,6 +370398,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -371785,6 +372878,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -375845,6 +377021,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -378329,6 +379588,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -380891,6 +382233,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -383473,6 +384898,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -397429,6 +398937,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -399915,6 +401506,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -402377,6 +404051,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -404938,6 +406695,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -415506,6 +417346,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -415909,6 +417832,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "commit_id": { "description": "A commit SHA for the review.", "example": "54bb654c9e6025347f57900a4a5c2313a96b8035", @@ -466042,6 +467970,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -466768,6 +468701,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -468340,6 +470278,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -468969,6 +470912,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -469623,6 +471571,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -470314,6 +472267,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -474137,7 +476095,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -475494,7 +477452,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -476490,7 +478448,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -478440,7 +480398,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -479812,7 +481770,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -480804,7 +482762,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -524278,6 +526236,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "type": "string" }, @@ -568984,6 +571025,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -598769,6 +600893,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -601774,6 +603981,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -604781,6 +607071,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -614178,6 +616551,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -617185,6 +619641,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -824858,6 +827397,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -827013,6 +829635,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -831445,6 +834150,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -833600,6 +836388,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -838032,6 +840903,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -840916,6 +843870,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -844619,6 +847656,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -847503,6 +850623,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -850350,6 +853553,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -853264,6 +856550,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -856370,6 +859739,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -859294,6 +862746,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -862391,6 +865926,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -865339,6 +868957,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -868313,6 +872014,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -871213,6 +874997,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -874191,6 +878058,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -876168,6 +880118,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -879070,6 +883103,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -881997,6 +886113,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -884791,6 +888990,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -886784,6 +891066,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -889693,6 +894058,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -892760,6 +897208,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -895669,6 +900200,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -898641,6 +903255,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -901520,6 +906217,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -904428,6 +909208,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -1092881,6 +1097744,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "format": "date-time", + "nullable": true + }, "user": { "title": "User", "type": "object", @@ -1097421,6 +1102289,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "user": { "title": "User", "type": "object", @@ -1120604,6 +1125477,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "user": { "title": "User", "type": "object", @@ -1125556,6 +1130434,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -1130257,6 +1135140,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -1155059,6 +1159947,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1155188,6 +1160081,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1157083,6 +1161977,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1157212,6 +1162111,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1159160,6 +1164060,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1159289,6 +1164194,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1160925,6 +1165831,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1161310,6 +1166217,11 @@ "type": "string", "format": "uri-template" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "url": { "type": "string", "format": "uri" @@ -1162952,6 +1167864,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1163330,6 +1168243,11 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -1165235,6 +1170153,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1165364,6 +1170287,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1166999,6 +1171923,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1167377,6 +1172302,11 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -1191149,7 +1196079,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -1193999,7 +1198929,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -1196849,7 +1201779,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -1254427,6 +1259357,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1257311,6 +1262324,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1261011,6 +1266107,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1263895,6 +1269074,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1267595,6 +1272857,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1270479,6 +1275824,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1274179,6 +1279607,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1277063,6 +1282574,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ diff --git a/descriptions/ghec/dereferenced/ghec.deref.yaml b/descriptions/ghec/dereferenced/ghec.deref.yaml index 61dc5d4e49..45f54df62e 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.deref.yaml @@ -17123,11 +17123,12 @@ paths: type: integer nullable: true description: The ID of the actor that can bypass a ruleset. - If `actor_type` is `OrganizationAdmin`, this should be `1`. - If `actor_type` is `DeployKey`, this should be null. If - `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. - `OrganizationAdmin` and `EnterpriseOwner` are not applicable - for personal repositories. + Required for `Integration`, `RepositoryRole`, and `Team` + actor types. If `actor_type` is `OrganizationAdmin`, this + should be `1`. If `actor_type` is `DeployKey`, this should + be null. If `actor_type` is `EnterpriseOwner`, `actor_id` + is ignored. `OrganizationAdmin` and `EnterpriseOwner` are + not applicable for personal repositories. actor_type: type: string enum: @@ -21123,6 +21124,68 @@ paths: - blocking - total_blocked_by - total_blocking + issue_field_values: + type: array + items: &755 + title: Issue Field Value + description: A value assigned to an issue field + type: object + properties: + issue_field_id: + description: Unique identifier for the issue field. + type: integer + format: int64 + example: 1 + node_id: + type: string + example: IFT_GDKND + data_type: + description: The data type of the issue field + type: string + enum: + - text + - single_select + - number + - date + example: text + value: + description: The value of the issue field + anyOf: + - type: string + example: Sample text + - type: number + example: 42.5 + - type: integer + example: 1 + nullable: true + single_select_option: + description: Details about the selected option + (only present for single_select fields) + type: object + properties: + id: + description: Unique identifier for the option. + type: integer + format: int64 + example: 1 + name: + description: The name of the option + type: string + example: High + color: + description: The color of the option + type: string + example: red + required: + - id + - name + - color + nullable: true + required: + - issue_field_id + - node_id + - data_type + - value required: &618 - assignee - closed_at @@ -21712,7 +21775,7 @@ paths: url: type: string format: uri - user: &766 + user: &767 title: Public User description: Public User type: object @@ -26164,7 +26227,7 @@ paths: type: array items: *61 examples: - default: &783 + default: &784 value: - login: github id: 1 @@ -29313,7 +29376,7 @@ paths: type: array items: *234 examples: - default: &769 + default: &770 value: total_count: 1 repositories: @@ -31382,12 +31445,12 @@ paths: required: - subject_digests examples: - default: &798 + default: &799 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &799 + withPredicateType: &800 value: subject_digests: - sha256:abc123 @@ -31445,7 +31508,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &800 + default: &801 value: attestations_subject_digests: - sha256:abc: @@ -36455,9 +36518,9 @@ paths: - *288 - *289 - *290 - - name: artifact_registry_url + - name: package_registry_url in: query - description: A comma-separated list of Artifact Registry URLs. If specified, + description: A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned. schema: @@ -41551,7 +41614,7 @@ paths: parameters: - *75 - *338 - - &782 + - &783 name: repo_name description: repo_name parameter in: path @@ -42866,7 +42929,7 @@ paths: - nuget - container - *75 - - &784 + - &785 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -42907,7 +42970,7 @@ paths: default: *345 '403': *29 '401': *25 - '400': &786 + '400': &787 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -49678,7 +49741,7 @@ paths: - updated_at - url examples: - default: &756 + default: &757 value: - author: login: octocat @@ -49926,7 +49989,7 @@ paths: application/json: schema: *402 examples: - default: &757 + default: &758 value: author: login: octocat @@ -50109,7 +50172,7 @@ paths: - updated_at - url examples: - default: &758 + default: &759 value: - author: login: octocat @@ -50335,7 +50398,7 @@ paths: application/json: schema: *405 examples: - default: &759 + default: &760 value: author: login: octocat @@ -51048,7 +51111,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &760 + response-if-user-is-a-team-maintainer: &761 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -51113,7 +51176,7 @@ paths: application/json: schema: *416 examples: - response-if-users-membership-with-team-is-now-pending: &761 + response-if-users-membership-with-team-is-now-pending: &762 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -51254,7 +51317,7 @@ paths: - updated_at - permissions examples: - default: &762 + default: &763 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -51333,7 +51396,7 @@ paths: application/json: schema: *417 examples: - default: &763 + default: &764 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -51543,7 +51606,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &764 + schema: &765 title: Team Repository description: A team's access to a repository. type: object @@ -52309,7 +52372,7 @@ paths: type: array items: *265 examples: - response-if-child-teams-exist: &765 + response-if-child-teams-exist: &766 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -64685,7 +64748,7 @@ paths: check. type: array items: *491 - deployment: &818 + deployment: &819 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -65597,7 +65660,7 @@ paths: type: string format: date-time nullable: true - head_commit: &844 + head_commit: &845 title: Simple Commit description: A commit. type: object @@ -69823,14 +69886,14 @@ paths: type: integer machines: type: array - items: &772 + items: &773 type: object title: Codespace machine description: A description of the machine powering a codespace. properties: *530 required: *531 examples: - default: &773 + default: &774 value: total_count: 2 machines: @@ -80794,7 +80857,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &852 + last_response: &853 title: Hook Response type: object properties: @@ -81754,7 +81817,7 @@ paths: parameters: - *419 - *420 - - &795 + - &796 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -82188,7 +82251,7 @@ paths: type: array items: *614 examples: - default: &788 + default: &789 value: - id: 1 repository: @@ -84131,6 +84194,13 @@ paths: state: open labels: - bug + issue_field_values: + - field_id: '123' + value: Critical + - field_id: '456' + value: 5 + - field_id: '789' + value: responses: '200': description: Response @@ -86558,6 +86628,10 @@ paths: submitted_at: type: string format: date-time + updated_at: + type: string + nullable: true + format: date-time commit_id: description: A commit SHA for the review. example: 54bb654c9e6025347f57900a4a5c2313a96b8035 @@ -94352,6 +94426,10 @@ paths: type: string format: date-time nullable: true + updated_at: + type: string + nullable: true + format: date-time author: *4 assets: type: array @@ -96593,7 +96671,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &875 + items: &876 type: object properties: type: @@ -102762,6 +102840,9 @@ paths: nullable: true sub_issues_summary: *753 issue_dependencies_summary: *754 + issue_field_values: + type: array + items: *755 state: type: string state_reason: @@ -104067,7 +104148,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &755 + - &756 name: team_id description: The unique identifier of the team. in: path @@ -104108,7 +104189,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *755 + - *756 requestBody: required: true content: @@ -104208,7 +104289,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *755 + - *756 responses: '204': description: Response @@ -104239,7 +104320,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *755 + - *756 - *93 - *17 - *19 @@ -104252,7 +104333,7 @@ paths: type: array items: *402 examples: - default: *756 + default: *757 headers: Link: *40 x-github: @@ -104281,7 +104362,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *755 + - *756 requestBody: required: true content: @@ -104344,7 +104425,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *755 + - *756 - *404 responses: '200': @@ -104378,7 +104459,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *755 + - *756 - *404 requestBody: required: false @@ -104404,7 +104485,7 @@ paths: application/json: schema: *402 examples: - default: *757 + default: *758 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104429,7 +104510,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *755 + - *756 - *404 responses: '204': @@ -104459,7 +104540,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *755 + - *756 - *404 - *93 - *17 @@ -104473,7 +104554,7 @@ paths: type: array items: *405 examples: - default: *758 + default: *759 headers: Link: *40 x-github: @@ -104502,7 +104583,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *755 + - *756 - *404 requestBody: required: true @@ -104554,7 +104635,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *755 + - *756 - *404 - *407 responses: @@ -104589,7 +104670,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *755 + - *756 - *404 - *407 requestBody: @@ -104615,7 +104696,7 @@ paths: application/json: schema: *405 examples: - default: *759 + default: *760 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104640,7 +104721,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *755 + - *756 - *404 - *407 responses: @@ -104671,7 +104752,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *755 + - *756 - *404 - *407 - name: content @@ -104730,7 +104811,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *755 + - *756 - *404 - *407 requestBody: @@ -104792,7 +104873,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *755 + - *756 - *404 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -104850,7 +104931,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *755 + - *756 - *404 requestBody: required: true @@ -104909,7 +104990,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *755 + - *756 - *17 - *19 responses: @@ -104947,7 +105028,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *755 + - *756 - name: role description: Filters members returned by their role in the team. in: query @@ -104998,7 +105079,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *755 + - *756 - *256 responses: '204': @@ -105035,7 +105116,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *755 + - *756 - *256 responses: '204': @@ -105075,7 +105156,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *755 + - *756 - *256 responses: '204': @@ -105112,7 +105193,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: - - *755 + - *756 - *256 responses: '200': @@ -105121,7 +105202,7 @@ paths: application/json: schema: *416 examples: - response-if-user-is-a-team-maintainer: *760 + response-if-user-is-a-team-maintainer: *761 '404': *6 x-github: githubCloudOnly: false @@ -105154,7 +105235,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: - - *755 + - *756 - *256 requestBody: required: false @@ -105182,7 +105263,7 @@ paths: application/json: schema: *416 examples: - response-if-users-membership-with-team-is-now-pending: *761 + response-if-users-membership-with-team-is-now-pending: *762 '403': description: Forbidden if team synchronization is set up '422': @@ -105216,7 +105297,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: - - *755 + - *756 - *256 responses: '204': @@ -105245,7 +105326,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *755 + - *756 - *17 - *19 responses: @@ -105257,7 +105338,7 @@ paths: type: array items: *417 examples: - default: *762 + default: *763 headers: Link: *40 '404': *6 @@ -105283,7 +105364,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *755 + - *756 - *418 responses: '200': @@ -105292,7 +105373,7 @@ paths: application/json: schema: *417 examples: - default: *763 + default: *764 '404': description: Not Found if project is not managed by this team x-github: @@ -105316,7 +105397,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *755 + - *756 - *418 requestBody: required: false @@ -105384,7 +105465,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *755 + - *756 - *418 responses: '204': @@ -105412,7 +105493,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *755 + - *756 - *17 - *19 responses: @@ -105454,7 +105535,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: - - *755 + - *756 - *419 - *420 responses: @@ -105462,7 +105543,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *764 + schema: *765 examples: alternative-response-with-extra-repository-information: value: @@ -105613,7 +105694,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: - - *755 + - *756 - *419 - *420 requestBody: @@ -105665,7 +105746,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: - - *755 + - *756 - *419 - *420 responses: @@ -105696,7 +105777,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: - - *755 + - *756 responses: '200': description: Response @@ -105731,7 +105812,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: - - *755 + - *756 requestBody: required: true content: @@ -105819,7 +105900,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *755 + - *756 - *17 - *19 responses: @@ -105831,7 +105912,7 @@ paths: type: array items: *265 examples: - response-if-child-teams-exist: *765 + response-if-child-teams-exist: *766 headers: Link: *40 '404': *6 @@ -105864,7 +105945,7 @@ paths: application/json: schema: oneOf: - - &767 + - &768 title: Private User description: Private User type: object @@ -106067,7 +106148,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *766 + - *767 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -106220,7 +106301,7 @@ paths: description: Response content: application/json: - schema: *767 + schema: *768 examples: default: value: @@ -106618,7 +106699,7 @@ paths: type: integer secrets: type: array - items: &768 + items: &769 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -106734,7 +106815,7 @@ paths: description: Response content: application/json: - schema: *768 + schema: *769 examples: default: value: @@ -106880,7 +106961,7 @@ paths: type: array items: *234 examples: - default: *769 + default: *770 '401': *25 '403': *29 '404': *6 @@ -107147,7 +107228,7 @@ paths: description: Response content: application/json: - schema: &770 + schema: &771 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -107188,7 +107269,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &771 + default: &772 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -107233,9 +107314,9 @@ paths: description: Response content: application/json: - schema: *770 + schema: *771 examples: - default: *771 + default: *772 '404': *6 x-github: githubCloudOnly: false @@ -107272,9 +107353,9 @@ paths: type: integer machines: type: array - items: *772 + items: *773 examples: - default: *773 + default: *774 '304': *37 '500': *90 '401': *25 @@ -108213,7 +108294,7 @@ paths: type: array items: *344 examples: - default: &785 + default: &786 value: - id: 197 name: hello_docker @@ -108314,7 +108395,7 @@ paths: application/json: schema: type: array - items: &774 + items: &775 title: Email description: Email type: object @@ -108379,9 +108460,9 @@ paths: application/json: schema: type: array - items: *774 + items: *775 examples: - default: &787 + default: &788 value: - email: octocat@github.com verified: true @@ -108456,7 +108537,7 @@ paths: application/json: schema: type: array - items: *774 + items: *775 examples: default: value: @@ -108712,7 +108793,7 @@ paths: application/json: schema: type: array - items: &775 + items: &776 title: GPG Key description: A unique encryption key type: object @@ -108843,7 +108924,7 @@ paths: - subkeys - revoked examples: - default: &801 + default: &802 value: - id: 3 name: Octocat's GPG Key @@ -108928,9 +109009,9 @@ paths: description: Response content: application/json: - schema: *775 + schema: *776 examples: - default: &776 + default: &777 value: id: 3 name: Octocat's GPG Key @@ -108987,7 +109068,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: - - &777 + - &778 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -108999,9 +109080,9 @@ paths: description: Response content: application/json: - schema: *775 + schema: *776 examples: - default: *776 + default: *777 '404': *6 '304': *37 '403': *29 @@ -109024,7 +109105,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: - - *777 + - *778 responses: '204': description: Response @@ -109479,7 +109560,7 @@ paths: application/json: schema: type: array - items: &778 + items: &779 title: Key description: Key type: object @@ -109580,9 +109661,9 @@ paths: description: Response content: application/json: - schema: *778 + schema: *779 examples: - default: &779 + default: &780 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -109621,9 +109702,9 @@ paths: description: Response content: application/json: - schema: *778 + schema: *779 examples: - default: *779 + default: *780 '404': *6 '304': *37 '403': *29 @@ -109679,7 +109760,7 @@ paths: application/json: schema: type: array - items: &780 + items: &781 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -109747,7 +109828,7 @@ paths: - account - plan examples: - default: &781 + default: &782 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -109809,9 +109890,9 @@ paths: application/json: schema: type: array - items: *780 + items: *781 examples: - default: *781 + default: *782 headers: Link: *40 '304': *37 @@ -110806,7 +110887,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - *338 - - *782 + - *783 responses: '204': description: Response @@ -110879,7 +110960,7 @@ paths: type: array items: *61 examples: - default: *783 + default: *784 headers: Link: *40 '304': *37 @@ -110921,7 +111002,7 @@ paths: - docker - nuget - container - - *784 + - *785 - *19 - *17 responses: @@ -110933,8 +111014,8 @@ paths: type: array items: *344 examples: - default: *785 - '400': *786 + default: *786 + '400': *787 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110963,7 +111044,7 @@ paths: application/json: schema: *344 examples: - default: &802 + default: &803 value: id: 40201 name: octo-name @@ -111416,9 +111497,9 @@ paths: application/json: schema: type: array - items: *774 + items: *775 examples: - default: *787 + default: *788 headers: Link: *40 '304': *37 @@ -111531,7 +111612,7 @@ paths: type: array items: *66 examples: - default: &794 + default: &795 summary: Default response value: - id: 1296269 @@ -111877,7 +111958,7 @@ paths: type: array items: *614 examples: - default: *788 + default: *789 headers: Link: *40 '304': *37 @@ -111956,7 +112037,7 @@ paths: application/json: schema: type: array - items: &789 + items: &790 title: Social account description: Social media account type: object @@ -111971,7 +112052,7 @@ paths: - provider - url examples: - default: &790 + default: &791 value: - provider: twitter url: https://twitter.com/github @@ -112033,9 +112114,9 @@ paths: application/json: schema: type: array - items: *789 + items: *790 examples: - default: *790 + default: *791 '422': *15 '304': *37 '404': *6 @@ -112122,7 +112203,7 @@ paths: application/json: schema: type: array - items: &791 + items: &792 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -112142,7 +112223,7 @@ paths: - title - created_at examples: - default: &803 + default: &804 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -112208,9 +112289,9 @@ paths: description: Response content: application/json: - schema: *791 + schema: *792 examples: - default: &792 + default: &793 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -112241,7 +112322,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: - - &793 + - &794 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -112253,9 +112334,9 @@ paths: description: Response content: application/json: - schema: *791 + schema: *792 examples: - default: *792 + default: *793 '404': *6 '304': *37 '403': *29 @@ -112278,7 +112359,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: - - *793 + - *794 responses: '204': description: Response @@ -112307,7 +112388,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: - - &804 + - &805 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 @@ -112332,11 +112413,11 @@ paths: type: array items: *66 examples: - default-response: *794 + default-response: *795 application/vnd.github.v3.star+json: schema: type: array - items: &805 + items: &806 title: Starred Repository description: Starred Repository type: object @@ -112705,10 +112786,10 @@ paths: application/json: schema: oneOf: + - *768 - *767 - - *766 examples: - default-response: &796 + default-response: &797 summary: Default response value: login: octocat @@ -112743,7 +112824,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &797 + response-with-git-hub-plan-information: &798 summary: Response with GitHub plan information value: login: octocat @@ -112803,7 +112884,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *795 + - *796 - *17 responses: '200': @@ -112852,11 +112933,11 @@ paths: application/json: schema: oneOf: + - *768 - *767 - - *766 examples: - default-response: *796 - response-with-git-hub-plan-information: *797 + default-response: *797 + response-with-git-hub-plan-information: *798 '404': *6 x-github: githubCloudOnly: false @@ -112905,8 +112986,8 @@ paths: required: - subject_digests examples: - default: *798 - withPredicateType: *799 + default: *799 + withPredicateType: *800 responses: '200': description: Response @@ -112959,7 +113040,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *800 + default: *801 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -113202,7 +113283,7 @@ paths: type: array items: *344 examples: - default: *785 + default: *786 '403': *29 '401': *25 x-github: @@ -113606,9 +113687,9 @@ paths: application/json: schema: type: array - items: *775 + items: *776 examples: - default: *801 + default: *802 headers: Link: *40 x-github: @@ -113797,7 +113878,7 @@ paths: type: array items: *61 examples: - default: *783 + default: *784 headers: Link: *40 x-github: @@ -113836,7 +113917,7 @@ paths: - docker - nuget - container - - *784 + - *785 - *256 - *19 - *17 @@ -113849,10 +113930,10 @@ paths: type: array items: *344 examples: - default: *785 + default: *786 '403': *29 '401': *25 - '400': *786 + '400': *787 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -113882,7 +113963,7 @@ paths: application/json: schema: *344 examples: - default: *802 + default: *803 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -114666,9 +114747,9 @@ paths: application/json: schema: type: array - items: *789 + items: *790 examples: - default: *790 + default: *791 headers: Link: *40 x-github: @@ -114698,9 +114779,9 @@ paths: application/json: schema: type: array - items: *791 + items: *792 examples: - default: *803 + default: *804 headers: Link: *40 x-github: @@ -114725,7 +114806,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *256 - - *804 + - *805 - *93 - *17 - *19 @@ -114737,11 +114818,11 @@ paths: schema: anyOf: - type: array - items: *805 + items: *806 - type: array items: *66 examples: - default-response: *794 + default-response: *795 headers: Link: *40 x-github: @@ -114900,7 +114981,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &806 + enterprise: &807 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -114958,7 +115039,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &807 + installation: &808 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -114977,7 +115058,7 @@ x-webhooks: required: - id - node_id - organization: &808 + organization: &809 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -115037,13 +115118,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &809 + repository: &810 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &846 + properties: &847 id: description: Unique identifier of the repository example: 42 @@ -115726,7 +115807,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &847 + required: &848 - archive_url - assignees_url - blobs_url @@ -115877,10 +115958,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -115956,11 +116037,11 @@ x-webhooks: type: string enum: - created - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 - rule: &810 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 + rule: &811 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) @@ -116183,11 +116264,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 - rule: *810 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 + rule: *811 sender: *4 required: - action @@ -116370,11 +116451,11 @@ x-webhooks: - everyone required: - from - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 - rule: *810 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 + rule: *811 sender: *4 required: - action @@ -116445,7 +116526,7 @@ x-webhooks: required: true content: application/json: - schema: &813 + schema: &814 title: Exemption request cancellation event type: object properties: @@ -116453,11 +116534,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 - exemption_request: &811 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 + exemption_request: &812 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -116690,7 +116771,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &812 + items: &813 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -116798,7 +116879,7 @@ x-webhooks: required: true content: application/json: - schema: &814 + schema: &815 title: Exemption request completed event type: object properties: @@ -116806,11 +116887,11 @@ x-webhooks: type: string enum: - completed - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 - exemption_request: *811 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 + exemption_request: *812 sender: *4 required: - action @@ -116880,7 +116961,7 @@ x-webhooks: required: true content: application/json: - schema: &815 + schema: &816 title: Exemption request created event type: object properties: @@ -116888,11 +116969,11 @@ x-webhooks: type: string enum: - created - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 - exemption_request: *811 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 + exemption_request: *812 sender: *4 required: - action @@ -116962,7 +117043,7 @@ x-webhooks: required: true content: application/json: - schema: &816 + schema: &817 title: Exemption response dismissed event type: object properties: @@ -116970,12 +117051,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 - exemption_request: *811 - exemption_response: *812 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 + exemption_request: *812 + exemption_response: *813 sender: *4 required: - action @@ -117047,7 +117128,7 @@ x-webhooks: required: true content: application/json: - schema: &817 + schema: &818 title: Exemption response submitted event type: object properties: @@ -117055,12 +117136,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 - exemption_request: *811 - exemption_response: *812 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 + exemption_request: *812 + exemption_response: *813 sender: *4 required: - action @@ -117133,7 +117214,7 @@ x-webhooks: required: true content: application/json: - schema: *813 + schema: *814 responses: '200': description: Return a 200 status to indicate that the data was received @@ -117200,7 +117281,7 @@ x-webhooks: required: true content: application/json: - schema: *814 + schema: *815 responses: '200': description: Return a 200 status to indicate that the data was received @@ -117267,7 +117348,7 @@ x-webhooks: required: true content: application/json: - schema: *815 + schema: *816 responses: '200': description: Return a 200 status to indicate that the data was received @@ -117334,7 +117415,7 @@ x-webhooks: required: true content: application/json: - schema: *816 + schema: *817 responses: '200': description: Return a 200 status to indicate that the data was received @@ -117402,7 +117483,7 @@ x-webhooks: required: true content: application/json: - schema: *817 + schema: *818 responses: '200': description: Return a 200 status to indicate that the data was received @@ -117480,7 +117561,7 @@ x-webhooks: type: string enum: - completed - check_run: &819 + check_run: &820 title: CheckRun description: A check performed on the code of a given code change type: object @@ -117571,7 +117652,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *818 + deployment: *819 details_url: example: https://example.com type: string @@ -117656,9 +117737,9 @@ x-webhooks: - output - app - pull_requests - installation: *807 - organization: *808 - repository: *809 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - check_run @@ -118051,10 +118132,10 @@ x-webhooks: type: string enum: - created - check_run: *819 - installation: *807 - organization: *808 - repository: *809 + check_run: *820 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - check_run @@ -118450,10 +118531,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *819 - installation: *807 - organization: *808 - repository: *809 + check_run: *820 + installation: *808 + organization: *809 + repository: *810 requested_action: description: The action requested by the user. type: object @@ -118858,10 +118939,10 @@ x-webhooks: type: string enum: - rerequested - check_run: *819 - installation: *807 - organization: *808 - repository: *809 + check_run: *820 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - check_run @@ -119838,10 +119919,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -120511,10 +120592,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -121178,10 +121259,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -121489,20 +121570,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &820 + commit_oid: &821 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: *806 - installation: *807 - organization: *808 - ref: &821 + enterprise: *807 + installation: *808 + organization: *809 + ref: &822 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: *809 + repository: *810 sender: *4 required: - action @@ -121894,12 +121975,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *820 - enterprise: *806 - installation: *807 - organization: *808 - ref: *821 - repository: *809 + commit_oid: *821 + enterprise: *807 + installation: *808 + organization: *809 + ref: *822 + repository: *810 sender: *4 required: - action @@ -122162,12 +122243,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *820 - enterprise: *806 - installation: *807 - organization: *808 - ref: *821 - repository: *809 + commit_oid: *821 + enterprise: *807 + installation: *808 + organization: *809 + ref: *822 + repository: *810 sender: *4 required: - action @@ -122496,12 +122577,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *820 - enterprise: *806 - installation: *807 - organization: *808 - ref: *821 - repository: *809 + commit_oid: *821 + enterprise: *807 + installation: *808 + organization: *809 + ref: *822 + repository: *810 sender: *4 required: - action @@ -122766,16 +122847,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 ref: 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 nullable: true - repository: *809 + repository: *810 sender: *4 required: - action @@ -123009,12 +123090,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *820 - enterprise: *806 - installation: *807 - organization: *808 - ref: *821 - repository: *809 + commit_oid: *821 + enterprise: *807 + installation: *808 + organization: *809 + ref: *822 + repository: *810 sender: *4 required: - action @@ -123271,10 +123352,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -123354,18 +123435,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *806 - installation: *807 + enterprise: *807 + installation: *808 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *808 - pusher_type: &822 + organization: *809 + pusher_type: &823 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &823 + ref: &824 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -123375,7 +123456,7 @@ x-webhooks: enum: - tag - branch - repository: *809 + repository: *810 sender: *4 required: - ref @@ -123458,9 +123539,9 @@ x-webhooks: enum: - created definition: *121 - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 sender: *4 required: - action @@ -123545,9 +123626,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 sender: *4 required: - action @@ -123625,9 +123706,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *121 - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 sender: *4 required: - action @@ -123705,9 +123786,9 @@ x-webhooks: enum: - updated definition: *121 - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 sender: *4 required: - action @@ -123784,10 +123865,10 @@ x-webhooks: type: string enum: - updated - enterprise: *806 - installation: *807 - repository: *809 - organization: *808 + enterprise: *807 + installation: *808 + repository: *810 + organization: *809 sender: *4 new_property_values: type: array @@ -123872,18 +123953,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *806 - installation: *807 - organization: *808 - pusher_type: *822 - ref: *823 + enterprise: *807 + installation: *808 + organization: *809 + pusher_type: *823 + ref: *824 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *809 + repository: *810 sender: *4 required: - ref @@ -123968,10 +124049,10 @@ x-webhooks: enum: - auto_dismissed alert: *561 - installation: *807 - organization: *808 - enterprise: *806 - repository: *809 + installation: *808 + organization: *809 + enterprise: *807 + repository: *810 sender: *4 required: - action @@ -124056,10 +124137,10 @@ x-webhooks: enum: - auto_reopened alert: *561 - installation: *807 - organization: *808 - enterprise: *806 - repository: *809 + installation: *808 + organization: *809 + enterprise: *807 + repository: *810 sender: *4 required: - action @@ -124144,10 +124225,10 @@ x-webhooks: enum: - created alert: *561 - installation: *807 - organization: *808 - enterprise: *806 - repository: *809 + installation: *808 + organization: *809 + enterprise: *807 + repository: *810 sender: *4 required: - action @@ -124230,10 +124311,10 @@ x-webhooks: enum: - dismissed alert: *561 - installation: *807 - organization: *808 - enterprise: *806 - repository: *809 + installation: *808 + organization: *809 + enterprise: *807 + repository: *810 sender: *4 required: - action @@ -124316,10 +124397,10 @@ x-webhooks: enum: - fixed alert: *561 - installation: *807 - organization: *808 - enterprise: *806 - repository: *809 + installation: *808 + organization: *809 + enterprise: *807 + repository: *810 sender: *4 required: - action @@ -124403,10 +124484,10 @@ x-webhooks: enum: - reintroduced alert: *561 - installation: *807 - organization: *808 - enterprise: *806 - repository: *809 + installation: *808 + organization: *809 + enterprise: *807 + repository: *810 sender: *4 required: - action @@ -124489,10 +124570,10 @@ x-webhooks: enum: - reopened alert: *561 - installation: *807 - organization: *808 - enterprise: *806 - repository: *809 + installation: *808 + organization: *809 + enterprise: *807 + repository: *810 sender: *4 required: - action @@ -124569,9 +124650,9 @@ x-webhooks: type: string enum: - created - enterprise: *806 - installation: *807 - key: &824 + enterprise: *807 + installation: *808 + key: &825 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -124607,8 +124688,8 @@ x-webhooks: - verified - created_at - read_only - organization: *808 - repository: *809 + organization: *809 + repository: *810 sender: *4 required: - action @@ -124685,11 +124766,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *806 - installation: *807 - key: *824 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + key: *825 + organization: *809 + repository: *810 sender: *4 required: - action @@ -125250,12 +125331,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 - workflow: &828 + workflow: &829 title: Workflow type: object nullable: true @@ -125985,9 +126066,9 @@ x-webhooks: pull_requests: type: array items: *661 - repository: *809 - organization: *808 - installation: *807 + repository: *810 + organization: *809 + installation: *808 sender: *4 responses: '200': @@ -126058,7 +126139,7 @@ x-webhooks: type: string enum: - approved - approver: &825 + approver: &826 type: object properties: avatar_url: @@ -126101,11 +126182,11 @@ x-webhooks: type: string comment: type: string - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 - reviewers: &826 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 + reviewers: &827 type: array items: type: object @@ -126184,7 +126265,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &827 + workflow_job_run: &828 type: object properties: conclusion: @@ -126915,18 +126996,18 @@ x-webhooks: type: string enum: - rejected - approver: *825 + approver: *826 comment: type: string - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 - reviewers: *826 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 + reviewers: *827 sender: *4 since: type: string - workflow_job_run: *827 + workflow_job_run: *828 workflow_job_runs: type: array items: @@ -127630,13 +127711,13 @@ x-webhooks: type: string enum: - requested - enterprise: *806 + enterprise: *807 environment: type: string - installation: *807 - organization: *808 - repository: *809 - requestor: &833 + installation: *808 + organization: *809 + repository: *810 + requestor: &834 title: User type: object nullable: true @@ -129535,12 +129616,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 - workflow: *828 + workflow: *829 workflow_run: title: Deployment Workflow Run type: object @@ -130220,7 +130301,7 @@ x-webhooks: type: string enum: - answered - answer: &831 + answer: &832 type: object properties: author_association: @@ -130377,7 +130458,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &829 + discussion: &830 title: Discussion description: A Discussion in a repository. type: object @@ -130685,10 +130766,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -130815,11 +130896,11 @@ x-webhooks: - from required: - category - discussion: *829 - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + discussion: *830 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -130902,11 +130983,11 @@ x-webhooks: type: string enum: - closed - discussion: *829 - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + discussion: *830 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -130988,7 +131069,7 @@ x-webhooks: type: string enum: - created - comment: &830 + comment: &831 type: object properties: author_association: @@ -131145,11 +131226,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *829 - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + discussion: *830 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -131232,12 +131313,12 @@ x-webhooks: type: string enum: - deleted - comment: *830 - discussion: *829 - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + comment: *831 + discussion: *830 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -131332,12 +131413,12 @@ x-webhooks: - from required: - body - comment: *830 - discussion: *829 - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + comment: *831 + discussion: *830 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -131421,11 +131502,11 @@ x-webhooks: type: string enum: - created - discussion: *829 - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + discussion: *830 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -131507,11 +131588,11 @@ x-webhooks: type: string enum: - deleted - discussion: *829 - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + discussion: *830 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -131611,11 +131692,11 @@ x-webhooks: type: string required: - from - discussion: *829 - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + discussion: *830 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -131697,10 +131778,10 @@ x-webhooks: type: string enum: - labeled - discussion: *829 - enterprise: *806 - installation: *807 - label: &832 + discussion: *830 + enterprise: *807 + installation: *808 + label: &833 title: Label type: object properties: @@ -131732,8 +131813,8 @@ x-webhooks: - color - default - description - organization: *808 - repository: *809 + organization: *809 + repository: *810 sender: *4 required: - action @@ -131816,11 +131897,11 @@ x-webhooks: type: string enum: - locked - discussion: *829 - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + discussion: *830 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -131902,11 +131983,11 @@ x-webhooks: type: string enum: - pinned - discussion: *829 - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + discussion: *830 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -131988,11 +132069,11 @@ x-webhooks: type: string enum: - reopened - discussion: *829 - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + discussion: *830 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -132077,16 +132158,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *829 - new_repository: *809 + new_discussion: *830 + new_repository: *810 required: - new_discussion - new_repository - discussion: *829 - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + discussion: *830 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -132169,10 +132250,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *829 - old_answer: *831 - organization: *808 - repository: *809 + discussion: *830 + old_answer: *832 + organization: *809 + repository: *810 sender: *4 required: - action @@ -132254,12 +132335,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *829 - enterprise: *806 - installation: *807 - label: *832 - organization: *808 - repository: *809 + discussion: *830 + enterprise: *807 + installation: *808 + label: *833 + organization: *809 + repository: *810 sender: *4 required: - action @@ -132342,11 +132423,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *829 - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + discussion: *830 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -132428,11 +132509,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *829 - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + discussion: *830 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -132501,7 +132582,7 @@ x-webhooks: required: true content: application/json: - schema: *815 + schema: *816 responses: '200': description: Return a 200 status to indicate that the data was received @@ -132564,7 +132645,7 @@ x-webhooks: required: true content: application/json: - schema: *817 + schema: *818 responses: '200': description: Return a 200 status to indicate that the data was received @@ -132630,7 +132711,7 @@ x-webhooks: required: true content: application/json: - schema: *813 + schema: *814 responses: '200': description: Return a 200 status to indicate that the data was received @@ -132696,7 +132777,7 @@ x-webhooks: required: true content: application/json: - schema: *814 + schema: *815 responses: '200': description: Return a 200 status to indicate that the data was received @@ -132762,7 +132843,7 @@ x-webhooks: required: true content: application/json: - schema: *815 + schema: *816 responses: '200': description: Return a 200 status to indicate that the data was received @@ -132828,7 +132909,7 @@ x-webhooks: required: true content: application/json: - schema: *816 + schema: *817 responses: '200': description: Return a 200 status to indicate that the data was received @@ -132894,7 +132975,7 @@ x-webhooks: required: true content: application/json: - schema: *817 + schema: *818 responses: '200': description: Return a 200 status to indicate that the data was received @@ -132961,7 +133042,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *806 + enterprise: *807 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -133621,9 +133702,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *807 - organization: *808 - repository: *809 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - forkee @@ -133769,9 +133850,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 pages: description: The pages that were updated. type: array @@ -133808,7 +133889,7 @@ x-webhooks: - action - sha - html_url - repository: *809 + repository: *810 sender: *4 required: - pages @@ -133884,10 +133965,10 @@ x-webhooks: type: string enum: - created - enterprise: *806 + enterprise: *807 installation: *22 - organization: *808 - repositories: &834 + organization: *809 + repositories: &835 description: An array of repository objects that the installation can access. type: array @@ -133913,8 +133994,8 @@ x-webhooks: - name - full_name - private - repository: *809 - requester: *833 + repository: *810 + requester: *834 sender: *4 required: - action @@ -133989,11 +134070,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *806 + enterprise: *807 installation: *22 - organization: *808 - repositories: *834 - repository: *809 + organization: *809 + repositories: *835 + repository: *810 requester: nullable: true sender: *4 @@ -134069,11 +134150,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *806 + enterprise: *807 installation: *22 - organization: *808 - repositories: *834 - repository: *809 + organization: *809 + repositories: *835 + repository: *810 requester: nullable: true sender: *4 @@ -134149,10 +134230,10 @@ x-webhooks: type: string enum: - added - enterprise: *806 + enterprise: *807 installation: *22 - organization: *808 - repositories_added: &835 + organization: *809 + repositories_added: &836 description: An array of repository objects, which were added to the installation. type: array @@ -134198,15 +134279,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *809 - repository_selection: &836 + repository: *810 + repository_selection: &837 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *833 + requester: *834 sender: *4 required: - action @@ -134285,10 +134366,10 @@ x-webhooks: type: string enum: - removed - enterprise: *806 + enterprise: *807 installation: *22 - organization: *808 - repositories_added: *835 + organization: *809 + repositories_added: *836 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -134315,9 +134396,9 @@ x-webhooks: - name - full_name - private - repository: *809 - repository_selection: *836 - requester: *833 + repository: *810 + repository_selection: *837 + requester: *834 sender: *4 required: - action @@ -134396,11 +134477,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *806 + enterprise: *807 installation: *22 - organization: *808 - repositories: *834 - repository: *809 + organization: *809 + repositories: *835 + repository: *810 requester: nullable: true sender: *4 @@ -134579,10 +134660,10 @@ x-webhooks: type: string required: - from - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 target_type: type: string @@ -134661,11 +134742,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *806 + enterprise: *807 installation: *22 - organization: *808 - repositories: *834 - repository: *809 + organization: *809 + repositories: *835 + repository: *810 requester: nullable: true sender: *4 @@ -134917,8 +134998,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *806 - installation: *807 + enterprise: *807 + installation: *808 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -136062,8 +136143,8 @@ x-webhooks: - state - locked - assignee - organization: *808 - repository: *809 + organization: *809 + repository: *810 sender: *4 required: - action @@ -136143,7 +136224,7 @@ x-webhooks: type: string enum: - deleted - comment: &837 + comment: &838 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -136308,8 +136389,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *806 - installation: *807 + enterprise: *807 + installation: *808 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -137451,8 +137532,8 @@ x-webhooks: - state - locked - assignee - organization: *808 - repository: *809 + organization: *809 + repository: *810 sender: *4 required: - action @@ -137532,7 +137613,7 @@ x-webhooks: type: string enum: - edited - changes: &867 + changes: &868 description: The changes to the comment. type: object properties: @@ -137544,9 +137625,9 @@ x-webhooks: type: string required: - from - comment: *837 - enterprise: *806 - installation: *807 + comment: *838 + enterprise: *807 + installation: *808 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -138689,8 +138770,8 @@ x-webhooks: - state - locked - assignee - organization: *808 - repository: *809 + organization: *809 + repository: *810 sender: *4 required: - action @@ -138780,9 +138861,9 @@ x-webhooks: type: number blocking_issue: *184 blocking_issue_repo: *66 - installation: *807 - organization: *808 - repository: *809 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -138876,9 +138957,9 @@ x-webhooks: type: number blocking_issue: *184 blocking_issue_repo: *66 - installation: *807 - organization: *808 - repository: *809 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -138971,9 +139052,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *184 - installation: *807 - organization: *808 - repository: *809 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -139067,9 +139148,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *184 - installation: *807 - organization: *808 - repository: *809 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -139154,10 +139235,10 @@ x-webhooks: type: string enum: - assigned - assignee: *833 - enterprise: *806 - installation: *807 - issue: &840 + assignee: *834 + enterprise: *807 + installation: *808 + issue: &841 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -139948,6 +140029,9 @@ x-webhooks: format: uri sub_issues_summary: *753 issue_dependencies_summary: *754 + issue_field_values: + type: array + items: *755 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140064,8 +140148,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *808 - repository: *809 + organization: *809 + repository: *810 sender: *4 required: - action @@ -140145,8 +140229,8 @@ x-webhooks: type: string enum: - closed - enterprise: *806 - installation: *807 + enterprise: *807 + installation: *808 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -140942,6 +141026,9 @@ x-webhooks: format: uri sub_issues_summary: *753 issue_dependencies_summary: *754 + issue_field_values: + type: array + items: *755 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141193,8 +141280,8 @@ x-webhooks: required: - state - closed_at - organization: *808 - repository: *809 + organization: *809 + repository: *810 sender: *4 required: - action @@ -141273,8 +141360,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *806 - installation: *807 + enterprise: *807 + installation: *808 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -142061,6 +142148,9 @@ x-webhooks: format: uri sub_issues_summary: *753 issue_dependencies_summary: *754 + issue_field_values: + type: array + items: *755 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142176,8 +142266,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *808 - repository: *809 + organization: *809 + repository: *810 sender: *4 required: - action @@ -142256,8 +142346,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *806 - installation: *807 + enterprise: *807 + installation: *808 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -143066,6 +143156,9 @@ x-webhooks: format: uri sub_issues_summary: *753 issue_dependencies_summary: *754 + issue_field_values: + type: array + items: *755 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143160,7 +143253,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &838 + milestone: &839 title: Milestone description: A collection of related issues and pull requests. type: object @@ -143298,8 +143391,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *808 - repository: *809 + organization: *809 + repository: *810 sender: *4 required: - action @@ -143398,8 +143491,8 @@ x-webhooks: type: string required: - from - enterprise: *806 - installation: *807 + enterprise: *807 + installation: *808 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -144190,6 +144283,9 @@ x-webhooks: format: uri sub_issues_summary: *753 issue_dependencies_summary: *754 + issue_field_values: + type: array + items: *755 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144306,9 +144402,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *832 - organization: *808 - repository: *809 + label: *833 + organization: *809 + repository: *810 sender: *4 required: - action @@ -144388,8 +144484,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *806 - installation: *807 + enterprise: *807 + installation: *808 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -145179,6 +145275,9 @@ x-webhooks: format: uri sub_issues_summary: *753 issue_dependencies_summary: *754 + issue_field_values: + type: array + items: *755 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145295,9 +145394,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *832 - organization: *808 - repository: *809 + label: *833 + organization: *809 + repository: *810 sender: *4 required: - action @@ -145377,8 +145476,8 @@ x-webhooks: type: string enum: - locked - enterprise: *806 - installation: *807 + enterprise: *807 + installation: *808 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -146192,6 +146291,9 @@ x-webhooks: format: uri sub_issues_summary: *753 issue_dependencies_summary: *754 + issue_field_values: + type: array + items: *755 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146285,8 +146387,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *808 - repository: *809 + organization: *809 + repository: *810 sender: *4 required: - action @@ -146365,8 +146467,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *806 - installation: *807 + enterprise: *807 + installation: *808 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -147174,6 +147276,9 @@ x-webhooks: format: uri sub_issues_summary: *753 issue_dependencies_summary: *754 + issue_field_values: + type: array + items: *755 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147267,9 +147372,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *838 - organization: *808 - repository: *809 + milestone: *839 + organization: *809 + repository: *810 sender: *4 required: - action @@ -148139,6 +148244,9 @@ x-webhooks: format: uri sub_issues_summary: *753 issue_dependencies_summary: *754 + issue_field_values: + type: array + items: *755 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148700,8 +148808,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *806 - installation: *807 + enterprise: *807 + installation: *808 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -149492,6 +149600,9 @@ x-webhooks: format: uri sub_issues_summary: *753 issue_dependencies_summary: *754 + issue_field_values: + type: array + items: *755 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149607,8 +149718,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *808 - repository: *809 + organization: *809 + repository: *810 sender: *4 required: - action @@ -149688,9 +149799,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *806 - installation: *807 - issue: &839 + enterprise: *807 + installation: *808 + issue: &840 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -150475,6 +150586,9 @@ x-webhooks: format: uri sub_issues_summary: *753 issue_dependencies_summary: *754 + issue_field_values: + type: array + items: *755 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150590,8 +150704,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *808 - repository: *809 + organization: *809 + repository: *810 sender: *4 required: - action @@ -150670,8 +150784,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *806 - installation: *807 + enterprise: *807 + installation: *808 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -151483,6 +151597,9 @@ x-webhooks: format: uri sub_issues_summary: *753 issue_dependencies_summary: *754 + issue_field_values: + type: array + items: *755 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151577,8 +151694,8 @@ x-webhooks: user_view_type: type: string type: *326 - organization: *808 - repository: *809 + organization: *809 + repository: *810 sender: *4 required: - action @@ -152446,6 +152563,9 @@ x-webhooks: format: uri sub_issues_summary: *753 issue_dependencies_summary: *754 + issue_field_values: + type: array + items: *755 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153029,11 +153149,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *806 - installation: *807 - issue: *839 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + issue: *840 + organization: *809 + repository: *810 sender: *4 required: - action @@ -153113,12 +153233,12 @@ x-webhooks: type: string enum: - typed - enterprise: *806 - installation: *807 - issue: *840 + enterprise: *807 + installation: *808 + issue: *841 type: *326 - organization: *808 - repository: *809 + organization: *809 + repository: *810 sender: *4 required: - action @@ -153199,7 +153319,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &870 + assignee: &871 title: User type: object nullable: true @@ -153269,11 +153389,11 @@ x-webhooks: required: - login - id - enterprise: *806 - installation: *807 - issue: *840 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + issue: *841 + organization: *809 + repository: *810 sender: *4 required: - action @@ -153352,12 +153472,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *806 - installation: *807 - issue: *840 - label: *832 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + issue: *841 + label: *833 + organization: *809 + repository: *810 sender: *4 required: - action @@ -153437,8 +153557,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *806 - installation: *807 + enterprise: *807 + installation: *808 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -154250,6 +154370,9 @@ x-webhooks: format: uri sub_issues_summary: *753 issue_dependencies_summary: *754 + issue_field_values: + type: array + items: *755 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154343,8 +154466,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *808 - repository: *809 + organization: *809 + repository: *810 sender: *4 required: - action @@ -154424,11 +154547,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *806 - installation: *807 - issue: *839 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + issue: *840 + organization: *809 + repository: *810 sender: *4 required: - action @@ -154507,12 +154630,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *806 - installation: *807 - issue: *840 + enterprise: *807 + installation: *808 + issue: *841 type: *326 - organization: *808 - repository: *809 + organization: *809 + repository: *810 sender: *4 required: - action @@ -154592,11 +154715,11 @@ x-webhooks: type: string enum: - created - enterprise: *806 - installation: *807 - label: *832 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + label: *833 + organization: *809 + repository: *810 sender: *4 required: - action @@ -154674,11 +154797,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *806 - installation: *807 - label: *832 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + label: *833 + organization: *809 + repository: *810 sender: *4 required: - action @@ -154788,11 +154911,11 @@ x-webhooks: type: string required: - from - enterprise: *806 - installation: *807 - label: *832 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + label: *833 + organization: *809 + repository: *810 sender: *4 required: - action @@ -154874,9 +154997,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *806 - installation: *807 - marketplace_purchase: &841 + enterprise: *807 + installation: *808 + marketplace_purchase: &842 title: Marketplace Purchase type: object required: @@ -154959,8 +155082,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *808 - previous_marketplace_purchase: &842 + organization: *809 + previous_marketplace_purchase: &843 title: Marketplace Purchase type: object properties: @@ -155040,7 +155163,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *809 + repository: *810 sender: *4 required: - action @@ -155120,10 +155243,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *806 - installation: *807 - marketplace_purchase: *841 - organization: *808 + enterprise: *807 + installation: *808 + marketplace_purchase: *842 + organization: *809 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -155206,7 +155329,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *809 + repository: *810 sender: *4 required: - action @@ -155288,10 +155411,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *806 - installation: *807 - marketplace_purchase: *841 - organization: *808 + enterprise: *807 + installation: *808 + marketplace_purchase: *842 + organization: *809 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -155373,7 +155496,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *809 + repository: *810 sender: *4 required: - action @@ -155454,8 +155577,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *806 - installation: *807 + enterprise: *807 + installation: *808 marketplace_purchase: title: Marketplace Purchase type: object @@ -155537,9 +155660,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *808 - previous_marketplace_purchase: *842 - repository: *809 + organization: *809 + previous_marketplace_purchase: *843 + repository: *810 sender: *4 required: - action @@ -155619,12 +155742,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *806 - installation: *807 - marketplace_purchase: *841 - organization: *808 - previous_marketplace_purchase: *842 - repository: *809 + enterprise: *807 + installation: *808 + marketplace_purchase: *842 + organization: *809 + previous_marketplace_purchase: *843 + repository: *810 sender: *4 required: - action @@ -155726,11 +155849,11 @@ x-webhooks: type: string required: - to - enterprise: *806 - installation: *807 - member: *833 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + member: *834 + organization: *809 + repository: *810 sender: *4 required: - action @@ -155830,11 +155953,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *806 - installation: *807 - member: *833 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + member: *834 + organization: *809 + repository: *810 sender: *4 required: - action @@ -155913,11 +156036,11 @@ x-webhooks: type: string enum: - removed - enterprise: *806 - installation: *807 - member: *833 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + member: *834 + organization: *809 + repository: *810 sender: *4 required: - action @@ -155995,11 +156118,11 @@ x-webhooks: type: string enum: - added - enterprise: *806 - installation: *807 - member: *833 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + member: *834 + organization: *809 + repository: *810 scope: description: The scope of the membership. Currently, can only be `team`. @@ -156075,7 +156198,7 @@ x-webhooks: required: - login - id - team: &843 + team: &844 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -156265,11 +156388,11 @@ x-webhooks: type: string enum: - removed - enterprise: *806 - installation: *807 - member: *833 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + member: *834 + organization: *809 + repository: *810 scope: description: The scope of the membership. Currently, can only be `team`. @@ -156346,7 +156469,7 @@ x-webhooks: required: - login - id - team: *843 + team: *844 required: - action - scope @@ -156428,8 +156551,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *807 - merge_group: &845 + installation: *808 + merge_group: &846 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -156448,15 +156571,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *844 + head_commit: *845 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *808 - repository: *809 + organization: *809 + repository: *810 sender: *4 required: - action @@ -156542,10 +156665,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *807 - merge_group: *845 - organization: *808 - repository: *809 + installation: *808 + merge_group: *846 + organization: *809 + repository: *810 sender: *4 required: - action @@ -156618,7 +156741,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *806 + enterprise: *807 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -156727,16 +156850,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *807 - organization: *808 + installation: *808 + organization: *809 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *846 - required: *847 + properties: *847 + required: *848 nullable: true sender: *4 required: @@ -156817,11 +156940,11 @@ x-webhooks: type: string enum: - closed - enterprise: *806 - installation: *807 - milestone: *838 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + milestone: *839 + organization: *809 + repository: *810 sender: *4 required: - action @@ -156900,9 +157023,9 @@ x-webhooks: type: string enum: - created - enterprise: *806 - installation: *807 - milestone: &848 + enterprise: *807 + installation: *808 + milestone: &849 title: Milestone description: A collection of related issues and pull requests. type: object @@ -157039,8 +157162,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *808 - repository: *809 + organization: *809 + repository: *810 sender: *4 required: - action @@ -157119,11 +157242,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *806 - installation: *807 - milestone: *838 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + milestone: *839 + organization: *809 + repository: *810 sender: *4 required: - action @@ -157233,11 +157356,11 @@ x-webhooks: type: string required: - from - enterprise: *806 - installation: *807 - milestone: *838 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + milestone: *839 + organization: *809 + repository: *810 sender: *4 required: - action @@ -157317,11 +157440,11 @@ x-webhooks: type: string enum: - opened - enterprise: *806 - installation: *807 - milestone: *848 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + milestone: *849 + organization: *809 + repository: *810 sender: *4 required: - action @@ -157400,11 +157523,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *833 - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + blocked_user: *834 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -157483,11 +157606,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *833 - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + blocked_user: *834 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -157566,9 +157689,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *806 - installation: *807 - membership: &849 + enterprise: *807 + installation: *808 + membership: &850 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -157675,8 +157798,8 @@ x-webhooks: - role - organization_url - user - organization: *808 - repository: *809 + organization: *809 + repository: *810 sender: *4 required: - action @@ -157754,11 +157877,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *806 - installation: *807 - membership: *849 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + membership: *850 + organization: *809 + repository: *810 sender: *4 required: - action @@ -157837,8 +157960,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *806 - installation: *807 + enterprise: *807 + installation: *808 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -157954,10 +158077,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *808 - repository: *809 + organization: *809 + repository: *810 sender: *4 - user: *833 + user: *834 required: - action - invitation @@ -158035,11 +158158,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *806 - installation: *807 - membership: *849 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + membership: *850 + organization: *809 + repository: *810 sender: *4 required: - action @@ -158126,11 +158249,11 @@ x-webhooks: properties: from: type: string - enterprise: *806 - installation: *807 - membership: *849 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + membership: *850 + organization: *809 + repository: *810 sender: *4 required: - action @@ -158206,9 +158329,9 @@ x-webhooks: type: string enum: - published - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 package: description: Information about the package. type: object @@ -158707,7 +158830,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &850 + items: &851 title: Ruby Gems metadata type: object properties: @@ -158802,7 +158925,7 @@ x-webhooks: - owner - package_version - registry - repository: *809 + repository: *810 sender: *4 required: - action @@ -158878,9 +159001,9 @@ x-webhooks: type: string enum: - updated - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 package: description: Information about the package. type: object @@ -159233,7 +159356,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *850 + items: *851 source_url: type: string format: uri @@ -159303,7 +159426,7 @@ x-webhooks: - owner - package_version - registry - repository: *809 + repository: *810 sender: *4 required: - action @@ -159480,12 +159603,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *806 + enterprise: *807 id: type: integer - installation: *807 - organization: *808 - repository: *809 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - id @@ -159562,7 +159685,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &851 + personal_access_token_request: &852 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -159708,10 +159831,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *806 - organization: *808 + enterprise: *807 + organization: *809 sender: *4 - installation: *807 + installation: *808 required: - action - personal_access_token_request @@ -159788,11 +159911,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *851 - enterprise: *806 - organization: *808 + personal_access_token_request: *852 + enterprise: *807 + organization: *809 sender: *4 - installation: *807 + installation: *808 required: - action - personal_access_token_request @@ -159868,11 +159991,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *851 - enterprise: *806 - organization: *808 + personal_access_token_request: *852 + enterprise: *807 + organization: *809 sender: *4 - installation: *807 + installation: *808 required: - action - personal_access_token_request @@ -159947,11 +160070,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *851 - organization: *808 - enterprise: *806 + personal_access_token_request: *852 + organization: *809 + enterprise: *807 sender: *4 - installation: *807 + installation: *808 required: - action - personal_access_token_request @@ -160056,7 +160179,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *852 + last_response: *853 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -160088,8 +160211,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *808 - repository: *809 + organization: *809 + repository: *810 sender: *4 zen: description: Random string of GitHub zen. @@ -160334,10 +160457,10 @@ x-webhooks: - from required: - note - enterprise: *806 - installation: *807 - organization: *808 - project_card: &853 + enterprise: *807 + installation: *808 + organization: *809 + project_card: &854 title: Project Card type: object properties: @@ -160456,7 +160579,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *809 + repository: *810 sender: *4 required: - action @@ -160537,11 +160660,11 @@ x-webhooks: type: string enum: - created - enterprise: *806 - installation: *807 - organization: *808 - project_card: *853 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + project_card: *854 + repository: *810 sender: *4 required: - action @@ -160621,9 +160744,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 project_card: title: Project Card type: object @@ -160751,8 +160874,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *846 - required: *847 + properties: *847 + required: *848 nullable: true sender: *4 required: @@ -160846,11 +160969,11 @@ x-webhooks: - from required: - note - enterprise: *806 - installation: *807 - organization: *808 - project_card: *853 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + project_card: *854 + repository: *810 sender: *4 required: - action @@ -160944,9 +161067,9 @@ x-webhooks: - from required: - column_id - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 project_card: allOf: - title: Project Card @@ -161136,7 +161259,7 @@ x-webhooks: type: string required: - after_id - repository: *809 + repository: *810 sender: *4 required: - action @@ -161216,10 +161339,10 @@ x-webhooks: type: string enum: - closed - enterprise: *806 - installation: *807 - organization: *808 - project: &855 + enterprise: *807 + installation: *808 + organization: *809 + project: &856 title: Project type: object properties: @@ -161343,7 +161466,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *809 + repository: *810 sender: *4 required: - action @@ -161423,10 +161546,10 @@ x-webhooks: type: string enum: - created - enterprise: *806 - installation: *807 - organization: *808 - project_column: &854 + enterprise: *807 + installation: *808 + organization: *809 + project_column: &855 title: Project Column type: object properties: @@ -161465,7 +161588,7 @@ x-webhooks: - name - created_at - updated_at - repository: *809 + repository: *810 sender: *4 required: - action @@ -161544,18 +161667,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *806 - installation: *807 - organization: *808 - project_column: *854 + enterprise: *807 + installation: *808 + organization: *809 + project_column: *855 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *846 - required: *847 + properties: *847 + required: *848 nullable: true sender: *4 required: @@ -161645,11 +161768,11 @@ x-webhooks: type: string required: - from - enterprise: *806 - installation: *807 - organization: *808 - project_column: *854 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + project_column: *855 + repository: *810 sender: *4 required: - action @@ -161729,11 +161852,11 @@ x-webhooks: type: string enum: - moved - enterprise: *806 - installation: *807 - organization: *808 - project_column: *854 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + project_column: *855 + repository: *810 sender: *4 required: - action @@ -161813,11 +161936,11 @@ x-webhooks: type: string enum: - created - enterprise: *806 - installation: *807 - organization: *808 - project: *855 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + project: *856 + repository: *810 sender: *4 required: - action @@ -161897,18 +162020,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *806 - installation: *807 - organization: *808 - project: *855 + enterprise: *807 + installation: *808 + organization: *809 + project: *856 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *846 - required: *847 + properties: *847 + required: *848 nullable: true sender: *4 required: @@ -162010,11 +162133,11 @@ x-webhooks: type: string required: - from - enterprise: *806 - installation: *807 - organization: *808 - project: *855 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + project: *856 + repository: *810 sender: *4 required: - action @@ -162093,11 +162216,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *806 - installation: *807 - organization: *808 - project: *855 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + project: *856 + repository: *810 sender: *4 required: - action @@ -162178,9 +162301,9 @@ x-webhooks: type: string enum: - closed - installation: *807 - organization: *808 - projects_v2: &856 + installation: *808 + organization: *809 + projects_v2: &857 title: Projects v2 Project description: A projects v2 project type: object @@ -162237,7 +162360,7 @@ x-webhooks: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &861 + properties: &862 id: type: number node_id: @@ -162275,7 +162398,7 @@ x-webhooks: example: The project is off to a great start! type: string nullable: true - required: &862 + required: &863 - id - node_id - created_at @@ -162379,9 +162502,9 @@ x-webhooks: type: string enum: - created - installation: *807 - organization: *808 - projects_v2: *856 + installation: *808 + organization: *809 + projects_v2: *857 sender: *4 required: - action @@ -162462,9 +162585,9 @@ x-webhooks: type: string enum: - deleted - installation: *807 - organization: *808 - projects_v2: *856 + installation: *808 + organization: *809 + projects_v2: *857 sender: *4 required: - action @@ -162581,9 +162704,9 @@ x-webhooks: type: string to: type: string - installation: *807 - organization: *808 - projects_v2: *856 + installation: *808 + organization: *809 + projects_v2: *857 sender: *4 required: - action @@ -162666,7 +162789,7 @@ x-webhooks: type: string enum: - archived - changes: &860 + changes: &861 type: object properties: archived_at: @@ -162680,9 +162803,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *807 - organization: *808 - projects_v2_item: &857 + installation: *808 + organization: *809 + projects_v2_item: &858 title: Projects v2 Item description: An item belonging to a project type: object @@ -162816,9 +162939,9 @@ x-webhooks: nullable: true to: type: string - installation: *807 - organization: *808 - projects_v2_item: *857 + installation: *808 + organization: *809 + projects_v2_item: *858 sender: *4 required: - action @@ -162900,9 +163023,9 @@ x-webhooks: type: string enum: - created - installation: *807 - organization: *808 - projects_v2_item: *857 + installation: *808 + organization: *809 + projects_v2_item: *858 sender: *4 required: - action @@ -162983,9 +163106,9 @@ x-webhooks: type: string enum: - deleted - installation: *807 - organization: *808 - projects_v2_item: *857 + installation: *808 + organization: *809 + projects_v2_item: *858 sender: *4 required: - action @@ -163091,7 +163214,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &858 + - &859 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -163109,7 +163232,7 @@ x-webhooks: required: - id - name - - &859 + - &860 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -163136,8 +163259,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *858 - *859 + - *860 required: - field_value - type: object @@ -163153,9 +163276,9 @@ x-webhooks: nullable: true required: - body - installation: *807 - organization: *808 - projects_v2_item: *857 + installation: *808 + organization: *809 + projects_v2_item: *858 sender: *4 required: - action @@ -163250,9 +163373,9 @@ x-webhooks: to: type: string nullable: true - installation: *807 - organization: *808 - projects_v2_item: *857 + installation: *808 + organization: *809 + projects_v2_item: *858 sender: *4 required: - action @@ -163335,10 +163458,10 @@ x-webhooks: type: string enum: - restored - changes: *860 - installation: *807 - organization: *808 - projects_v2_item: *857 + changes: *861 + installation: *808 + organization: *809 + projects_v2_item: *858 sender: *4 required: - action @@ -163420,9 +163543,9 @@ x-webhooks: type: string enum: - reopened - installation: *807 - organization: *808 - projects_v2: *856 + installation: *808 + organization: *809 + projects_v2: *857 sender: *4 required: - action @@ -163503,14 +163626,14 @@ x-webhooks: type: string enum: - created - installation: *807 - organization: *808 - projects_v2_status_update: &863 + installation: *808 + organization: *809 + projects_v2_status_update: &864 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *861 - required: *862 + properties: *862 + required: *863 sender: *4 required: - action @@ -163591,9 +163714,9 @@ x-webhooks: type: string enum: - deleted - installation: *807 - organization: *808 - projects_v2_status_update: *863 + installation: *808 + organization: *809 + projects_v2_status_update: *864 sender: *4 required: - action @@ -163729,9 +163852,9 @@ x-webhooks: type: string format: date nullable: true - installation: *807 - organization: *808 - projects_v2_status_update: *863 + installation: *808 + organization: *809 + projects_v2_status_update: *864 sender: *4 required: - action @@ -163802,10 +163925,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - repository @@ -163882,13 +164005,13 @@ x-webhooks: type: string enum: - assigned - assignee: *833 - enterprise: *806 - installation: *807 - number: &864 + assignee: *834 + enterprise: *807 + installation: *808 + number: &865 description: The pull request number. type: integer - organization: *808 + organization: *809 pull_request: title: Pull Request type: object @@ -166171,7 +166294,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *809 + repository: *810 sender: *4 required: - action @@ -166253,11 +166376,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *806 - installation: *807 + enterprise: *807 + installation: *808 number: type: integer - organization: *808 + organization: *809 pull_request: title: Pull Request type: object @@ -168535,7 +168658,7 @@ x-webhooks: - draft reason: type: string - repository: *809 + repository: *810 sender: *4 required: - action @@ -168617,11 +168740,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *806 - installation: *807 + enterprise: *807 + installation: *808 number: type: integer - organization: *808 + organization: *809 pull_request: title: Pull Request type: object @@ -170899,7 +171022,7 @@ x-webhooks: - draft reason: type: string - repository: *809 + repository: *810 sender: *4 required: - action @@ -170981,11 +171104,11 @@ x-webhooks: type: string enum: - closed - enterprise: *806 - installation: *807 - number: *864 - organization: *808 - pull_request: &865 + enterprise: *807 + installation: *808 + number: *865 + organization: *809 + pull_request: &866 allOf: - *661 - type: object @@ -171049,7 +171172,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *809 + repository: *810 sender: *4 required: - action @@ -171130,12 +171253,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *806 - installation: *807 - number: *864 - organization: *808 - pull_request: *865 - repository: *809 + enterprise: *807 + installation: *808 + number: *865 + organization: *809 + pull_request: *866 + repository: *810 sender: *4 required: - action @@ -171215,11 +171338,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *806 + enterprise: *807 milestone: *644 - number: *864 - organization: *808 - pull_request: &866 + number: *865 + organization: *809 + pull_request: &867 title: Pull Request type: object properties: @@ -173482,7 +173605,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *809 + repository: *810 sender: *4 required: - action @@ -173561,11 +173684,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *806 - installation: *807 + enterprise: *807 + installation: *808 number: type: integer - organization: *808 + organization: *809 pull_request: title: Pull Request type: object @@ -175847,7 +175970,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *809 + repository: *810 sender: *4 required: - action @@ -175971,12 +176094,12 @@ x-webhooks: type: string required: - from - enterprise: *806 - installation: *807 - number: *864 - organization: *808 - pull_request: *865 - repository: *809 + enterprise: *807 + installation: *808 + number: *865 + organization: *809 + pull_request: *866 + repository: *810 sender: *4 required: - action @@ -176056,11 +176179,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *806 - installation: *807 + enterprise: *807 + installation: *808 number: type: integer - organization: *808 + organization: *809 pull_request: title: Pull Request type: object @@ -178327,7 +178450,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *809 + repository: *810 sender: *4 required: - action @@ -178407,11 +178530,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *806 - installation: *807 - label: *832 - number: *864 - organization: *808 + enterprise: *807 + installation: *808 + label: *833 + number: *865 + organization: *809 pull_request: title: Pull Request type: object @@ -180693,7 +180816,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *809 + repository: *810 sender: *4 required: - action @@ -180774,10 +180897,10 @@ x-webhooks: type: string enum: - locked - enterprise: *806 - installation: *807 - number: *864 - organization: *808 + enterprise: *807 + installation: *808 + number: *865 + organization: *809 pull_request: title: Pull Request type: object @@ -183057,7 +183180,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *809 + repository: *810 sender: *4 required: - action @@ -183137,12 +183260,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *806 + enterprise: *807 milestone: *644 - number: *864 - organization: *808 - pull_request: *866 - repository: *809 + number: *865 + organization: *809 + pull_request: *867 + repository: *810 sender: *4 required: - action @@ -183221,12 +183344,12 @@ x-webhooks: type: string enum: - opened - enterprise: *806 - installation: *807 - number: *864 - organization: *808 - pull_request: *865 - repository: *809 + enterprise: *807 + installation: *808 + number: *865 + organization: *809 + pull_request: *866 + repository: *810 sender: *4 required: - action @@ -183307,12 +183430,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *806 - installation: *807 - number: *864 - organization: *808 - pull_request: *865 - repository: *809 + enterprise: *807 + installation: *808 + number: *865 + organization: *809 + pull_request: *866 + repository: *810 sender: *4 required: - action @@ -183392,12 +183515,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *806 - installation: *807 - number: *864 - organization: *808 - pull_request: *865 - repository: *809 + enterprise: *807 + installation: *808 + number: *865 + organization: *809 + pull_request: *866 + repository: *810 sender: *4 required: - action @@ -183763,9 +183886,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 pull_request: type: object properties: @@ -185935,7 +186058,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *809 + repository: *810 sender: *4 required: - action @@ -186015,7 +186138,7 @@ x-webhooks: type: string enum: - deleted - comment: &868 + comment: &869 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. @@ -186300,9 +186423,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 pull_request: type: object properties: @@ -188460,7 +188583,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *809 + repository: *810 sender: *4 required: - action @@ -188540,11 +188663,11 @@ x-webhooks: type: string enum: - edited - changes: *867 - comment: *868 - enterprise: *806 - installation: *807 - organization: *808 + changes: *868 + comment: *869 + enterprise: *807 + installation: *808 + organization: *809 pull_request: type: object properties: @@ -190705,7 +190828,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *809 + repository: *810 sender: *4 required: - action @@ -190786,9 +190909,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 pull_request: title: Simple Pull Request type: object @@ -192961,7 +193084,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *809 + repository: *810 review: description: The review that was affected. type: object @@ -193030,6 +193153,10 @@ x-webhooks: submitted_at: type: string format: date-time + updated_at: + type: string + format: date-time + nullable: true user: title: User type: object @@ -193204,9 +193331,9 @@ x-webhooks: type: string required: - from - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 pull_request: title: Simple Pull Request type: object @@ -195260,8 +195387,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *809 - review: &869 + repository: *810 + review: &870 description: The review that was affected. type: object properties: @@ -195326,6 +195453,10 @@ x-webhooks: type: string nullable: true format: date-time + updated_at: + type: string + nullable: true + format: date-time user: title: User type: object @@ -195490,12 +195621,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *806 - installation: *807 + enterprise: *807 + installation: *808 number: description: The pull request number. type: integer - organization: *808 + organization: *809 pull_request: title: Pull Request type: object @@ -197778,7 +197909,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *809 + repository: *810 requested_reviewer: title: User type: object @@ -197862,12 +197993,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *806 - installation: *807 + enterprise: *807 + installation: *808 number: description: The pull request number. type: integer - organization: *808 + organization: *809 pull_request: title: Pull Request type: object @@ -200157,7 +200288,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *809 + repository: *810 requested_team: title: Team description: Groups of organization members that gives permissions @@ -200349,12 +200480,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *806 - installation: *807 + enterprise: *807 + installation: *808 number: description: The pull request number. type: integer - organization: *808 + organization: *809 pull_request: title: Pull Request type: object @@ -202639,7 +202770,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *809 + repository: *810 requested_reviewer: title: User type: object @@ -202724,12 +202855,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *806 - installation: *807 + enterprise: *807 + installation: *808 number: description: The pull request number. type: integer - organization: *808 + organization: *809 pull_request: title: Pull Request type: object @@ -205005,7 +205136,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *809 + repository: *810 requested_team: title: Team description: Groups of organization members that gives permissions @@ -205186,9 +205317,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 pull_request: title: Simple Pull Request type: object @@ -207363,8 +207494,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *809 - review: *869 + repository: *810 + review: *870 sender: *4 required: - action @@ -207444,9 +207575,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 pull_request: title: Simple Pull Request type: object @@ -209516,7 +209647,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *809 + repository: *810 sender: *4 thread: type: object @@ -209821,6 +209952,10 @@ x-webhooks: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -209899,9 +210034,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 pull_request: title: Simple Pull Request type: object @@ -211957,7 +212092,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *809 + repository: *810 sender: *4 thread: type: object @@ -212260,6 +212395,10 @@ x-webhooks: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -212343,10 +212482,10 @@ x-webhooks: type: string before: type: string - enterprise: *806 - installation: *807 - number: *864 - organization: *808 + enterprise: *807 + installation: *808 + number: *865 + organization: *809 pull_request: title: Pull Request type: object @@ -214617,7 +214756,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *809 + repository: *810 sender: *4 required: - action @@ -214699,11 +214838,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *870 - enterprise: *806 - installation: *807 - number: *864 - organization: *808 + assignee: *871 + enterprise: *807 + installation: *808 + number: *865 + organization: *809 pull_request: title: Pull Request type: object @@ -216986,7 +217125,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *809 + repository: *810 sender: *4 required: - action @@ -217065,11 +217204,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *806 - installation: *807 - label: *832 - number: *864 - organization: *808 + enterprise: *807 + installation: *808 + label: *833 + number: *865 + organization: *809 pull_request: title: Pull Request type: object @@ -219342,7 +219481,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *809 + repository: *810 sender: *4 required: - action @@ -219423,10 +219562,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *806 - installation: *807 - number: *864 - organization: *808 + enterprise: *807 + installation: *808 + number: *865 + organization: *809 pull_request: title: Pull Request type: object @@ -221691,7 +221830,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *809 + repository: *810 sender: *4 required: - action @@ -221891,7 +222030,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *806 + enterprise: *807 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -221983,8 +222122,8 @@ x-webhooks: - url - author - committer - installation: *807 - organization: *808 + installation: *808 + organization: *809 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -222559,9 +222698,9 @@ x-webhooks: type: string enum: - published - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 registry_package: type: object properties: @@ -223007,7 +223146,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *850 + items: *851 summary: type: string tag_name: @@ -223061,7 +223200,7 @@ x-webhooks: - owner - package_version - registry - repository: *809 + repository: *810 sender: *4 required: - action @@ -223139,9 +223278,9 @@ x-webhooks: type: string enum: - updated - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 registry_package: type: object properties: @@ -223449,7 +223588,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *850 + items: *851 summary: type: string tag_name: @@ -223498,7 +223637,7 @@ x-webhooks: - owner - package_version - registry - repository: *809 + repository: *810 sender: *4 required: - action @@ -223575,10 +223714,10 @@ x-webhooks: type: string enum: - created - enterprise: *806 - installation: *807 - organization: *808 - release: &871 + enterprise: *807 + installation: *808 + organization: *809 + release: &872 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -223787,6 +223926,10 @@ x-webhooks: type: string nullable: true format: date-time + updated_at: + type: string + nullable: true + format: date-time discussion_url: type: string format: uri @@ -223889,9 +224032,10 @@ x-webhooks: - published_at - assets - tarball_url + - updated_at - zipball_url - body - repository: *809 + repository: *810 sender: *4 required: - action @@ -223968,11 +224112,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *806 - installation: *807 - organization: *808 - release: *871 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + release: *872 + repository: *810 sender: *4 required: - action @@ -224089,11 +224233,11 @@ x-webhooks: type: boolean required: - to - enterprise: *806 - installation: *807 - organization: *808 - release: *871 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + release: *872 + repository: *810 sender: *4 required: - action @@ -224171,9 +224315,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -224196,6 +224340,7 @@ x-webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -224483,6 +224628,10 @@ x-webhooks: upload_url: type: string format: uri-template + updated_at: + type: string + nullable: true + format: date-time url: type: string format: uri @@ -224490,7 +224639,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *809 + repository: *810 sender: *4 required: - action @@ -224566,10 +224715,10 @@ x-webhooks: type: string enum: - published - enterprise: *806 - installation: *807 - organization: *808 - release: &872 + enterprise: *807 + installation: *808 + organization: *809 + release: &873 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -224591,6 +224740,7 @@ x-webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -224873,6 +225023,10 @@ x-webhooks: description: Specifies the commitish value that determines where the Git tag is created from. type: string + updated_at: + type: string + nullable: true + format: date-time upload_url: type: string format: uri-template @@ -224883,7 +225037,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *809 + repository: *810 sender: *4 required: - action @@ -224959,11 +225113,11 @@ x-webhooks: type: string enum: - released - enterprise: *806 - installation: *807 - organization: *808 - release: *871 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + release: *872 + repository: *810 sender: *4 required: - action @@ -225039,11 +225193,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *806 - installation: *807 - organization: *808 - release: *872 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + release: *873 + repository: *810 sender: *4 required: - action @@ -225119,10 +225273,10 @@ x-webhooks: type: string enum: - published - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 repository_advisory: *713 sender: *4 required: @@ -225199,10 +225353,10 @@ x-webhooks: type: string enum: - reported - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 repository_advisory: *713 sender: *4 required: @@ -225279,10 +225433,10 @@ x-webhooks: type: string enum: - archived - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -225359,10 +225513,10 @@ x-webhooks: type: string enum: - created - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -225440,10 +225594,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -225527,10 +225681,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -225642,10 +225796,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -225717,10 +225871,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 status: type: string @@ -225801,10 +225955,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -225881,10 +226035,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -225978,10 +226132,10 @@ x-webhooks: - name required: - repository - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -226061,10 +226215,10 @@ x-webhooks: type: string enum: - created - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 repository_ruleset: *154 sender: *4 required: @@ -226143,10 +226297,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 repository_ruleset: *154 sender: *4 required: @@ -226225,10 +226379,10 @@ x-webhooks: type: string enum: - edited - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 repository_ruleset: *154 changes: type: object @@ -226533,10 +226687,10 @@ x-webhooks: - from required: - owner - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -226614,10 +226768,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -226695,7 +226849,7 @@ x-webhooks: type: string enum: - create - alert: &873 + alert: &874 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -226816,10 +226970,10 @@ x-webhooks: type: string enum: - open - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -227025,10 +227179,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -227106,11 +227260,11 @@ x-webhooks: type: string enum: - reopen - alert: *873 - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + alert: *874 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -227309,10 +227463,10 @@ x-webhooks: enum: - fixed - open - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -227390,7 +227544,7 @@ x-webhooks: type: string enum: - created - alert: &874 + alert: &875 type: object properties: number: *105 @@ -227501,10 +227655,10 @@ x-webhooks: description: Whether the detected secret was found in multiple repositories in the same organization or business. nullable: true - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -227585,11 +227739,11 @@ x-webhooks: type: string enum: - created - alert: *874 - installation: *807 - location: *875 - organization: *808 - repository: *809 + alert: *875 + installation: *808 + location: *876 + organization: *809 + repository: *810 sender: *4 required: - location @@ -227827,11 +227981,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *874 - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + alert: *875 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -227909,11 +228063,11 @@ x-webhooks: type: string enum: - reopened - alert: *874 - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + alert: *875 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -227991,11 +228145,11 @@ x-webhooks: type: string enum: - resolved - alert: *874 - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + alert: *875 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -228073,11 +228227,11 @@ x-webhooks: type: string enum: - validated - alert: *874 - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + alert: *875 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -228203,10 +228357,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *809 - enterprise: *806 - installation: *807 - organization: *808 + repository: *810 + enterprise: *807 + installation: *808 + organization: *809 sender: *4 required: - action @@ -228284,11 +228438,11 @@ x-webhooks: type: string enum: - published - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 - security_advisory: &876 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 + security_advisory: &877 description: The details of the security advisory, including summary, description, and severity. type: object @@ -228471,11 +228625,11 @@ x-webhooks: type: string enum: - updated - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 - security_advisory: *876 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 + security_advisory: *877 sender: *4 required: - action @@ -228548,10 +228702,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -228736,9 +228890,9 @@ x-webhooks: type: object properties: security_and_analysis: *365 - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 repository: *432 sender: *4 required: @@ -228817,12 +228971,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 - sponsorship: &877 + sponsorship: &878 type: object properties: created_at: @@ -229123,12 +229277,12 @@ x-webhooks: type: string enum: - created - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 - sponsorship: *877 + sponsorship: *878 required: - action - sponsorship @@ -229216,12 +229370,12 @@ x-webhooks: type: string required: - from - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 - sponsorship: *877 + sponsorship: *878 required: - action - changes @@ -229298,17 +229452,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &878 + effective_date: &879 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: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 - sponsorship: *877 + sponsorship: *878 required: - action - sponsorship @@ -229382,7 +229536,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &879 + changes: &880 type: object properties: tier: @@ -229426,13 +229580,13 @@ x-webhooks: - from required: - tier - effective_date: *878 - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + effective_date: *879 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 - sponsorship: *877 + sponsorship: *878 required: - action - changes @@ -229509,13 +229663,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *879 - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + changes: *880 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 - sponsorship: *877 + sponsorship: *878 required: - action - changes @@ -229589,10 +229743,10 @@ x-webhooks: type: string enum: - created - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -229675,10 +229829,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -230098,15 +230252,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *806 + enterprise: *807 id: description: The unique identifier of the status. type: integer - installation: *807 + installation: *808 name: type: string - organization: *808 - repository: *809 + organization: *809 + repository: *810 sender: *4 sha: description: The Commit SHA. @@ -230221,9 +230375,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *184 - installation: *807 - organization: *808 - repository: *809 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -230313,9 +230467,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *184 - installation: *807 - organization: *808 - repository: *809 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -230405,9 +230559,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *184 - installation: *807 - organization: *808 - repository: *809 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -230497,9 +230651,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *184 - installation: *807 - organization: *808 - repository: *809 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -230576,12 +230730,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 - team: &880 + team: &881 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -230771,9 +230925,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 repository: title: Repository description: A git repository @@ -231231,7 +231385,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *880 + team: *881 required: - action - team @@ -231307,9 +231461,9 @@ x-webhooks: type: string enum: - created - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 repository: title: Repository description: A git repository @@ -231767,7 +231921,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *880 + team: *881 required: - action - team @@ -231844,9 +231998,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 repository: title: Repository description: A git repository @@ -232304,7 +232458,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *880 + team: *881 required: - action - team @@ -232448,9 +232602,9 @@ x-webhooks: - from required: - permissions - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 repository: title: Repository description: A git repository @@ -232908,7 +233062,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *880 + team: *881 required: - action - changes @@ -232986,9 +233140,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *806 - installation: *807 - organization: *808 + enterprise: *807 + installation: *808 + organization: *809 repository: title: Repository description: A git repository @@ -233446,7 +233600,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *880 + team: *881 required: - action - team @@ -233522,10 +233676,10 @@ x-webhooks: type: string enum: - started - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 required: - action @@ -233598,16 +233752,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *806 + enterprise: *807 inputs: type: object nullable: true additionalProperties: true - installation: *807 - organization: *808 + installation: *808 + organization: *809 ref: type: string - repository: *809 + repository: *810 sender: *4 workflow: type: string @@ -233689,10 +233843,10 @@ x-webhooks: type: string enum: - completed - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 workflow_job: allOf: @@ -234008,10 +234162,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 workflow_job: allOf: @@ -234350,10 +234504,10 @@ x-webhooks: type: string enum: - queued - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 workflow_job: type: object @@ -234567,10 +234721,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 workflow_job: type: object @@ -234786,12 +234940,12 @@ x-webhooks: type: string enum: - completed - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 - workflow: *828 + workflow: *829 workflow_run: title: Workflow Run type: object @@ -235790,12 +235944,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 - workflow: *828 + workflow: *829 workflow_run: title: Workflow Run type: object @@ -236779,12 +236933,12 @@ x-webhooks: type: string enum: - requested - enterprise: *806 - installation: *807 - organization: *808 - repository: *809 + enterprise: *807 + installation: *808 + organization: *809 + repository: *810 sender: *4 - workflow: *828 + workflow: *829 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/ghec.2022-11-28.json b/descriptions/ghec/ghec.2022-11-28.json index 3e05f2f069..053e6bf370 100644 --- a/descriptions/ghec/ghec.2022-11-28.json +++ b/descriptions/ghec/ghec.2022-11-28.json @@ -23724,7 +23724,7 @@ "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" }, { - "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry-urls" + "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry-urls" }, { "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry" @@ -60255,6 +60255,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] } } @@ -119481,7 +119495,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -122434,6 +122448,86 @@ "total_blocking" ] }, + "issue-field-value": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + }, "issue": { "title": "Issue", "description": "Issues are a great way to keep track of tasks, enhancements, and bugs for your projects.", @@ -122660,6 +122754,12 @@ }, "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" + }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } } }, "required": [ @@ -141514,6 +141614,12 @@ }, "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" + }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } } }, "required": [ @@ -143185,6 +143291,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "commit_id": { "description": "A commit SHA for the review.", "example": "54bb654c9e6025347f57900a4a5c2313a96b8035", @@ -145370,6 +145481,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "$ref": "#/components/schemas/simple-user" }, @@ -147953,6 +148069,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "type": "string" }, @@ -154479,6 +154601,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -155859,6 +155987,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -162124,6 +162258,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "user": { "title": "User", "type": "object", @@ -162519,6 +162658,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -162648,6 +162792,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -162673,6 +162818,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -163051,6 +163197,11 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -185218,6 +185369,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -186651,6 +186808,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -187902,6 +188065,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -189146,6 +189315,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -190383,6 +190558,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -191646,6 +191827,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -192873,6 +193060,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -194081,6 +194274,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -195880,6 +196079,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -197170,6 +197375,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -198374,6 +198585,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -200373,6 +200590,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -239376,6 +239599,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "format": "date-time", + "nullable": true + }, "user": { "title": "User", "type": "object", @@ -260676,6 +260904,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -263799,6 +264032,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -278199,6 +278437,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -278584,6 +278823,11 @@ "type": "string", "format": "uri-template" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "url": { "type": "string", "format": "uri" @@ -324346,10 +324590,10 @@ "type": "integer" } }, - "dependabot-alert-comma-separated-artifact-registry-urls": { - "name": "artifact_registry_url", + "dependabot-alert-comma-separated-package-registry-urls": { + "name": "package_registry_url", "in": "query", - "description": "A comma-separated list of Artifact Registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", + "description": "A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", "schema": { "type": "string" } diff --git a/descriptions/ghec/ghec.2022-11-28.yaml b/descriptions/ghec/ghec.2022-11-28.yaml index 54f443a6ad..bd8074cb99 100644 --- a/descriptions/ghec/ghec.2022-11-28.yaml +++ b/descriptions/ghec/ghec.2022-11-28.yaml @@ -17166,7 +17166,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" - - "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry-urls" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry-urls" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" - "$ref": "#/components/parameters/dependabot-alert-scope" @@ -43830,6 +43830,13 @@ paths: state: open labels: - bug + issue_field_values: + - field_id: '123' + value: Critical + - field_id: '456' + value: 5 + - field_id: '789' + value: responses: '200': description: Response @@ -86887,7 +86894,8 @@ components: actor_id: type: integer nullable: true - description: The ID of the actor that can bypass a ruleset. If `actor_type` + description: The ID of the actor that can bypass a ruleset. Required for + `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable @@ -89094,6 +89102,66 @@ components: - blocking - total_blocked_by - total_blocking + issue-field-value: + title: Issue Field Value + description: A value assigned to an issue field + type: object + properties: + issue_field_id: + description: Unique identifier for the issue field. + type: integer + format: int64 + example: 1 + node_id: + type: string + example: IFT_GDKND + data_type: + description: The data type of the issue field + type: string + enum: + - text + - single_select + - number + - date + example: text + value: + description: The value of the issue field + anyOf: + - type: string + example: Sample text + - type: number + example: 42.5 + - type: integer + example: 1 + nullable: true + single_select_option: + description: Details about the selected option (only present for single_select + fields) + type: object + properties: + id: + description: Unique identifier for the option. + type: integer + format: int64 + example: 1 + name: + description: The name of the option + type: string + example: High + color: + description: The color of the option + type: string + example: red + required: + - id + - name + - color + nullable: true + required: + - issue_field_id + - node_id + - data_type + - value issue: title: Issue description: Issues are a great way to keep track of tasks, enhancements, and @@ -89266,6 +89334,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" required: - assignee - closed_at @@ -104105,6 +104177,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" required: - assignee - closed_at @@ -105329,6 +105405,10 @@ components: submitted_at: type: string format: date-time + updated_at: + type: string + nullable: true + format: date-time commit_id: description: A commit SHA for the review. example: 54bb654c9e6025347f57900a4a5c2313a96b8035 @@ -106986,6 +107066,10 @@ components: type: string format: date-time nullable: true + updated_at: + type: string + nullable: true + format: date-time author: "$ref": "#/components/schemas/simple-user" assets: @@ -108803,6 +108887,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: type: string state_reason: @@ -113820,6 +113908,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -114861,6 +114953,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -119687,6 +119783,10 @@ components: type: string nullable: true format: date-time + updated_at: + type: string + nullable: true + format: date-time user: title: User type: object @@ -119981,6 +120081,10 @@ components: type: string nullable: true format: date-time + updated_at: + type: string + nullable: true + format: date-time discussion_url: type: string format: uri @@ -120083,6 +120187,7 @@ components: - published_at - assets - tarball_url + - updated_at - zipball_url - body webhooks_release_1: @@ -120107,6 +120212,7 @@ components: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -120389,6 +120495,10 @@ components: description: Specifies the commitish value that determines where the Git tag is created from. type: string + updated_at: + type: string + nullable: true + format: date-time upload_url: type: string format: uri-template @@ -136695,6 +136805,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -137757,6 +137871,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -138705,6 +138823,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -139636,6 +139758,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -140569,6 +140695,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -141525,6 +141655,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -142450,6 +142584,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -143357,6 +143495,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -144714,6 +144856,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -145690,6 +145836,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -146594,6 +146744,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -148103,6 +148257,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -177640,6 +177798,10 @@ components: submitted_at: type: string format: date-time + updated_at: + type: string + format: date-time + nullable: true user: title: User type: object @@ -193879,6 +194041,10 @@ components: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -196240,6 +196406,10 @@ components: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -207155,6 +207325,7 @@ components: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -207442,6 +207613,10 @@ components: upload_url: type: string format: uri-template + updated_at: + type: string + nullable: true + format: date-time url: type: string format: uri @@ -245601,10 +245776,10 @@ components: required: true schema: type: integer - dependabot-alert-comma-separated-artifact-registry-urls: - name: artifact_registry_url + dependabot-alert-comma-separated-package-registry-urls: + name: package_registry_url in: query - description: A comma-separated list of Artifact Registry URLs. If specified, + description: A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned. schema: diff --git a/descriptions/ghec/ghec.json b/descriptions/ghec/ghec.json index 3e05f2f069..053e6bf370 100644 --- a/descriptions/ghec/ghec.json +++ b/descriptions/ghec/ghec.json @@ -23724,7 +23724,7 @@ "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" }, { - "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry-urls" + "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry-urls" }, { "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry" @@ -60255,6 +60255,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] } } @@ -119481,7 +119495,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -122434,6 +122448,86 @@ "total_blocking" ] }, + "issue-field-value": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + }, "issue": { "title": "Issue", "description": "Issues are a great way to keep track of tasks, enhancements, and bugs for your projects.", @@ -122660,6 +122754,12 @@ }, "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" + }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } } }, "required": [ @@ -141514,6 +141614,12 @@ }, "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" + }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } } }, "required": [ @@ -143185,6 +143291,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "commit_id": { "description": "A commit SHA for the review.", "example": "54bb654c9e6025347f57900a4a5c2313a96b8035", @@ -145370,6 +145481,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "$ref": "#/components/schemas/simple-user" }, @@ -147953,6 +148069,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "type": "string" }, @@ -154479,6 +154601,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -155859,6 +155987,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -162124,6 +162258,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "user": { "title": "User", "type": "object", @@ -162519,6 +162658,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -162648,6 +162792,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -162673,6 +162818,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -163051,6 +163197,11 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -185218,6 +185369,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -186651,6 +186808,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -187902,6 +188065,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -189146,6 +189315,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -190383,6 +190558,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -191646,6 +191827,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -192873,6 +193060,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -194081,6 +194274,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -195880,6 +196079,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -197170,6 +197375,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -198374,6 +198585,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -200373,6 +200590,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -239376,6 +239599,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "format": "date-time", + "nullable": true + }, "user": { "title": "User", "type": "object", @@ -260676,6 +260904,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -263799,6 +264032,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -278199,6 +278437,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -278584,6 +278823,11 @@ "type": "string", "format": "uri-template" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "url": { "type": "string", "format": "uri" @@ -324346,10 +324590,10 @@ "type": "integer" } }, - "dependabot-alert-comma-separated-artifact-registry-urls": { - "name": "artifact_registry_url", + "dependabot-alert-comma-separated-package-registry-urls": { + "name": "package_registry_url", "in": "query", - "description": "A comma-separated list of Artifact Registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", + "description": "A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.", "schema": { "type": "string" } diff --git a/descriptions/ghec/ghec.yaml b/descriptions/ghec/ghec.yaml index 54f443a6ad..bd8074cb99 100644 --- a/descriptions/ghec/ghec.yaml +++ b/descriptions/ghec/ghec.yaml @@ -17166,7 +17166,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-ecosystems" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-packages" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-epss" - - "$ref": "#/components/parameters/dependabot-alert-comma-separated-artifact-registry-urls" + - "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry-urls" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-package-registry" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" - "$ref": "#/components/parameters/dependabot-alert-scope" @@ -43830,6 +43830,13 @@ paths: state: open labels: - bug + issue_field_values: + - field_id: '123' + value: Critical + - field_id: '456' + value: 5 + - field_id: '789' + value: responses: '200': description: Response @@ -86887,7 +86894,8 @@ components: actor_id: type: integer nullable: true - description: The ID of the actor that can bypass a ruleset. If `actor_type` + description: The ID of the actor that can bypass a ruleset. Required for + `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable @@ -89094,6 +89102,66 @@ components: - blocking - total_blocked_by - total_blocking + issue-field-value: + title: Issue Field Value + description: A value assigned to an issue field + type: object + properties: + issue_field_id: + description: Unique identifier for the issue field. + type: integer + format: int64 + example: 1 + node_id: + type: string + example: IFT_GDKND + data_type: + description: The data type of the issue field + type: string + enum: + - text + - single_select + - number + - date + example: text + value: + description: The value of the issue field + anyOf: + - type: string + example: Sample text + - type: number + example: 42.5 + - type: integer + example: 1 + nullable: true + single_select_option: + description: Details about the selected option (only present for single_select + fields) + type: object + properties: + id: + description: Unique identifier for the option. + type: integer + format: int64 + example: 1 + name: + description: The name of the option + type: string + example: High + color: + description: The color of the option + type: string + example: red + required: + - id + - name + - color + nullable: true + required: + - issue_field_id + - node_id + - data_type + - value issue: title: Issue description: Issues are a great way to keep track of tasks, enhancements, and @@ -89266,6 +89334,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" required: - assignee - closed_at @@ -104105,6 +104177,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" required: - assignee - closed_at @@ -105329,6 +105405,10 @@ components: submitted_at: type: string format: date-time + updated_at: + type: string + nullable: true + format: date-time commit_id: description: A commit SHA for the review. example: 54bb654c9e6025347f57900a4a5c2313a96b8035 @@ -106986,6 +107066,10 @@ components: type: string format: date-time nullable: true + updated_at: + type: string + nullable: true + format: date-time author: "$ref": "#/components/schemas/simple-user" assets: @@ -108803,6 +108887,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: type: string state_reason: @@ -113820,6 +113908,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -114861,6 +114953,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -119687,6 +119783,10 @@ components: type: string nullable: true format: date-time + updated_at: + type: string + nullable: true + format: date-time user: title: User type: object @@ -119981,6 +120081,10 @@ components: type: string nullable: true format: date-time + updated_at: + type: string + nullable: true + format: date-time discussion_url: type: string format: uri @@ -120083,6 +120187,7 @@ components: - published_at - assets - tarball_url + - updated_at - zipball_url - body webhooks_release_1: @@ -120107,6 +120212,7 @@ components: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -120389,6 +120495,10 @@ components: description: Specifies the commitish value that determines where the Git tag is created from. type: string + updated_at: + type: string + nullable: true + format: date-time upload_url: type: string format: uri-template @@ -136695,6 +136805,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -137757,6 +137871,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -138705,6 +138823,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -139636,6 +139758,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -140569,6 +140695,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -141525,6 +141655,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -142450,6 +142584,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -143357,6 +143495,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -144714,6 +144856,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -145690,6 +145836,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -146594,6 +146744,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -148103,6 +148257,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -177640,6 +177798,10 @@ components: submitted_at: type: string format: date-time + updated_at: + type: string + format: date-time + nullable: true user: title: User type: object @@ -193879,6 +194041,10 @@ components: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -196240,6 +196406,10 @@ components: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -207155,6 +207325,7 @@ components: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -207442,6 +207613,10 @@ components: upload_url: type: string format: uri-template + updated_at: + type: string + nullable: true + format: date-time url: type: string format: uri @@ -245601,10 +245776,10 @@ components: required: true schema: type: integer - dependabot-alert-comma-separated-artifact-registry-urls: - name: artifact_registry_url + dependabot-alert-comma-separated-package-registry-urls: + name: package_registry_url in: query - description: A comma-separated list of Artifact Registry URLs. If specified, + description: A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned. schema: diff --git a/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json b/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json index abbf28dc71..792a5e956e 100644 --- a/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json +++ b/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json @@ -44244,6 +44244,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -59346,6 +59429,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -65625,6 +65791,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -91392,6 +91641,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -98957,6 +99289,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -123947,7 +124362,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -125083,7 +125498,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -126101,7 +126516,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -127816,7 +128231,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -128977,7 +129392,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -129983,7 +130398,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -251582,6 +251997,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -269021,6 +269519,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -271614,6 +272195,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -277629,6 +278293,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -281365,6 +282112,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -284977,6 +285807,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -285415,6 +286328,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] } } @@ -287548,6 +288475,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -290138,6 +291148,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -292531,6 +293624,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -316006,6 +317182,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -316404,6 +317663,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "commit_id": { "description": "A commit SHA for the review.", "example": "54bb654c9e6025347f57900a4a5c2313a96b8035", @@ -363108,6 +364372,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -363825,6 +365094,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -365366,6 +366640,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -365990,6 +367269,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -366639,6 +367923,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -367321,6 +368610,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -370969,7 +372263,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -372114,7 +373408,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -372896,7 +374190,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -374630,7 +375924,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -375790,7 +377084,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -376568,7 +377862,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -398363,6 +399657,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "type": "string" }, @@ -423886,6 +425263,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -450259,6 +451719,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -453256,6 +454799,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -456255,6 +457881,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -465532,6 +467241,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -468531,6 +470323,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -653286,6 +655161,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -656216,6 +658174,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -659338,6 +661379,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -662278,6 +664402,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -665391,6 +667598,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -668355,6 +670645,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -671345,6 +673718,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -674261,6 +676717,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -677255,6 +679794,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -679232,6 +681854,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -682150,6 +684855,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -685093,6 +687881,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -687903,6 +690774,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -689896,6 +692850,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -692918,6 +695955,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -695843,6 +698963,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -698831,6 +702034,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -701726,6 +705012,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -864567,6 +867936,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "format": "date-time", + "nullable": true + }, "user": { "title": "User", "type": "object", @@ -869123,6 +872497,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "user": { "title": "User", "type": "object", @@ -892354,6 +895733,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "user": { "title": "User", "type": "object", @@ -897322,6 +900706,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -902039,6 +905428,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -926969,6 +930363,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -927098,6 +930497,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -929009,6 +932409,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -929138,6 +932543,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -931102,6 +934508,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -931231,6 +934642,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -932883,6 +936295,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -933268,6 +936681,11 @@ "type": "string", "format": "uri-template" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "url": { "type": "string", "format": "uri" @@ -934926,6 +938344,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -935304,6 +938723,11 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -937225,6 +940649,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -937354,6 +940783,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -939005,6 +942435,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -939383,6 +942814,11 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -958639,7 +962075,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -961275,7 +964711,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -963911,7 +967347,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", diff --git a/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml b/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml index ee68d66b1d..8f01ba0360 100644 --- a/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml +++ b/descriptions/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml @@ -14853,7 +14853,7 @@ paths: timeline_url: type: string format: uri - type: &571 + type: &572 title: Issue Type description: The type of issue. type: object @@ -14995,6 +14995,68 @@ paths: - blocking - total_blocked_by - total_blocking + issue_field_values: + type: array + items: &571 + title: Issue Field Value + description: A value assigned to an issue field + type: object + properties: + issue_field_id: + description: Unique identifier for the issue field. + type: integer + format: int64 + example: 1 + node_id: + type: string + example: IFT_GDKND + data_type: + description: The data type of the issue field + type: string + enum: + - text + - single_select + - number + - date + example: text + value: + description: The value of the issue field + anyOf: + - type: string + example: Sample text + - type: number + example: 42.5 + - type: integer + example: 1 + nullable: true + single_select_option: + description: Details about the selected option + (only present for single_select fields) + type: object + properties: + id: + description: Unique identifier for the option. + type: integer + format: int64 + example: 1 + name: + description: The name of the option + type: string + example: High + color: + description: The color of the option + type: string + example: red + required: + - id + - name + - color + nullable: true + required: + - issue_field_id + - node_id + - data_type + - value required: &458 - assignee - closed_at @@ -15579,7 +15641,7 @@ paths: url: type: string format: uri - user: &586 + user: &587 title: Public User description: Public User type: object @@ -21308,7 +21370,7 @@ paths: type: array items: *70 examples: - default: &595 + default: &596 value: - login: github id: 1 @@ -22450,7 +22512,7 @@ paths: type: array items: *84 examples: - default: &592 + default: &593 value: total_count: 1 repositories: @@ -29986,7 +30048,7 @@ paths: - nuget - container - *135 - - &596 + - &597 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -30027,7 +30089,7 @@ paths: default: *219 '403': *43 '401': *41 - '400': &598 + '400': &599 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -33625,10 +33687,11 @@ paths: type: integer nullable: true description: The ID of the actor that can bypass a ruleset. - If `actor_type` is `OrganizationAdmin`, this should - be `1`. If `actor_type` is `DeployKey`, this should - be null. `OrganizationAdmin` is not applicable for personal - repositories. + Required for `Integration`, `RepositoryRole`, and `Team` + actor types. If `actor_type` is `OrganizationAdmin`, + this should be `1`. If `actor_type` is `DeployKey`, + this should be null. `OrganizationAdmin` is not applicable + for personal repositories. actor_type: type: string enum: @@ -36020,7 +36083,7 @@ paths: - updated_at - url examples: - default: &576 + default: &577 value: - author: login: octocat @@ -36268,7 +36331,7 @@ paths: application/json: schema: *283 examples: - default: &577 + default: &578 value: author: login: octocat @@ -36451,7 +36514,7 @@ paths: - updated_at - url examples: - default: &578 + default: &579 value: - author: login: octocat @@ -36677,7 +36740,7 @@ paths: application/json: schema: *286 examples: - default: &579 + default: &580 value: author: login: octocat @@ -37354,7 +37417,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &580 + response-if-user-is-a-team-maintainer: &581 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -37419,7 +37482,7 @@ paths: application/json: schema: *297 examples: - response-if-users-membership-with-team-is-now-pending: &581 + response-if-users-membership-with-team-is-now-pending: &582 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -37561,7 +37624,7 @@ paths: - updated_at - permissions examples: - default: &582 + default: &583 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -37638,7 +37701,7 @@ paths: application/json: schema: *298 examples: - default: &583 + default: &584 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -37841,7 +37904,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &584 + schema: &585 title: Team Repository description: A team's access to a repository. type: object @@ -38498,7 +38561,7 @@ paths: type: array items: *302 examples: - response-if-child-teams-exist: &585 + response-if-child-teams-exist: &586 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -49791,7 +49854,7 @@ paths: check. type: array items: *369 - deployment: &621 + deployment: &622 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -62909,7 +62972,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &651 + last_response: &652 title: Hook Response type: object properties: @@ -63531,7 +63594,7 @@ paths: - html_url - created_at examples: - default: &600 + default: &601 value: - id: 1 repository: @@ -65490,6 +65553,13 @@ paths: state: open labels: - bug + issue_field_values: + - field_id: '123' + value: Critical + - field_id: '456' + value: 5 + - field_id: '789' + value: responses: '200': description: Response @@ -67480,6 +67550,10 @@ paths: submitted_at: type: string format: date-time + updated_at: + type: string + nullable: true + format: date-time commit_id: description: A commit SHA for the review. example: 54bb654c9e6025347f57900a4a5c2313a96b8035 @@ -74980,6 +75054,10 @@ paths: type: string format: date-time nullable: true + updated_at: + type: string + nullable: true + format: date-time author: *19 assets: type: array @@ -77052,7 +77130,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &671 + items: &672 type: object properties: type: @@ -81169,6 +81247,9 @@ paths: nullable: true sub_issues_summary: *569 issue_dependencies_summary: *570 + issue_field_values: + type: array + items: *571 state: type: string state_reason: @@ -81244,7 +81325,7 @@ paths: timeline_url: type: string format: uri - type: *571 + type: *572 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -82587,7 +82668,7 @@ paths: description: Response content: application/json: - schema: &572 + schema: &573 type: object properties: status: @@ -82607,7 +82688,7 @@ paths: - name - number examples: - default: &573 + default: &574 value: status: scheduled scheduled_time: Tuesday, January 22 at 15:34 -0800 @@ -82652,9 +82733,9 @@ paths: description: Response content: application/json: - schema: *572 + schema: *573 examples: - default: *573 + default: *574 '401': description: Unauthorized requestBody: @@ -83218,7 +83299,7 @@ paths: application/json: schema: type: array - items: &574 + items: &575 type: object properties: key: @@ -83226,7 +83307,7 @@ paths: pretty-print: type: string examples: - default: &575 + default: &576 value: - key: ssh-rsa AAAAB3NzaC1yc2EAAAAB... pretty-print: ssh-rsa 01:14:0f:f2:0f:e2:fe:e8:f4:72:62:af:75:f7:1a:88:3e:04:92:64 @@ -83269,9 +83350,9 @@ paths: application/json: schema: type: array - items: *574 + items: *575 examples: - default: *575 + default: *576 '401': description: Unauthorized requestBody: @@ -83323,9 +83404,9 @@ paths: application/json: schema: type: array - items: *574 + items: *575 examples: - default: *575 + default: *576 '401': description: Unauthorized requestBody: @@ -83655,7 +83736,7 @@ paths: type: array items: *283 examples: - default: *576 + default: *577 headers: Link: *6 x-github: @@ -83807,7 +83888,7 @@ paths: application/json: schema: *283 examples: - default: *577 + default: *578 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83876,7 +83957,7 @@ paths: type: array items: *286 examples: - default: *578 + default: *579 headers: Link: *6 x-github: @@ -84018,7 +84099,7 @@ paths: application/json: schema: *286 examples: - default: *579 + default: *580 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84486,7 +84567,7 @@ paths: application/json: schema: *297 examples: - response-if-user-is-a-team-maintainer: *580 + response-if-user-is-a-team-maintainer: *581 '404': *26 x-github: githubCloudOnly: false @@ -84547,7 +84628,7 @@ paths: application/json: schema: *297 examples: - response-if-users-membership-with-team-is-now-pending: *581 + response-if-users-membership-with-team-is-now-pending: *582 '403': description: Forbidden if team synchronization is set up '422': @@ -84623,7 +84704,7 @@ paths: type: array items: *298 examples: - default: *582 + default: *583 headers: Link: *6 '404': *26 @@ -84659,7 +84740,7 @@ paths: application/json: schema: *298 examples: - default: *583 + default: *584 '404': description: Not Found if project is not managed by this team x-github: @@ -84831,7 +84912,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *584 + schema: *585 examples: alternative-response-with-extra-repository-information: value: @@ -85073,7 +85154,7 @@ paths: type: array items: *302 examples: - response-if-child-teams-exist: *585 + response-if-child-teams-exist: *586 headers: Link: *6 '404': *26 @@ -85106,7 +85187,7 @@ paths: application/json: schema: oneOf: - - &587 + - &588 title: Private User description: Private User type: object @@ -85309,7 +85390,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *586 + - *587 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -85460,7 +85541,7 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: default: value: @@ -85538,7 +85619,7 @@ paths: type: array items: *218 examples: - default: &597 + default: &598 value: - id: 197 name: hello_docker @@ -85625,7 +85706,7 @@ paths: application/json: schema: type: array - items: &588 + items: &589 title: Email description: Email type: object @@ -85650,7 +85731,7 @@ paths: - verified - visibility examples: - default: &599 + default: &600 value: - email: octocat@github.com verified: true @@ -85725,7 +85806,7 @@ paths: application/json: schema: type: array - items: *588 + items: *589 examples: default: value: @@ -85981,7 +86062,7 @@ paths: application/json: schema: type: array - items: &589 + items: &590 title: GPG Key description: A unique encryption key type: object @@ -86112,7 +86193,7 @@ paths: - subkeys - revoked examples: - default: &609 + default: &610 value: - id: 3 name: Octocat's GPG Key @@ -86197,9 +86278,9 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: - default: &590 + default: &591 value: id: 3 name: Octocat's GPG Key @@ -86256,7 +86337,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &591 + - &592 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -86268,9 +86349,9 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: - default: *590 + default: *591 '404': *26 '304': *42 '403': *43 @@ -86293,7 +86374,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *591 + - *592 responses: '204': description: Response @@ -86484,7 +86565,7 @@ paths: type: array items: *84 examples: - default: *592 + default: *593 headers: Link: *6 '404': *26 @@ -86660,7 +86741,7 @@ paths: application/json: schema: type: array - items: &593 + items: &594 title: Key description: Key type: object @@ -86761,9 +86842,9 @@ paths: description: Response content: application/json: - schema: *593 + schema: *594 examples: - default: &594 + default: &595 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -86802,9 +86883,9 @@ paths: description: Response content: application/json: - schema: *593 + schema: *594 examples: - default: *594 + default: *595 '404': *26 '304': *42 '403': *43 @@ -87647,7 +87728,7 @@ paths: type: array items: *70 examples: - default: *595 + default: *596 headers: Link: *6 '304': *42 @@ -87689,7 +87770,7 @@ paths: - docker - nuget - container - - *596 + - *597 - *5 - *4 responses: @@ -87701,8 +87782,8 @@ paths: type: array items: *218 examples: - default: *597 - '400': *598 + default: *598 + '400': *599 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87731,7 +87812,7 @@ paths: application/json: schema: *218 examples: - default: &610 + default: &611 value: id: 40201 name: octo-name @@ -88181,9 +88262,9 @@ paths: application/json: schema: type: array - items: *588 + items: *589 examples: - default: *599 + default: *600 headers: Link: *6 '304': *42 @@ -88296,7 +88377,7 @@ paths: type: array items: *84 examples: - default: &606 + default: &607 summary: Default response value: - id: 1296269 @@ -88642,7 +88723,7 @@ paths: type: array items: *453 examples: - default: *600 + default: *601 headers: Link: *6 '304': *42 @@ -88721,7 +88802,7 @@ paths: application/json: schema: type: array - items: &601 + items: &602 title: Social account description: Social media account type: object @@ -88736,7 +88817,7 @@ paths: - provider - url examples: - default: &602 + default: &603 value: - provider: twitter url: https://twitter.com/github @@ -88798,9 +88879,9 @@ paths: application/json: schema: type: array - items: *601 + items: *602 examples: - default: *602 + default: *603 '422': *35 '304': *42 '404': *26 @@ -88887,7 +88968,7 @@ paths: application/json: schema: type: array - items: &603 + items: &604 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -88907,7 +88988,7 @@ paths: - title - created_at examples: - default: &611 + default: &612 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -88973,9 +89054,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: &604 + default: &605 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -89006,7 +89087,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &605 + - &606 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -89018,9 +89099,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: *604 + default: *605 '404': *26 '304': *42 '403': *43 @@ -89043,7 +89124,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *605 + - *606 responses: '204': description: Response @@ -89072,7 +89153,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &612 + - &613 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 @@ -89097,11 +89178,11 @@ paths: type: array items: *84 examples: - default-response: *606 + default-response: *607 application/vnd.github.v3.star+json: schema: type: array - items: &613 + items: &614 title: Starred Repository description: Starred Repository type: object @@ -89471,10 +89552,10 @@ paths: application/json: schema: oneOf: + - *588 - *587 - - *586 examples: - default-response: &607 + default-response: &608 summary: Default response value: login: octocat @@ -89509,7 +89590,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &608 + response-with-git-hub-plan-information: &609 summary: Response with GitHub plan information value: login: octocat @@ -89621,11 +89702,11 @@ paths: application/json: schema: oneOf: + - *588 - *587 - - *586 examples: - default-response: *607 - response-with-git-hub-plan-information: *608 + default-response: *608 + response-with-git-hub-plan-information: *609 '404': *26 x-github: githubCloudOnly: false @@ -89656,7 +89737,7 @@ paths: type: array items: *218 examples: - default: *597 + default: *598 '403': *43 '401': *41 x-github: @@ -90060,9 +90141,9 @@ paths: application/json: schema: type: array - items: *589 + items: *590 examples: - default: *609 + default: *610 headers: Link: *6 x-github: @@ -90251,7 +90332,7 @@ paths: type: array items: *70 examples: - default: *595 + default: *596 headers: Link: *6 x-github: @@ -90290,7 +90371,7 @@ paths: - docker - nuget - container - - *596 + - *597 - *8 - *5 - *4 @@ -90303,10 +90384,10 @@ paths: type: array items: *218 examples: - default: *597 + default: *598 '403': *43 '401': *41 - '400': *598 + '400': *599 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90336,7 +90417,7 @@ paths: application/json: schema: *218 examples: - default: *610 + default: *611 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90969,9 +91050,9 @@ paths: application/json: schema: type: array - items: *601 + items: *602 examples: - default: *602 + default: *603 headers: Link: *6 x-github: @@ -91001,9 +91082,9 @@ paths: application/json: schema: type: array - items: *603 + items: *604 examples: - default: *611 + default: *612 headers: Link: *6 x-github: @@ -91028,7 +91109,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *8 - - *612 + - *613 - *9 - *4 - *5 @@ -91040,11 +91121,11 @@ paths: schema: anyOf: - type: array - items: *613 + items: *614 - type: array items: *84 examples: - default-response: *606 + default-response: *607 headers: Link: *6 x-github: @@ -91254,7 +91335,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &614 + enterprise: &615 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -91312,7 +91393,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &615 + installation: &616 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -91331,7 +91412,7 @@ x-webhooks: required: - id - node_id - organization: &616 + organization: &617 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -91391,13 +91472,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &617 + repository: &618 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &645 + properties: &646 id: description: Unique identifier of the repository example: 42 @@ -92080,7 +92161,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &646 + required: &647 - archive_url - assignees_url - blobs_url @@ -92231,10 +92312,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -92320,11 +92401,11 @@ x-webhooks: type: string enum: - created - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 - rule: &618 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 + rule: &619 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-server@3.14/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -92541,11 +92622,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 - rule: *618 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 + rule: *619 sender: *19 required: - action @@ -92719,11 +92800,11 @@ x-webhooks: - everyone required: - from - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 - rule: *618 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 + rule: *619 sender: *19 required: - action @@ -92804,11 +92885,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 - exemption_request: &619 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 + exemption_request: &620 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -93041,7 +93122,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &620 + items: &621 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -93159,11 +93240,11 @@ x-webhooks: type: string enum: - completed - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 - exemption_request: *619 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 + exemption_request: *620 sender: *19 required: - action @@ -93243,11 +93324,11 @@ x-webhooks: type: string enum: - created - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 - exemption_request: *619 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 + exemption_request: *620 sender: *19 required: - action @@ -93327,12 +93408,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 - exemption_request: *619 - exemption_response: *620 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 + exemption_request: *620 + exemption_response: *621 sender: *19 required: - action @@ -93414,12 +93495,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 - exemption_request: *619 - exemption_response: *620 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 + exemption_request: *620 + exemption_response: *621 sender: *19 required: - action @@ -93504,12 +93585,12 @@ x-webhooks: type: string cache_location: type: string - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 ref: type: string - repository: *617 + repository: *618 sender: *19 required: - cache_location @@ -93603,7 +93684,7 @@ x-webhooks: type: string enum: - completed - check_run: &622 + check_run: &623 title: CheckRun description: A check performed on the code of a given code change type: object @@ -93694,7 +93775,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *621 + deployment: *622 details_url: example: https://example.com type: string @@ -93779,9 +93860,9 @@ x-webhooks: - output - app - pull_requests - installation: *615 - organization: *616 - repository: *617 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - check_run @@ -94184,10 +94265,10 @@ x-webhooks: type: string enum: - created - check_run: *622 - installation: *615 - organization: *616 - repository: *617 + check_run: *623 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - check_run @@ -94593,10 +94674,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *622 - installation: *615 - organization: *616 - repository: *617 + check_run: *623 + installation: *616 + organization: *617 + repository: *618 requested_action: description: The action requested by the user. type: object @@ -95011,10 +95092,10 @@ x-webhooks: type: string enum: - rerequested - check_run: *622 - installation: *615 - organization: *616 - repository: *617 + check_run: *623 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - check_run @@ -96001,10 +96082,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -96684,10 +96765,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -97361,10 +97442,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -97682,20 +97763,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &623 + commit_oid: &624 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: *614 - installation: *615 - organization: *616 - ref: &624 + enterprise: *615 + installation: *616 + organization: *617 + ref: &625 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: *617 + repository: *618 sender: *19 required: - action @@ -98097,12 +98178,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *623 - enterprise: *614 - installation: *615 - organization: *616 - ref: *624 - repository: *617 + commit_oid: *624 + enterprise: *615 + installation: *616 + organization: *617 + ref: *625 + repository: *618 sender: *19 required: - action @@ -98375,12 +98456,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *623 - enterprise: *614 - installation: *615 - organization: *616 - ref: *624 - repository: *617 + commit_oid: *624 + enterprise: *615 + installation: *616 + organization: *617 + ref: *625 + repository: *618 sender: *19 required: - action @@ -98719,12 +98800,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *623 - enterprise: *614 - installation: *615 - organization: *616 - ref: *624 - repository: *617 + commit_oid: *624 + enterprise: *615 + installation: *616 + organization: *617 + ref: *625 + repository: *618 sender: *19 required: - action @@ -98999,16 +99080,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 ref: 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 nullable: true - repository: *617 + repository: *618 sender: *19 required: - action @@ -99252,12 +99333,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *623 - enterprise: *614 - installation: *615 - organization: *616 - ref: *624 - repository: *617 + commit_oid: *624 + enterprise: *615 + installation: *616 + organization: *617 + ref: *625 + repository: *618 sender: *19 required: - action @@ -99524,10 +99605,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -99617,18 +99698,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *614 - installation: *615 + enterprise: *615 + installation: *616 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *616 - pusher_type: &625 + organization: *617 + pusher_type: &626 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &626 + ref: &627 description: The [`git ref`](https://docs.github.com/enterprise-server@3.14/rest/git/refs#get-a-reference) resource. type: string @@ -99638,7 +99719,7 @@ x-webhooks: enum: - tag - branch - repository: *617 + repository: *618 sender: *19 required: - ref @@ -99721,9 +99802,9 @@ x-webhooks: enum: - created definition: *238 - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 sender: *19 required: - action @@ -99808,9 +99889,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 sender: *19 required: - action @@ -99888,9 +99969,9 @@ x-webhooks: enum: - updated definition: *238 - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 sender: *19 required: - action @@ -99967,10 +100048,10 @@ x-webhooks: type: string enum: - updated - enterprise: *614 - installation: *615 - repository: *617 - organization: *616 + enterprise: *615 + installation: *616 + repository: *618 + organization: *617 sender: *19 new_property_values: type: array @@ -100065,18 +100146,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *614 - installation: *615 - organization: *616 - pusher_type: *625 - ref: *626 + enterprise: *615 + installation: *616 + organization: *617 + pusher_type: *626 + ref: *627 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *617 + repository: *618 sender: *19 required: - ref @@ -100171,10 +100252,10 @@ x-webhooks: enum: - auto_dismissed alert: *415 - installation: *615 - organization: *616 - enterprise: *614 - repository: *617 + installation: *616 + organization: *617 + enterprise: *615 + repository: *618 sender: *19 required: - action @@ -100269,10 +100350,10 @@ x-webhooks: enum: - auto_reopened alert: *415 - installation: *615 - organization: *616 - enterprise: *614 - repository: *617 + installation: *616 + organization: *617 + enterprise: *615 + repository: *618 sender: *19 required: - action @@ -100367,10 +100448,10 @@ x-webhooks: enum: - created alert: *415 - installation: *615 - organization: *616 - enterprise: *614 - repository: *617 + installation: *616 + organization: *617 + enterprise: *615 + repository: *618 sender: *19 required: - action @@ -100463,10 +100544,10 @@ x-webhooks: enum: - dismissed alert: *415 - installation: *615 - organization: *616 - enterprise: *614 - repository: *617 + installation: *616 + organization: *617 + enterprise: *615 + repository: *618 sender: *19 required: - action @@ -100559,10 +100640,10 @@ x-webhooks: enum: - fixed alert: *415 - installation: *615 - organization: *616 - enterprise: *614 - repository: *617 + installation: *616 + organization: *617 + enterprise: *615 + repository: *618 sender: *19 required: - action @@ -100656,10 +100737,10 @@ x-webhooks: enum: - reintroduced alert: *415 - installation: *615 - organization: *616 - enterprise: *614 - repository: *617 + installation: *616 + organization: *617 + enterprise: *615 + repository: *618 sender: *19 required: - action @@ -100752,10 +100833,10 @@ x-webhooks: enum: - reopened alert: *415 - installation: *615 - organization: *616 - enterprise: *614 - repository: *617 + installation: *616 + organization: *617 + enterprise: *615 + repository: *618 sender: *19 required: - action @@ -100842,9 +100923,9 @@ x-webhooks: type: string enum: - created - enterprise: *614 - installation: *615 - key: &627 + enterprise: *615 + installation: *616 + key: &628 description: The [`deploy key`](https://docs.github.com/enterprise-server@3.14/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -100878,8 +100959,8 @@ x-webhooks: - verified - created_at - read_only - organization: *616 - repository: *617 + organization: *617 + repository: *618 sender: *19 required: - action @@ -100966,11 +101047,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *614 - installation: *615 - key: *627 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + key: *628 + organization: *617 + repository: *618 sender: *19 required: - action @@ -101541,12 +101622,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 - workflow: &631 + workflow: &632 title: Workflow type: object nullable: true @@ -102286,9 +102367,9 @@ x-webhooks: pull_requests: type: array items: *502 - repository: *617 - organization: *616 - installation: *615 + repository: *618 + organization: *617 + installation: *616 sender: *19 responses: '200': @@ -102369,7 +102450,7 @@ x-webhooks: type: string enum: - approved - approver: &628 + approver: &629 type: object properties: avatar_url: @@ -102412,11 +102493,11 @@ x-webhooks: type: string comment: type: string - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 - reviewers: &629 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 + reviewers: &630 type: array items: type: object @@ -102495,7 +102576,7 @@ x-webhooks: sender: *19 since: type: string - workflow_job_run: &630 + workflow_job_run: &631 type: object properties: conclusion: @@ -103236,18 +103317,18 @@ x-webhooks: type: string enum: - rejected - approver: *628 + approver: *629 comment: type: string - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 - reviewers: *629 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 + reviewers: *630 sender: *19 since: type: string - workflow_job_run: *630 + workflow_job_run: *631 workflow_job_runs: type: array items: @@ -103961,13 +104042,13 @@ x-webhooks: type: string enum: - requested - enterprise: *614 + enterprise: *615 environment: type: string - installation: *615 - organization: *616 - repository: *617 - requestor: &636 + installation: *616 + organization: *617 + repository: *618 + requestor: &637 title: User type: object nullable: true @@ -105876,12 +105957,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 - workflow: *631 + workflow: *632 workflow_run: title: Deployment Workflow Run type: object @@ -106571,7 +106652,7 @@ x-webhooks: type: string enum: - answered - answer: &634 + answer: &635 type: object properties: author_association: @@ -106728,7 +106809,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &632 + discussion: &633 title: Discussion description: A Discussion in a repository. type: object @@ -107036,10 +107117,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -107176,11 +107257,11 @@ x-webhooks: - from required: - category - discussion: *632 - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + discussion: *633 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -107273,11 +107354,11 @@ x-webhooks: type: string enum: - closed - discussion: *632 - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + discussion: *633 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -107369,7 +107450,7 @@ x-webhooks: type: string enum: - created - comment: &633 + comment: &634 type: object properties: author_association: @@ -107526,11 +107607,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *632 - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + discussion: *633 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -107623,12 +107704,12 @@ x-webhooks: type: string enum: - deleted - comment: *633 - discussion: *632 - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + comment: *634 + discussion: *633 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -107733,12 +107814,12 @@ x-webhooks: - from required: - body - comment: *633 - discussion: *632 - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + comment: *634 + discussion: *633 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -107832,11 +107913,11 @@ x-webhooks: type: string enum: - created - discussion: *632 - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + discussion: *633 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -107928,11 +108009,11 @@ x-webhooks: type: string enum: - deleted - discussion: *632 - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + discussion: *633 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -108042,11 +108123,11 @@ x-webhooks: type: string required: - from - discussion: *632 - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + discussion: *633 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -108138,10 +108219,10 @@ x-webhooks: type: string enum: - labeled - discussion: *632 - enterprise: *614 - installation: *615 - label: &635 + discussion: *633 + enterprise: *615 + installation: *616 + label: &636 title: Label type: object properties: @@ -108173,8 +108254,8 @@ x-webhooks: - color - default - description - organization: *616 - repository: *617 + organization: *617 + repository: *618 sender: *19 required: - action @@ -108267,11 +108348,11 @@ x-webhooks: type: string enum: - locked - discussion: *632 - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + discussion: *633 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -108363,11 +108444,11 @@ x-webhooks: type: string enum: - pinned - discussion: *632 - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + discussion: *633 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -108459,11 +108540,11 @@ x-webhooks: type: string enum: - reopened - discussion: *632 - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + discussion: *633 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -108558,16 +108639,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *632 - new_repository: *617 + new_discussion: *633 + new_repository: *618 required: - new_discussion - new_repository - discussion: *632 - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + discussion: *633 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -108660,10 +108741,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *632 - old_answer: *634 - organization: *616 - repository: *617 + discussion: *633 + old_answer: *635 + organization: *617 + repository: *618 sender: *19 required: - action @@ -108755,12 +108836,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *632 - enterprise: *614 - installation: *615 - label: *635 - organization: *616 - repository: *617 + discussion: *633 + enterprise: *615 + installation: *616 + label: *636 + organization: *617 + repository: *618 sender: *19 required: - action @@ -108853,11 +108934,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *632 - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + discussion: *633 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -108949,11 +109030,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *632 - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + discussion: *633 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -109194,7 +109275,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *614 + enterprise: *615 forkee: description: The created [`repository`](https://docs.github.com/enterprise-server@3.14/rest/repos/repos#get-a-repository) resource. @@ -109854,9 +109935,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *615 - organization: *616 - repository: *617 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - forkee @@ -110022,9 +110103,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 pages: description: The pages that were updated. type: array @@ -110061,7 +110142,7 @@ x-webhooks: - action - sha - html_url - repository: *617 + repository: *618 sender: *19 required: - pages @@ -110147,10 +110228,10 @@ x-webhooks: type: string enum: - created - enterprise: *614 + enterprise: *615 installation: *39 - organization: *616 - repositories: &637 + organization: *617 + repositories: &638 description: An array of repository objects that the installation can access. type: array @@ -110176,8 +110257,8 @@ x-webhooks: - name - full_name - private - repository: *617 - requester: *636 + repository: *618 + requester: *637 sender: *19 required: - action @@ -110262,11 +110343,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *614 + enterprise: *615 installation: *39 - organization: *616 - repositories: *637 - repository: *617 + organization: *617 + repositories: *638 + repository: *618 requester: nullable: true sender: *19 @@ -110352,11 +110433,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *614 + enterprise: *615 installation: *39 - organization: *616 - repositories: *637 - repository: *617 + organization: *617 + repositories: *638 + repository: *618 requester: nullable: true sender: *19 @@ -110442,10 +110523,10 @@ x-webhooks: type: string enum: - added - enterprise: *614 + enterprise: *615 installation: *39 - organization: *616 - repositories_added: &638 + organization: *617 + repositories_added: &639 description: An array of repository objects, which were added to the installation. type: array @@ -110491,15 +110572,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *617 - repository_selection: &639 + repository: *618 + repository_selection: &640 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *636 + requester: *637 sender: *19 required: - action @@ -110588,10 +110669,10 @@ x-webhooks: type: string enum: - removed - enterprise: *614 + enterprise: *615 installation: *39 - organization: *616 - repositories_added: *638 + organization: *617 + repositories_added: *639 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -110618,9 +110699,9 @@ x-webhooks: - name - full_name - private - repository: *617 - repository_selection: *639 - requester: *636 + repository: *618 + repository_selection: *640 + requester: *637 sender: *19 required: - action @@ -110709,11 +110790,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *614 + enterprise: *615 installation: *39 - organization: *616 - repositories: *637 - repository: *617 + organization: *617 + repositories: *638 + repository: *618 requester: nullable: true sender: *19 @@ -110902,10 +110983,10 @@ x-webhooks: type: string required: - from - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 target_type: type: string @@ -110994,11 +111075,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *614 + enterprise: *615 installation: *39 - organization: *616 - repositories: *637 - repository: *617 + organization: *617 + repositories: *638 + repository: *618 requester: nullable: true sender: *19 @@ -111260,8 +111341,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *614 - installation: *615 + enterprise: *615 + installation: *616 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) the comment belongs to. @@ -112072,7 +112153,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *571 + type: *572 updated_at: type: string format: date-time @@ -112405,8 +112486,8 @@ x-webhooks: - state - locked - assignee - organization: *616 - repository: *617 + organization: *617 + repository: *618 sender: *19 required: - action @@ -112496,7 +112577,7 @@ x-webhooks: type: string enum: - deleted - comment: &640 + comment: &641 title: issue comment description: The [comment](https://docs.github.com/enterprise-server@3.14/rest/issues/comments#get-an-issue-comment) itself. @@ -112661,8 +112742,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *614 - installation: *615 + enterprise: *615 + installation: *616 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) the comment belongs to. @@ -113469,7 +113550,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *571 + type: *572 updated_at: type: string format: date-time @@ -113804,8 +113885,8 @@ x-webhooks: - state - locked - assignee - organization: *616 - repository: *617 + organization: *617 + repository: *618 sender: *19 required: - action @@ -113895,7 +113976,7 @@ x-webhooks: type: string enum: - edited - changes: &663 + changes: &664 description: The changes to the comment. type: object properties: @@ -113907,9 +113988,9 @@ x-webhooks: type: string required: - from - comment: *640 - enterprise: *614 - installation: *615 + comment: *641 + enterprise: *615 + installation: *616 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) the comment belongs to. @@ -114719,7 +114800,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *571 + type: *572 updated_at: type: string format: date-time @@ -115052,8 +115133,8 @@ x-webhooks: - state - locked - assignee - organization: *616 - repository: *617 + organization: *617 + repository: *618 sender: *19 required: - action @@ -115145,10 +115226,10 @@ x-webhooks: type: string enum: - assigned - assignee: *636 - enterprise: *614 - installation: *615 - issue: &643 + assignee: *637 + enterprise: *615 + installation: *616 + issue: &644 title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) itself. @@ -115939,6 +116020,9 @@ x-webhooks: format: uri sub_issues_summary: *569 issue_dependencies_summary: *570 + issue_field_values: + type: array + items: *571 state: description: State of the issue; either 'open' or 'closed' type: string @@ -115954,7 +116038,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *571 + type: *572 updated_at: type: string format: date-time @@ -116055,8 +116139,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *616 - repository: *617 + organization: *617 + repository: *618 sender: *19 required: - action @@ -116146,8 +116230,8 @@ x-webhooks: type: string enum: - closed - enterprise: *614 - installation: *615 + enterprise: *615 + installation: *616 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) itself. @@ -116943,6 +117027,9 @@ x-webhooks: format: uri sub_issues_summary: *569 issue_dependencies_summary: *570 + issue_field_values: + type: array + items: *571 state: description: State of the issue; either 'open' or 'closed' type: string @@ -116958,7 +117045,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *571 + type: *572 updated_at: type: string format: date-time @@ -117194,8 +117281,8 @@ x-webhooks: required: - state - closed_at - organization: *616 - repository: *617 + organization: *617 + repository: *618 sender: *19 required: - action @@ -117284,8 +117371,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *614 - installation: *615 + enterprise: *615 + installation: *616 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -118072,6 +118159,9 @@ x-webhooks: format: uri sub_issues_summary: *569 issue_dependencies_summary: *570 + issue_field_values: + type: array + items: *571 state: description: State of the issue; either 'open' or 'closed' type: string @@ -118087,7 +118177,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *571 + type: *572 updated_at: type: string format: date-time @@ -118187,8 +118277,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *616 - repository: *617 + organization: *617 + repository: *618 sender: *19 required: - action @@ -118277,8 +118367,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *614 - installation: *615 + enterprise: *615 + installation: *616 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -119087,6 +119177,9 @@ x-webhooks: format: uri sub_issues_summary: *569 issue_dependencies_summary: *570 + issue_field_values: + type: array + items: *571 state: description: State of the issue; either 'open' or 'closed' type: string @@ -119102,7 +119195,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *571 + type: *572 updated_at: type: string format: date-time @@ -119181,7 +119274,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &641 + milestone: &642 title: Milestone description: A collection of related issues and pull requests. type: object @@ -119319,8 +119412,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *616 - repository: *617 + organization: *617 + repository: *618 sender: *19 required: - action @@ -119429,8 +119522,8 @@ x-webhooks: type: string required: - from - enterprise: *614 - installation: *615 + enterprise: *615 + installation: *616 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -120221,6 +120314,9 @@ x-webhooks: format: uri sub_issues_summary: *569 issue_dependencies_summary: *570 + issue_field_values: + type: array + items: *571 state: description: State of the issue; either 'open' or 'closed' type: string @@ -120233,7 +120329,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *571 + type: *572 title: description: Title of the issue type: string @@ -120337,9 +120433,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *635 - organization: *616 - repository: *617 + label: *636 + organization: *617 + repository: *618 sender: *19 required: - action @@ -120429,8 +120525,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *614 - installation: *615 + enterprise: *615 + installation: *616 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -121220,6 +121316,9 @@ x-webhooks: format: uri sub_issues_summary: *569 issue_dependencies_summary: *570 + issue_field_values: + type: array + items: *571 state: description: State of the issue; either 'open' or 'closed' type: string @@ -121232,7 +121331,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *571 + type: *572 title: description: Title of the issue type: string @@ -121336,9 +121435,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *635 - organization: *616 - repository: *617 + label: *636 + organization: *617 + repository: *618 sender: *19 required: - action @@ -121428,8 +121527,8 @@ x-webhooks: type: string enum: - locked - enterprise: *614 - installation: *615 + enterprise: *615 + installation: *616 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -122243,6 +122342,9 @@ x-webhooks: format: uri sub_issues_summary: *569 issue_dependencies_summary: *570 + issue_field_values: + type: array + items: *571 state: description: State of the issue; either 'open' or 'closed' type: string @@ -122255,7 +122357,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *571 + type: *572 title: description: Title of the issue type: string @@ -122336,8 +122438,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *616 - repository: *617 + organization: *617 + repository: *618 sender: *19 required: - action @@ -122426,8 +122528,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *614 - installation: *615 + enterprise: *615 + installation: *616 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -123235,6 +123337,9 @@ x-webhooks: format: uri sub_issues_summary: *569 issue_dependencies_summary: *570 + issue_field_values: + type: array + items: *571 state: description: State of the issue; either 'open' or 'closed' type: string @@ -123250,7 +123355,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *571 + type: *572 updated_at: type: string format: date-time @@ -123328,9 +123433,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *641 - organization: *616 - repository: *617 + milestone: *642 + organization: *617 + repository: *618 sender: *19 required: - action @@ -124210,6 +124315,9 @@ x-webhooks: format: uri sub_issues_summary: *569 issue_dependencies_summary: *570 + issue_field_values: + type: array + items: *571 state: description: State of the issue; either 'open' or 'closed' type: string @@ -124302,7 +124410,7 @@ x-webhooks: required: - login - id - type: *571 + type: *572 required: - id - number @@ -124771,8 +124879,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *614 - installation: *615 + enterprise: *615 + installation: *616 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -125563,6 +125671,9 @@ x-webhooks: format: uri sub_issues_summary: *569 issue_dependencies_summary: *570 + issue_field_values: + type: array + items: *571 state: description: State of the issue; either 'open' or 'closed' type: string @@ -125578,7 +125689,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *571 + type: *572 updated_at: type: string format: date-time @@ -125678,8 +125789,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *616 - repository: *617 + organization: *617 + repository: *618 sender: *19 required: - action @@ -125769,9 +125880,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *614 - installation: *615 - issue: &642 + enterprise: *615 + installation: *616 + issue: &643 title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) itself. @@ -126556,6 +126667,9 @@ x-webhooks: format: uri sub_issues_summary: *569 issue_dependencies_summary: *570 + issue_field_values: + type: array + items: *571 state: description: State of the issue; either 'open' or 'closed' type: string @@ -126571,7 +126685,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *571 + type: *572 updated_at: type: string format: date-time @@ -126671,8 +126785,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *616 - repository: *617 + organization: *617 + repository: *618 sender: *19 required: - action @@ -126761,8 +126875,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *614 - installation: *615 + enterprise: *615 + installation: *616 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -127574,6 +127688,9 @@ x-webhooks: format: uri sub_issues_summary: *569 issue_dependencies_summary: *570 + issue_field_values: + type: array + items: *571 state: description: State of the issue; either 'open' or 'closed' type: string @@ -127667,9 +127784,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *571 - organization: *616 - repository: *617 + type: *572 + organization: *617 + repository: *618 sender: *19 required: - action @@ -128547,6 +128664,9 @@ x-webhooks: format: uri sub_issues_summary: *569 issue_dependencies_summary: *570 + issue_field_values: + type: array + items: *571 state: description: State of the issue; either 'open' or 'closed' type: string @@ -128562,7 +128682,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *571 + type: *572 updated_at: type: string format: date-time @@ -129130,11 +129250,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *614 - installation: *615 - issue: *642 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + issue: *643 + organization: *617 + repository: *618 sender: *19 required: - action @@ -129225,7 +129345,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &666 + assignee: &667 title: User type: object nullable: true @@ -129295,11 +129415,11 @@ x-webhooks: required: - login - id - enterprise: *614 - installation: *615 - issue: *643 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + issue: *644 + organization: *617 + repository: *618 sender: *19 required: - action @@ -129388,12 +129508,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *614 - installation: *615 - issue: *643 - label: *635 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + issue: *644 + label: *636 + organization: *617 + repository: *618 sender: *19 required: - action @@ -129483,8 +129603,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *614 - installation: *615 + enterprise: *615 + installation: *616 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -130296,6 +130416,9 @@ x-webhooks: format: uri sub_issues_summary: *569 issue_dependencies_summary: *570 + issue_field_values: + type: array + items: *571 state: description: State of the issue; either 'open' or 'closed' type: string @@ -130311,7 +130434,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *571 + type: *572 updated_at: type: string format: date-time @@ -130389,8 +130512,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *616 - repository: *617 + organization: *617 + repository: *618 sender: *19 required: - action @@ -130480,11 +130603,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *614 - installation: *615 - issue: *642 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + issue: *643 + organization: *617 + repository: *618 sender: *19 required: - action @@ -130573,11 +130696,11 @@ x-webhooks: type: string enum: - created - enterprise: *614 - installation: *615 - label: *635 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + label: *636 + organization: *617 + repository: *618 sender: *19 required: - action @@ -130665,11 +130788,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *614 - installation: *615 - label: *635 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + label: *636 + organization: *617 + repository: *618 sender: *19 required: - action @@ -130789,11 +130912,11 @@ x-webhooks: type: string required: - from - enterprise: *614 - installation: *615 - label: *635 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + label: *636 + organization: *617 + repository: *618 sender: *19 required: - action @@ -130907,11 +131030,11 @@ x-webhooks: type: string required: - to - enterprise: *614 - installation: *615 - member: *636 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + member: *637 + organization: *617 + repository: *618 sender: *19 required: - action @@ -131021,11 +131144,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *614 - installation: *615 - member: *636 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + member: *637 + organization: *617 + repository: *618 sender: *19 required: - action @@ -131114,11 +131237,11 @@ x-webhooks: type: string enum: - removed - enterprise: *614 - installation: *615 - member: *636 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + member: *637 + organization: *617 + repository: *618 sender: *19 required: - action @@ -131206,11 +131329,11 @@ x-webhooks: type: string enum: - added - enterprise: *614 - installation: *615 - member: *636 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + member: *637 + organization: *617 + repository: *618 scope: description: The scope of the membership. Currently, can only be `team`. @@ -131286,7 +131409,7 @@ x-webhooks: required: - login - id - team: &644 + team: &645 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -131486,11 +131609,11 @@ x-webhooks: type: string enum: - removed - enterprise: *614 - installation: *615 - member: *636 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + member: *637 + organization: *617 + repository: *618 scope: description: The scope of the membership. Currently, can only be `team`. @@ -131567,7 +131690,7 @@ x-webhooks: required: - login - id - team: *644 + team: *645 required: - action - scope @@ -131655,7 +131778,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *614 + enterprise: *615 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -131764,16 +131887,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *615 - organization: *616 + installation: *616 + organization: *617 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *645 - required: *646 + properties: *646 + required: *647 nullable: true sender: *19 required: @@ -131864,11 +131987,11 @@ x-webhooks: type: string enum: - closed - enterprise: *614 - installation: *615 - milestone: *641 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + milestone: *642 + organization: *617 + repository: *618 sender: *19 required: - action @@ -131957,9 +132080,9 @@ x-webhooks: type: string enum: - created - enterprise: *614 - installation: *615 - milestone: &647 + enterprise: *615 + installation: *616 + milestone: &648 title: Milestone description: A collection of related issues and pull requests. type: object @@ -132096,8 +132219,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *616 - repository: *617 + organization: *617 + repository: *618 sender: *19 required: - action @@ -132186,11 +132309,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *614 - installation: *615 - milestone: *641 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + milestone: *642 + organization: *617 + repository: *618 sender: *19 required: - action @@ -132310,11 +132433,11 @@ x-webhooks: type: string required: - from - enterprise: *614 - installation: *615 - milestone: *641 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + milestone: *642 + organization: *617 + repository: *618 sender: *19 required: - action @@ -132404,11 +132527,11 @@ x-webhooks: type: string enum: - opened - enterprise: *614 - installation: *615 - milestone: *647 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + milestone: *648 + organization: *617 + repository: *618 sender: *19 required: - action @@ -132497,9 +132620,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *614 - installation: *615 - membership: &648 + enterprise: *615 + installation: *616 + membership: &649 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -132606,8 +132729,8 @@ x-webhooks: - role - organization_url - user - organization: *616 - repository: *617 + organization: *617 + repository: *618 sender: *19 required: - action @@ -132695,11 +132818,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *614 - installation: *615 - membership: *648 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + membership: *649 + organization: *617 + repository: *618 sender: *19 required: - action @@ -132788,8 +132911,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *614 - installation: *615 + enterprise: *615 + installation: *616 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -132905,10 +133028,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *616 - repository: *617 + organization: *617 + repository: *618 sender: *19 - user: *636 + user: *637 required: - action - invitation @@ -132996,11 +133119,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *614 - installation: *615 - membership: *648 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + membership: *649 + organization: *617 + repository: *618 sender: *19 required: - action @@ -133097,11 +133220,11 @@ x-webhooks: properties: from: type: string - enterprise: *614 - installation: *615 - membership: *648 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + membership: *649 + organization: *617 + repository: *618 sender: *19 required: - action @@ -133187,9 +133310,9 @@ x-webhooks: type: string enum: - published - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 package: description: Information about the package. type: object @@ -133688,7 +133811,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &649 + items: &650 title: Ruby Gems metadata type: object properties: @@ -133783,7 +133906,7 @@ x-webhooks: - owner - package_version - registry - repository: *617 + repository: *618 sender: *19 required: - action @@ -133869,9 +133992,9 @@ x-webhooks: type: string enum: - updated - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 package: description: Information about the package. type: object @@ -134224,7 +134347,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *649 + items: *650 source_url: type: string format: uri @@ -134294,7 +134417,7 @@ x-webhooks: - owner - package_version - registry - repository: *617 + repository: *618 sender: *19 required: - action @@ -134481,12 +134604,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *614 + enterprise: *615 id: type: integer - installation: *615 - organization: *616 - repository: *617 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - id @@ -134563,7 +134686,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &650 + personal_access_token_request: &651 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -134709,10 +134832,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *614 - organization: *616 + enterprise: *615 + organization: *617 sender: *19 - installation: *615 + installation: *616 required: - action - personal_access_token_request @@ -134789,11 +134912,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *650 - enterprise: *614 - organization: *616 + personal_access_token_request: *651 + enterprise: *615 + organization: *617 sender: *19 - installation: *615 + installation: *616 required: - action - personal_access_token_request @@ -134869,11 +134992,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *650 - enterprise: *614 - organization: *616 + personal_access_token_request: *651 + enterprise: *615 + organization: *617 sender: *19 - installation: *615 + installation: *616 required: - action - personal_access_token_request @@ -134948,11 +135071,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *650 - organization: *616 - enterprise: *614 + personal_access_token_request: *651 + organization: *617 + enterprise: *615 sender: *19 - installation: *615 + installation: *616 required: - action - personal_access_token_request @@ -135067,7 +135190,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *651 + last_response: *652 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -135099,8 +135222,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *616 - repository: *617 + organization: *617 + repository: *618 sender: *19 zen: description: Random string of GitHub zen. @@ -135355,10 +135478,10 @@ x-webhooks: - from required: - note - enterprise: *614 - installation: *615 - organization: *616 - project_card: &652 + enterprise: *615 + installation: *616 + organization: *617 + project_card: &653 title: Project Card type: object properties: @@ -135477,7 +135600,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *617 + repository: *618 sender: *19 required: - action @@ -135568,11 +135691,11 @@ x-webhooks: type: string enum: - created - enterprise: *614 - installation: *615 - organization: *616 - project_card: *652 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + project_card: *653 + repository: *618 sender: *19 required: - action @@ -135662,9 +135785,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 project_card: title: Project Card type: object @@ -135792,8 +135915,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *645 - required: *646 + properties: *646 + required: *647 nullable: true sender: *19 required: @@ -135897,11 +136020,11 @@ x-webhooks: - from required: - note - enterprise: *614 - installation: *615 - organization: *616 - project_card: *652 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + project_card: *653 + repository: *618 sender: *19 required: - action @@ -136005,9 +136128,9 @@ x-webhooks: - from required: - column_id - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 project_card: allOf: - title: Project Card @@ -136197,7 +136320,7 @@ x-webhooks: type: string required: - after_id - repository: *617 + repository: *618 sender: *19 required: - action @@ -136287,10 +136410,10 @@ x-webhooks: type: string enum: - closed - enterprise: *614 - installation: *615 - organization: *616 - project: &654 + enterprise: *615 + installation: *616 + organization: *617 + project: &655 title: Project type: object properties: @@ -136414,7 +136537,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *617 + repository: *618 sender: *19 required: - action @@ -136504,10 +136627,10 @@ x-webhooks: type: string enum: - created - enterprise: *614 - installation: *615 - organization: *616 - project_column: &653 + enterprise: *615 + installation: *616 + organization: *617 + project_column: &654 title: Project Column type: object properties: @@ -136546,7 +136669,7 @@ x-webhooks: - name - created_at - updated_at - repository: *617 + repository: *618 sender: *19 required: - action @@ -136635,18 +136758,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *614 - installation: *615 - organization: *616 - project_column: *653 + enterprise: *615 + installation: *616 + organization: *617 + project_column: *654 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *645 - required: *646 + properties: *646 + required: *647 nullable: true sender: *19 required: @@ -136746,11 +136869,11 @@ x-webhooks: type: string required: - from - enterprise: *614 - installation: *615 - organization: *616 - project_column: *653 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + project_column: *654 + repository: *618 sender: *19 required: - action @@ -136840,11 +136963,11 @@ x-webhooks: type: string enum: - moved - enterprise: *614 - installation: *615 - organization: *616 - project_column: *653 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + project_column: *654 + repository: *618 sender: *19 required: - action @@ -136934,11 +137057,11 @@ x-webhooks: type: string enum: - created - enterprise: *614 - installation: *615 - organization: *616 - project: *654 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + project: *655 + repository: *618 sender: *19 required: - action @@ -137028,18 +137151,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *614 - installation: *615 - organization: *616 - project: *654 + enterprise: *615 + installation: *616 + organization: *617 + project: *655 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *645 - required: *646 + properties: *646 + required: *647 nullable: true sender: *19 required: @@ -137151,11 +137274,11 @@ x-webhooks: type: string required: - from - enterprise: *614 - installation: *615 - organization: *616 - project: *654 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + project: *655 + repository: *618 sender: *19 required: - action @@ -137244,11 +137367,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *614 - installation: *615 - organization: *616 - project: *654 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + project: *655 + repository: *618 sender: *19 required: - action @@ -137339,9 +137462,9 @@ x-webhooks: type: string enum: - closed - installation: *615 - organization: *616 - projects_v2: &655 + installation: *616 + organization: *617 + projects_v2: &656 title: Projects v2 Project description: A projects v2 project type: object @@ -137550,9 +137673,9 @@ x-webhooks: type: string enum: - created - installation: *615 - organization: *616 - projects_v2: *655 + installation: *616 + organization: *617 + projects_v2: *656 sender: *19 required: - action @@ -137643,9 +137766,9 @@ x-webhooks: type: string enum: - deleted - installation: *615 - organization: *616 - projects_v2: *655 + installation: *616 + organization: *617 + projects_v2: *656 sender: *19 required: - action @@ -137772,9 +137895,9 @@ x-webhooks: type: string to: type: string - installation: *615 - organization: *616 - projects_v2: *655 + installation: *616 + organization: *617 + projects_v2: *656 sender: *19 required: - action @@ -137867,7 +137990,7 @@ x-webhooks: type: string enum: - archived - changes: &659 + changes: &660 type: object properties: archived_at: @@ -137881,9 +138004,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *615 - organization: *616 - projects_v2_item: &656 + installation: *616 + organization: *617 + projects_v2_item: &657 title: Projects v2 Item description: An item belonging to a project type: object @@ -138027,9 +138150,9 @@ x-webhooks: nullable: true to: type: string - installation: *615 - organization: *616 - projects_v2_item: *656 + installation: *616 + organization: *617 + projects_v2_item: *657 sender: *19 required: - action @@ -138121,9 +138244,9 @@ x-webhooks: type: string enum: - created - installation: *615 - organization: *616 - projects_v2_item: *656 + installation: *616 + organization: *617 + projects_v2_item: *657 sender: *19 required: - action @@ -138214,9 +138337,9 @@ x-webhooks: type: string enum: - deleted - installation: *615 - organization: *616 - projects_v2_item: *656 + installation: *616 + organization: *617 + projects_v2_item: *657 sender: *19 required: - action @@ -138332,7 +138455,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &657 + - &658 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -138350,7 +138473,7 @@ x-webhooks: required: - id - name - - &658 + - &659 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -138377,8 +138500,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *657 - *658 + - *659 required: - field_value - type: object @@ -138394,9 +138517,9 @@ x-webhooks: nullable: true required: - body - installation: *615 - organization: *616 - projects_v2_item: *656 + installation: *616 + organization: *617 + projects_v2_item: *657 sender: *19 required: - action @@ -138501,9 +138624,9 @@ x-webhooks: to: type: string nullable: true - installation: *615 - organization: *616 - projects_v2_item: *656 + installation: *616 + organization: *617 + projects_v2_item: *657 sender: *19 required: - action @@ -138596,10 +138719,10 @@ x-webhooks: type: string enum: - restored - changes: *659 - installation: *615 - organization: *616 - projects_v2_item: *656 + changes: *660 + installation: *616 + organization: *617 + projects_v2_item: *657 sender: *19 required: - action @@ -138691,9 +138814,9 @@ x-webhooks: type: string enum: - reopened - installation: *615 - organization: *616 - projects_v2: *655 + installation: *616 + organization: *617 + projects_v2: *656 sender: *19 required: - action @@ -138774,10 +138897,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - repository @@ -138864,13 +138987,13 @@ x-webhooks: type: string enum: - assigned - assignee: *636 - enterprise: *614 - installation: *615 - number: &660 + assignee: *637 + enterprise: *615 + installation: *616 + number: &661 description: The pull request number. type: integer - organization: *616 + organization: *617 pull_request: title: Pull Request type: object @@ -141153,7 +141276,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *617 + repository: *618 sender: *19 required: - action @@ -141245,11 +141368,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *614 - installation: *615 + enterprise: *615 + installation: *616 number: type: integer - organization: *616 + organization: *617 pull_request: title: Pull Request type: object @@ -143527,7 +143650,7 @@ x-webhooks: - draft reason: type: string - repository: *617 + repository: *618 sender: *19 required: - action @@ -143619,11 +143742,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *614 - installation: *615 + enterprise: *615 + installation: *616 number: type: integer - organization: *616 + organization: *617 pull_request: title: Pull Request type: object @@ -145901,7 +146024,7 @@ x-webhooks: - draft reason: type: string - repository: *617 + repository: *618 sender: *19 required: - action @@ -145993,11 +146116,11 @@ x-webhooks: type: string enum: - closed - enterprise: *614 - installation: *615 - number: *660 - organization: *616 - pull_request: &661 + enterprise: *615 + installation: *616 + number: *661 + organization: *617 + pull_request: &662 allOf: - *502 - type: object @@ -146061,7 +146184,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *617 + repository: *618 sender: *19 required: - action @@ -146152,12 +146275,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *614 - installation: *615 - number: *660 - organization: *616 - pull_request: *661 - repository: *617 + enterprise: *615 + installation: *616 + number: *661 + organization: *617 + pull_request: *662 + repository: *618 sender: *19 required: - action @@ -146247,11 +146370,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *614 + enterprise: *615 milestone: *483 - number: *660 - organization: *616 - pull_request: &662 + number: *661 + organization: *617 + pull_request: &663 title: Pull Request type: object properties: @@ -148514,7 +148637,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *617 + repository: *618 sender: *19 required: - action @@ -148646,12 +148769,12 @@ x-webhooks: type: string required: - from - enterprise: *614 - installation: *615 - number: *660 - organization: *616 - pull_request: *661 - repository: *617 + enterprise: *615 + installation: *616 + number: *661 + organization: *617 + pull_request: *662 + repository: *618 sender: *19 required: - action @@ -148741,11 +148864,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *614 - installation: *615 - label: *635 - number: *660 - organization: *616 + enterprise: *615 + installation: *616 + label: *636 + number: *661 + organization: *617 pull_request: title: Pull Request type: object @@ -151027,7 +151150,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *617 + repository: *618 sender: *19 required: - action @@ -151118,10 +151241,10 @@ x-webhooks: type: string enum: - locked - enterprise: *614 - installation: *615 - number: *660 - organization: *616 + enterprise: *615 + installation: *616 + number: *661 + organization: *617 pull_request: title: Pull Request type: object @@ -153401,7 +153524,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *617 + repository: *618 sender: *19 required: - action @@ -153491,12 +153614,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *614 + enterprise: *615 milestone: *483 - number: *660 - organization: *616 - pull_request: *662 - repository: *617 + number: *661 + organization: *617 + pull_request: *663 + repository: *618 sender: *19 required: - action @@ -153585,12 +153708,12 @@ x-webhooks: type: string enum: - opened - enterprise: *614 - installation: *615 - number: *660 - organization: *616 - pull_request: *661 - repository: *617 + enterprise: *615 + installation: *616 + number: *661 + organization: *617 + pull_request: *662 + repository: *618 sender: *19 required: - action @@ -153681,12 +153804,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *614 - installation: *615 - number: *660 - organization: *616 - pull_request: *661 - repository: *617 + enterprise: *615 + installation: *616 + number: *661 + organization: *617 + pull_request: *662 + repository: *618 sender: *19 required: - action @@ -153776,12 +153899,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *614 - installation: *615 - number: *660 - organization: *616 - pull_request: *661 - repository: *617 + enterprise: *615 + installation: *616 + number: *661 + organization: *617 + pull_request: *662 + repository: *618 sender: *19 required: - action @@ -154157,9 +154280,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 pull_request: type: object properties: @@ -156329,7 +156452,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *617 + repository: *618 sender: *19 required: - action @@ -156419,7 +156542,7 @@ x-webhooks: type: string enum: - deleted - comment: &664 + comment: &665 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-server@3.14/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -156704,9 +156827,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 pull_request: type: object properties: @@ -158864,7 +158987,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *617 + repository: *618 sender: *19 required: - action @@ -158954,11 +159077,11 @@ x-webhooks: type: string enum: - edited - changes: *663 - comment: *664 - enterprise: *614 - installation: *615 - organization: *616 + changes: *664 + comment: *665 + enterprise: *615 + installation: *616 + organization: *617 pull_request: type: object properties: @@ -161119,7 +161242,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *617 + repository: *618 sender: *19 required: - action @@ -161210,9 +161333,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 pull_request: title: Simple Pull Request type: object @@ -163385,7 +163508,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *617 + repository: *618 review: description: The review that was affected. type: object @@ -163454,6 +163577,10 @@ x-webhooks: submitted_at: type: string format: date-time + updated_at: + type: string + format: date-time + nullable: true user: title: User type: object @@ -163638,9 +163765,9 @@ x-webhooks: type: string required: - from - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 pull_request: title: Simple Pull Request type: object @@ -165694,8 +165821,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *617 - review: &665 + repository: *618 + review: &666 description: The review that was affected. type: object properties: @@ -165760,6 +165887,10 @@ x-webhooks: type: string nullable: true format: date-time + updated_at: + type: string + nullable: true + format: date-time user: title: User type: object @@ -165934,12 +166065,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *614 - installation: *615 + enterprise: *615 + installation: *616 number: description: The pull request number. type: integer - organization: *616 + organization: *617 pull_request: title: Pull Request type: object @@ -168222,7 +168353,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *617 + repository: *618 requested_reviewer: title: User type: object @@ -168306,12 +168437,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *614 - installation: *615 + enterprise: *615 + installation: *616 number: description: The pull request number. type: integer - organization: *616 + organization: *617 pull_request: title: Pull Request type: object @@ -170601,7 +170732,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *617 + repository: *618 requested_team: title: Team description: Groups of organization members that gives permissions @@ -170803,12 +170934,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *614 - installation: *615 + enterprise: *615 + installation: *616 number: description: The pull request number. type: integer - organization: *616 + organization: *617 pull_request: title: Pull Request type: object @@ -173093,7 +173224,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *617 + repository: *618 requested_reviewer: title: User type: object @@ -173178,12 +173309,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *614 - installation: *615 + enterprise: *615 + installation: *616 number: description: The pull request number. type: integer - organization: *616 + organization: *617 pull_request: title: Pull Request type: object @@ -175459,7 +175590,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *617 + repository: *618 requested_team: title: Team description: Groups of organization members that gives permissions @@ -175650,9 +175781,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 pull_request: title: Simple Pull Request type: object @@ -177827,8 +177958,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *617 - review: *665 + repository: *618 + review: *666 sender: *19 required: - action @@ -177918,9 +178049,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 pull_request: title: Simple Pull Request type: object @@ -179990,7 +180121,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *617 + repository: *618 sender: *19 thread: type: object @@ -180295,6 +180426,10 @@ x-webhooks: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -180383,9 +180518,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 pull_request: title: Simple Pull Request type: object @@ -182441,7 +182576,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *617 + repository: *618 sender: *19 thread: type: object @@ -182744,6 +182879,10 @@ x-webhooks: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -182837,10 +182976,10 @@ x-webhooks: type: string before: type: string - enterprise: *614 - installation: *615 - number: *660 - organization: *616 + enterprise: *615 + installation: *616 + number: *661 + organization: *617 pull_request: title: Pull Request type: object @@ -185111,7 +185250,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *617 + repository: *618 sender: *19 required: - action @@ -185203,11 +185342,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *666 - enterprise: *614 - installation: *615 - number: *660 - organization: *616 + assignee: *667 + enterprise: *615 + installation: *616 + number: *661 + organization: *617 pull_request: title: Pull Request type: object @@ -187490,7 +187629,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *617 + repository: *618 sender: *19 required: - action @@ -187579,11 +187718,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *614 - installation: *615 - label: *635 - number: *660 - organization: *616 + enterprise: *615 + installation: *616 + label: *636 + number: *661 + organization: *617 pull_request: title: Pull Request type: object @@ -189856,7 +189995,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *617 + repository: *618 sender: *19 required: - action @@ -189947,10 +190086,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *614 - installation: *615 - number: *660 - organization: *616 + enterprise: *615 + installation: *616 + number: *661 + organization: *617 pull_request: title: Pull Request type: object @@ -192215,7 +192354,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *617 + repository: *618 sender: *19 required: - action @@ -192425,7 +192564,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *614 + enterprise: *615 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -192517,8 +192656,8 @@ x-webhooks: - url - author - committer - installation: *615 - organization: *616 + installation: *616 + organization: *617 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -193103,9 +193242,9 @@ x-webhooks: type: string enum: - published - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 registry_package: type: object properties: @@ -193551,7 +193690,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *649 + items: *650 summary: type: string tag_name: @@ -193605,7 +193744,7 @@ x-webhooks: - owner - package_version - registry - repository: *617 + repository: *618 sender: *19 required: - action @@ -193693,9 +193832,9 @@ x-webhooks: type: string enum: - updated - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 registry_package: type: object properties: @@ -194003,7 +194142,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *649 + items: *650 summary: type: string tag_name: @@ -194052,7 +194191,7 @@ x-webhooks: - owner - package_version - registry - repository: *617 + repository: *618 sender: *19 required: - action @@ -194139,10 +194278,10 @@ x-webhooks: type: string enum: - created - enterprise: *614 - installation: *615 - organization: *616 - release: &667 + enterprise: *615 + installation: *616 + organization: *617 + release: &668 title: Release description: The [release](https://docs.github.com/enterprise-server@3.14/rest/releases/releases/#get-a-release) object. @@ -194351,6 +194490,10 @@ x-webhooks: type: string nullable: true format: date-time + updated_at: + type: string + nullable: true + format: date-time discussion_url: type: string format: uri @@ -194453,9 +194596,10 @@ x-webhooks: - published_at - assets - tarball_url + - updated_at - zipball_url - body - repository: *617 + repository: *618 sender: *19 required: - action @@ -194542,11 +194686,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *614 - installation: *615 - organization: *616 - release: *667 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + release: *668 + repository: *618 sender: *19 required: - action @@ -194673,11 +194817,11 @@ x-webhooks: type: boolean required: - to - enterprise: *614 - installation: *615 - organization: *616 - release: *667 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + release: *668 + repository: *618 sender: *19 required: - action @@ -194765,9 +194909,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 release: title: Release description: The [release](https://docs.github.com/enterprise-server@3.14/rest/releases/releases/#get-a-release) @@ -194790,6 +194934,7 @@ x-webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -195077,6 +195222,10 @@ x-webhooks: upload_url: type: string format: uri-template + updated_at: + type: string + nullable: true + format: date-time url: type: string format: uri @@ -195084,7 +195233,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *617 + repository: *618 sender: *19 required: - action @@ -195170,10 +195319,10 @@ x-webhooks: type: string enum: - published - enterprise: *614 - installation: *615 - organization: *616 - release: &668 + enterprise: *615 + installation: *616 + organization: *617 + release: &669 title: Release description: The [release](https://docs.github.com/enterprise-server@3.14/rest/releases/releases/#get-a-release) object. @@ -195195,6 +195344,7 @@ x-webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -195477,6 +195627,10 @@ x-webhooks: description: Specifies the commitish value that determines where the Git tag is created from. type: string + updated_at: + type: string + nullable: true + format: date-time upload_url: type: string format: uri-template @@ -195487,7 +195641,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *617 + repository: *618 sender: *19 required: - action @@ -195573,11 +195727,11 @@ x-webhooks: type: string enum: - released - enterprise: *614 - installation: *615 - organization: *616 - release: *667 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + release: *668 + repository: *618 sender: *19 required: - action @@ -195663,11 +195817,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *614 - installation: *615 - organization: *616 - release: *668 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + release: *669 + repository: *618 sender: *19 required: - action @@ -195753,10 +195907,10 @@ x-webhooks: type: string enum: - anonymous_access_disabled - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -195841,10 +195995,10 @@ x-webhooks: type: string enum: - anonymous_access_enabled - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -195929,10 +196083,10 @@ x-webhooks: type: string enum: - archived - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -196019,10 +196173,10 @@ x-webhooks: type: string enum: - created - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -196110,10 +196264,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -196207,10 +196361,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -196332,10 +196486,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -196423,10 +196577,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -196513,10 +196667,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -196620,10 +196774,10 @@ x-webhooks: - name required: - repository - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -196703,10 +196857,10 @@ x-webhooks: type: string enum: - created - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 repository_ruleset: *267 sender: *19 required: @@ -196785,10 +196939,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 repository_ruleset: *267 sender: *19 required: @@ -196867,10 +197021,10 @@ x-webhooks: type: string enum: - edited - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 repository_ruleset: *267 changes: type: object @@ -197185,10 +197339,10 @@ x-webhooks: - from required: - owner - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -197276,10 +197430,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -197367,7 +197521,7 @@ x-webhooks: type: string enum: - create - alert: &669 + alert: &670 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -197488,10 +197642,10 @@ x-webhooks: type: string enum: - open - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -197707,10 +197861,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -197798,11 +197952,11 @@ x-webhooks: type: string enum: - reopen - alert: *669 - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + alert: *670 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -198011,10 +198165,10 @@ x-webhooks: enum: - fixed - open - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -198102,7 +198256,7 @@ x-webhooks: type: string enum: - created - alert: &670 + alert: &671 type: object properties: number: *93 @@ -198182,10 +198336,10 @@ x-webhooks: description: 'The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' nullable: true - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -198276,11 +198430,11 @@ x-webhooks: type: string enum: - created - alert: *670 - installation: *615 - location: *671 - organization: *616 - repository: *617 + alert: *671 + installation: *616 + location: *672 + organization: *617 + repository: *618 sender: *19 required: - location @@ -198523,11 +198677,11 @@ x-webhooks: type: string enum: - reopened - alert: *670 - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + alert: *671 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -198615,11 +198769,11 @@ x-webhooks: type: string enum: - resolved - alert: *670 - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + alert: *671 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -198707,11 +198861,11 @@ x-webhooks: type: string enum: - validated - alert: *670 - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + alert: *671 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -198797,11 +198951,11 @@ x-webhooks: type: string enum: - published - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 - security_advisory: &672 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 + security_advisory: &673 description: The details of the security advisory, including summary, description, and severity. type: object @@ -198994,11 +199148,11 @@ x-webhooks: type: string enum: - updated - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 - security_advisory: *672 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 + security_advisory: *673 sender: *19 required: - action @@ -199081,10 +199235,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -199279,9 +199433,9 @@ x-webhooks: type: object properties: security_and_analysis: *245 - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 repository: *311 sender: *19 required: @@ -199370,12 +199524,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 - sponsorship: &673 + sponsorship: &674 type: object properties: created_at: @@ -199686,12 +199840,12 @@ x-webhooks: type: string enum: - created - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 - sponsorship: *673 + sponsorship: *674 required: - action - sponsorship @@ -199789,12 +199943,12 @@ x-webhooks: type: string required: - from - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 - sponsorship: *673 + sponsorship: *674 required: - action - changes @@ -199881,17 +200035,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &674 + effective_date: &675 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: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 - sponsorship: *673 + sponsorship: *674 required: - action - sponsorship @@ -199975,7 +200129,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &675 + changes: &676 type: object properties: tier: @@ -200019,13 +200173,13 @@ x-webhooks: - from required: - tier - effective_date: *674 - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + effective_date: *675 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 - sponsorship: *673 + sponsorship: *674 required: - action - changes @@ -200112,13 +200266,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *675 - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + changes: *676 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 - sponsorship: *673 + sponsorship: *674 required: - action - changes @@ -200202,10 +200356,10 @@ x-webhooks: type: string enum: - created - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 starred_at: description: 'The time the star was created. This is a timestamp @@ -200298,10 +200452,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 starred_at: description: 'The time the star was created. This is a timestamp @@ -200727,15 +200881,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *614 + enterprise: *615 id: description: The unique identifier of the status. type: integer - installation: *615 + installation: *616 name: type: string - organization: *616 - repository: *617 + organization: *617 + repository: *618 sender: *19 sha: description: The Commit SHA. @@ -200847,12 +201001,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 - team: &676 + team: &677 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -201052,9 +201206,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 repository: title: Repository description: A git repository @@ -201512,7 +201666,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *676 + team: *677 required: - action - team @@ -201598,9 +201752,9 @@ x-webhooks: type: string enum: - created - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 repository: title: Repository description: A git repository @@ -202058,7 +202212,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *676 + team: *677 required: - action - team @@ -202145,9 +202299,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 repository: title: Repository description: A git repository @@ -202605,7 +202759,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *676 + team: *677 required: - action - team @@ -202759,9 +202913,9 @@ x-webhooks: - from required: - permissions - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 repository: title: Repository description: A git repository @@ -203219,7 +203373,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *676 + team: *677 required: - action - changes @@ -203307,9 +203461,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 repository: title: Repository description: A git repository @@ -203767,7 +203921,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *676 + team: *677 required: - action - team @@ -203850,12 +204004,12 @@ x-webhooks: type: string enum: - created - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 - user: *636 + user: *637 required: - action responses: @@ -203933,12 +204087,12 @@ x-webhooks: type: string enum: - deleted - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 - user: *636 + user: *637 required: - action responses: @@ -204019,10 +204173,10 @@ x-webhooks: type: string enum: - started - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -204105,16 +204259,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *614 + enterprise: *615 inputs: type: object nullable: true additionalProperties: true - installation: *615 - organization: *616 + installation: *616 + organization: *617 ref: type: string - repository: *617 + repository: *618 sender: *19 workflow: type: string @@ -204206,10 +204360,10 @@ x-webhooks: type: string enum: - completed - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 workflow_job: allOf: @@ -204535,10 +204689,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 workflow_job: allOf: @@ -204887,10 +205041,10 @@ x-webhooks: type: string enum: - queued - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 workflow_job: type: object @@ -205114,10 +205268,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 workflow_job: type: object @@ -205343,12 +205497,12 @@ x-webhooks: type: string enum: - completed - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 - workflow: *631 + workflow: *632 workflow_run: title: Workflow Run type: object @@ -206357,12 +206511,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 - workflow: *631 + workflow: *632 workflow_run: title: Workflow Run type: object @@ -207356,12 +207510,12 @@ x-webhooks: type: string enum: - requested - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 - workflow: *631 + workflow: *632 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghes-3.14/dereferenced/ghes-3.14.deref.json b/descriptions/ghes-3.14/dereferenced/ghes-3.14.deref.json index abbf28dc71..792a5e956e 100644 --- a/descriptions/ghes-3.14/dereferenced/ghes-3.14.deref.json +++ b/descriptions/ghes-3.14/dereferenced/ghes-3.14.deref.json @@ -44244,6 +44244,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -59346,6 +59429,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -65625,6 +65791,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -91392,6 +91641,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -98957,6 +99289,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -123947,7 +124362,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -125083,7 +125498,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -126101,7 +126516,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -127816,7 +128231,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -128977,7 +129392,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -129983,7 +130398,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -251582,6 +251997,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -269021,6 +269519,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -271614,6 +272195,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -277629,6 +278293,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -281365,6 +282112,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -284977,6 +285807,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -285415,6 +286328,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] } } @@ -287548,6 +288475,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -290138,6 +291148,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -292531,6 +293624,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -316006,6 +317182,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -316404,6 +317663,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "commit_id": { "description": "A commit SHA for the review.", "example": "54bb654c9e6025347f57900a4a5c2313a96b8035", @@ -363108,6 +364372,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -363825,6 +365094,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -365366,6 +366640,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -365990,6 +367269,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -366639,6 +367923,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -367321,6 +368610,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -370969,7 +372263,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -372114,7 +373408,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -372896,7 +374190,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -374630,7 +375924,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -375790,7 +377084,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -376568,7 +377862,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -398363,6 +399657,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "type": "string" }, @@ -423886,6 +425263,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -450259,6 +451719,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -453256,6 +454799,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -456255,6 +457881,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -465532,6 +467241,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -468531,6 +470323,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -653286,6 +655161,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -656216,6 +658174,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -659338,6 +661379,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -662278,6 +664402,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -665391,6 +667598,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -668355,6 +670645,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -671345,6 +673718,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -674261,6 +676717,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -677255,6 +679794,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -679232,6 +681854,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -682150,6 +684855,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -685093,6 +687881,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -687903,6 +690774,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -689896,6 +692850,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -692918,6 +695955,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -695843,6 +698963,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -698831,6 +702034,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -701726,6 +705012,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -864567,6 +867936,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "format": "date-time", + "nullable": true + }, "user": { "title": "User", "type": "object", @@ -869123,6 +872497,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "user": { "title": "User", "type": "object", @@ -892354,6 +895733,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "user": { "title": "User", "type": "object", @@ -897322,6 +900706,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -902039,6 +905428,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -926969,6 +930363,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -927098,6 +930497,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -929009,6 +932409,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -929138,6 +932543,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -931102,6 +934508,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -931231,6 +934642,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -932883,6 +936295,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -933268,6 +936681,11 @@ "type": "string", "format": "uri-template" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "url": { "type": "string", "format": "uri" @@ -934926,6 +938344,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -935304,6 +938723,11 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -937225,6 +940649,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -937354,6 +940783,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -939005,6 +942435,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -939383,6 +942814,11 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -958639,7 +962075,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -961275,7 +964711,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -963911,7 +967347,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", diff --git a/descriptions/ghes-3.14/dereferenced/ghes-3.14.deref.yaml b/descriptions/ghes-3.14/dereferenced/ghes-3.14.deref.yaml index ee68d66b1d..8f01ba0360 100644 --- a/descriptions/ghes-3.14/dereferenced/ghes-3.14.deref.yaml +++ b/descriptions/ghes-3.14/dereferenced/ghes-3.14.deref.yaml @@ -14853,7 +14853,7 @@ paths: timeline_url: type: string format: uri - type: &571 + type: &572 title: Issue Type description: The type of issue. type: object @@ -14995,6 +14995,68 @@ paths: - blocking - total_blocked_by - total_blocking + issue_field_values: + type: array + items: &571 + title: Issue Field Value + description: A value assigned to an issue field + type: object + properties: + issue_field_id: + description: Unique identifier for the issue field. + type: integer + format: int64 + example: 1 + node_id: + type: string + example: IFT_GDKND + data_type: + description: The data type of the issue field + type: string + enum: + - text + - single_select + - number + - date + example: text + value: + description: The value of the issue field + anyOf: + - type: string + example: Sample text + - type: number + example: 42.5 + - type: integer + example: 1 + nullable: true + single_select_option: + description: Details about the selected option + (only present for single_select fields) + type: object + properties: + id: + description: Unique identifier for the option. + type: integer + format: int64 + example: 1 + name: + description: The name of the option + type: string + example: High + color: + description: The color of the option + type: string + example: red + required: + - id + - name + - color + nullable: true + required: + - issue_field_id + - node_id + - data_type + - value required: &458 - assignee - closed_at @@ -15579,7 +15641,7 @@ paths: url: type: string format: uri - user: &586 + user: &587 title: Public User description: Public User type: object @@ -21308,7 +21370,7 @@ paths: type: array items: *70 examples: - default: &595 + default: &596 value: - login: github id: 1 @@ -22450,7 +22512,7 @@ paths: type: array items: *84 examples: - default: &592 + default: &593 value: total_count: 1 repositories: @@ -29986,7 +30048,7 @@ paths: - nuget - container - *135 - - &596 + - &597 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -30027,7 +30089,7 @@ paths: default: *219 '403': *43 '401': *41 - '400': &598 + '400': &599 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -33625,10 +33687,11 @@ paths: type: integer nullable: true description: The ID of the actor that can bypass a ruleset. - If `actor_type` is `OrganizationAdmin`, this should - be `1`. If `actor_type` is `DeployKey`, this should - be null. `OrganizationAdmin` is not applicable for personal - repositories. + Required for `Integration`, `RepositoryRole`, and `Team` + actor types. If `actor_type` is `OrganizationAdmin`, + this should be `1`. If `actor_type` is `DeployKey`, + this should be null. `OrganizationAdmin` is not applicable + for personal repositories. actor_type: type: string enum: @@ -36020,7 +36083,7 @@ paths: - updated_at - url examples: - default: &576 + default: &577 value: - author: login: octocat @@ -36268,7 +36331,7 @@ paths: application/json: schema: *283 examples: - default: &577 + default: &578 value: author: login: octocat @@ -36451,7 +36514,7 @@ paths: - updated_at - url examples: - default: &578 + default: &579 value: - author: login: octocat @@ -36677,7 +36740,7 @@ paths: application/json: schema: *286 examples: - default: &579 + default: &580 value: author: login: octocat @@ -37354,7 +37417,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &580 + response-if-user-is-a-team-maintainer: &581 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -37419,7 +37482,7 @@ paths: application/json: schema: *297 examples: - response-if-users-membership-with-team-is-now-pending: &581 + response-if-users-membership-with-team-is-now-pending: &582 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -37561,7 +37624,7 @@ paths: - updated_at - permissions examples: - default: &582 + default: &583 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -37638,7 +37701,7 @@ paths: application/json: schema: *298 examples: - default: &583 + default: &584 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -37841,7 +37904,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &584 + schema: &585 title: Team Repository description: A team's access to a repository. type: object @@ -38498,7 +38561,7 @@ paths: type: array items: *302 examples: - response-if-child-teams-exist: &585 + response-if-child-teams-exist: &586 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -49791,7 +49854,7 @@ paths: check. type: array items: *369 - deployment: &621 + deployment: &622 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -62909,7 +62972,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &651 + last_response: &652 title: Hook Response type: object properties: @@ -63531,7 +63594,7 @@ paths: - html_url - created_at examples: - default: &600 + default: &601 value: - id: 1 repository: @@ -65490,6 +65553,13 @@ paths: state: open labels: - bug + issue_field_values: + - field_id: '123' + value: Critical + - field_id: '456' + value: 5 + - field_id: '789' + value: responses: '200': description: Response @@ -67480,6 +67550,10 @@ paths: submitted_at: type: string format: date-time + updated_at: + type: string + nullable: true + format: date-time commit_id: description: A commit SHA for the review. example: 54bb654c9e6025347f57900a4a5c2313a96b8035 @@ -74980,6 +75054,10 @@ paths: type: string format: date-time nullable: true + updated_at: + type: string + nullable: true + format: date-time author: *19 assets: type: array @@ -77052,7 +77130,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &671 + items: &672 type: object properties: type: @@ -81169,6 +81247,9 @@ paths: nullable: true sub_issues_summary: *569 issue_dependencies_summary: *570 + issue_field_values: + type: array + items: *571 state: type: string state_reason: @@ -81244,7 +81325,7 @@ paths: timeline_url: type: string format: uri - type: *571 + type: *572 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -82587,7 +82668,7 @@ paths: description: Response content: application/json: - schema: &572 + schema: &573 type: object properties: status: @@ -82607,7 +82688,7 @@ paths: - name - number examples: - default: &573 + default: &574 value: status: scheduled scheduled_time: Tuesday, January 22 at 15:34 -0800 @@ -82652,9 +82733,9 @@ paths: description: Response content: application/json: - schema: *572 + schema: *573 examples: - default: *573 + default: *574 '401': description: Unauthorized requestBody: @@ -83218,7 +83299,7 @@ paths: application/json: schema: type: array - items: &574 + items: &575 type: object properties: key: @@ -83226,7 +83307,7 @@ paths: pretty-print: type: string examples: - default: &575 + default: &576 value: - key: ssh-rsa AAAAB3NzaC1yc2EAAAAB... pretty-print: ssh-rsa 01:14:0f:f2:0f:e2:fe:e8:f4:72:62:af:75:f7:1a:88:3e:04:92:64 @@ -83269,9 +83350,9 @@ paths: application/json: schema: type: array - items: *574 + items: *575 examples: - default: *575 + default: *576 '401': description: Unauthorized requestBody: @@ -83323,9 +83404,9 @@ paths: application/json: schema: type: array - items: *574 + items: *575 examples: - default: *575 + default: *576 '401': description: Unauthorized requestBody: @@ -83655,7 +83736,7 @@ paths: type: array items: *283 examples: - default: *576 + default: *577 headers: Link: *6 x-github: @@ -83807,7 +83888,7 @@ paths: application/json: schema: *283 examples: - default: *577 + default: *578 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83876,7 +83957,7 @@ paths: type: array items: *286 examples: - default: *578 + default: *579 headers: Link: *6 x-github: @@ -84018,7 +84099,7 @@ paths: application/json: schema: *286 examples: - default: *579 + default: *580 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84486,7 +84567,7 @@ paths: application/json: schema: *297 examples: - response-if-user-is-a-team-maintainer: *580 + response-if-user-is-a-team-maintainer: *581 '404': *26 x-github: githubCloudOnly: false @@ -84547,7 +84628,7 @@ paths: application/json: schema: *297 examples: - response-if-users-membership-with-team-is-now-pending: *581 + response-if-users-membership-with-team-is-now-pending: *582 '403': description: Forbidden if team synchronization is set up '422': @@ -84623,7 +84704,7 @@ paths: type: array items: *298 examples: - default: *582 + default: *583 headers: Link: *6 '404': *26 @@ -84659,7 +84740,7 @@ paths: application/json: schema: *298 examples: - default: *583 + default: *584 '404': description: Not Found if project is not managed by this team x-github: @@ -84831,7 +84912,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *584 + schema: *585 examples: alternative-response-with-extra-repository-information: value: @@ -85073,7 +85154,7 @@ paths: type: array items: *302 examples: - response-if-child-teams-exist: *585 + response-if-child-teams-exist: *586 headers: Link: *6 '404': *26 @@ -85106,7 +85187,7 @@ paths: application/json: schema: oneOf: - - &587 + - &588 title: Private User description: Private User type: object @@ -85309,7 +85390,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *586 + - *587 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -85460,7 +85541,7 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: default: value: @@ -85538,7 +85619,7 @@ paths: type: array items: *218 examples: - default: &597 + default: &598 value: - id: 197 name: hello_docker @@ -85625,7 +85706,7 @@ paths: application/json: schema: type: array - items: &588 + items: &589 title: Email description: Email type: object @@ -85650,7 +85731,7 @@ paths: - verified - visibility examples: - default: &599 + default: &600 value: - email: octocat@github.com verified: true @@ -85725,7 +85806,7 @@ paths: application/json: schema: type: array - items: *588 + items: *589 examples: default: value: @@ -85981,7 +86062,7 @@ paths: application/json: schema: type: array - items: &589 + items: &590 title: GPG Key description: A unique encryption key type: object @@ -86112,7 +86193,7 @@ paths: - subkeys - revoked examples: - default: &609 + default: &610 value: - id: 3 name: Octocat's GPG Key @@ -86197,9 +86278,9 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: - default: &590 + default: &591 value: id: 3 name: Octocat's GPG Key @@ -86256,7 +86337,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &591 + - &592 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -86268,9 +86349,9 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: - default: *590 + default: *591 '404': *26 '304': *42 '403': *43 @@ -86293,7 +86374,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *591 + - *592 responses: '204': description: Response @@ -86484,7 +86565,7 @@ paths: type: array items: *84 examples: - default: *592 + default: *593 headers: Link: *6 '404': *26 @@ -86660,7 +86741,7 @@ paths: application/json: schema: type: array - items: &593 + items: &594 title: Key description: Key type: object @@ -86761,9 +86842,9 @@ paths: description: Response content: application/json: - schema: *593 + schema: *594 examples: - default: &594 + default: &595 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -86802,9 +86883,9 @@ paths: description: Response content: application/json: - schema: *593 + schema: *594 examples: - default: *594 + default: *595 '404': *26 '304': *42 '403': *43 @@ -87647,7 +87728,7 @@ paths: type: array items: *70 examples: - default: *595 + default: *596 headers: Link: *6 '304': *42 @@ -87689,7 +87770,7 @@ paths: - docker - nuget - container - - *596 + - *597 - *5 - *4 responses: @@ -87701,8 +87782,8 @@ paths: type: array items: *218 examples: - default: *597 - '400': *598 + default: *598 + '400': *599 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87731,7 +87812,7 @@ paths: application/json: schema: *218 examples: - default: &610 + default: &611 value: id: 40201 name: octo-name @@ -88181,9 +88262,9 @@ paths: application/json: schema: type: array - items: *588 + items: *589 examples: - default: *599 + default: *600 headers: Link: *6 '304': *42 @@ -88296,7 +88377,7 @@ paths: type: array items: *84 examples: - default: &606 + default: &607 summary: Default response value: - id: 1296269 @@ -88642,7 +88723,7 @@ paths: type: array items: *453 examples: - default: *600 + default: *601 headers: Link: *6 '304': *42 @@ -88721,7 +88802,7 @@ paths: application/json: schema: type: array - items: &601 + items: &602 title: Social account description: Social media account type: object @@ -88736,7 +88817,7 @@ paths: - provider - url examples: - default: &602 + default: &603 value: - provider: twitter url: https://twitter.com/github @@ -88798,9 +88879,9 @@ paths: application/json: schema: type: array - items: *601 + items: *602 examples: - default: *602 + default: *603 '422': *35 '304': *42 '404': *26 @@ -88887,7 +88968,7 @@ paths: application/json: schema: type: array - items: &603 + items: &604 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -88907,7 +88988,7 @@ paths: - title - created_at examples: - default: &611 + default: &612 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -88973,9 +89054,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: &604 + default: &605 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -89006,7 +89087,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &605 + - &606 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -89018,9 +89099,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: *604 + default: *605 '404': *26 '304': *42 '403': *43 @@ -89043,7 +89124,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *605 + - *606 responses: '204': description: Response @@ -89072,7 +89153,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &612 + - &613 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 @@ -89097,11 +89178,11 @@ paths: type: array items: *84 examples: - default-response: *606 + default-response: *607 application/vnd.github.v3.star+json: schema: type: array - items: &613 + items: &614 title: Starred Repository description: Starred Repository type: object @@ -89471,10 +89552,10 @@ paths: application/json: schema: oneOf: + - *588 - *587 - - *586 examples: - default-response: &607 + default-response: &608 summary: Default response value: login: octocat @@ -89509,7 +89590,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &608 + response-with-git-hub-plan-information: &609 summary: Response with GitHub plan information value: login: octocat @@ -89621,11 +89702,11 @@ paths: application/json: schema: oneOf: + - *588 - *587 - - *586 examples: - default-response: *607 - response-with-git-hub-plan-information: *608 + default-response: *608 + response-with-git-hub-plan-information: *609 '404': *26 x-github: githubCloudOnly: false @@ -89656,7 +89737,7 @@ paths: type: array items: *218 examples: - default: *597 + default: *598 '403': *43 '401': *41 x-github: @@ -90060,9 +90141,9 @@ paths: application/json: schema: type: array - items: *589 + items: *590 examples: - default: *609 + default: *610 headers: Link: *6 x-github: @@ -90251,7 +90332,7 @@ paths: type: array items: *70 examples: - default: *595 + default: *596 headers: Link: *6 x-github: @@ -90290,7 +90371,7 @@ paths: - docker - nuget - container - - *596 + - *597 - *8 - *5 - *4 @@ -90303,10 +90384,10 @@ paths: type: array items: *218 examples: - default: *597 + default: *598 '403': *43 '401': *41 - '400': *598 + '400': *599 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90336,7 +90417,7 @@ paths: application/json: schema: *218 examples: - default: *610 + default: *611 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90969,9 +91050,9 @@ paths: application/json: schema: type: array - items: *601 + items: *602 examples: - default: *602 + default: *603 headers: Link: *6 x-github: @@ -91001,9 +91082,9 @@ paths: application/json: schema: type: array - items: *603 + items: *604 examples: - default: *611 + default: *612 headers: Link: *6 x-github: @@ -91028,7 +91109,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *8 - - *612 + - *613 - *9 - *4 - *5 @@ -91040,11 +91121,11 @@ paths: schema: anyOf: - type: array - items: *613 + items: *614 - type: array items: *84 examples: - default-response: *606 + default-response: *607 headers: Link: *6 x-github: @@ -91254,7 +91335,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &614 + enterprise: &615 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -91312,7 +91393,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &615 + installation: &616 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -91331,7 +91412,7 @@ x-webhooks: required: - id - node_id - organization: &616 + organization: &617 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -91391,13 +91472,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &617 + repository: &618 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &645 + properties: &646 id: description: Unique identifier of the repository example: 42 @@ -92080,7 +92161,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &646 + required: &647 - archive_url - assignees_url - blobs_url @@ -92231,10 +92312,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -92320,11 +92401,11 @@ x-webhooks: type: string enum: - created - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 - rule: &618 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 + rule: &619 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-server@3.14/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -92541,11 +92622,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 - rule: *618 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 + rule: *619 sender: *19 required: - action @@ -92719,11 +92800,11 @@ x-webhooks: - everyone required: - from - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 - rule: *618 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 + rule: *619 sender: *19 required: - action @@ -92804,11 +92885,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 - exemption_request: &619 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 + exemption_request: &620 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -93041,7 +93122,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &620 + items: &621 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -93159,11 +93240,11 @@ x-webhooks: type: string enum: - completed - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 - exemption_request: *619 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 + exemption_request: *620 sender: *19 required: - action @@ -93243,11 +93324,11 @@ x-webhooks: type: string enum: - created - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 - exemption_request: *619 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 + exemption_request: *620 sender: *19 required: - action @@ -93327,12 +93408,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 - exemption_request: *619 - exemption_response: *620 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 + exemption_request: *620 + exemption_response: *621 sender: *19 required: - action @@ -93414,12 +93495,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 - exemption_request: *619 - exemption_response: *620 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 + exemption_request: *620 + exemption_response: *621 sender: *19 required: - action @@ -93504,12 +93585,12 @@ x-webhooks: type: string cache_location: type: string - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 ref: type: string - repository: *617 + repository: *618 sender: *19 required: - cache_location @@ -93603,7 +93684,7 @@ x-webhooks: type: string enum: - completed - check_run: &622 + check_run: &623 title: CheckRun description: A check performed on the code of a given code change type: object @@ -93694,7 +93775,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *621 + deployment: *622 details_url: example: https://example.com type: string @@ -93779,9 +93860,9 @@ x-webhooks: - output - app - pull_requests - installation: *615 - organization: *616 - repository: *617 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - check_run @@ -94184,10 +94265,10 @@ x-webhooks: type: string enum: - created - check_run: *622 - installation: *615 - organization: *616 - repository: *617 + check_run: *623 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - check_run @@ -94593,10 +94674,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *622 - installation: *615 - organization: *616 - repository: *617 + check_run: *623 + installation: *616 + organization: *617 + repository: *618 requested_action: description: The action requested by the user. type: object @@ -95011,10 +95092,10 @@ x-webhooks: type: string enum: - rerequested - check_run: *622 - installation: *615 - organization: *616 - repository: *617 + check_run: *623 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - check_run @@ -96001,10 +96082,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -96684,10 +96765,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -97361,10 +97442,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -97682,20 +97763,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &623 + commit_oid: &624 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: *614 - installation: *615 - organization: *616 - ref: &624 + enterprise: *615 + installation: *616 + organization: *617 + ref: &625 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: *617 + repository: *618 sender: *19 required: - action @@ -98097,12 +98178,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *623 - enterprise: *614 - installation: *615 - organization: *616 - ref: *624 - repository: *617 + commit_oid: *624 + enterprise: *615 + installation: *616 + organization: *617 + ref: *625 + repository: *618 sender: *19 required: - action @@ -98375,12 +98456,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *623 - enterprise: *614 - installation: *615 - organization: *616 - ref: *624 - repository: *617 + commit_oid: *624 + enterprise: *615 + installation: *616 + organization: *617 + ref: *625 + repository: *618 sender: *19 required: - action @@ -98719,12 +98800,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *623 - enterprise: *614 - installation: *615 - organization: *616 - ref: *624 - repository: *617 + commit_oid: *624 + enterprise: *615 + installation: *616 + organization: *617 + ref: *625 + repository: *618 sender: *19 required: - action @@ -98999,16 +99080,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 ref: 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 nullable: true - repository: *617 + repository: *618 sender: *19 required: - action @@ -99252,12 +99333,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *623 - enterprise: *614 - installation: *615 - organization: *616 - ref: *624 - repository: *617 + commit_oid: *624 + enterprise: *615 + installation: *616 + organization: *617 + ref: *625 + repository: *618 sender: *19 required: - action @@ -99524,10 +99605,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -99617,18 +99698,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *614 - installation: *615 + enterprise: *615 + installation: *616 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *616 - pusher_type: &625 + organization: *617 + pusher_type: &626 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &626 + ref: &627 description: The [`git ref`](https://docs.github.com/enterprise-server@3.14/rest/git/refs#get-a-reference) resource. type: string @@ -99638,7 +99719,7 @@ x-webhooks: enum: - tag - branch - repository: *617 + repository: *618 sender: *19 required: - ref @@ -99721,9 +99802,9 @@ x-webhooks: enum: - created definition: *238 - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 sender: *19 required: - action @@ -99808,9 +99889,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 sender: *19 required: - action @@ -99888,9 +99969,9 @@ x-webhooks: enum: - updated definition: *238 - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 sender: *19 required: - action @@ -99967,10 +100048,10 @@ x-webhooks: type: string enum: - updated - enterprise: *614 - installation: *615 - repository: *617 - organization: *616 + enterprise: *615 + installation: *616 + repository: *618 + organization: *617 sender: *19 new_property_values: type: array @@ -100065,18 +100146,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *614 - installation: *615 - organization: *616 - pusher_type: *625 - ref: *626 + enterprise: *615 + installation: *616 + organization: *617 + pusher_type: *626 + ref: *627 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *617 + repository: *618 sender: *19 required: - ref @@ -100171,10 +100252,10 @@ x-webhooks: enum: - auto_dismissed alert: *415 - installation: *615 - organization: *616 - enterprise: *614 - repository: *617 + installation: *616 + organization: *617 + enterprise: *615 + repository: *618 sender: *19 required: - action @@ -100269,10 +100350,10 @@ x-webhooks: enum: - auto_reopened alert: *415 - installation: *615 - organization: *616 - enterprise: *614 - repository: *617 + installation: *616 + organization: *617 + enterprise: *615 + repository: *618 sender: *19 required: - action @@ -100367,10 +100448,10 @@ x-webhooks: enum: - created alert: *415 - installation: *615 - organization: *616 - enterprise: *614 - repository: *617 + installation: *616 + organization: *617 + enterprise: *615 + repository: *618 sender: *19 required: - action @@ -100463,10 +100544,10 @@ x-webhooks: enum: - dismissed alert: *415 - installation: *615 - organization: *616 - enterprise: *614 - repository: *617 + installation: *616 + organization: *617 + enterprise: *615 + repository: *618 sender: *19 required: - action @@ -100559,10 +100640,10 @@ x-webhooks: enum: - fixed alert: *415 - installation: *615 - organization: *616 - enterprise: *614 - repository: *617 + installation: *616 + organization: *617 + enterprise: *615 + repository: *618 sender: *19 required: - action @@ -100656,10 +100737,10 @@ x-webhooks: enum: - reintroduced alert: *415 - installation: *615 - organization: *616 - enterprise: *614 - repository: *617 + installation: *616 + organization: *617 + enterprise: *615 + repository: *618 sender: *19 required: - action @@ -100752,10 +100833,10 @@ x-webhooks: enum: - reopened alert: *415 - installation: *615 - organization: *616 - enterprise: *614 - repository: *617 + installation: *616 + organization: *617 + enterprise: *615 + repository: *618 sender: *19 required: - action @@ -100842,9 +100923,9 @@ x-webhooks: type: string enum: - created - enterprise: *614 - installation: *615 - key: &627 + enterprise: *615 + installation: *616 + key: &628 description: The [`deploy key`](https://docs.github.com/enterprise-server@3.14/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -100878,8 +100959,8 @@ x-webhooks: - verified - created_at - read_only - organization: *616 - repository: *617 + organization: *617 + repository: *618 sender: *19 required: - action @@ -100966,11 +101047,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *614 - installation: *615 - key: *627 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + key: *628 + organization: *617 + repository: *618 sender: *19 required: - action @@ -101541,12 +101622,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 - workflow: &631 + workflow: &632 title: Workflow type: object nullable: true @@ -102286,9 +102367,9 @@ x-webhooks: pull_requests: type: array items: *502 - repository: *617 - organization: *616 - installation: *615 + repository: *618 + organization: *617 + installation: *616 sender: *19 responses: '200': @@ -102369,7 +102450,7 @@ x-webhooks: type: string enum: - approved - approver: &628 + approver: &629 type: object properties: avatar_url: @@ -102412,11 +102493,11 @@ x-webhooks: type: string comment: type: string - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 - reviewers: &629 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 + reviewers: &630 type: array items: type: object @@ -102495,7 +102576,7 @@ x-webhooks: sender: *19 since: type: string - workflow_job_run: &630 + workflow_job_run: &631 type: object properties: conclusion: @@ -103236,18 +103317,18 @@ x-webhooks: type: string enum: - rejected - approver: *628 + approver: *629 comment: type: string - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 - reviewers: *629 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 + reviewers: *630 sender: *19 since: type: string - workflow_job_run: *630 + workflow_job_run: *631 workflow_job_runs: type: array items: @@ -103961,13 +104042,13 @@ x-webhooks: type: string enum: - requested - enterprise: *614 + enterprise: *615 environment: type: string - installation: *615 - organization: *616 - repository: *617 - requestor: &636 + installation: *616 + organization: *617 + repository: *618 + requestor: &637 title: User type: object nullable: true @@ -105876,12 +105957,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 - workflow: *631 + workflow: *632 workflow_run: title: Deployment Workflow Run type: object @@ -106571,7 +106652,7 @@ x-webhooks: type: string enum: - answered - answer: &634 + answer: &635 type: object properties: author_association: @@ -106728,7 +106809,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &632 + discussion: &633 title: Discussion description: A Discussion in a repository. type: object @@ -107036,10 +107117,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -107176,11 +107257,11 @@ x-webhooks: - from required: - category - discussion: *632 - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + discussion: *633 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -107273,11 +107354,11 @@ x-webhooks: type: string enum: - closed - discussion: *632 - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + discussion: *633 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -107369,7 +107450,7 @@ x-webhooks: type: string enum: - created - comment: &633 + comment: &634 type: object properties: author_association: @@ -107526,11 +107607,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *632 - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + discussion: *633 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -107623,12 +107704,12 @@ x-webhooks: type: string enum: - deleted - comment: *633 - discussion: *632 - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + comment: *634 + discussion: *633 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -107733,12 +107814,12 @@ x-webhooks: - from required: - body - comment: *633 - discussion: *632 - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + comment: *634 + discussion: *633 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -107832,11 +107913,11 @@ x-webhooks: type: string enum: - created - discussion: *632 - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + discussion: *633 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -107928,11 +108009,11 @@ x-webhooks: type: string enum: - deleted - discussion: *632 - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + discussion: *633 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -108042,11 +108123,11 @@ x-webhooks: type: string required: - from - discussion: *632 - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + discussion: *633 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -108138,10 +108219,10 @@ x-webhooks: type: string enum: - labeled - discussion: *632 - enterprise: *614 - installation: *615 - label: &635 + discussion: *633 + enterprise: *615 + installation: *616 + label: &636 title: Label type: object properties: @@ -108173,8 +108254,8 @@ x-webhooks: - color - default - description - organization: *616 - repository: *617 + organization: *617 + repository: *618 sender: *19 required: - action @@ -108267,11 +108348,11 @@ x-webhooks: type: string enum: - locked - discussion: *632 - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + discussion: *633 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -108363,11 +108444,11 @@ x-webhooks: type: string enum: - pinned - discussion: *632 - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + discussion: *633 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -108459,11 +108540,11 @@ x-webhooks: type: string enum: - reopened - discussion: *632 - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + discussion: *633 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -108558,16 +108639,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *632 - new_repository: *617 + new_discussion: *633 + new_repository: *618 required: - new_discussion - new_repository - discussion: *632 - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + discussion: *633 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -108660,10 +108741,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *632 - old_answer: *634 - organization: *616 - repository: *617 + discussion: *633 + old_answer: *635 + organization: *617 + repository: *618 sender: *19 required: - action @@ -108755,12 +108836,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *632 - enterprise: *614 - installation: *615 - label: *635 - organization: *616 - repository: *617 + discussion: *633 + enterprise: *615 + installation: *616 + label: *636 + organization: *617 + repository: *618 sender: *19 required: - action @@ -108853,11 +108934,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *632 - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + discussion: *633 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -108949,11 +109030,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *632 - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + discussion: *633 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -109194,7 +109275,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *614 + enterprise: *615 forkee: description: The created [`repository`](https://docs.github.com/enterprise-server@3.14/rest/repos/repos#get-a-repository) resource. @@ -109854,9 +109935,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *615 - organization: *616 - repository: *617 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - forkee @@ -110022,9 +110103,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 pages: description: The pages that were updated. type: array @@ -110061,7 +110142,7 @@ x-webhooks: - action - sha - html_url - repository: *617 + repository: *618 sender: *19 required: - pages @@ -110147,10 +110228,10 @@ x-webhooks: type: string enum: - created - enterprise: *614 + enterprise: *615 installation: *39 - organization: *616 - repositories: &637 + organization: *617 + repositories: &638 description: An array of repository objects that the installation can access. type: array @@ -110176,8 +110257,8 @@ x-webhooks: - name - full_name - private - repository: *617 - requester: *636 + repository: *618 + requester: *637 sender: *19 required: - action @@ -110262,11 +110343,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *614 + enterprise: *615 installation: *39 - organization: *616 - repositories: *637 - repository: *617 + organization: *617 + repositories: *638 + repository: *618 requester: nullable: true sender: *19 @@ -110352,11 +110433,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *614 + enterprise: *615 installation: *39 - organization: *616 - repositories: *637 - repository: *617 + organization: *617 + repositories: *638 + repository: *618 requester: nullable: true sender: *19 @@ -110442,10 +110523,10 @@ x-webhooks: type: string enum: - added - enterprise: *614 + enterprise: *615 installation: *39 - organization: *616 - repositories_added: &638 + organization: *617 + repositories_added: &639 description: An array of repository objects, which were added to the installation. type: array @@ -110491,15 +110572,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *617 - repository_selection: &639 + repository: *618 + repository_selection: &640 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *636 + requester: *637 sender: *19 required: - action @@ -110588,10 +110669,10 @@ x-webhooks: type: string enum: - removed - enterprise: *614 + enterprise: *615 installation: *39 - organization: *616 - repositories_added: *638 + organization: *617 + repositories_added: *639 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -110618,9 +110699,9 @@ x-webhooks: - name - full_name - private - repository: *617 - repository_selection: *639 - requester: *636 + repository: *618 + repository_selection: *640 + requester: *637 sender: *19 required: - action @@ -110709,11 +110790,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *614 + enterprise: *615 installation: *39 - organization: *616 - repositories: *637 - repository: *617 + organization: *617 + repositories: *638 + repository: *618 requester: nullable: true sender: *19 @@ -110902,10 +110983,10 @@ x-webhooks: type: string required: - from - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 target_type: type: string @@ -110994,11 +111075,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *614 + enterprise: *615 installation: *39 - organization: *616 - repositories: *637 - repository: *617 + organization: *617 + repositories: *638 + repository: *618 requester: nullable: true sender: *19 @@ -111260,8 +111341,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *614 - installation: *615 + enterprise: *615 + installation: *616 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) the comment belongs to. @@ -112072,7 +112153,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *571 + type: *572 updated_at: type: string format: date-time @@ -112405,8 +112486,8 @@ x-webhooks: - state - locked - assignee - organization: *616 - repository: *617 + organization: *617 + repository: *618 sender: *19 required: - action @@ -112496,7 +112577,7 @@ x-webhooks: type: string enum: - deleted - comment: &640 + comment: &641 title: issue comment description: The [comment](https://docs.github.com/enterprise-server@3.14/rest/issues/comments#get-an-issue-comment) itself. @@ -112661,8 +112742,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *614 - installation: *615 + enterprise: *615 + installation: *616 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) the comment belongs to. @@ -113469,7 +113550,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *571 + type: *572 updated_at: type: string format: date-time @@ -113804,8 +113885,8 @@ x-webhooks: - state - locked - assignee - organization: *616 - repository: *617 + organization: *617 + repository: *618 sender: *19 required: - action @@ -113895,7 +113976,7 @@ x-webhooks: type: string enum: - edited - changes: &663 + changes: &664 description: The changes to the comment. type: object properties: @@ -113907,9 +113988,9 @@ x-webhooks: type: string required: - from - comment: *640 - enterprise: *614 - installation: *615 + comment: *641 + enterprise: *615 + installation: *616 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) the comment belongs to. @@ -114719,7 +114800,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *571 + type: *572 updated_at: type: string format: date-time @@ -115052,8 +115133,8 @@ x-webhooks: - state - locked - assignee - organization: *616 - repository: *617 + organization: *617 + repository: *618 sender: *19 required: - action @@ -115145,10 +115226,10 @@ x-webhooks: type: string enum: - assigned - assignee: *636 - enterprise: *614 - installation: *615 - issue: &643 + assignee: *637 + enterprise: *615 + installation: *616 + issue: &644 title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) itself. @@ -115939,6 +116020,9 @@ x-webhooks: format: uri sub_issues_summary: *569 issue_dependencies_summary: *570 + issue_field_values: + type: array + items: *571 state: description: State of the issue; either 'open' or 'closed' type: string @@ -115954,7 +116038,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *571 + type: *572 updated_at: type: string format: date-time @@ -116055,8 +116139,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *616 - repository: *617 + organization: *617 + repository: *618 sender: *19 required: - action @@ -116146,8 +116230,8 @@ x-webhooks: type: string enum: - closed - enterprise: *614 - installation: *615 + enterprise: *615 + installation: *616 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) itself. @@ -116943,6 +117027,9 @@ x-webhooks: format: uri sub_issues_summary: *569 issue_dependencies_summary: *570 + issue_field_values: + type: array + items: *571 state: description: State of the issue; either 'open' or 'closed' type: string @@ -116958,7 +117045,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *571 + type: *572 updated_at: type: string format: date-time @@ -117194,8 +117281,8 @@ x-webhooks: required: - state - closed_at - organization: *616 - repository: *617 + organization: *617 + repository: *618 sender: *19 required: - action @@ -117284,8 +117371,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *614 - installation: *615 + enterprise: *615 + installation: *616 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -118072,6 +118159,9 @@ x-webhooks: format: uri sub_issues_summary: *569 issue_dependencies_summary: *570 + issue_field_values: + type: array + items: *571 state: description: State of the issue; either 'open' or 'closed' type: string @@ -118087,7 +118177,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *571 + type: *572 updated_at: type: string format: date-time @@ -118187,8 +118277,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *616 - repository: *617 + organization: *617 + repository: *618 sender: *19 required: - action @@ -118277,8 +118367,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *614 - installation: *615 + enterprise: *615 + installation: *616 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -119087,6 +119177,9 @@ x-webhooks: format: uri sub_issues_summary: *569 issue_dependencies_summary: *570 + issue_field_values: + type: array + items: *571 state: description: State of the issue; either 'open' or 'closed' type: string @@ -119102,7 +119195,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *571 + type: *572 updated_at: type: string format: date-time @@ -119181,7 +119274,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &641 + milestone: &642 title: Milestone description: A collection of related issues and pull requests. type: object @@ -119319,8 +119412,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *616 - repository: *617 + organization: *617 + repository: *618 sender: *19 required: - action @@ -119429,8 +119522,8 @@ x-webhooks: type: string required: - from - enterprise: *614 - installation: *615 + enterprise: *615 + installation: *616 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -120221,6 +120314,9 @@ x-webhooks: format: uri sub_issues_summary: *569 issue_dependencies_summary: *570 + issue_field_values: + type: array + items: *571 state: description: State of the issue; either 'open' or 'closed' type: string @@ -120233,7 +120329,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *571 + type: *572 title: description: Title of the issue type: string @@ -120337,9 +120433,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *635 - organization: *616 - repository: *617 + label: *636 + organization: *617 + repository: *618 sender: *19 required: - action @@ -120429,8 +120525,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *614 - installation: *615 + enterprise: *615 + installation: *616 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -121220,6 +121316,9 @@ x-webhooks: format: uri sub_issues_summary: *569 issue_dependencies_summary: *570 + issue_field_values: + type: array + items: *571 state: description: State of the issue; either 'open' or 'closed' type: string @@ -121232,7 +121331,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *571 + type: *572 title: description: Title of the issue type: string @@ -121336,9 +121435,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *635 - organization: *616 - repository: *617 + label: *636 + organization: *617 + repository: *618 sender: *19 required: - action @@ -121428,8 +121527,8 @@ x-webhooks: type: string enum: - locked - enterprise: *614 - installation: *615 + enterprise: *615 + installation: *616 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -122243,6 +122342,9 @@ x-webhooks: format: uri sub_issues_summary: *569 issue_dependencies_summary: *570 + issue_field_values: + type: array + items: *571 state: description: State of the issue; either 'open' or 'closed' type: string @@ -122255,7 +122357,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *571 + type: *572 title: description: Title of the issue type: string @@ -122336,8 +122438,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *616 - repository: *617 + organization: *617 + repository: *618 sender: *19 required: - action @@ -122426,8 +122528,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *614 - installation: *615 + enterprise: *615 + installation: *616 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -123235,6 +123337,9 @@ x-webhooks: format: uri sub_issues_summary: *569 issue_dependencies_summary: *570 + issue_field_values: + type: array + items: *571 state: description: State of the issue; either 'open' or 'closed' type: string @@ -123250,7 +123355,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *571 + type: *572 updated_at: type: string format: date-time @@ -123328,9 +123433,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *641 - organization: *616 - repository: *617 + milestone: *642 + organization: *617 + repository: *618 sender: *19 required: - action @@ -124210,6 +124315,9 @@ x-webhooks: format: uri sub_issues_summary: *569 issue_dependencies_summary: *570 + issue_field_values: + type: array + items: *571 state: description: State of the issue; either 'open' or 'closed' type: string @@ -124302,7 +124410,7 @@ x-webhooks: required: - login - id - type: *571 + type: *572 required: - id - number @@ -124771,8 +124879,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *614 - installation: *615 + enterprise: *615 + installation: *616 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -125563,6 +125671,9 @@ x-webhooks: format: uri sub_issues_summary: *569 issue_dependencies_summary: *570 + issue_field_values: + type: array + items: *571 state: description: State of the issue; either 'open' or 'closed' type: string @@ -125578,7 +125689,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *571 + type: *572 updated_at: type: string format: date-time @@ -125678,8 +125789,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *616 - repository: *617 + organization: *617 + repository: *618 sender: *19 required: - action @@ -125769,9 +125880,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *614 - installation: *615 - issue: &642 + enterprise: *615 + installation: *616 + issue: &643 title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) itself. @@ -126556,6 +126667,9 @@ x-webhooks: format: uri sub_issues_summary: *569 issue_dependencies_summary: *570 + issue_field_values: + type: array + items: *571 state: description: State of the issue; either 'open' or 'closed' type: string @@ -126571,7 +126685,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *571 + type: *572 updated_at: type: string format: date-time @@ -126671,8 +126785,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *616 - repository: *617 + organization: *617 + repository: *618 sender: *19 required: - action @@ -126761,8 +126875,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *614 - installation: *615 + enterprise: *615 + installation: *616 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -127574,6 +127688,9 @@ x-webhooks: format: uri sub_issues_summary: *569 issue_dependencies_summary: *570 + issue_field_values: + type: array + items: *571 state: description: State of the issue; either 'open' or 'closed' type: string @@ -127667,9 +127784,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *571 - organization: *616 - repository: *617 + type: *572 + organization: *617 + repository: *618 sender: *19 required: - action @@ -128547,6 +128664,9 @@ x-webhooks: format: uri sub_issues_summary: *569 issue_dependencies_summary: *570 + issue_field_values: + type: array + items: *571 state: description: State of the issue; either 'open' or 'closed' type: string @@ -128562,7 +128682,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *571 + type: *572 updated_at: type: string format: date-time @@ -129130,11 +129250,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *614 - installation: *615 - issue: *642 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + issue: *643 + organization: *617 + repository: *618 sender: *19 required: - action @@ -129225,7 +129345,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &666 + assignee: &667 title: User type: object nullable: true @@ -129295,11 +129415,11 @@ x-webhooks: required: - login - id - enterprise: *614 - installation: *615 - issue: *643 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + issue: *644 + organization: *617 + repository: *618 sender: *19 required: - action @@ -129388,12 +129508,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *614 - installation: *615 - issue: *643 - label: *635 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + issue: *644 + label: *636 + organization: *617 + repository: *618 sender: *19 required: - action @@ -129483,8 +129603,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *614 - installation: *615 + enterprise: *615 + installation: *616 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -130296,6 +130416,9 @@ x-webhooks: format: uri sub_issues_summary: *569 issue_dependencies_summary: *570 + issue_field_values: + type: array + items: *571 state: description: State of the issue; either 'open' or 'closed' type: string @@ -130311,7 +130434,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *571 + type: *572 updated_at: type: string format: date-time @@ -130389,8 +130512,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *616 - repository: *617 + organization: *617 + repository: *618 sender: *19 required: - action @@ -130480,11 +130603,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *614 - installation: *615 - issue: *642 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + issue: *643 + organization: *617 + repository: *618 sender: *19 required: - action @@ -130573,11 +130696,11 @@ x-webhooks: type: string enum: - created - enterprise: *614 - installation: *615 - label: *635 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + label: *636 + organization: *617 + repository: *618 sender: *19 required: - action @@ -130665,11 +130788,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *614 - installation: *615 - label: *635 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + label: *636 + organization: *617 + repository: *618 sender: *19 required: - action @@ -130789,11 +130912,11 @@ x-webhooks: type: string required: - from - enterprise: *614 - installation: *615 - label: *635 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + label: *636 + organization: *617 + repository: *618 sender: *19 required: - action @@ -130907,11 +131030,11 @@ x-webhooks: type: string required: - to - enterprise: *614 - installation: *615 - member: *636 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + member: *637 + organization: *617 + repository: *618 sender: *19 required: - action @@ -131021,11 +131144,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *614 - installation: *615 - member: *636 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + member: *637 + organization: *617 + repository: *618 sender: *19 required: - action @@ -131114,11 +131237,11 @@ x-webhooks: type: string enum: - removed - enterprise: *614 - installation: *615 - member: *636 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + member: *637 + organization: *617 + repository: *618 sender: *19 required: - action @@ -131206,11 +131329,11 @@ x-webhooks: type: string enum: - added - enterprise: *614 - installation: *615 - member: *636 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + member: *637 + organization: *617 + repository: *618 scope: description: The scope of the membership. Currently, can only be `team`. @@ -131286,7 +131409,7 @@ x-webhooks: required: - login - id - team: &644 + team: &645 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -131486,11 +131609,11 @@ x-webhooks: type: string enum: - removed - enterprise: *614 - installation: *615 - member: *636 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + member: *637 + organization: *617 + repository: *618 scope: description: The scope of the membership. Currently, can only be `team`. @@ -131567,7 +131690,7 @@ x-webhooks: required: - login - id - team: *644 + team: *645 required: - action - scope @@ -131655,7 +131778,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *614 + enterprise: *615 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -131764,16 +131887,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *615 - organization: *616 + installation: *616 + organization: *617 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *645 - required: *646 + properties: *646 + required: *647 nullable: true sender: *19 required: @@ -131864,11 +131987,11 @@ x-webhooks: type: string enum: - closed - enterprise: *614 - installation: *615 - milestone: *641 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + milestone: *642 + organization: *617 + repository: *618 sender: *19 required: - action @@ -131957,9 +132080,9 @@ x-webhooks: type: string enum: - created - enterprise: *614 - installation: *615 - milestone: &647 + enterprise: *615 + installation: *616 + milestone: &648 title: Milestone description: A collection of related issues and pull requests. type: object @@ -132096,8 +132219,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *616 - repository: *617 + organization: *617 + repository: *618 sender: *19 required: - action @@ -132186,11 +132309,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *614 - installation: *615 - milestone: *641 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + milestone: *642 + organization: *617 + repository: *618 sender: *19 required: - action @@ -132310,11 +132433,11 @@ x-webhooks: type: string required: - from - enterprise: *614 - installation: *615 - milestone: *641 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + milestone: *642 + organization: *617 + repository: *618 sender: *19 required: - action @@ -132404,11 +132527,11 @@ x-webhooks: type: string enum: - opened - enterprise: *614 - installation: *615 - milestone: *647 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + milestone: *648 + organization: *617 + repository: *618 sender: *19 required: - action @@ -132497,9 +132620,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *614 - installation: *615 - membership: &648 + enterprise: *615 + installation: *616 + membership: &649 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -132606,8 +132729,8 @@ x-webhooks: - role - organization_url - user - organization: *616 - repository: *617 + organization: *617 + repository: *618 sender: *19 required: - action @@ -132695,11 +132818,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *614 - installation: *615 - membership: *648 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + membership: *649 + organization: *617 + repository: *618 sender: *19 required: - action @@ -132788,8 +132911,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *614 - installation: *615 + enterprise: *615 + installation: *616 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -132905,10 +133028,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *616 - repository: *617 + organization: *617 + repository: *618 sender: *19 - user: *636 + user: *637 required: - action - invitation @@ -132996,11 +133119,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *614 - installation: *615 - membership: *648 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + membership: *649 + organization: *617 + repository: *618 sender: *19 required: - action @@ -133097,11 +133220,11 @@ x-webhooks: properties: from: type: string - enterprise: *614 - installation: *615 - membership: *648 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + membership: *649 + organization: *617 + repository: *618 sender: *19 required: - action @@ -133187,9 +133310,9 @@ x-webhooks: type: string enum: - published - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 package: description: Information about the package. type: object @@ -133688,7 +133811,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &649 + items: &650 title: Ruby Gems metadata type: object properties: @@ -133783,7 +133906,7 @@ x-webhooks: - owner - package_version - registry - repository: *617 + repository: *618 sender: *19 required: - action @@ -133869,9 +133992,9 @@ x-webhooks: type: string enum: - updated - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 package: description: Information about the package. type: object @@ -134224,7 +134347,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *649 + items: *650 source_url: type: string format: uri @@ -134294,7 +134417,7 @@ x-webhooks: - owner - package_version - registry - repository: *617 + repository: *618 sender: *19 required: - action @@ -134481,12 +134604,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *614 + enterprise: *615 id: type: integer - installation: *615 - organization: *616 - repository: *617 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - id @@ -134563,7 +134686,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &650 + personal_access_token_request: &651 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -134709,10 +134832,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *614 - organization: *616 + enterprise: *615 + organization: *617 sender: *19 - installation: *615 + installation: *616 required: - action - personal_access_token_request @@ -134789,11 +134912,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *650 - enterprise: *614 - organization: *616 + personal_access_token_request: *651 + enterprise: *615 + organization: *617 sender: *19 - installation: *615 + installation: *616 required: - action - personal_access_token_request @@ -134869,11 +134992,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *650 - enterprise: *614 - organization: *616 + personal_access_token_request: *651 + enterprise: *615 + organization: *617 sender: *19 - installation: *615 + installation: *616 required: - action - personal_access_token_request @@ -134948,11 +135071,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *650 - organization: *616 - enterprise: *614 + personal_access_token_request: *651 + organization: *617 + enterprise: *615 sender: *19 - installation: *615 + installation: *616 required: - action - personal_access_token_request @@ -135067,7 +135190,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *651 + last_response: *652 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -135099,8 +135222,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *616 - repository: *617 + organization: *617 + repository: *618 sender: *19 zen: description: Random string of GitHub zen. @@ -135355,10 +135478,10 @@ x-webhooks: - from required: - note - enterprise: *614 - installation: *615 - organization: *616 - project_card: &652 + enterprise: *615 + installation: *616 + organization: *617 + project_card: &653 title: Project Card type: object properties: @@ -135477,7 +135600,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *617 + repository: *618 sender: *19 required: - action @@ -135568,11 +135691,11 @@ x-webhooks: type: string enum: - created - enterprise: *614 - installation: *615 - organization: *616 - project_card: *652 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + project_card: *653 + repository: *618 sender: *19 required: - action @@ -135662,9 +135785,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 project_card: title: Project Card type: object @@ -135792,8 +135915,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *645 - required: *646 + properties: *646 + required: *647 nullable: true sender: *19 required: @@ -135897,11 +136020,11 @@ x-webhooks: - from required: - note - enterprise: *614 - installation: *615 - organization: *616 - project_card: *652 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + project_card: *653 + repository: *618 sender: *19 required: - action @@ -136005,9 +136128,9 @@ x-webhooks: - from required: - column_id - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 project_card: allOf: - title: Project Card @@ -136197,7 +136320,7 @@ x-webhooks: type: string required: - after_id - repository: *617 + repository: *618 sender: *19 required: - action @@ -136287,10 +136410,10 @@ x-webhooks: type: string enum: - closed - enterprise: *614 - installation: *615 - organization: *616 - project: &654 + enterprise: *615 + installation: *616 + organization: *617 + project: &655 title: Project type: object properties: @@ -136414,7 +136537,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *617 + repository: *618 sender: *19 required: - action @@ -136504,10 +136627,10 @@ x-webhooks: type: string enum: - created - enterprise: *614 - installation: *615 - organization: *616 - project_column: &653 + enterprise: *615 + installation: *616 + organization: *617 + project_column: &654 title: Project Column type: object properties: @@ -136546,7 +136669,7 @@ x-webhooks: - name - created_at - updated_at - repository: *617 + repository: *618 sender: *19 required: - action @@ -136635,18 +136758,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *614 - installation: *615 - organization: *616 - project_column: *653 + enterprise: *615 + installation: *616 + organization: *617 + project_column: *654 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *645 - required: *646 + properties: *646 + required: *647 nullable: true sender: *19 required: @@ -136746,11 +136869,11 @@ x-webhooks: type: string required: - from - enterprise: *614 - installation: *615 - organization: *616 - project_column: *653 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + project_column: *654 + repository: *618 sender: *19 required: - action @@ -136840,11 +136963,11 @@ x-webhooks: type: string enum: - moved - enterprise: *614 - installation: *615 - organization: *616 - project_column: *653 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + project_column: *654 + repository: *618 sender: *19 required: - action @@ -136934,11 +137057,11 @@ x-webhooks: type: string enum: - created - enterprise: *614 - installation: *615 - organization: *616 - project: *654 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + project: *655 + repository: *618 sender: *19 required: - action @@ -137028,18 +137151,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *614 - installation: *615 - organization: *616 - project: *654 + enterprise: *615 + installation: *616 + organization: *617 + project: *655 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *645 - required: *646 + properties: *646 + required: *647 nullable: true sender: *19 required: @@ -137151,11 +137274,11 @@ x-webhooks: type: string required: - from - enterprise: *614 - installation: *615 - organization: *616 - project: *654 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + project: *655 + repository: *618 sender: *19 required: - action @@ -137244,11 +137367,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *614 - installation: *615 - organization: *616 - project: *654 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + project: *655 + repository: *618 sender: *19 required: - action @@ -137339,9 +137462,9 @@ x-webhooks: type: string enum: - closed - installation: *615 - organization: *616 - projects_v2: &655 + installation: *616 + organization: *617 + projects_v2: &656 title: Projects v2 Project description: A projects v2 project type: object @@ -137550,9 +137673,9 @@ x-webhooks: type: string enum: - created - installation: *615 - organization: *616 - projects_v2: *655 + installation: *616 + organization: *617 + projects_v2: *656 sender: *19 required: - action @@ -137643,9 +137766,9 @@ x-webhooks: type: string enum: - deleted - installation: *615 - organization: *616 - projects_v2: *655 + installation: *616 + organization: *617 + projects_v2: *656 sender: *19 required: - action @@ -137772,9 +137895,9 @@ x-webhooks: type: string to: type: string - installation: *615 - organization: *616 - projects_v2: *655 + installation: *616 + organization: *617 + projects_v2: *656 sender: *19 required: - action @@ -137867,7 +137990,7 @@ x-webhooks: type: string enum: - archived - changes: &659 + changes: &660 type: object properties: archived_at: @@ -137881,9 +138004,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *615 - organization: *616 - projects_v2_item: &656 + installation: *616 + organization: *617 + projects_v2_item: &657 title: Projects v2 Item description: An item belonging to a project type: object @@ -138027,9 +138150,9 @@ x-webhooks: nullable: true to: type: string - installation: *615 - organization: *616 - projects_v2_item: *656 + installation: *616 + organization: *617 + projects_v2_item: *657 sender: *19 required: - action @@ -138121,9 +138244,9 @@ x-webhooks: type: string enum: - created - installation: *615 - organization: *616 - projects_v2_item: *656 + installation: *616 + organization: *617 + projects_v2_item: *657 sender: *19 required: - action @@ -138214,9 +138337,9 @@ x-webhooks: type: string enum: - deleted - installation: *615 - organization: *616 - projects_v2_item: *656 + installation: *616 + organization: *617 + projects_v2_item: *657 sender: *19 required: - action @@ -138332,7 +138455,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &657 + - &658 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -138350,7 +138473,7 @@ x-webhooks: required: - id - name - - &658 + - &659 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -138377,8 +138500,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *657 - *658 + - *659 required: - field_value - type: object @@ -138394,9 +138517,9 @@ x-webhooks: nullable: true required: - body - installation: *615 - organization: *616 - projects_v2_item: *656 + installation: *616 + organization: *617 + projects_v2_item: *657 sender: *19 required: - action @@ -138501,9 +138624,9 @@ x-webhooks: to: type: string nullable: true - installation: *615 - organization: *616 - projects_v2_item: *656 + installation: *616 + organization: *617 + projects_v2_item: *657 sender: *19 required: - action @@ -138596,10 +138719,10 @@ x-webhooks: type: string enum: - restored - changes: *659 - installation: *615 - organization: *616 - projects_v2_item: *656 + changes: *660 + installation: *616 + organization: *617 + projects_v2_item: *657 sender: *19 required: - action @@ -138691,9 +138814,9 @@ x-webhooks: type: string enum: - reopened - installation: *615 - organization: *616 - projects_v2: *655 + installation: *616 + organization: *617 + projects_v2: *656 sender: *19 required: - action @@ -138774,10 +138897,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - repository @@ -138864,13 +138987,13 @@ x-webhooks: type: string enum: - assigned - assignee: *636 - enterprise: *614 - installation: *615 - number: &660 + assignee: *637 + enterprise: *615 + installation: *616 + number: &661 description: The pull request number. type: integer - organization: *616 + organization: *617 pull_request: title: Pull Request type: object @@ -141153,7 +141276,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *617 + repository: *618 sender: *19 required: - action @@ -141245,11 +141368,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *614 - installation: *615 + enterprise: *615 + installation: *616 number: type: integer - organization: *616 + organization: *617 pull_request: title: Pull Request type: object @@ -143527,7 +143650,7 @@ x-webhooks: - draft reason: type: string - repository: *617 + repository: *618 sender: *19 required: - action @@ -143619,11 +143742,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *614 - installation: *615 + enterprise: *615 + installation: *616 number: type: integer - organization: *616 + organization: *617 pull_request: title: Pull Request type: object @@ -145901,7 +146024,7 @@ x-webhooks: - draft reason: type: string - repository: *617 + repository: *618 sender: *19 required: - action @@ -145993,11 +146116,11 @@ x-webhooks: type: string enum: - closed - enterprise: *614 - installation: *615 - number: *660 - organization: *616 - pull_request: &661 + enterprise: *615 + installation: *616 + number: *661 + organization: *617 + pull_request: &662 allOf: - *502 - type: object @@ -146061,7 +146184,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *617 + repository: *618 sender: *19 required: - action @@ -146152,12 +146275,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *614 - installation: *615 - number: *660 - organization: *616 - pull_request: *661 - repository: *617 + enterprise: *615 + installation: *616 + number: *661 + organization: *617 + pull_request: *662 + repository: *618 sender: *19 required: - action @@ -146247,11 +146370,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *614 + enterprise: *615 milestone: *483 - number: *660 - organization: *616 - pull_request: &662 + number: *661 + organization: *617 + pull_request: &663 title: Pull Request type: object properties: @@ -148514,7 +148637,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *617 + repository: *618 sender: *19 required: - action @@ -148646,12 +148769,12 @@ x-webhooks: type: string required: - from - enterprise: *614 - installation: *615 - number: *660 - organization: *616 - pull_request: *661 - repository: *617 + enterprise: *615 + installation: *616 + number: *661 + organization: *617 + pull_request: *662 + repository: *618 sender: *19 required: - action @@ -148741,11 +148864,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *614 - installation: *615 - label: *635 - number: *660 - organization: *616 + enterprise: *615 + installation: *616 + label: *636 + number: *661 + organization: *617 pull_request: title: Pull Request type: object @@ -151027,7 +151150,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *617 + repository: *618 sender: *19 required: - action @@ -151118,10 +151241,10 @@ x-webhooks: type: string enum: - locked - enterprise: *614 - installation: *615 - number: *660 - organization: *616 + enterprise: *615 + installation: *616 + number: *661 + organization: *617 pull_request: title: Pull Request type: object @@ -153401,7 +153524,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *617 + repository: *618 sender: *19 required: - action @@ -153491,12 +153614,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *614 + enterprise: *615 milestone: *483 - number: *660 - organization: *616 - pull_request: *662 - repository: *617 + number: *661 + organization: *617 + pull_request: *663 + repository: *618 sender: *19 required: - action @@ -153585,12 +153708,12 @@ x-webhooks: type: string enum: - opened - enterprise: *614 - installation: *615 - number: *660 - organization: *616 - pull_request: *661 - repository: *617 + enterprise: *615 + installation: *616 + number: *661 + organization: *617 + pull_request: *662 + repository: *618 sender: *19 required: - action @@ -153681,12 +153804,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *614 - installation: *615 - number: *660 - organization: *616 - pull_request: *661 - repository: *617 + enterprise: *615 + installation: *616 + number: *661 + organization: *617 + pull_request: *662 + repository: *618 sender: *19 required: - action @@ -153776,12 +153899,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *614 - installation: *615 - number: *660 - organization: *616 - pull_request: *661 - repository: *617 + enterprise: *615 + installation: *616 + number: *661 + organization: *617 + pull_request: *662 + repository: *618 sender: *19 required: - action @@ -154157,9 +154280,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 pull_request: type: object properties: @@ -156329,7 +156452,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *617 + repository: *618 sender: *19 required: - action @@ -156419,7 +156542,7 @@ x-webhooks: type: string enum: - deleted - comment: &664 + comment: &665 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-server@3.14/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -156704,9 +156827,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 pull_request: type: object properties: @@ -158864,7 +158987,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *617 + repository: *618 sender: *19 required: - action @@ -158954,11 +159077,11 @@ x-webhooks: type: string enum: - edited - changes: *663 - comment: *664 - enterprise: *614 - installation: *615 - organization: *616 + changes: *664 + comment: *665 + enterprise: *615 + installation: *616 + organization: *617 pull_request: type: object properties: @@ -161119,7 +161242,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *617 + repository: *618 sender: *19 required: - action @@ -161210,9 +161333,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 pull_request: title: Simple Pull Request type: object @@ -163385,7 +163508,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *617 + repository: *618 review: description: The review that was affected. type: object @@ -163454,6 +163577,10 @@ x-webhooks: submitted_at: type: string format: date-time + updated_at: + type: string + format: date-time + nullable: true user: title: User type: object @@ -163638,9 +163765,9 @@ x-webhooks: type: string required: - from - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 pull_request: title: Simple Pull Request type: object @@ -165694,8 +165821,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *617 - review: &665 + repository: *618 + review: &666 description: The review that was affected. type: object properties: @@ -165760,6 +165887,10 @@ x-webhooks: type: string nullable: true format: date-time + updated_at: + type: string + nullable: true + format: date-time user: title: User type: object @@ -165934,12 +166065,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *614 - installation: *615 + enterprise: *615 + installation: *616 number: description: The pull request number. type: integer - organization: *616 + organization: *617 pull_request: title: Pull Request type: object @@ -168222,7 +168353,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *617 + repository: *618 requested_reviewer: title: User type: object @@ -168306,12 +168437,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *614 - installation: *615 + enterprise: *615 + installation: *616 number: description: The pull request number. type: integer - organization: *616 + organization: *617 pull_request: title: Pull Request type: object @@ -170601,7 +170732,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *617 + repository: *618 requested_team: title: Team description: Groups of organization members that gives permissions @@ -170803,12 +170934,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *614 - installation: *615 + enterprise: *615 + installation: *616 number: description: The pull request number. type: integer - organization: *616 + organization: *617 pull_request: title: Pull Request type: object @@ -173093,7 +173224,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *617 + repository: *618 requested_reviewer: title: User type: object @@ -173178,12 +173309,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *614 - installation: *615 + enterprise: *615 + installation: *616 number: description: The pull request number. type: integer - organization: *616 + organization: *617 pull_request: title: Pull Request type: object @@ -175459,7 +175590,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *617 + repository: *618 requested_team: title: Team description: Groups of organization members that gives permissions @@ -175650,9 +175781,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 pull_request: title: Simple Pull Request type: object @@ -177827,8 +177958,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *617 - review: *665 + repository: *618 + review: *666 sender: *19 required: - action @@ -177918,9 +178049,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 pull_request: title: Simple Pull Request type: object @@ -179990,7 +180121,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *617 + repository: *618 sender: *19 thread: type: object @@ -180295,6 +180426,10 @@ x-webhooks: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -180383,9 +180518,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 pull_request: title: Simple Pull Request type: object @@ -182441,7 +182576,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *617 + repository: *618 sender: *19 thread: type: object @@ -182744,6 +182879,10 @@ x-webhooks: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -182837,10 +182976,10 @@ x-webhooks: type: string before: type: string - enterprise: *614 - installation: *615 - number: *660 - organization: *616 + enterprise: *615 + installation: *616 + number: *661 + organization: *617 pull_request: title: Pull Request type: object @@ -185111,7 +185250,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *617 + repository: *618 sender: *19 required: - action @@ -185203,11 +185342,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *666 - enterprise: *614 - installation: *615 - number: *660 - organization: *616 + assignee: *667 + enterprise: *615 + installation: *616 + number: *661 + organization: *617 pull_request: title: Pull Request type: object @@ -187490,7 +187629,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *617 + repository: *618 sender: *19 required: - action @@ -187579,11 +187718,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *614 - installation: *615 - label: *635 - number: *660 - organization: *616 + enterprise: *615 + installation: *616 + label: *636 + number: *661 + organization: *617 pull_request: title: Pull Request type: object @@ -189856,7 +189995,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *617 + repository: *618 sender: *19 required: - action @@ -189947,10 +190086,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *614 - installation: *615 - number: *660 - organization: *616 + enterprise: *615 + installation: *616 + number: *661 + organization: *617 pull_request: title: Pull Request type: object @@ -192215,7 +192354,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *617 + repository: *618 sender: *19 required: - action @@ -192425,7 +192564,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *614 + enterprise: *615 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -192517,8 +192656,8 @@ x-webhooks: - url - author - committer - installation: *615 - organization: *616 + installation: *616 + organization: *617 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -193103,9 +193242,9 @@ x-webhooks: type: string enum: - published - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 registry_package: type: object properties: @@ -193551,7 +193690,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *649 + items: *650 summary: type: string tag_name: @@ -193605,7 +193744,7 @@ x-webhooks: - owner - package_version - registry - repository: *617 + repository: *618 sender: *19 required: - action @@ -193693,9 +193832,9 @@ x-webhooks: type: string enum: - updated - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 registry_package: type: object properties: @@ -194003,7 +194142,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *649 + items: *650 summary: type: string tag_name: @@ -194052,7 +194191,7 @@ x-webhooks: - owner - package_version - registry - repository: *617 + repository: *618 sender: *19 required: - action @@ -194139,10 +194278,10 @@ x-webhooks: type: string enum: - created - enterprise: *614 - installation: *615 - organization: *616 - release: &667 + enterprise: *615 + installation: *616 + organization: *617 + release: &668 title: Release description: The [release](https://docs.github.com/enterprise-server@3.14/rest/releases/releases/#get-a-release) object. @@ -194351,6 +194490,10 @@ x-webhooks: type: string nullable: true format: date-time + updated_at: + type: string + nullable: true + format: date-time discussion_url: type: string format: uri @@ -194453,9 +194596,10 @@ x-webhooks: - published_at - assets - tarball_url + - updated_at - zipball_url - body - repository: *617 + repository: *618 sender: *19 required: - action @@ -194542,11 +194686,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *614 - installation: *615 - organization: *616 - release: *667 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + release: *668 + repository: *618 sender: *19 required: - action @@ -194673,11 +194817,11 @@ x-webhooks: type: boolean required: - to - enterprise: *614 - installation: *615 - organization: *616 - release: *667 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + release: *668 + repository: *618 sender: *19 required: - action @@ -194765,9 +194909,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 release: title: Release description: The [release](https://docs.github.com/enterprise-server@3.14/rest/releases/releases/#get-a-release) @@ -194790,6 +194934,7 @@ x-webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -195077,6 +195222,10 @@ x-webhooks: upload_url: type: string format: uri-template + updated_at: + type: string + nullable: true + format: date-time url: type: string format: uri @@ -195084,7 +195233,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *617 + repository: *618 sender: *19 required: - action @@ -195170,10 +195319,10 @@ x-webhooks: type: string enum: - published - enterprise: *614 - installation: *615 - organization: *616 - release: &668 + enterprise: *615 + installation: *616 + organization: *617 + release: &669 title: Release description: The [release](https://docs.github.com/enterprise-server@3.14/rest/releases/releases/#get-a-release) object. @@ -195195,6 +195344,7 @@ x-webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -195477,6 +195627,10 @@ x-webhooks: description: Specifies the commitish value that determines where the Git tag is created from. type: string + updated_at: + type: string + nullable: true + format: date-time upload_url: type: string format: uri-template @@ -195487,7 +195641,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *617 + repository: *618 sender: *19 required: - action @@ -195573,11 +195727,11 @@ x-webhooks: type: string enum: - released - enterprise: *614 - installation: *615 - organization: *616 - release: *667 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + release: *668 + repository: *618 sender: *19 required: - action @@ -195663,11 +195817,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *614 - installation: *615 - organization: *616 - release: *668 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + release: *669 + repository: *618 sender: *19 required: - action @@ -195753,10 +195907,10 @@ x-webhooks: type: string enum: - anonymous_access_disabled - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -195841,10 +195995,10 @@ x-webhooks: type: string enum: - anonymous_access_enabled - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -195929,10 +196083,10 @@ x-webhooks: type: string enum: - archived - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -196019,10 +196173,10 @@ x-webhooks: type: string enum: - created - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -196110,10 +196264,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -196207,10 +196361,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -196332,10 +196486,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -196423,10 +196577,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -196513,10 +196667,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -196620,10 +196774,10 @@ x-webhooks: - name required: - repository - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -196703,10 +196857,10 @@ x-webhooks: type: string enum: - created - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 repository_ruleset: *267 sender: *19 required: @@ -196785,10 +196939,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 repository_ruleset: *267 sender: *19 required: @@ -196867,10 +197021,10 @@ x-webhooks: type: string enum: - edited - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 repository_ruleset: *267 changes: type: object @@ -197185,10 +197339,10 @@ x-webhooks: - from required: - owner - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -197276,10 +197430,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -197367,7 +197521,7 @@ x-webhooks: type: string enum: - create - alert: &669 + alert: &670 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -197488,10 +197642,10 @@ x-webhooks: type: string enum: - open - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -197707,10 +197861,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -197798,11 +197952,11 @@ x-webhooks: type: string enum: - reopen - alert: *669 - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + alert: *670 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -198011,10 +198165,10 @@ x-webhooks: enum: - fixed - open - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -198102,7 +198256,7 @@ x-webhooks: type: string enum: - created - alert: &670 + alert: &671 type: object properties: number: *93 @@ -198182,10 +198336,10 @@ x-webhooks: description: 'The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' nullable: true - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -198276,11 +198430,11 @@ x-webhooks: type: string enum: - created - alert: *670 - installation: *615 - location: *671 - organization: *616 - repository: *617 + alert: *671 + installation: *616 + location: *672 + organization: *617 + repository: *618 sender: *19 required: - location @@ -198523,11 +198677,11 @@ x-webhooks: type: string enum: - reopened - alert: *670 - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + alert: *671 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -198615,11 +198769,11 @@ x-webhooks: type: string enum: - resolved - alert: *670 - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + alert: *671 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -198707,11 +198861,11 @@ x-webhooks: type: string enum: - validated - alert: *670 - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + alert: *671 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -198797,11 +198951,11 @@ x-webhooks: type: string enum: - published - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 - security_advisory: &672 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 + security_advisory: &673 description: The details of the security advisory, including summary, description, and severity. type: object @@ -198994,11 +199148,11 @@ x-webhooks: type: string enum: - updated - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 - security_advisory: *672 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 + security_advisory: *673 sender: *19 required: - action @@ -199081,10 +199235,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -199279,9 +199433,9 @@ x-webhooks: type: object properties: security_and_analysis: *245 - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 repository: *311 sender: *19 required: @@ -199370,12 +199524,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 - sponsorship: &673 + sponsorship: &674 type: object properties: created_at: @@ -199686,12 +199840,12 @@ x-webhooks: type: string enum: - created - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 - sponsorship: *673 + sponsorship: *674 required: - action - sponsorship @@ -199789,12 +199943,12 @@ x-webhooks: type: string required: - from - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 - sponsorship: *673 + sponsorship: *674 required: - action - changes @@ -199881,17 +200035,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &674 + effective_date: &675 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: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 - sponsorship: *673 + sponsorship: *674 required: - action - sponsorship @@ -199975,7 +200129,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &675 + changes: &676 type: object properties: tier: @@ -200019,13 +200173,13 @@ x-webhooks: - from required: - tier - effective_date: *674 - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + effective_date: *675 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 - sponsorship: *673 + sponsorship: *674 required: - action - changes @@ -200112,13 +200266,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *675 - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + changes: *676 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 - sponsorship: *673 + sponsorship: *674 required: - action - changes @@ -200202,10 +200356,10 @@ x-webhooks: type: string enum: - created - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 starred_at: description: 'The time the star was created. This is a timestamp @@ -200298,10 +200452,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 starred_at: description: 'The time the star was created. This is a timestamp @@ -200727,15 +200881,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *614 + enterprise: *615 id: description: The unique identifier of the status. type: integer - installation: *615 + installation: *616 name: type: string - organization: *616 - repository: *617 + organization: *617 + repository: *618 sender: *19 sha: description: The Commit SHA. @@ -200847,12 +201001,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 - team: &676 + team: &677 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -201052,9 +201206,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 repository: title: Repository description: A git repository @@ -201512,7 +201666,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *676 + team: *677 required: - action - team @@ -201598,9 +201752,9 @@ x-webhooks: type: string enum: - created - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 repository: title: Repository description: A git repository @@ -202058,7 +202212,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *676 + team: *677 required: - action - team @@ -202145,9 +202299,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 repository: title: Repository description: A git repository @@ -202605,7 +202759,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *676 + team: *677 required: - action - team @@ -202759,9 +202913,9 @@ x-webhooks: - from required: - permissions - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 repository: title: Repository description: A git repository @@ -203219,7 +203373,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *676 + team: *677 required: - action - changes @@ -203307,9 +203461,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *614 - installation: *615 - organization: *616 + enterprise: *615 + installation: *616 + organization: *617 repository: title: Repository description: A git repository @@ -203767,7 +203921,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *676 + team: *677 required: - action - team @@ -203850,12 +204004,12 @@ x-webhooks: type: string enum: - created - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 - user: *636 + user: *637 required: - action responses: @@ -203933,12 +204087,12 @@ x-webhooks: type: string enum: - deleted - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 - user: *636 + user: *637 required: - action responses: @@ -204019,10 +204173,10 @@ x-webhooks: type: string enum: - started - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 required: - action @@ -204105,16 +204259,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *614 + enterprise: *615 inputs: type: object nullable: true additionalProperties: true - installation: *615 - organization: *616 + installation: *616 + organization: *617 ref: type: string - repository: *617 + repository: *618 sender: *19 workflow: type: string @@ -204206,10 +204360,10 @@ x-webhooks: type: string enum: - completed - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 workflow_job: allOf: @@ -204535,10 +204689,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 workflow_job: allOf: @@ -204887,10 +205041,10 @@ x-webhooks: type: string enum: - queued - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 workflow_job: type: object @@ -205114,10 +205268,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 workflow_job: type: object @@ -205343,12 +205497,12 @@ x-webhooks: type: string enum: - completed - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 - workflow: *631 + workflow: *632 workflow_run: title: Workflow Run type: object @@ -206357,12 +206511,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 - workflow: *631 + workflow: *632 workflow_run: title: Workflow Run type: object @@ -207356,12 +207510,12 @@ x-webhooks: type: string enum: - requested - enterprise: *614 - installation: *615 - organization: *616 - repository: *617 + enterprise: *615 + installation: *616 + organization: *617 + repository: *618 sender: *19 - workflow: *631 + workflow: *632 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghes-3.14/ghes-3.14.2022-11-28.json b/descriptions/ghes-3.14/ghes-3.14.2022-11-28.json index e058e68032..c3e79961d0 100644 --- a/descriptions/ghes-3.14/ghes-3.14.2022-11-28.json +++ b/descriptions/ghes-3.14/ghes-3.14.2022-11-28.json @@ -45111,6 +45111,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] } } @@ -98360,6 +98374,86 @@ "total_blocking" ] }, + "issue-field-value": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + }, "issue": { "title": "Issue", "description": "Issues are a great way to keep track of tasks, enhancements, and bugs for your projects.", @@ -98586,6 +98680,12 @@ }, "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" + }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } } }, "required": [ @@ -105635,7 +105735,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -115951,6 +116051,12 @@ }, "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" + }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } } }, "required": [ @@ -117617,6 +117723,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "commit_id": { "description": "A commit SHA for the review.", "example": "54bb654c9e6025347f57900a4a5c2313a96b8035", @@ -119594,6 +119705,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "$ref": "#/components/schemas/simple-user" }, @@ -121519,6 +121635,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "type": "string" }, @@ -128009,6 +128131,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -129389,6 +129517,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -135336,6 +135470,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "user": { "title": "User", "type": "object", @@ -135731,6 +135870,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -135860,6 +136004,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -135885,6 +136030,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -136263,6 +136409,11 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -158206,6 +158357,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -159639,6 +159796,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -160890,6 +161053,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -162134,6 +162303,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -163371,6 +163546,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -164634,6 +164815,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -165861,6 +166048,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -167069,6 +167262,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -168868,6 +169067,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -170158,6 +170363,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -171362,6 +171573,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -173321,6 +173538,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -205475,6 +205698,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "format": "date-time", + "nullable": true + }, "user": { "title": "User", "type": "object", @@ -226775,6 +227003,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -229898,6 +230131,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -244298,6 +244536,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -244683,6 +244922,11 @@ "type": "string", "format": "uri-template" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "url": { "type": "string", "format": "uri" diff --git a/descriptions/ghes-3.14/ghes-3.14.2022-11-28.yaml b/descriptions/ghes-3.14/ghes-3.14.2022-11-28.yaml index 56be0ade70..fc9e1e2c95 100644 --- a/descriptions/ghes-3.14/ghes-3.14.2022-11-28.yaml +++ b/descriptions/ghes-3.14/ghes-3.14.2022-11-28.yaml @@ -32813,6 +32813,13 @@ paths: state: open labels: - bug + issue_field_values: + - field_id: '123' + value: Critical + - field_id: '456' + value: 5 + - field_id: '789' + value: responses: '200': description: Response @@ -71053,6 +71060,66 @@ components: - blocking - total_blocked_by - total_blocking + issue-field-value: + title: Issue Field Value + description: A value assigned to an issue field + type: object + properties: + issue_field_id: + description: Unique identifier for the issue field. + type: integer + format: int64 + example: 1 + node_id: + type: string + example: IFT_GDKND + data_type: + description: The data type of the issue field + type: string + enum: + - text + - single_select + - number + - date + example: text + value: + description: The value of the issue field + anyOf: + - type: string + example: Sample text + - type: number + example: 42.5 + - type: integer + example: 1 + nullable: true + single_select_option: + description: Details about the selected option (only present for single_select + fields) + type: object + properties: + id: + description: Unique identifier for the option. + type: integer + format: int64 + example: 1 + name: + description: The name of the option + type: string + example: High + color: + description: The color of the option + type: string + example: red + required: + - id + - name + - color + nullable: true + required: + - issue_field_id + - node_id + - data_type + - value issue: title: Issue description: Issues are a great way to keep track of tasks, enhancements, and @@ -71225,6 +71292,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" required: - assignee - closed_at @@ -76734,7 +76805,8 @@ components: actor_id: type: integer nullable: true - description: The ID of the actor that can bypass a ruleset. If `actor_type` + description: The ID of the actor that can bypass a ruleset. Required for + `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories. @@ -84666,6 +84738,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" required: - assignee - closed_at @@ -85886,6 +85962,10 @@ components: submitted_at: type: string format: date-time + updated_at: + type: string + nullable: true + format: date-time commit_id: description: A commit SHA for the review. example: 54bb654c9e6025347f57900a4a5c2313a96b8035 @@ -87392,6 +87472,10 @@ components: type: string format: date-time nullable: true + updated_at: + type: string + nullable: true + format: date-time author: "$ref": "#/components/schemas/simple-user" assets: @@ -88764,6 +88848,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: type: string state_reason: @@ -93672,6 +93760,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -94713,6 +94805,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -99302,6 +99398,10 @@ components: type: string nullable: true format: date-time + updated_at: + type: string + nullable: true + format: date-time user: title: User type: object @@ -99596,6 +99696,10 @@ components: type: string nullable: true format: date-time + updated_at: + type: string + nullable: true + format: date-time discussion_url: type: string format: uri @@ -99698,6 +99802,7 @@ components: - published_at - assets - tarball_url + - updated_at - zipball_url - body webhooks_release_1: @@ -99722,6 +99827,7 @@ components: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -100004,6 +100110,10 @@ components: description: Specifies the commitish value that determines where the Git tag is created from. type: string + updated_at: + type: string + nullable: true + format: date-time upload_url: type: string format: uri-template @@ -116142,6 +116252,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -117204,6 +117318,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -118152,6 +118270,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -119083,6 +119205,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -120016,6 +120142,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -120972,6 +121102,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -121897,6 +122031,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -122804,6 +122942,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -124161,6 +124303,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -125137,6 +125283,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -126041,6 +126191,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -127522,6 +127676,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -151861,6 +152019,10 @@ components: submitted_at: type: string format: date-time + updated_at: + type: string + format: date-time + nullable: true user: title: User type: object @@ -168100,6 +168262,10 @@ components: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -170461,6 +170627,10 @@ components: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -181376,6 +181546,7 @@ components: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -181663,6 +181834,10 @@ components: upload_url: type: string format: uri-template + updated_at: + type: string + nullable: true + format: date-time url: type: string format: uri diff --git a/descriptions/ghes-3.14/ghes-3.14.json b/descriptions/ghes-3.14/ghes-3.14.json index e058e68032..c3e79961d0 100644 --- a/descriptions/ghes-3.14/ghes-3.14.json +++ b/descriptions/ghes-3.14/ghes-3.14.json @@ -45111,6 +45111,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] } } @@ -98360,6 +98374,86 @@ "total_blocking" ] }, + "issue-field-value": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + }, "issue": { "title": "Issue", "description": "Issues are a great way to keep track of tasks, enhancements, and bugs for your projects.", @@ -98586,6 +98680,12 @@ }, "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" + }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } } }, "required": [ @@ -105635,7 +105735,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -115951,6 +116051,12 @@ }, "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" + }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } } }, "required": [ @@ -117617,6 +117723,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "commit_id": { "description": "A commit SHA for the review.", "example": "54bb654c9e6025347f57900a4a5c2313a96b8035", @@ -119594,6 +119705,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "$ref": "#/components/schemas/simple-user" }, @@ -121519,6 +121635,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "type": "string" }, @@ -128009,6 +128131,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -129389,6 +129517,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -135336,6 +135470,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "user": { "title": "User", "type": "object", @@ -135731,6 +135870,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -135860,6 +136004,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -135885,6 +136030,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -136263,6 +136409,11 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -158206,6 +158357,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -159639,6 +159796,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -160890,6 +161053,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -162134,6 +162303,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -163371,6 +163546,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -164634,6 +164815,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -165861,6 +166048,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -167069,6 +167262,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -168868,6 +169067,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -170158,6 +170363,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -171362,6 +171573,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -173321,6 +173538,12 @@ "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -205475,6 +205698,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "format": "date-time", + "nullable": true + }, "user": { "title": "User", "type": "object", @@ -226775,6 +227003,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -229898,6 +230131,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -244298,6 +244536,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -244683,6 +244922,11 @@ "type": "string", "format": "uri-template" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "url": { "type": "string", "format": "uri" diff --git a/descriptions/ghes-3.14/ghes-3.14.yaml b/descriptions/ghes-3.14/ghes-3.14.yaml index 56be0ade70..fc9e1e2c95 100644 --- a/descriptions/ghes-3.14/ghes-3.14.yaml +++ b/descriptions/ghes-3.14/ghes-3.14.yaml @@ -32813,6 +32813,13 @@ paths: state: open labels: - bug + issue_field_values: + - field_id: '123' + value: Critical + - field_id: '456' + value: 5 + - field_id: '789' + value: responses: '200': description: Response @@ -71053,6 +71060,66 @@ components: - blocking - total_blocked_by - total_blocking + issue-field-value: + title: Issue Field Value + description: A value assigned to an issue field + type: object + properties: + issue_field_id: + description: Unique identifier for the issue field. + type: integer + format: int64 + example: 1 + node_id: + type: string + example: IFT_GDKND + data_type: + description: The data type of the issue field + type: string + enum: + - text + - single_select + - number + - date + example: text + value: + description: The value of the issue field + anyOf: + - type: string + example: Sample text + - type: number + example: 42.5 + - type: integer + example: 1 + nullable: true + single_select_option: + description: Details about the selected option (only present for single_select + fields) + type: object + properties: + id: + description: Unique identifier for the option. + type: integer + format: int64 + example: 1 + name: + description: The name of the option + type: string + example: High + color: + description: The color of the option + type: string + example: red + required: + - id + - name + - color + nullable: true + required: + - issue_field_id + - node_id + - data_type + - value issue: title: Issue description: Issues are a great way to keep track of tasks, enhancements, and @@ -71225,6 +71292,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" required: - assignee - closed_at @@ -76734,7 +76805,8 @@ components: actor_id: type: integer nullable: true - description: The ID of the actor that can bypass a ruleset. If `actor_type` + description: The ID of the actor that can bypass a ruleset. Required for + `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories. @@ -84666,6 +84738,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" required: - assignee - closed_at @@ -85886,6 +85962,10 @@ components: submitted_at: type: string format: date-time + updated_at: + type: string + nullable: true + format: date-time commit_id: description: A commit SHA for the review. example: 54bb654c9e6025347f57900a4a5c2313a96b8035 @@ -87392,6 +87472,10 @@ components: type: string format: date-time nullable: true + updated_at: + type: string + nullable: true + format: date-time author: "$ref": "#/components/schemas/simple-user" assets: @@ -88764,6 +88848,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: type: string state_reason: @@ -93672,6 +93760,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -94713,6 +94805,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -99302,6 +99398,10 @@ components: type: string nullable: true format: date-time + updated_at: + type: string + nullable: true + format: date-time user: title: User type: object @@ -99596,6 +99696,10 @@ components: type: string nullable: true format: date-time + updated_at: + type: string + nullable: true + format: date-time discussion_url: type: string format: uri @@ -99698,6 +99802,7 @@ components: - published_at - assets - tarball_url + - updated_at - zipball_url - body webhooks_release_1: @@ -99722,6 +99827,7 @@ components: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -100004,6 +100110,10 @@ components: description: Specifies the commitish value that determines where the Git tag is created from. type: string + updated_at: + type: string + nullable: true + format: date-time upload_url: type: string format: uri-template @@ -116142,6 +116252,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -117204,6 +117318,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -118152,6 +118270,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -119083,6 +119205,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -120016,6 +120142,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -120972,6 +121102,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -121897,6 +122031,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -122804,6 +122942,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -124161,6 +124303,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -125137,6 +125283,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -126041,6 +126191,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -127522,6 +127676,10 @@ components: "$ref": "#/components/schemas/sub-issues-summary" issue_dependencies_summary: "$ref": "#/components/schemas/issue-dependencies-summary" + issue_field_values: + type: array + items: + "$ref": "#/components/schemas/issue-field-value" state: description: State of the issue; either 'open' or 'closed' type: string @@ -151861,6 +152019,10 @@ components: submitted_at: type: string format: date-time + updated_at: + type: string + format: date-time + nullable: true user: title: User type: object @@ -168100,6 +168262,10 @@ components: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -170461,6 +170627,10 @@ components: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -181376,6 +181546,7 @@ components: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -181663,6 +181834,10 @@ components: upload_url: type: string format: uri-template + updated_at: + type: string + nullable: true + format: date-time url: type: string format: uri diff --git a/descriptions/ghes-3.15/dereferenced/ghes-3.15.2022-11-28.deref.json b/descriptions/ghes-3.15/dereferenced/ghes-3.15.2022-11-28.deref.json index 35c85faf7c..245e557e2b 100644 --- a/descriptions/ghes-3.15/dereferenced/ghes-3.15.2022-11-28.deref.json +++ b/descriptions/ghes-3.15/dereferenced/ghes-3.15.2022-11-28.deref.json @@ -44429,6 +44429,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -59539,6 +59622,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -65822,6 +65988,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -95037,6 +95286,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -102626,6 +102958,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -127741,7 +128156,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -128954,7 +129369,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -129972,7 +130387,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -131764,7 +132179,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -133002,7 +133417,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -134008,7 +134423,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -256461,6 +256876,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -273964,6 +274462,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -276561,6 +277142,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -282592,6 +283256,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -286336,6 +287083,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -289956,6 +290786,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -290394,6 +291307,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] } } @@ -292531,6 +293458,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -295125,6 +296135,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -297522,6 +298615,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -321125,6 +322301,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -321523,6 +322782,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "commit_id": { "description": "A commit SHA for the review.", "example": "54bb654c9e6025347f57900a4a5c2313a96b8035", @@ -368257,6 +369521,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -368974,6 +370243,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -370515,6 +371789,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -371139,6 +372418,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -371788,6 +373072,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -372470,6 +373759,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -376221,7 +377515,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -377443,7 +378737,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -378302,7 +379596,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -380113,7 +381407,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -381350,7 +382644,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -382205,7 +383499,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -404286,6 +405580,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "type": "string" }, @@ -428363,6 +429740,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -454833,6 +456293,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -457838,6 +459381,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -460845,6 +462471,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -470165,6 +471874,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -473172,6 +474964,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -658196,6 +660071,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -661126,6 +663084,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -664248,6 +666289,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -667188,6 +669312,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -670301,6 +672508,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -673265,6 +675555,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -676255,6 +678628,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -679171,6 +681627,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -682165,6 +684704,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -684142,6 +686764,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -687060,6 +689765,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -690003,6 +692791,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -692813,6 +695684,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -694806,6 +697760,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -697828,6 +700865,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -700753,6 +703873,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -703741,6 +706944,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -706636,6 +709922,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -869477,6 +872846,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "format": "date-time", + "nullable": true + }, "user": { "title": "User", "type": "object", @@ -874033,6 +877407,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "user": { "title": "User", "type": "object", @@ -897264,6 +900643,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "user": { "title": "User", "type": "object", @@ -902232,6 +905616,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -906949,6 +910338,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -931879,6 +935273,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -932008,6 +935407,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -933919,6 +937319,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -934048,6 +937453,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -936012,6 +939418,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -936141,6 +939552,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -937793,6 +941205,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -938178,6 +941591,11 @@ "type": "string", "format": "uri-template" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "url": { "type": "string", "format": "uri" @@ -939836,6 +943254,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -940214,6 +943633,11 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -942135,6 +945559,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -942264,6 +945693,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -943915,6 +947345,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -944293,6 +947724,11 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -963549,7 +966985,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -966262,7 +969698,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -968975,7 +972411,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", diff --git a/descriptions/ghes-3.15/dereferenced/ghes-3.15.2022-11-28.deref.yaml b/descriptions/ghes-3.15/dereferenced/ghes-3.15.2022-11-28.deref.yaml index 1f071be770..538a4afa8c 100644 --- a/descriptions/ghes-3.15/dereferenced/ghes-3.15.2022-11-28.deref.yaml +++ b/descriptions/ghes-3.15/dereferenced/ghes-3.15.2022-11-28.deref.yaml @@ -14879,7 +14879,7 @@ paths: timeline_url: type: string format: uri - type: &577 + type: &578 title: Issue Type description: The type of issue. type: object @@ -15021,6 +15021,68 @@ paths: - blocking - total_blocked_by - total_blocking + issue_field_values: + type: array + items: &577 + title: Issue Field Value + description: A value assigned to an issue field + type: object + properties: + issue_field_id: + description: Unique identifier for the issue field. + type: integer + format: int64 + example: 1 + node_id: + type: string + example: IFT_GDKND + data_type: + description: The data type of the issue field + type: string + enum: + - text + - single_select + - number + - date + example: text + value: + description: The value of the issue field + anyOf: + - type: string + example: Sample text + - type: number + example: 42.5 + - type: integer + example: 1 + nullable: true + single_select_option: + description: Details about the selected option + (only present for single_select fields) + type: object + properties: + id: + description: Unique identifier for the option. + type: integer + format: int64 + example: 1 + name: + description: The name of the option + type: string + example: High + color: + description: The color of the option + type: string + example: red + required: + - id + - name + - color + nullable: true + required: + - issue_field_id + - node_id + - data_type + - value required: &461 - assignee - closed_at @@ -15605,7 +15667,7 @@ paths: url: type: string format: uri - user: &588 + user: &589 title: Public User description: Public User type: object @@ -21342,7 +21404,7 @@ paths: type: array items: *70 examples: - default: &597 + default: &598 value: - login: github id: 1 @@ -22484,7 +22546,7 @@ paths: type: array items: *84 examples: - default: &594 + default: &595 value: total_count: 1 repositories: @@ -31184,7 +31246,7 @@ paths: - nuget - container - *135 - - &598 + - &599 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -31225,7 +31287,7 @@ paths: default: *223 '403': *43 '401': *41 - '400': &600 + '400': &601 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -34828,10 +34890,11 @@ paths: type: integer nullable: true description: The ID of the actor that can bypass a ruleset. - If `actor_type` is `OrganizationAdmin`, this should - be `1`. If `actor_type` is `DeployKey`, this should - be null. `OrganizationAdmin` is not applicable for personal - repositories. + Required for `Integration`, `RepositoryRole`, and `Team` + actor types. If `actor_type` is `OrganizationAdmin`, + this should be `1`. If `actor_type` is `DeployKey`, + this should be null. `OrganizationAdmin` is not applicable + for personal repositories. actor_type: type: string enum: @@ -37303,7 +37366,7 @@ paths: - updated_at - url examples: - default: &578 + default: &579 value: - author: login: octocat @@ -37551,7 +37614,7 @@ paths: application/json: schema: *286 examples: - default: &579 + default: &580 value: author: login: octocat @@ -37734,7 +37797,7 @@ paths: - updated_at - url examples: - default: &580 + default: &581 value: - author: login: octocat @@ -37960,7 +38023,7 @@ paths: application/json: schema: *289 examples: - default: &581 + default: &582 value: author: login: octocat @@ -38637,7 +38700,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &582 + response-if-user-is-a-team-maintainer: &583 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -38702,7 +38765,7 @@ paths: application/json: schema: *300 examples: - response-if-users-membership-with-team-is-now-pending: &583 + response-if-users-membership-with-team-is-now-pending: &584 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -38843,7 +38906,7 @@ paths: - updated_at - permissions examples: - default: &584 + default: &585 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -38922,7 +38985,7 @@ paths: application/json: schema: *301 examples: - default: &585 + default: &586 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -39132,7 +39195,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &586 + schema: &587 title: Team Repository description: A team's access to a repository. type: object @@ -39789,7 +39852,7 @@ paths: type: array items: *305 examples: - response-if-child-teams-exist: &587 + response-if-child-teams-exist: &588 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -51192,7 +51255,7 @@ paths: check. type: array items: *372 - deployment: &623 + deployment: &624 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -64385,7 +64448,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &653 + last_response: &654 title: Hook Response type: object properties: @@ -65007,7 +65070,7 @@ paths: - html_url - created_at examples: - default: &602 + default: &603 value: - id: 1 repository: @@ -66966,6 +67029,13 @@ paths: state: open labels: - bug + issue_field_values: + - field_id: '123' + value: Critical + - field_id: '456' + value: 5 + - field_id: '789' + value: responses: '200': description: Response @@ -68956,6 +69026,10 @@ paths: submitted_at: type: string format: date-time + updated_at: + type: string + nullable: true + format: date-time commit_id: description: A commit SHA for the review. example: 54bb654c9e6025347f57900a4a5c2313a96b8035 @@ -76462,6 +76536,10 @@ paths: type: string format: date-time nullable: true + updated_at: + type: string + nullable: true + format: date-time author: *19 assets: type: array @@ -78537,7 +78615,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &673 + items: &674 type: object properties: type: @@ -82732,6 +82810,9 @@ paths: nullable: true sub_issues_summary: *575 issue_dependencies_summary: *576 + issue_field_values: + type: array + items: *577 state: type: string state_reason: @@ -82807,7 +82888,7 @@ paths: timeline_url: type: string format: uri - type: *577 + type: *578 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -84213,7 +84294,7 @@ paths: type: array items: *286 examples: - default: *578 + default: *579 headers: Link: *6 x-github: @@ -84365,7 +84446,7 @@ paths: application/json: schema: *286 examples: - default: *579 + default: *580 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84434,7 +84515,7 @@ paths: type: array items: *289 examples: - default: *580 + default: *581 headers: Link: *6 x-github: @@ -84576,7 +84657,7 @@ paths: application/json: schema: *289 examples: - default: *581 + default: *582 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85044,7 +85125,7 @@ paths: application/json: schema: *300 examples: - response-if-user-is-a-team-maintainer: *582 + response-if-user-is-a-team-maintainer: *583 '404': *26 x-github: githubCloudOnly: false @@ -85105,7 +85186,7 @@ paths: application/json: schema: *300 examples: - response-if-users-membership-with-team-is-now-pending: *583 + response-if-users-membership-with-team-is-now-pending: *584 '403': description: Forbidden if team synchronization is set up '422': @@ -85180,7 +85261,7 @@ paths: type: array items: *301 examples: - default: *584 + default: *585 headers: Link: *6 '404': *26 @@ -85215,7 +85296,7 @@ paths: application/json: schema: *301 examples: - default: *585 + default: *586 '404': description: Not Found if project is not managed by this team x-github: @@ -85385,7 +85466,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *586 + schema: *587 examples: alternative-response-with-extra-repository-information: value: @@ -85627,7 +85708,7 @@ paths: type: array items: *305 examples: - response-if-child-teams-exist: *587 + response-if-child-teams-exist: *588 headers: Link: *6 '404': *26 @@ -85660,7 +85741,7 @@ paths: application/json: schema: oneOf: - - &589 + - &590 title: Private User description: Private User type: object @@ -85863,7 +85944,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *588 + - *589 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -86014,7 +86095,7 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: default: value: @@ -86092,7 +86173,7 @@ paths: type: array items: *222 examples: - default: &599 + default: &600 value: - id: 197 name: hello_docker @@ -86179,7 +86260,7 @@ paths: application/json: schema: type: array - items: &590 + items: &591 title: Email description: Email type: object @@ -86204,7 +86285,7 @@ paths: - verified - visibility examples: - default: &601 + default: &602 value: - email: octocat@github.com verified: true @@ -86279,7 +86360,7 @@ paths: application/json: schema: type: array - items: *590 + items: *591 examples: default: value: @@ -86535,7 +86616,7 @@ paths: application/json: schema: type: array - items: &591 + items: &592 title: GPG Key description: A unique encryption key type: object @@ -86666,7 +86747,7 @@ paths: - subkeys - revoked examples: - default: &611 + default: &612 value: - id: 3 name: Octocat's GPG Key @@ -86751,9 +86832,9 @@ paths: description: Response content: application/json: - schema: *591 + schema: *592 examples: - default: &592 + default: &593 value: id: 3 name: Octocat's GPG Key @@ -86810,7 +86891,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &593 + - &594 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -86822,9 +86903,9 @@ paths: description: Response content: application/json: - schema: *591 + schema: *592 examples: - default: *592 + default: *593 '404': *26 '304': *42 '403': *43 @@ -86847,7 +86928,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *593 + - *594 responses: '204': description: Response @@ -87038,7 +87119,7 @@ paths: type: array items: *84 examples: - default: *594 + default: *595 headers: Link: *6 '404': *26 @@ -87214,7 +87295,7 @@ paths: application/json: schema: type: array - items: &595 + items: &596 title: Key description: Key type: object @@ -87315,9 +87396,9 @@ paths: description: Response content: application/json: - schema: *595 + schema: *596 examples: - default: &596 + default: &597 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -87356,9 +87437,9 @@ paths: description: Response content: application/json: - schema: *595 + schema: *596 examples: - default: *596 + default: *597 '404': *26 '304': *42 '403': *43 @@ -88201,7 +88282,7 @@ paths: type: array items: *70 examples: - default: *597 + default: *598 headers: Link: *6 '304': *42 @@ -88243,7 +88324,7 @@ paths: - docker - nuget - container - - *598 + - *599 - *5 - *4 responses: @@ -88255,8 +88336,8 @@ paths: type: array items: *222 examples: - default: *599 - '400': *600 + default: *600 + '400': *601 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88285,7 +88366,7 @@ paths: application/json: schema: *222 examples: - default: &612 + default: &613 value: id: 40201 name: octo-name @@ -88738,9 +88819,9 @@ paths: application/json: schema: type: array - items: *590 + items: *591 examples: - default: *601 + default: *602 headers: Link: *6 '304': *42 @@ -88853,7 +88934,7 @@ paths: type: array items: *84 examples: - default: &608 + default: &609 summary: Default response value: - id: 1296269 @@ -89199,7 +89280,7 @@ paths: type: array items: *456 examples: - default: *602 + default: *603 headers: Link: *6 '304': *42 @@ -89278,7 +89359,7 @@ paths: application/json: schema: type: array - items: &603 + items: &604 title: Social account description: Social media account type: object @@ -89293,7 +89374,7 @@ paths: - provider - url examples: - default: &604 + default: &605 value: - provider: twitter url: https://twitter.com/github @@ -89355,9 +89436,9 @@ paths: application/json: schema: type: array - items: *603 + items: *604 examples: - default: *604 + default: *605 '422': *35 '304': *42 '404': *26 @@ -89444,7 +89525,7 @@ paths: application/json: schema: type: array - items: &605 + items: &606 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -89464,7 +89545,7 @@ paths: - title - created_at examples: - default: &613 + default: &614 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -89530,9 +89611,9 @@ paths: description: Response content: application/json: - schema: *605 + schema: *606 examples: - default: &606 + default: &607 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -89563,7 +89644,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &607 + - &608 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -89575,9 +89656,9 @@ paths: description: Response content: application/json: - schema: *605 + schema: *606 examples: - default: *606 + default: *607 '404': *26 '304': *42 '403': *43 @@ -89600,7 +89681,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *607 + - *608 responses: '204': description: Response @@ -89629,7 +89710,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &614 + - &615 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 @@ -89654,11 +89735,11 @@ paths: type: array items: *84 examples: - default-response: *608 + default-response: *609 application/vnd.github.v3.star+json: schema: type: array - items: &615 + items: &616 title: Starred Repository description: Starred Repository type: object @@ -90028,10 +90109,10 @@ paths: application/json: schema: oneOf: + - *590 - *589 - - *588 examples: - default-response: &609 + default-response: &610 summary: Default response value: login: octocat @@ -90066,7 +90147,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &610 + response-with-git-hub-plan-information: &611 summary: Response with GitHub plan information value: login: octocat @@ -90178,11 +90259,11 @@ paths: application/json: schema: oneOf: + - *590 - *589 - - *588 examples: - default-response: *609 - response-with-git-hub-plan-information: *610 + default-response: *610 + response-with-git-hub-plan-information: *611 '404': *26 x-github: githubCloudOnly: false @@ -90213,7 +90294,7 @@ paths: type: array items: *222 examples: - default: *599 + default: *600 '403': *43 '401': *41 x-github: @@ -90617,9 +90698,9 @@ paths: application/json: schema: type: array - items: *591 + items: *592 examples: - default: *611 + default: *612 headers: Link: *6 x-github: @@ -90808,7 +90889,7 @@ paths: type: array items: *70 examples: - default: *597 + default: *598 headers: Link: *6 x-github: @@ -90847,7 +90928,7 @@ paths: - docker - nuget - container - - *598 + - *599 - *8 - *5 - *4 @@ -90860,10 +90941,10 @@ paths: type: array items: *222 examples: - default: *599 + default: *600 '403': *43 '401': *41 - '400': *600 + '400': *601 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90893,7 +90974,7 @@ paths: application/json: schema: *222 examples: - default: *612 + default: *613 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91532,9 +91613,9 @@ paths: application/json: schema: type: array - items: *603 + items: *604 examples: - default: *604 + default: *605 headers: Link: *6 x-github: @@ -91564,9 +91645,9 @@ paths: application/json: schema: type: array - items: *605 + items: *606 examples: - default: *613 + default: *614 headers: Link: *6 x-github: @@ -91591,7 +91672,7 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *8 - - *614 + - *615 - *9 - *4 - *5 @@ -91603,11 +91684,11 @@ paths: schema: anyOf: - type: array - items: *615 + items: *616 - type: array items: *84 examples: - default-response: *608 + default-response: *609 headers: Link: *6 x-github: @@ -91817,7 +91898,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &616 + enterprise: &617 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -91875,7 +91956,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &617 + installation: &618 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -91894,7 +91975,7 @@ x-webhooks: required: - id - node_id - organization: &618 + organization: &619 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -91954,13 +92035,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &619 + repository: &620 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &647 + properties: &648 id: description: Unique identifier of the repository example: 42 @@ -92643,7 +92724,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &648 + required: &649 - archive_url - assignees_url - blobs_url @@ -92794,10 +92875,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -92883,11 +92964,11 @@ x-webhooks: type: string enum: - created - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 - rule: &620 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 + rule: &621 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-server@3.15/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -93120,11 +93201,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 - rule: *620 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 + rule: *621 sender: *19 required: - action @@ -93317,11 +93398,11 @@ x-webhooks: - everyone required: - from - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 - rule: *620 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 + rule: *621 sender: *19 required: - action @@ -93402,11 +93483,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 - exemption_request: &621 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 + exemption_request: &622 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -93639,7 +93720,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &622 + items: &623 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -93757,11 +93838,11 @@ x-webhooks: type: string enum: - completed - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 - exemption_request: *621 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 + exemption_request: *622 sender: *19 required: - action @@ -93841,11 +93922,11 @@ x-webhooks: type: string enum: - created - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 - exemption_request: *621 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 + exemption_request: *622 sender: *19 required: - action @@ -93925,12 +94006,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 - exemption_request: *621 - exemption_response: *622 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 + exemption_request: *622 + exemption_response: *623 sender: *19 required: - action @@ -94012,12 +94093,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 - exemption_request: *621 - exemption_response: *622 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 + exemption_request: *622 + exemption_response: *623 sender: *19 required: - action @@ -94102,12 +94183,12 @@ x-webhooks: type: string cache_location: type: string - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 ref: type: string - repository: *619 + repository: *620 sender: *19 required: - cache_location @@ -94201,7 +94282,7 @@ x-webhooks: type: string enum: - completed - check_run: &624 + check_run: &625 title: CheckRun description: A check performed on the code of a given code change type: object @@ -94292,7 +94373,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *623 + deployment: *624 details_url: example: https://example.com type: string @@ -94377,9 +94458,9 @@ x-webhooks: - output - app - pull_requests - installation: *617 - organization: *618 - repository: *619 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - check_run @@ -94782,10 +94863,10 @@ x-webhooks: type: string enum: - created - check_run: *624 - installation: *617 - organization: *618 - repository: *619 + check_run: *625 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - check_run @@ -95191,10 +95272,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *624 - installation: *617 - organization: *618 - repository: *619 + check_run: *625 + installation: *618 + organization: *619 + repository: *620 requested_action: description: The action requested by the user. type: object @@ -95609,10 +95690,10 @@ x-webhooks: type: string enum: - rerequested - check_run: *624 - installation: *617 - organization: *618 - repository: *619 + check_run: *625 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - check_run @@ -96599,10 +96680,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -97282,10 +97363,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -97959,10 +98040,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -98280,20 +98361,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &625 + commit_oid: &626 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: *616 - installation: *617 - organization: *618 - ref: &626 + enterprise: *617 + installation: *618 + organization: *619 + ref: &627 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: *619 + repository: *620 sender: *19 required: - action @@ -98695,12 +98776,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *625 - enterprise: *616 - installation: *617 - organization: *618 - ref: *626 - repository: *619 + commit_oid: *626 + enterprise: *617 + installation: *618 + organization: *619 + ref: *627 + repository: *620 sender: *19 required: - action @@ -98973,12 +99054,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *625 - enterprise: *616 - installation: *617 - organization: *618 - ref: *626 - repository: *619 + commit_oid: *626 + enterprise: *617 + installation: *618 + organization: *619 + ref: *627 + repository: *620 sender: *19 required: - action @@ -99317,12 +99398,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *625 - enterprise: *616 - installation: *617 - organization: *618 - ref: *626 - repository: *619 + commit_oid: *626 + enterprise: *617 + installation: *618 + organization: *619 + ref: *627 + repository: *620 sender: *19 required: - action @@ -99597,16 +99678,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 ref: 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 nullable: true - repository: *619 + repository: *620 sender: *19 required: - action @@ -99850,12 +99931,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *625 - enterprise: *616 - installation: *617 - organization: *618 - ref: *626 - repository: *619 + commit_oid: *626 + enterprise: *617 + installation: *618 + organization: *619 + ref: *627 + repository: *620 sender: *19 required: - action @@ -100122,10 +100203,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -100215,18 +100296,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *616 - installation: *617 + enterprise: *617 + installation: *618 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *618 - pusher_type: &627 + organization: *619 + pusher_type: &628 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &628 + ref: &629 description: The [`git ref`](https://docs.github.com/enterprise-server@3.15/rest/git/refs#get-a-reference) resource. type: string @@ -100236,7 +100317,7 @@ x-webhooks: enum: - tag - branch - repository: *619 + repository: *620 sender: *19 required: - ref @@ -100319,9 +100400,9 @@ x-webhooks: enum: - created definition: *241 - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 sender: *19 required: - action @@ -100406,9 +100487,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 sender: *19 required: - action @@ -100486,9 +100567,9 @@ x-webhooks: enum: - updated definition: *241 - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 sender: *19 required: - action @@ -100565,10 +100646,10 @@ x-webhooks: type: string enum: - updated - enterprise: *616 - installation: *617 - repository: *619 - organization: *618 + enterprise: *617 + installation: *618 + repository: *620 + organization: *619 sender: *19 new_property_values: type: array @@ -100663,18 +100744,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *616 - installation: *617 - organization: *618 - pusher_type: *627 - ref: *628 + enterprise: *617 + installation: *618 + organization: *619 + pusher_type: *628 + ref: *629 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *619 + repository: *620 sender: *19 required: - ref @@ -100769,10 +100850,10 @@ x-webhooks: enum: - auto_dismissed alert: *418 - installation: *617 - organization: *618 - enterprise: *616 - repository: *619 + installation: *618 + organization: *619 + enterprise: *617 + repository: *620 sender: *19 required: - action @@ -100867,10 +100948,10 @@ x-webhooks: enum: - auto_reopened alert: *418 - installation: *617 - organization: *618 - enterprise: *616 - repository: *619 + installation: *618 + organization: *619 + enterprise: *617 + repository: *620 sender: *19 required: - action @@ -100965,10 +101046,10 @@ x-webhooks: enum: - created alert: *418 - installation: *617 - organization: *618 - enterprise: *616 - repository: *619 + installation: *618 + organization: *619 + enterprise: *617 + repository: *620 sender: *19 required: - action @@ -101061,10 +101142,10 @@ x-webhooks: enum: - dismissed alert: *418 - installation: *617 - organization: *618 - enterprise: *616 - repository: *619 + installation: *618 + organization: *619 + enterprise: *617 + repository: *620 sender: *19 required: - action @@ -101157,10 +101238,10 @@ x-webhooks: enum: - fixed alert: *418 - installation: *617 - organization: *618 - enterprise: *616 - repository: *619 + installation: *618 + organization: *619 + enterprise: *617 + repository: *620 sender: *19 required: - action @@ -101254,10 +101335,10 @@ x-webhooks: enum: - reintroduced alert: *418 - installation: *617 - organization: *618 - enterprise: *616 - repository: *619 + installation: *618 + organization: *619 + enterprise: *617 + repository: *620 sender: *19 required: - action @@ -101350,10 +101431,10 @@ x-webhooks: enum: - reopened alert: *418 - installation: *617 - organization: *618 - enterprise: *616 - repository: *619 + installation: *618 + organization: *619 + enterprise: *617 + repository: *620 sender: *19 required: - action @@ -101440,9 +101521,9 @@ x-webhooks: type: string enum: - created - enterprise: *616 - installation: *617 - key: &629 + enterprise: *617 + installation: *618 + key: &630 description: The [`deploy key`](https://docs.github.com/enterprise-server@3.15/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -101476,8 +101557,8 @@ x-webhooks: - verified - created_at - read_only - organization: *618 - repository: *619 + organization: *619 + repository: *620 sender: *19 required: - action @@ -101564,11 +101645,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *616 - installation: *617 - key: *629 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + key: *630 + organization: *619 + repository: *620 sender: *19 required: - action @@ -102139,12 +102220,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 - workflow: &633 + workflow: &634 title: Workflow type: object nullable: true @@ -102884,9 +102965,9 @@ x-webhooks: pull_requests: type: array items: *505 - repository: *619 - organization: *618 - installation: *617 + repository: *620 + organization: *619 + installation: *618 sender: *19 responses: '200': @@ -102967,7 +103048,7 @@ x-webhooks: type: string enum: - approved - approver: &630 + approver: &631 type: object properties: avatar_url: @@ -103010,11 +103091,11 @@ x-webhooks: type: string comment: type: string - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 - reviewers: &631 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 + reviewers: &632 type: array items: type: object @@ -103093,7 +103174,7 @@ x-webhooks: sender: *19 since: type: string - workflow_job_run: &632 + workflow_job_run: &633 type: object properties: conclusion: @@ -103834,18 +103915,18 @@ x-webhooks: type: string enum: - rejected - approver: *630 + approver: *631 comment: type: string - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 - reviewers: *631 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 + reviewers: *632 sender: *19 since: type: string - workflow_job_run: *632 + workflow_job_run: *633 workflow_job_runs: type: array items: @@ -104559,13 +104640,13 @@ x-webhooks: type: string enum: - requested - enterprise: *616 + enterprise: *617 environment: type: string - installation: *617 - organization: *618 - repository: *619 - requestor: &638 + installation: *618 + organization: *619 + repository: *620 + requestor: &639 title: User type: object nullable: true @@ -106474,12 +106555,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 - workflow: *633 + workflow: *634 workflow_run: title: Deployment Workflow Run type: object @@ -107169,7 +107250,7 @@ x-webhooks: type: string enum: - answered - answer: &636 + answer: &637 type: object properties: author_association: @@ -107326,7 +107407,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &634 + discussion: &635 title: Discussion description: A Discussion in a repository. type: object @@ -107634,10 +107715,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -107774,11 +107855,11 @@ x-webhooks: - from required: - category - discussion: *634 - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + discussion: *635 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -107871,11 +107952,11 @@ x-webhooks: type: string enum: - closed - discussion: *634 - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + discussion: *635 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -107967,7 +108048,7 @@ x-webhooks: type: string enum: - created - comment: &635 + comment: &636 type: object properties: author_association: @@ -108124,11 +108205,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *634 - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + discussion: *635 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -108221,12 +108302,12 @@ x-webhooks: type: string enum: - deleted - comment: *635 - discussion: *634 - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + comment: *636 + discussion: *635 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -108331,12 +108412,12 @@ x-webhooks: - from required: - body - comment: *635 - discussion: *634 - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + comment: *636 + discussion: *635 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -108430,11 +108511,11 @@ x-webhooks: type: string enum: - created - discussion: *634 - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + discussion: *635 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -108526,11 +108607,11 @@ x-webhooks: type: string enum: - deleted - discussion: *634 - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + discussion: *635 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -108640,11 +108721,11 @@ x-webhooks: type: string required: - from - discussion: *634 - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + discussion: *635 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -108736,10 +108817,10 @@ x-webhooks: type: string enum: - labeled - discussion: *634 - enterprise: *616 - installation: *617 - label: &637 + discussion: *635 + enterprise: *617 + installation: *618 + label: &638 title: Label type: object properties: @@ -108771,8 +108852,8 @@ x-webhooks: - color - default - description - organization: *618 - repository: *619 + organization: *619 + repository: *620 sender: *19 required: - action @@ -108865,11 +108946,11 @@ x-webhooks: type: string enum: - locked - discussion: *634 - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + discussion: *635 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -108961,11 +109042,11 @@ x-webhooks: type: string enum: - pinned - discussion: *634 - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + discussion: *635 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -109057,11 +109138,11 @@ x-webhooks: type: string enum: - reopened - discussion: *634 - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + discussion: *635 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -109156,16 +109237,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *634 - new_repository: *619 + new_discussion: *635 + new_repository: *620 required: - new_discussion - new_repository - discussion: *634 - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + discussion: *635 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -109258,10 +109339,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *634 - old_answer: *636 - organization: *618 - repository: *619 + discussion: *635 + old_answer: *637 + organization: *619 + repository: *620 sender: *19 required: - action @@ -109353,12 +109434,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *634 - enterprise: *616 - installation: *617 - label: *637 - organization: *618 - repository: *619 + discussion: *635 + enterprise: *617 + installation: *618 + label: *638 + organization: *619 + repository: *620 sender: *19 required: - action @@ -109451,11 +109532,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *634 - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + discussion: *635 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -109547,11 +109628,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *634 - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + discussion: *635 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -109792,7 +109873,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *616 + enterprise: *617 forkee: description: The created [`repository`](https://docs.github.com/enterprise-server@3.15/rest/repos/repos#get-a-repository) resource. @@ -110452,9 +110533,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *617 - organization: *618 - repository: *619 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - forkee @@ -110620,9 +110701,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 pages: description: The pages that were updated. type: array @@ -110659,7 +110740,7 @@ x-webhooks: - action - sha - html_url - repository: *619 + repository: *620 sender: *19 required: - pages @@ -110745,10 +110826,10 @@ x-webhooks: type: string enum: - created - enterprise: *616 + enterprise: *617 installation: *39 - organization: *618 - repositories: &639 + organization: *619 + repositories: &640 description: An array of repository objects that the installation can access. type: array @@ -110774,8 +110855,8 @@ x-webhooks: - name - full_name - private - repository: *619 - requester: *638 + repository: *620 + requester: *639 sender: *19 required: - action @@ -110860,11 +110941,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *616 + enterprise: *617 installation: *39 - organization: *618 - repositories: *639 - repository: *619 + organization: *619 + repositories: *640 + repository: *620 requester: nullable: true sender: *19 @@ -110950,11 +111031,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *616 + enterprise: *617 installation: *39 - organization: *618 - repositories: *639 - repository: *619 + organization: *619 + repositories: *640 + repository: *620 requester: nullable: true sender: *19 @@ -111040,10 +111121,10 @@ x-webhooks: type: string enum: - added - enterprise: *616 + enterprise: *617 installation: *39 - organization: *618 - repositories_added: &640 + organization: *619 + repositories_added: &641 description: An array of repository objects, which were added to the installation. type: array @@ -111089,15 +111170,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *619 - repository_selection: &641 + repository: *620 + repository_selection: &642 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *638 + requester: *639 sender: *19 required: - action @@ -111186,10 +111267,10 @@ x-webhooks: type: string enum: - removed - enterprise: *616 + enterprise: *617 installation: *39 - organization: *618 - repositories_added: *640 + organization: *619 + repositories_added: *641 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -111216,9 +111297,9 @@ x-webhooks: - name - full_name - private - repository: *619 - repository_selection: *641 - requester: *638 + repository: *620 + repository_selection: *642 + requester: *639 sender: *19 required: - action @@ -111307,11 +111388,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *616 + enterprise: *617 installation: *39 - organization: *618 - repositories: *639 - repository: *619 + organization: *619 + repositories: *640 + repository: *620 requester: nullable: true sender: *19 @@ -111500,10 +111581,10 @@ x-webhooks: type: string required: - from - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 target_type: type: string @@ -111592,11 +111673,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *616 + enterprise: *617 installation: *39 - organization: *618 - repositories: *639 - repository: *619 + organization: *619 + repositories: *640 + repository: *620 requester: nullable: true sender: *19 @@ -111858,8 +111939,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *616 - installation: *617 + enterprise: *617 + installation: *618 issue: description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) the comment belongs to. @@ -112670,7 +112751,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *577 + type: *578 updated_at: type: string format: date-time @@ -113003,8 +113084,8 @@ x-webhooks: - state - locked - assignee - organization: *618 - repository: *619 + organization: *619 + repository: *620 sender: *19 required: - action @@ -113094,7 +113175,7 @@ x-webhooks: type: string enum: - deleted - comment: &642 + comment: &643 title: issue comment description: The [comment](https://docs.github.com/enterprise-server@3.15/rest/issues/comments#get-an-issue-comment) itself. @@ -113259,8 +113340,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *616 - installation: *617 + enterprise: *617 + installation: *618 issue: description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) the comment belongs to. @@ -114067,7 +114148,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *577 + type: *578 updated_at: type: string format: date-time @@ -114402,8 +114483,8 @@ x-webhooks: - state - locked - assignee - organization: *618 - repository: *619 + organization: *619 + repository: *620 sender: *19 required: - action @@ -114493,7 +114574,7 @@ x-webhooks: type: string enum: - edited - changes: &665 + changes: &666 description: The changes to the comment. type: object properties: @@ -114505,9 +114586,9 @@ x-webhooks: type: string required: - from - comment: *642 - enterprise: *616 - installation: *617 + comment: *643 + enterprise: *617 + installation: *618 issue: description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) the comment belongs to. @@ -115317,7 +115398,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *577 + type: *578 updated_at: type: string format: date-time @@ -115650,8 +115731,8 @@ x-webhooks: - state - locked - assignee - organization: *618 - repository: *619 + organization: *619 + repository: *620 sender: *19 required: - action @@ -115743,10 +115824,10 @@ x-webhooks: type: string enum: - assigned - assignee: *638 - enterprise: *616 - installation: *617 - issue: &645 + assignee: *639 + enterprise: *617 + installation: *618 + issue: &646 title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) itself. @@ -116537,6 +116618,9 @@ x-webhooks: format: uri sub_issues_summary: *575 issue_dependencies_summary: *576 + issue_field_values: + type: array + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -116552,7 +116636,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *577 + type: *578 updated_at: type: string format: date-time @@ -116653,8 +116737,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *618 - repository: *619 + organization: *619 + repository: *620 sender: *19 required: - action @@ -116744,8 +116828,8 @@ x-webhooks: type: string enum: - closed - enterprise: *616 - installation: *617 + enterprise: *617 + installation: *618 issue: description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) itself. @@ -117541,6 +117625,9 @@ x-webhooks: format: uri sub_issues_summary: *575 issue_dependencies_summary: *576 + issue_field_values: + type: array + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -117556,7 +117643,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *577 + type: *578 updated_at: type: string format: date-time @@ -117792,8 +117879,8 @@ x-webhooks: required: - state - closed_at - organization: *618 - repository: *619 + organization: *619 + repository: *620 sender: *19 required: - action @@ -117882,8 +117969,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *616 - installation: *617 + enterprise: *617 + installation: *618 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) @@ -118670,6 +118757,9 @@ x-webhooks: format: uri sub_issues_summary: *575 issue_dependencies_summary: *576 + issue_field_values: + type: array + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -118685,7 +118775,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *577 + type: *578 updated_at: type: string format: date-time @@ -118785,8 +118875,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *618 - repository: *619 + organization: *619 + repository: *620 sender: *19 required: - action @@ -118875,8 +118965,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *616 - installation: *617 + enterprise: *617 + installation: *618 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) @@ -119685,6 +119775,9 @@ x-webhooks: format: uri sub_issues_summary: *575 issue_dependencies_summary: *576 + issue_field_values: + type: array + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -119700,7 +119793,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *577 + type: *578 updated_at: type: string format: date-time @@ -119779,7 +119872,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &643 + milestone: &644 title: Milestone description: A collection of related issues and pull requests. type: object @@ -119917,8 +120010,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *618 - repository: *619 + organization: *619 + repository: *620 sender: *19 required: - action @@ -120027,8 +120120,8 @@ x-webhooks: type: string required: - from - enterprise: *616 - installation: *617 + enterprise: *617 + installation: *618 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) @@ -120819,6 +120912,9 @@ x-webhooks: format: uri sub_issues_summary: *575 issue_dependencies_summary: *576 + issue_field_values: + type: array + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -120831,7 +120927,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *577 + type: *578 title: description: Title of the issue type: string @@ -120935,9 +121031,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *637 - organization: *618 - repository: *619 + label: *638 + organization: *619 + repository: *620 sender: *19 required: - action @@ -121027,8 +121123,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *616 - installation: *617 + enterprise: *617 + installation: *618 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) @@ -121818,6 +121914,9 @@ x-webhooks: format: uri sub_issues_summary: *575 issue_dependencies_summary: *576 + issue_field_values: + type: array + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -121830,7 +121929,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *577 + type: *578 title: description: Title of the issue type: string @@ -121934,9 +122033,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *637 - organization: *618 - repository: *619 + label: *638 + organization: *619 + repository: *620 sender: *19 required: - action @@ -122026,8 +122125,8 @@ x-webhooks: type: string enum: - locked - enterprise: *616 - installation: *617 + enterprise: *617 + installation: *618 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) @@ -122841,6 +122940,9 @@ x-webhooks: format: uri sub_issues_summary: *575 issue_dependencies_summary: *576 + issue_field_values: + type: array + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -122853,7 +122955,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *577 + type: *578 title: description: Title of the issue type: string @@ -122934,8 +123036,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *618 - repository: *619 + organization: *619 + repository: *620 sender: *19 required: - action @@ -123024,8 +123126,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *616 - installation: *617 + enterprise: *617 + installation: *618 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) @@ -123833,6 +123935,9 @@ x-webhooks: format: uri sub_issues_summary: *575 issue_dependencies_summary: *576 + issue_field_values: + type: array + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -123848,7 +123953,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *577 + type: *578 updated_at: type: string format: date-time @@ -123926,9 +124031,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *643 - organization: *618 - repository: *619 + milestone: *644 + organization: *619 + repository: *620 sender: *19 required: - action @@ -124808,6 +124913,9 @@ x-webhooks: format: uri sub_issues_summary: *575 issue_dependencies_summary: *576 + issue_field_values: + type: array + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -124900,7 +125008,7 @@ x-webhooks: required: - login - id - type: *577 + type: *578 required: - id - number @@ -125369,8 +125477,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *616 - installation: *617 + enterprise: *617 + installation: *618 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) @@ -126161,6 +126269,9 @@ x-webhooks: format: uri sub_issues_summary: *575 issue_dependencies_summary: *576 + issue_field_values: + type: array + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -126176,7 +126287,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *577 + type: *578 updated_at: type: string format: date-time @@ -126276,8 +126387,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *618 - repository: *619 + organization: *619 + repository: *620 sender: *19 required: - action @@ -126367,9 +126478,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *616 - installation: *617 - issue: &644 + enterprise: *617 + installation: *618 + issue: &645 title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) itself. @@ -127154,6 +127265,9 @@ x-webhooks: format: uri sub_issues_summary: *575 issue_dependencies_summary: *576 + issue_field_values: + type: array + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -127169,7 +127283,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *577 + type: *578 updated_at: type: string format: date-time @@ -127269,8 +127383,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *618 - repository: *619 + organization: *619 + repository: *620 sender: *19 required: - action @@ -127359,8 +127473,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *616 - installation: *617 + enterprise: *617 + installation: *618 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) @@ -128172,6 +128286,9 @@ x-webhooks: format: uri sub_issues_summary: *575 issue_dependencies_summary: *576 + issue_field_values: + type: array + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -128265,9 +128382,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *577 - organization: *618 - repository: *619 + type: *578 + organization: *619 + repository: *620 sender: *19 required: - action @@ -129145,6 +129262,9 @@ x-webhooks: format: uri sub_issues_summary: *575 issue_dependencies_summary: *576 + issue_field_values: + type: array + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -129160,7 +129280,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *577 + type: *578 updated_at: type: string format: date-time @@ -129728,11 +129848,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *616 - installation: *617 - issue: *644 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + issue: *645 + organization: *619 + repository: *620 sender: *19 required: - action @@ -129823,7 +129943,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &668 + assignee: &669 title: User type: object nullable: true @@ -129893,11 +130013,11 @@ x-webhooks: required: - login - id - enterprise: *616 - installation: *617 - issue: *645 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + issue: *646 + organization: *619 + repository: *620 sender: *19 required: - action @@ -129986,12 +130106,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *616 - installation: *617 - issue: *645 - label: *637 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + issue: *646 + label: *638 + organization: *619 + repository: *620 sender: *19 required: - action @@ -130081,8 +130201,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *616 - installation: *617 + enterprise: *617 + installation: *618 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) @@ -130894,6 +131014,9 @@ x-webhooks: format: uri sub_issues_summary: *575 issue_dependencies_summary: *576 + issue_field_values: + type: array + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -130909,7 +131032,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *577 + type: *578 updated_at: type: string format: date-time @@ -130987,8 +131110,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *618 - repository: *619 + organization: *619 + repository: *620 sender: *19 required: - action @@ -131078,11 +131201,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *616 - installation: *617 - issue: *644 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + issue: *645 + organization: *619 + repository: *620 sender: *19 required: - action @@ -131171,11 +131294,11 @@ x-webhooks: type: string enum: - created - enterprise: *616 - installation: *617 - label: *637 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + label: *638 + organization: *619 + repository: *620 sender: *19 required: - action @@ -131263,11 +131386,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *616 - installation: *617 - label: *637 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + label: *638 + organization: *619 + repository: *620 sender: *19 required: - action @@ -131387,11 +131510,11 @@ x-webhooks: type: string required: - from - enterprise: *616 - installation: *617 - label: *637 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + label: *638 + organization: *619 + repository: *620 sender: *19 required: - action @@ -131505,11 +131628,11 @@ x-webhooks: type: string required: - to - enterprise: *616 - installation: *617 - member: *638 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + member: *639 + organization: *619 + repository: *620 sender: *19 required: - action @@ -131619,11 +131742,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *616 - installation: *617 - member: *638 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + member: *639 + organization: *619 + repository: *620 sender: *19 required: - action @@ -131712,11 +131835,11 @@ x-webhooks: type: string enum: - removed - enterprise: *616 - installation: *617 - member: *638 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + member: *639 + organization: *619 + repository: *620 sender: *19 required: - action @@ -131804,11 +131927,11 @@ x-webhooks: type: string enum: - added - enterprise: *616 - installation: *617 - member: *638 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + member: *639 + organization: *619 + repository: *620 scope: description: The scope of the membership. Currently, can only be `team`. @@ -131884,7 +132007,7 @@ x-webhooks: required: - login - id - team: &646 + team: &647 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -132084,11 +132207,11 @@ x-webhooks: type: string enum: - removed - enterprise: *616 - installation: *617 - member: *638 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + member: *639 + organization: *619 + repository: *620 scope: description: The scope of the membership. Currently, can only be `team`. @@ -132165,7 +132288,7 @@ x-webhooks: required: - login - id - team: *646 + team: *647 required: - action - scope @@ -132253,7 +132376,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *616 + enterprise: *617 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -132362,16 +132485,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *617 - organization: *618 + installation: *618 + organization: *619 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *647 - required: *648 + properties: *648 + required: *649 nullable: true sender: *19 required: @@ -132462,11 +132585,11 @@ x-webhooks: type: string enum: - closed - enterprise: *616 - installation: *617 - milestone: *643 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + milestone: *644 + organization: *619 + repository: *620 sender: *19 required: - action @@ -132555,9 +132678,9 @@ x-webhooks: type: string enum: - created - enterprise: *616 - installation: *617 - milestone: &649 + enterprise: *617 + installation: *618 + milestone: &650 title: Milestone description: A collection of related issues and pull requests. type: object @@ -132694,8 +132817,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *618 - repository: *619 + organization: *619 + repository: *620 sender: *19 required: - action @@ -132784,11 +132907,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *616 - installation: *617 - milestone: *643 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + milestone: *644 + organization: *619 + repository: *620 sender: *19 required: - action @@ -132908,11 +133031,11 @@ x-webhooks: type: string required: - from - enterprise: *616 - installation: *617 - milestone: *643 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + milestone: *644 + organization: *619 + repository: *620 sender: *19 required: - action @@ -133002,11 +133125,11 @@ x-webhooks: type: string enum: - opened - enterprise: *616 - installation: *617 - milestone: *649 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + milestone: *650 + organization: *619 + repository: *620 sender: *19 required: - action @@ -133095,9 +133218,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *616 - installation: *617 - membership: &650 + enterprise: *617 + installation: *618 + membership: &651 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -133204,8 +133327,8 @@ x-webhooks: - role - organization_url - user - organization: *618 - repository: *619 + organization: *619 + repository: *620 sender: *19 required: - action @@ -133293,11 +133416,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *616 - installation: *617 - membership: *650 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + membership: *651 + organization: *619 + repository: *620 sender: *19 required: - action @@ -133386,8 +133509,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *616 - installation: *617 + enterprise: *617 + installation: *618 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -133503,10 +133626,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *618 - repository: *619 + organization: *619 + repository: *620 sender: *19 - user: *638 + user: *639 required: - action - invitation @@ -133594,11 +133717,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *616 - installation: *617 - membership: *650 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + membership: *651 + organization: *619 + repository: *620 sender: *19 required: - action @@ -133695,11 +133818,11 @@ x-webhooks: properties: from: type: string - enterprise: *616 - installation: *617 - membership: *650 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + membership: *651 + organization: *619 + repository: *620 sender: *19 required: - action @@ -133785,9 +133908,9 @@ x-webhooks: type: string enum: - published - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 package: description: Information about the package. type: object @@ -134286,7 +134409,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &651 + items: &652 title: Ruby Gems metadata type: object properties: @@ -134381,7 +134504,7 @@ x-webhooks: - owner - package_version - registry - repository: *619 + repository: *620 sender: *19 required: - action @@ -134467,9 +134590,9 @@ x-webhooks: type: string enum: - updated - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 package: description: Information about the package. type: object @@ -134822,7 +134945,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *651 + items: *652 source_url: type: string format: uri @@ -134892,7 +135015,7 @@ x-webhooks: - owner - package_version - registry - repository: *619 + repository: *620 sender: *19 required: - action @@ -135079,12 +135202,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *616 + enterprise: *617 id: type: integer - installation: *617 - organization: *618 - repository: *619 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - id @@ -135161,7 +135284,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &652 + personal_access_token_request: &653 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -135307,10 +135430,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *616 - organization: *618 + enterprise: *617 + organization: *619 sender: *19 - installation: *617 + installation: *618 required: - action - personal_access_token_request @@ -135387,11 +135510,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *652 - enterprise: *616 - organization: *618 + personal_access_token_request: *653 + enterprise: *617 + organization: *619 sender: *19 - installation: *617 + installation: *618 required: - action - personal_access_token_request @@ -135467,11 +135590,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *652 - enterprise: *616 - organization: *618 + personal_access_token_request: *653 + enterprise: *617 + organization: *619 sender: *19 - installation: *617 + installation: *618 required: - action - personal_access_token_request @@ -135546,11 +135669,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *652 - organization: *618 - enterprise: *616 + personal_access_token_request: *653 + organization: *619 + enterprise: *617 sender: *19 - installation: *617 + installation: *618 required: - action - personal_access_token_request @@ -135665,7 +135788,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *653 + last_response: *654 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -135697,8 +135820,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *618 - repository: *619 + organization: *619 + repository: *620 sender: *19 zen: description: Random string of GitHub zen. @@ -135953,10 +136076,10 @@ x-webhooks: - from required: - note - enterprise: *616 - installation: *617 - organization: *618 - project_card: &654 + enterprise: *617 + installation: *618 + organization: *619 + project_card: &655 title: Project Card type: object properties: @@ -136075,7 +136198,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *619 + repository: *620 sender: *19 required: - action @@ -136166,11 +136289,11 @@ x-webhooks: type: string enum: - created - enterprise: *616 - installation: *617 - organization: *618 - project_card: *654 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + project_card: *655 + repository: *620 sender: *19 required: - action @@ -136260,9 +136383,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 project_card: title: Project Card type: object @@ -136390,8 +136513,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *647 - required: *648 + properties: *648 + required: *649 nullable: true sender: *19 required: @@ -136495,11 +136618,11 @@ x-webhooks: - from required: - note - enterprise: *616 - installation: *617 - organization: *618 - project_card: *654 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + project_card: *655 + repository: *620 sender: *19 required: - action @@ -136603,9 +136726,9 @@ x-webhooks: - from required: - column_id - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 project_card: allOf: - title: Project Card @@ -136795,7 +136918,7 @@ x-webhooks: type: string required: - after_id - repository: *619 + repository: *620 sender: *19 required: - action @@ -136885,10 +137008,10 @@ x-webhooks: type: string enum: - closed - enterprise: *616 - installation: *617 - organization: *618 - project: &656 + enterprise: *617 + installation: *618 + organization: *619 + project: &657 title: Project type: object properties: @@ -137012,7 +137135,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *619 + repository: *620 sender: *19 required: - action @@ -137102,10 +137225,10 @@ x-webhooks: type: string enum: - created - enterprise: *616 - installation: *617 - organization: *618 - project_column: &655 + enterprise: *617 + installation: *618 + organization: *619 + project_column: &656 title: Project Column type: object properties: @@ -137144,7 +137267,7 @@ x-webhooks: - name - created_at - updated_at - repository: *619 + repository: *620 sender: *19 required: - action @@ -137233,18 +137356,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *616 - installation: *617 - organization: *618 - project_column: *655 + enterprise: *617 + installation: *618 + organization: *619 + project_column: *656 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *647 - required: *648 + properties: *648 + required: *649 nullable: true sender: *19 required: @@ -137344,11 +137467,11 @@ x-webhooks: type: string required: - from - enterprise: *616 - installation: *617 - organization: *618 - project_column: *655 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + project_column: *656 + repository: *620 sender: *19 required: - action @@ -137438,11 +137561,11 @@ x-webhooks: type: string enum: - moved - enterprise: *616 - installation: *617 - organization: *618 - project_column: *655 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + project_column: *656 + repository: *620 sender: *19 required: - action @@ -137532,11 +137655,11 @@ x-webhooks: type: string enum: - created - enterprise: *616 - installation: *617 - organization: *618 - project: *656 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + project: *657 + repository: *620 sender: *19 required: - action @@ -137626,18 +137749,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *616 - installation: *617 - organization: *618 - project: *656 + enterprise: *617 + installation: *618 + organization: *619 + project: *657 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *647 - required: *648 + properties: *648 + required: *649 nullable: true sender: *19 required: @@ -137749,11 +137872,11 @@ x-webhooks: type: string required: - from - enterprise: *616 - installation: *617 - organization: *618 - project: *656 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + project: *657 + repository: *620 sender: *19 required: - action @@ -137842,11 +137965,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *616 - installation: *617 - organization: *618 - project: *656 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + project: *657 + repository: *620 sender: *19 required: - action @@ -137937,9 +138060,9 @@ x-webhooks: type: string enum: - closed - installation: *617 - organization: *618 - projects_v2: &657 + installation: *618 + organization: *619 + projects_v2: &658 title: Projects v2 Project description: A projects v2 project type: object @@ -138148,9 +138271,9 @@ x-webhooks: type: string enum: - created - installation: *617 - organization: *618 - projects_v2: *657 + installation: *618 + organization: *619 + projects_v2: *658 sender: *19 required: - action @@ -138241,9 +138364,9 @@ x-webhooks: type: string enum: - deleted - installation: *617 - organization: *618 - projects_v2: *657 + installation: *618 + organization: *619 + projects_v2: *658 sender: *19 required: - action @@ -138370,9 +138493,9 @@ x-webhooks: type: string to: type: string - installation: *617 - organization: *618 - projects_v2: *657 + installation: *618 + organization: *619 + projects_v2: *658 sender: *19 required: - action @@ -138465,7 +138588,7 @@ x-webhooks: type: string enum: - archived - changes: &661 + changes: &662 type: object properties: archived_at: @@ -138479,9 +138602,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *617 - organization: *618 - projects_v2_item: &658 + installation: *618 + organization: *619 + projects_v2_item: &659 title: Projects v2 Item description: An item belonging to a project type: object @@ -138625,9 +138748,9 @@ x-webhooks: nullable: true to: type: string - installation: *617 - organization: *618 - projects_v2_item: *658 + installation: *618 + organization: *619 + projects_v2_item: *659 sender: *19 required: - action @@ -138719,9 +138842,9 @@ x-webhooks: type: string enum: - created - installation: *617 - organization: *618 - projects_v2_item: *658 + installation: *618 + organization: *619 + projects_v2_item: *659 sender: *19 required: - action @@ -138812,9 +138935,9 @@ x-webhooks: type: string enum: - deleted - installation: *617 - organization: *618 - projects_v2_item: *658 + installation: *618 + organization: *619 + projects_v2_item: *659 sender: *19 required: - action @@ -138930,7 +139053,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &659 + - &660 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -138948,7 +139071,7 @@ x-webhooks: required: - id - name - - &660 + - &661 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -138975,8 +139098,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *659 - *660 + - *661 required: - field_value - type: object @@ -138992,9 +139115,9 @@ x-webhooks: nullable: true required: - body - installation: *617 - organization: *618 - projects_v2_item: *658 + installation: *618 + organization: *619 + projects_v2_item: *659 sender: *19 required: - action @@ -139099,9 +139222,9 @@ x-webhooks: to: type: string nullable: true - installation: *617 - organization: *618 - projects_v2_item: *658 + installation: *618 + organization: *619 + projects_v2_item: *659 sender: *19 required: - action @@ -139194,10 +139317,10 @@ x-webhooks: type: string enum: - restored - changes: *661 - installation: *617 - organization: *618 - projects_v2_item: *658 + changes: *662 + installation: *618 + organization: *619 + projects_v2_item: *659 sender: *19 required: - action @@ -139289,9 +139412,9 @@ x-webhooks: type: string enum: - reopened - installation: *617 - organization: *618 - projects_v2: *657 + installation: *618 + organization: *619 + projects_v2: *658 sender: *19 required: - action @@ -139372,10 +139495,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - repository @@ -139462,13 +139585,13 @@ x-webhooks: type: string enum: - assigned - assignee: *638 - enterprise: *616 - installation: *617 - number: &662 + assignee: *639 + enterprise: *617 + installation: *618 + number: &663 description: The pull request number. type: integer - organization: *618 + organization: *619 pull_request: title: Pull Request type: object @@ -141751,7 +141874,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *619 + repository: *620 sender: *19 required: - action @@ -141843,11 +141966,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *616 - installation: *617 + enterprise: *617 + installation: *618 number: type: integer - organization: *618 + organization: *619 pull_request: title: Pull Request type: object @@ -144125,7 +144248,7 @@ x-webhooks: - draft reason: type: string - repository: *619 + repository: *620 sender: *19 required: - action @@ -144217,11 +144340,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *616 - installation: *617 + enterprise: *617 + installation: *618 number: type: integer - organization: *618 + organization: *619 pull_request: title: Pull Request type: object @@ -146499,7 +146622,7 @@ x-webhooks: - draft reason: type: string - repository: *619 + repository: *620 sender: *19 required: - action @@ -146591,11 +146714,11 @@ x-webhooks: type: string enum: - closed - enterprise: *616 - installation: *617 - number: *662 - organization: *618 - pull_request: &663 + enterprise: *617 + installation: *618 + number: *663 + organization: *619 + pull_request: &664 allOf: - *505 - type: object @@ -146659,7 +146782,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *619 + repository: *620 sender: *19 required: - action @@ -146750,12 +146873,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *616 - installation: *617 - number: *662 - organization: *618 - pull_request: *663 - repository: *619 + enterprise: *617 + installation: *618 + number: *663 + organization: *619 + pull_request: *664 + repository: *620 sender: *19 required: - action @@ -146845,11 +146968,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *616 + enterprise: *617 milestone: *486 - number: *662 - organization: *618 - pull_request: &664 + number: *663 + organization: *619 + pull_request: &665 title: Pull Request type: object properties: @@ -149112,7 +149235,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *619 + repository: *620 sender: *19 required: - action @@ -149244,12 +149367,12 @@ x-webhooks: type: string required: - from - enterprise: *616 - installation: *617 - number: *662 - organization: *618 - pull_request: *663 - repository: *619 + enterprise: *617 + installation: *618 + number: *663 + organization: *619 + pull_request: *664 + repository: *620 sender: *19 required: - action @@ -149339,11 +149462,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *616 - installation: *617 - label: *637 - number: *662 - organization: *618 + enterprise: *617 + installation: *618 + label: *638 + number: *663 + organization: *619 pull_request: title: Pull Request type: object @@ -151625,7 +151748,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *619 + repository: *620 sender: *19 required: - action @@ -151716,10 +151839,10 @@ x-webhooks: type: string enum: - locked - enterprise: *616 - installation: *617 - number: *662 - organization: *618 + enterprise: *617 + installation: *618 + number: *663 + organization: *619 pull_request: title: Pull Request type: object @@ -153999,7 +154122,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *619 + repository: *620 sender: *19 required: - action @@ -154089,12 +154212,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *616 + enterprise: *617 milestone: *486 - number: *662 - organization: *618 - pull_request: *664 - repository: *619 + number: *663 + organization: *619 + pull_request: *665 + repository: *620 sender: *19 required: - action @@ -154183,12 +154306,12 @@ x-webhooks: type: string enum: - opened - enterprise: *616 - installation: *617 - number: *662 - organization: *618 - pull_request: *663 - repository: *619 + enterprise: *617 + installation: *618 + number: *663 + organization: *619 + pull_request: *664 + repository: *620 sender: *19 required: - action @@ -154279,12 +154402,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *616 - installation: *617 - number: *662 - organization: *618 - pull_request: *663 - repository: *619 + enterprise: *617 + installation: *618 + number: *663 + organization: *619 + pull_request: *664 + repository: *620 sender: *19 required: - action @@ -154374,12 +154497,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *616 - installation: *617 - number: *662 - organization: *618 - pull_request: *663 - repository: *619 + enterprise: *617 + installation: *618 + number: *663 + organization: *619 + pull_request: *664 + repository: *620 sender: *19 required: - action @@ -154755,9 +154878,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 pull_request: type: object properties: @@ -156927,7 +157050,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *619 + repository: *620 sender: *19 required: - action @@ -157017,7 +157140,7 @@ x-webhooks: type: string enum: - deleted - comment: &666 + comment: &667 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-server@3.15/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -157302,9 +157425,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 pull_request: type: object properties: @@ -159462,7 +159585,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *619 + repository: *620 sender: *19 required: - action @@ -159552,11 +159675,11 @@ x-webhooks: type: string enum: - edited - changes: *665 - comment: *666 - enterprise: *616 - installation: *617 - organization: *618 + changes: *666 + comment: *667 + enterprise: *617 + installation: *618 + organization: *619 pull_request: type: object properties: @@ -161717,7 +161840,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *619 + repository: *620 sender: *19 required: - action @@ -161808,9 +161931,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 pull_request: title: Simple Pull Request type: object @@ -163983,7 +164106,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *619 + repository: *620 review: description: The review that was affected. type: object @@ -164052,6 +164175,10 @@ x-webhooks: submitted_at: type: string format: date-time + updated_at: + type: string + format: date-time + nullable: true user: title: User type: object @@ -164236,9 +164363,9 @@ x-webhooks: type: string required: - from - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 pull_request: title: Simple Pull Request type: object @@ -166292,8 +166419,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *619 - review: &667 + repository: *620 + review: &668 description: The review that was affected. type: object properties: @@ -166358,6 +166485,10 @@ x-webhooks: type: string nullable: true format: date-time + updated_at: + type: string + nullable: true + format: date-time user: title: User type: object @@ -166532,12 +166663,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *616 - installation: *617 + enterprise: *617 + installation: *618 number: description: The pull request number. type: integer - organization: *618 + organization: *619 pull_request: title: Pull Request type: object @@ -168820,7 +168951,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *619 + repository: *620 requested_reviewer: title: User type: object @@ -168904,12 +169035,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *616 - installation: *617 + enterprise: *617 + installation: *618 number: description: The pull request number. type: integer - organization: *618 + organization: *619 pull_request: title: Pull Request type: object @@ -171199,7 +171330,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *619 + repository: *620 requested_team: title: Team description: Groups of organization members that gives permissions @@ -171401,12 +171532,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *616 - installation: *617 + enterprise: *617 + installation: *618 number: description: The pull request number. type: integer - organization: *618 + organization: *619 pull_request: title: Pull Request type: object @@ -173691,7 +173822,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *619 + repository: *620 requested_reviewer: title: User type: object @@ -173776,12 +173907,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *616 - installation: *617 + enterprise: *617 + installation: *618 number: description: The pull request number. type: integer - organization: *618 + organization: *619 pull_request: title: Pull Request type: object @@ -176057,7 +176188,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *619 + repository: *620 requested_team: title: Team description: Groups of organization members that gives permissions @@ -176248,9 +176379,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 pull_request: title: Simple Pull Request type: object @@ -178425,8 +178556,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *619 - review: *667 + repository: *620 + review: *668 sender: *19 required: - action @@ -178516,9 +178647,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 pull_request: title: Simple Pull Request type: object @@ -180588,7 +180719,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *619 + repository: *620 sender: *19 thread: type: object @@ -180893,6 +181024,10 @@ x-webhooks: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -180981,9 +181116,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 pull_request: title: Simple Pull Request type: object @@ -183039,7 +183174,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *619 + repository: *620 sender: *19 thread: type: object @@ -183342,6 +183477,10 @@ x-webhooks: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -183435,10 +183574,10 @@ x-webhooks: type: string before: type: string - enterprise: *616 - installation: *617 - number: *662 - organization: *618 + enterprise: *617 + installation: *618 + number: *663 + organization: *619 pull_request: title: Pull Request type: object @@ -185709,7 +185848,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *619 + repository: *620 sender: *19 required: - action @@ -185801,11 +185940,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *668 - enterprise: *616 - installation: *617 - number: *662 - organization: *618 + assignee: *669 + enterprise: *617 + installation: *618 + number: *663 + organization: *619 pull_request: title: Pull Request type: object @@ -188088,7 +188227,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *619 + repository: *620 sender: *19 required: - action @@ -188177,11 +188316,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *616 - installation: *617 - label: *637 - number: *662 - organization: *618 + enterprise: *617 + installation: *618 + label: *638 + number: *663 + organization: *619 pull_request: title: Pull Request type: object @@ -190454,7 +190593,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *619 + repository: *620 sender: *19 required: - action @@ -190545,10 +190684,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *616 - installation: *617 - number: *662 - organization: *618 + enterprise: *617 + installation: *618 + number: *663 + organization: *619 pull_request: title: Pull Request type: object @@ -192813,7 +192952,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *619 + repository: *620 sender: *19 required: - action @@ -193023,7 +193162,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *616 + enterprise: *617 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -193115,8 +193254,8 @@ x-webhooks: - url - author - committer - installation: *617 - organization: *618 + installation: *618 + organization: *619 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -193701,9 +193840,9 @@ x-webhooks: type: string enum: - published - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 registry_package: type: object properties: @@ -194149,7 +194288,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *651 + items: *652 summary: type: string tag_name: @@ -194203,7 +194342,7 @@ x-webhooks: - owner - package_version - registry - repository: *619 + repository: *620 sender: *19 required: - action @@ -194291,9 +194430,9 @@ x-webhooks: type: string enum: - updated - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 registry_package: type: object properties: @@ -194601,7 +194740,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *651 + items: *652 summary: type: string tag_name: @@ -194650,7 +194789,7 @@ x-webhooks: - owner - package_version - registry - repository: *619 + repository: *620 sender: *19 required: - action @@ -194737,10 +194876,10 @@ x-webhooks: type: string enum: - created - enterprise: *616 - installation: *617 - organization: *618 - release: &669 + enterprise: *617 + installation: *618 + organization: *619 + release: &670 title: Release description: The [release](https://docs.github.com/enterprise-server@3.15/rest/releases/releases/#get-a-release) object. @@ -194949,6 +195088,10 @@ x-webhooks: type: string nullable: true format: date-time + updated_at: + type: string + nullable: true + format: date-time discussion_url: type: string format: uri @@ -195051,9 +195194,10 @@ x-webhooks: - published_at - assets - tarball_url + - updated_at - zipball_url - body - repository: *619 + repository: *620 sender: *19 required: - action @@ -195140,11 +195284,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *616 - installation: *617 - organization: *618 - release: *669 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + release: *670 + repository: *620 sender: *19 required: - action @@ -195271,11 +195415,11 @@ x-webhooks: type: boolean required: - to - enterprise: *616 - installation: *617 - organization: *618 - release: *669 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + release: *670 + repository: *620 sender: *19 required: - action @@ -195363,9 +195507,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 release: title: Release description: The [release](https://docs.github.com/enterprise-server@3.15/rest/releases/releases/#get-a-release) @@ -195388,6 +195532,7 @@ x-webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -195675,6 +195820,10 @@ x-webhooks: upload_url: type: string format: uri-template + updated_at: + type: string + nullable: true + format: date-time url: type: string format: uri @@ -195682,7 +195831,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *619 + repository: *620 sender: *19 required: - action @@ -195768,10 +195917,10 @@ x-webhooks: type: string enum: - published - enterprise: *616 - installation: *617 - organization: *618 - release: &670 + enterprise: *617 + installation: *618 + organization: *619 + release: &671 title: Release description: The [release](https://docs.github.com/enterprise-server@3.15/rest/releases/releases/#get-a-release) object. @@ -195793,6 +195942,7 @@ x-webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -196075,6 +196225,10 @@ x-webhooks: description: Specifies the commitish value that determines where the Git tag is created from. type: string + updated_at: + type: string + nullable: true + format: date-time upload_url: type: string format: uri-template @@ -196085,7 +196239,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *619 + repository: *620 sender: *19 required: - action @@ -196171,11 +196325,11 @@ x-webhooks: type: string enum: - released - enterprise: *616 - installation: *617 - organization: *618 - release: *669 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + release: *670 + repository: *620 sender: *19 required: - action @@ -196261,11 +196415,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *616 - installation: *617 - organization: *618 - release: *670 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + release: *671 + repository: *620 sender: *19 required: - action @@ -196351,10 +196505,10 @@ x-webhooks: type: string enum: - anonymous_access_disabled - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -196439,10 +196593,10 @@ x-webhooks: type: string enum: - anonymous_access_enabled - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -196527,10 +196681,10 @@ x-webhooks: type: string enum: - archived - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -196617,10 +196771,10 @@ x-webhooks: type: string enum: - created - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -196708,10 +196862,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -196805,10 +196959,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -196930,10 +197084,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -197021,10 +197175,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -197111,10 +197265,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -197218,10 +197372,10 @@ x-webhooks: - name required: - repository - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -197301,10 +197455,10 @@ x-webhooks: type: string enum: - created - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 repository_ruleset: *270 sender: *19 required: @@ -197383,10 +197537,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 repository_ruleset: *270 sender: *19 required: @@ -197465,10 +197619,10 @@ x-webhooks: type: string enum: - edited - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 repository_ruleset: *270 changes: type: object @@ -197783,10 +197937,10 @@ x-webhooks: - from required: - owner - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -197874,10 +198028,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -197965,7 +198119,7 @@ x-webhooks: type: string enum: - create - alert: &671 + alert: &672 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -198086,10 +198240,10 @@ x-webhooks: type: string enum: - open - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -198305,10 +198459,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -198396,11 +198550,11 @@ x-webhooks: type: string enum: - reopen - alert: *671 - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + alert: *672 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -198609,10 +198763,10 @@ x-webhooks: enum: - fixed - open - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -198700,7 +198854,7 @@ x-webhooks: type: string enum: - created - alert: &672 + alert: &673 type: object properties: number: *93 @@ -198780,10 +198934,10 @@ x-webhooks: description: 'The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' nullable: true - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -198874,11 +199028,11 @@ x-webhooks: type: string enum: - created - alert: *672 - installation: *617 - location: *673 - organization: *618 - repository: *619 + alert: *673 + installation: *618 + location: *674 + organization: *619 + repository: *620 sender: *19 required: - location @@ -199121,11 +199275,11 @@ x-webhooks: type: string enum: - reopened - alert: *672 - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + alert: *673 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -199213,11 +199367,11 @@ x-webhooks: type: string enum: - resolved - alert: *672 - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + alert: *673 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -199305,11 +199459,11 @@ x-webhooks: type: string enum: - validated - alert: *672 - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + alert: *673 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -199395,11 +199549,11 @@ x-webhooks: type: string enum: - published - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 - security_advisory: &674 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 + security_advisory: &675 description: The details of the security advisory, including summary, description, and severity. type: object @@ -199592,11 +199746,11 @@ x-webhooks: type: string enum: - updated - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 - security_advisory: *674 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 + security_advisory: *675 sender: *19 required: - action @@ -199679,10 +199833,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -199877,9 +200031,9 @@ x-webhooks: type: object properties: security_and_analysis: *248 - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 repository: *314 sender: *19 required: @@ -199968,12 +200122,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 - sponsorship: &675 + sponsorship: &676 type: object properties: created_at: @@ -200284,12 +200438,12 @@ x-webhooks: type: string enum: - created - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 - sponsorship: *675 + sponsorship: *676 required: - action - sponsorship @@ -200387,12 +200541,12 @@ x-webhooks: type: string required: - from - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 - sponsorship: *675 + sponsorship: *676 required: - action - changes @@ -200479,17 +200633,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &676 + effective_date: &677 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: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 - sponsorship: *675 + sponsorship: *676 required: - action - sponsorship @@ -200573,7 +200727,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &677 + changes: &678 type: object properties: tier: @@ -200617,13 +200771,13 @@ x-webhooks: - from required: - tier - effective_date: *676 - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + effective_date: *677 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 - sponsorship: *675 + sponsorship: *676 required: - action - changes @@ -200710,13 +200864,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *677 - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + changes: *678 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 - sponsorship: *675 + sponsorship: *676 required: - action - changes @@ -200800,10 +200954,10 @@ x-webhooks: type: string enum: - created - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 starred_at: description: 'The time the star was created. This is a timestamp @@ -200896,10 +201050,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 starred_at: description: 'The time the star was created. This is a timestamp @@ -201325,15 +201479,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *616 + enterprise: *617 id: description: The unique identifier of the status. type: integer - installation: *617 + installation: *618 name: type: string - organization: *618 - repository: *619 + organization: *619 + repository: *620 sender: *19 sha: description: The Commit SHA. @@ -201445,12 +201599,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 - team: &678 + team: &679 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -201650,9 +201804,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 repository: title: Repository description: A git repository @@ -202110,7 +202264,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *678 + team: *679 required: - action - team @@ -202196,9 +202350,9 @@ x-webhooks: type: string enum: - created - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 repository: title: Repository description: A git repository @@ -202656,7 +202810,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *678 + team: *679 required: - action - team @@ -202743,9 +202897,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 repository: title: Repository description: A git repository @@ -203203,7 +203357,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *678 + team: *679 required: - action - team @@ -203357,9 +203511,9 @@ x-webhooks: - from required: - permissions - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 repository: title: Repository description: A git repository @@ -203817,7 +203971,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *678 + team: *679 required: - action - changes @@ -203905,9 +204059,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 repository: title: Repository description: A git repository @@ -204365,7 +204519,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *678 + team: *679 required: - action - team @@ -204448,12 +204602,12 @@ x-webhooks: type: string enum: - created - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 - user: *638 + user: *639 required: - action responses: @@ -204531,12 +204685,12 @@ x-webhooks: type: string enum: - deleted - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 - user: *638 + user: *639 required: - action responses: @@ -204617,10 +204771,10 @@ x-webhooks: type: string enum: - started - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -204703,16 +204857,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *616 + enterprise: *617 inputs: type: object nullable: true additionalProperties: true - installation: *617 - organization: *618 + installation: *618 + organization: *619 ref: type: string - repository: *619 + repository: *620 sender: *19 workflow: type: string @@ -204804,10 +204958,10 @@ x-webhooks: type: string enum: - completed - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 workflow_job: allOf: @@ -205133,10 +205287,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 workflow_job: allOf: @@ -205485,10 +205639,10 @@ x-webhooks: type: string enum: - queued - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 workflow_job: type: object @@ -205712,10 +205866,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 workflow_job: type: object @@ -205941,12 +206095,12 @@ x-webhooks: type: string enum: - completed - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 - workflow: *633 + workflow: *634 workflow_run: title: Workflow Run type: object @@ -206955,12 +207109,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 - workflow: *633 + workflow: *634 workflow_run: title: Workflow Run type: object @@ -207954,12 +208108,12 @@ x-webhooks: type: string enum: - requested - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 - workflow: *633 + workflow: *634 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghes-3.15/dereferenced/ghes-3.15.deref.json b/descriptions/ghes-3.15/dereferenced/ghes-3.15.deref.json index 35c85faf7c..245e557e2b 100644 --- a/descriptions/ghes-3.15/dereferenced/ghes-3.15.deref.json +++ b/descriptions/ghes-3.15/dereferenced/ghes-3.15.deref.json @@ -44429,6 +44429,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -59539,6 +59622,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -65822,6 +65988,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -95037,6 +95286,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -102626,6 +102958,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -127741,7 +128156,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -128954,7 +129369,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -129972,7 +130387,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -131764,7 +132179,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -133002,7 +133417,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -134008,7 +134423,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -256461,6 +256876,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -273964,6 +274462,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -276561,6 +277142,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -282592,6 +283256,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -286336,6 +287083,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -289956,6 +290786,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -290394,6 +291307,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] } } @@ -292531,6 +293458,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -295125,6 +296135,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -297522,6 +298615,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -321125,6 +322301,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -321523,6 +322782,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "commit_id": { "description": "A commit SHA for the review.", "example": "54bb654c9e6025347f57900a4a5c2313a96b8035", @@ -368257,6 +369521,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -368974,6 +370243,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -370515,6 +371789,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -371139,6 +372418,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -371788,6 +373072,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -372470,6 +373759,11 @@ "format": "date-time", "nullable": true }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -376221,7 +377515,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -377443,7 +378737,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -378302,7 +379596,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -380113,7 +381407,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -381350,7 +382644,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -382205,7 +383499,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -404286,6 +405580,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "type": "string" }, @@ -428363,6 +429740,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -454833,6 +456293,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -457838,6 +459381,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -460845,6 +462471,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -470165,6 +471874,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -473172,6 +474964,89 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -658196,6 +660071,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -661126,6 +663084,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -664248,6 +666289,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -667188,6 +669312,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -670301,6 +672508,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -673265,6 +675555,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -676255,6 +678628,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -679171,6 +681627,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -682165,6 +684704,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -684142,6 +686764,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -687060,6 +689765,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -690003,6 +692791,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -692813,6 +695684,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -694806,6 +697760,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -697828,6 +700865,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -700753,6 +703873,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -703741,6 +706944,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -706636,6 +709922,89 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "IFT_GDKND" + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "example": "text" + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "example": "Sample text" + }, + { + "type": "number", + "example": 42.5 + }, + { + "type": "integer", + "example": 1 + } + ], + "nullable": true + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "example": 1 + }, + "name": { + "description": "The name of the option", + "type": "string", + "example": "High" + }, + "color": { + "description": "The color of the option", + "type": "string", + "example": "red" + } + }, + "required": [ + "id", + "name", + "color" + ], + "nullable": true + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -869477,6 +872846,11 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": "string", + "format": "date-time", + "nullable": true + }, "user": { "title": "User", "type": "object", @@ -874033,6 +877407,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "user": { "title": "User", "type": "object", @@ -897264,6 +900643,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "user": { "title": "User", "type": "object", @@ -902232,6 +905616,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -906949,6 +910338,11 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" } }, "required": [ @@ -931879,6 +935273,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -932008,6 +935407,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -933919,6 +937319,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -934048,6 +937453,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -936012,6 +939418,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -936141,6 +939552,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -937793,6 +941205,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -938178,6 +941591,11 @@ "type": "string", "format": "uri-template" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "url": { "type": "string", "format": "uri" @@ -939836,6 +943254,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -940214,6 +943633,11 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -942135,6 +945559,11 @@ "nullable": true, "format": "date-time" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -942264,6 +945693,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -943915,6 +947345,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -944293,6 +947724,11 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": "string", + "nullable": true, + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -963549,7 +966985,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -966262,7 +969698,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -968975,7 +972411,7 @@ "actor_id": { "type": "integer", "nullable": true, - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", diff --git a/descriptions/ghes-3.15/dereferenced/ghes-3.15.deref.yaml b/descriptions/ghes-3.15/dereferenced/ghes-3.15.deref.yaml index 1f071be770..538a4afa8c 100644 --- a/descriptions/ghes-3.15/dereferenced/ghes-3.15.deref.yaml +++ b/descriptions/ghes-3.15/dereferenced/ghes-3.15.deref.yaml @@ -14879,7 +14879,7 @@ paths: timeline_url: type: string format: uri - type: &577 + type: &578 title: Issue Type description: The type of issue. type: object @@ -15021,6 +15021,68 @@ paths: - blocking - total_blocked_by - total_blocking + issue_field_values: + type: array + items: &577 + title: Issue Field Value + description: A value assigned to an issue field + type: object + properties: + issue_field_id: + description: Unique identifier for the issue field. + type: integer + format: int64 + example: 1 + node_id: + type: string + example: IFT_GDKND + data_type: + description: The data type of the issue field + type: string + enum: + - text + - single_select + - number + - date + example: text + value: + description: The value of the issue field + anyOf: + - type: string + example: Sample text + - type: number + example: 42.5 + - type: integer + example: 1 + nullable: true + single_select_option: + description: Details about the selected option + (only present for single_select fields) + type: object + properties: + id: + description: Unique identifier for the option. + type: integer + format: int64 + example: 1 + name: + description: The name of the option + type: string + example: High + color: + description: The color of the option + type: string + example: red + required: + - id + - name + - color + nullable: true + required: + - issue_field_id + - node_id + - data_type + - value required: &461 - assignee - closed_at @@ -15605,7 +15667,7 @@ paths: url: type: string format: uri - user: &588 + user: &589 title: Public User description: Public User type: object @@ -21342,7 +21404,7 @@ paths: type: array items: *70 examples: - default: &597 + default: &598 value: - login: github id: 1 @@ -22484,7 +22546,7 @@ paths: type: array items: *84 examples: - default: &594 + default: &595 value: total_count: 1 repositories: @@ -31184,7 +31246,7 @@ paths: - nuget - container - *135 - - &598 + - &599 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -31225,7 +31287,7 @@ paths: default: *223 '403': *43 '401': *41 - '400': &600 + '400': &601 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -34828,10 +34890,11 @@ paths: type: integer nullable: true description: The ID of the actor that can bypass a ruleset. - If `actor_type` is `OrganizationAdmin`, this should - be `1`. If `actor_type` is `DeployKey`, this should - be null. `OrganizationAdmin` is not applicable for personal - repositories. + Required for `Integration`, `RepositoryRole`, and `Team` + actor types. If `actor_type` is `OrganizationAdmin`, + this should be `1`. If `actor_type` is `DeployKey`, + this should be null. `OrganizationAdmin` is not applicable + for personal repositories. actor_type: type: string enum: @@ -37303,7 +37366,7 @@ paths: - updated_at - url examples: - default: &578 + default: &579 value: - author: login: octocat @@ -37551,7 +37614,7 @@ paths: application/json: schema: *286 examples: - default: &579 + default: &580 value: author: login: octocat @@ -37734,7 +37797,7 @@ paths: - updated_at - url examples: - default: &580 + default: &581 value: - author: login: octocat @@ -37960,7 +38023,7 @@ paths: application/json: schema: *289 examples: - default: &581 + default: &582 value: author: login: octocat @@ -38637,7 +38700,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &582 + response-if-user-is-a-team-maintainer: &583 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -38702,7 +38765,7 @@ paths: application/json: schema: *300 examples: - response-if-users-membership-with-team-is-now-pending: &583 + response-if-users-membership-with-team-is-now-pending: &584 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -38843,7 +38906,7 @@ paths: - updated_at - permissions examples: - default: &584 + default: &585 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -38922,7 +38985,7 @@ paths: application/json: schema: *301 examples: - default: &585 + default: &586 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -39132,7 +39195,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &586 + schema: &587 title: Team Repository description: A team's access to a repository. type: object @@ -39789,7 +39852,7 @@ paths: type: array items: *305 examples: - response-if-child-teams-exist: &587 + response-if-child-teams-exist: &588 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -51192,7 +51255,7 @@ paths: check. type: array items: *372 - deployment: &623 + deployment: &624 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -64385,7 +64448,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &653 + last_response: &654 title: Hook Response type: object properties: @@ -65007,7 +65070,7 @@ paths: - html_url - created_at examples: - default: &602 + default: &603 value: - id: 1 repository: @@ -66966,6 +67029,13 @@ paths: state: open labels: - bug + issue_field_values: + - field_id: '123' + value: Critical + - field_id: '456' + value: 5 + - field_id: '789' + value: responses: '200': description: Response @@ -68956,6 +69026,10 @@ paths: submitted_at: type: string format: date-time + updated_at: + type: string + nullable: true + format: date-time commit_id: description: A commit SHA for the review. example: 54bb654c9e6025347f57900a4a5c2313a96b8035 @@ -76462,6 +76536,10 @@ paths: type: string format: date-time nullable: true + updated_at: + type: string + nullable: true + format: date-time author: *19 assets: type: array @@ -78537,7 +78615,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &673 + items: &674 type: object properties: type: @@ -82732,6 +82810,9 @@ paths: nullable: true sub_issues_summary: *575 issue_dependencies_summary: *576 + issue_field_values: + type: array + items: *577 state: type: string state_reason: @@ -82807,7 +82888,7 @@ paths: timeline_url: type: string format: uri - type: *577 + type: *578 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -84213,7 +84294,7 @@ paths: type: array items: *286 examples: - default: *578 + default: *579 headers: Link: *6 x-github: @@ -84365,7 +84446,7 @@ paths: application/json: schema: *286 examples: - default: *579 + default: *580 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84434,7 +84515,7 @@ paths: type: array items: *289 examples: - default: *580 + default: *581 headers: Link: *6 x-github: @@ -84576,7 +84657,7 @@ paths: application/json: schema: *289 examples: - default: *581 + default: *582 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85044,7 +85125,7 @@ paths: application/json: schema: *300 examples: - response-if-user-is-a-team-maintainer: *582 + response-if-user-is-a-team-maintainer: *583 '404': *26 x-github: githubCloudOnly: false @@ -85105,7 +85186,7 @@ paths: application/json: schema: *300 examples: - response-if-users-membership-with-team-is-now-pending: *583 + response-if-users-membership-with-team-is-now-pending: *584 '403': description: Forbidden if team synchronization is set up '422': @@ -85180,7 +85261,7 @@ paths: type: array items: *301 examples: - default: *584 + default: *585 headers: Link: *6 '404': *26 @@ -85215,7 +85296,7 @@ paths: application/json: schema: *301 examples: - default: *585 + default: *586 '404': description: Not Found if project is not managed by this team x-github: @@ -85385,7 +85466,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *586 + schema: *587 examples: alternative-response-with-extra-repository-information: value: @@ -85627,7 +85708,7 @@ paths: type: array items: *305 examples: - response-if-child-teams-exist: *587 + response-if-child-teams-exist: *588 headers: Link: *6 '404': *26 @@ -85660,7 +85741,7 @@ paths: application/json: schema: oneOf: - - &589 + - &590 title: Private User description: Private User type: object @@ -85863,7 +85944,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *588 + - *589 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -86014,7 +86095,7 @@ paths: description: Response content: application/json: - schema: *589 + schema: *590 examples: default: value: @@ -86092,7 +86173,7 @@ paths: type: array items: *222 examples: - default: &599 + default: &600 value: - id: 197 name: hello_docker @@ -86179,7 +86260,7 @@ paths: application/json: schema: type: array - items: &590 + items: &591 title: Email description: Email type: object @@ -86204,7 +86285,7 @@ paths: - verified - visibility examples: - default: &601 + default: &602 value: - email: octocat@github.com verified: true @@ -86279,7 +86360,7 @@ paths: application/json: schema: type: array - items: *590 + items: *591 examples: default: value: @@ -86535,7 +86616,7 @@ paths: application/json: schema: type: array - items: &591 + items: &592 title: GPG Key description: A unique encryption key type: object @@ -86666,7 +86747,7 @@ paths: - subkeys - revoked examples: - default: &611 + default: &612 value: - id: 3 name: Octocat's GPG Key @@ -86751,9 +86832,9 @@ paths: description: Response content: application/json: - schema: *591 + schema: *592 examples: - default: &592 + default: &593 value: id: 3 name: Octocat's GPG Key @@ -86810,7 +86891,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &593 + - &594 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -86822,9 +86903,9 @@ paths: description: Response content: application/json: - schema: *591 + schema: *592 examples: - default: *592 + default: *593 '404': *26 '304': *42 '403': *43 @@ -86847,7 +86928,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *593 + - *594 responses: '204': description: Response @@ -87038,7 +87119,7 @@ paths: type: array items: *84 examples: - default: *594 + default: *595 headers: Link: *6 '404': *26 @@ -87214,7 +87295,7 @@ paths: application/json: schema: type: array - items: &595 + items: &596 title: Key description: Key type: object @@ -87315,9 +87396,9 @@ paths: description: Response content: application/json: - schema: *595 + schema: *596 examples: - default: &596 + default: &597 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -87356,9 +87437,9 @@ paths: description: Response content: application/json: - schema: *595 + schema: *596 examples: - default: *596 + default: *597 '404': *26 '304': *42 '403': *43 @@ -88201,7 +88282,7 @@ paths: type: array items: *70 examples: - default: *597 + default: *598 headers: Link: *6 '304': *42 @@ -88243,7 +88324,7 @@ paths: - docker - nuget - container - - *598 + - *599 - *5 - *4 responses: @@ -88255,8 +88336,8 @@ paths: type: array items: *222 examples: - default: *599 - '400': *600 + default: *600 + '400': *601 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88285,7 +88366,7 @@ paths: application/json: schema: *222 examples: - default: &612 + default: &613 value: id: 40201 name: octo-name @@ -88738,9 +88819,9 @@ paths: application/json: schema: type: array - items: *590 + items: *591 examples: - default: *601 + default: *602 headers: Link: *6 '304': *42 @@ -88853,7 +88934,7 @@ paths: type: array items: *84 examples: - default: &608 + default: &609 summary: Default response value: - id: 1296269 @@ -89199,7 +89280,7 @@ paths: type: array items: *456 examples: - default: *602 + default: *603 headers: Link: *6 '304': *42 @@ -89278,7 +89359,7 @@ paths: application/json: schema: type: array - items: &603 + items: &604 title: Social account description: Social media account type: object @@ -89293,7 +89374,7 @@ paths: - provider - url examples: - default: &604 + default: &605 value: - provider: twitter url: https://twitter.com/github @@ -89355,9 +89436,9 @@ paths: application/json: schema: type: array - items: *603 + items: *604 examples: - default: *604 + default: *605 '422': *35 '304': *42 '404': *26 @@ -89444,7 +89525,7 @@ paths: application/json: schema: type: array - items: &605 + items: &606 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -89464,7 +89545,7 @@ paths: - title - created_at examples: - default: &613 + default: &614 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -89530,9 +89611,9 @@ paths: description: Response content: application/json: - schema: *605 + schema: *606 examples: - default: &606 + default: &607 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -89563,7 +89644,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &607 + - &608 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -89575,9 +89656,9 @@ paths: description: Response content: application/json: - schema: *605 + schema: *606 examples: - default: *606 + default: *607 '404': *26 '304': *42 '403': *43 @@ -89600,7 +89681,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *607 + - *608 responses: '204': description: Response @@ -89629,7 +89710,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.15/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &614 + - &615 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 @@ -89654,11 +89735,11 @@ paths: type: array items: *84 examples: - default-response: *608 + default-response: *609 application/vnd.github.v3.star+json: schema: type: array - items: &615 + items: &616 title: Starred Repository description: Starred Repository type: object @@ -90028,10 +90109,10 @@ paths: application/json: schema: oneOf: + - *590 - *589 - - *588 examples: - default-response: &609 + default-response: &610 summary: Default response value: login: octocat @@ -90066,7 +90147,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &610 + response-with-git-hub-plan-information: &611 summary: Response with GitHub plan information value: login: octocat @@ -90178,11 +90259,11 @@ paths: application/json: schema: oneOf: + - *590 - *589 - - *588 examples: - default-response: *609 - response-with-git-hub-plan-information: *610 + default-response: *610 + response-with-git-hub-plan-information: *611 '404': *26 x-github: githubCloudOnly: false @@ -90213,7 +90294,7 @@ paths: type: array items: *222 examples: - default: *599 + default: *600 '403': *43 '401': *41 x-github: @@ -90617,9 +90698,9 @@ paths: application/json: schema: type: array - items: *591 + items: *592 examples: - default: *611 + default: *612 headers: Link: *6 x-github: @@ -90808,7 +90889,7 @@ paths: type: array items: *70 examples: - default: *597 + default: *598 headers: Link: *6 x-github: @@ -90847,7 +90928,7 @@ paths: - docker - nuget - container - - *598 + - *599 - *8 - *5 - *4 @@ -90860,10 +90941,10 @@ paths: type: array items: *222 examples: - default: *599 + default: *600 '403': *43 '401': *41 - '400': *600 + '400': *601 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90893,7 +90974,7 @@ paths: application/json: schema: *222 examples: - default: *612 + default: *613 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91532,9 +91613,9 @@ paths: application/json: schema: type: array - items: *603 + items: *604 examples: - default: *604 + default: *605 headers: Link: *6 x-github: @@ -91564,9 +91645,9 @@ paths: application/json: schema: type: array - items: *605 + items: *606 examples: - default: *613 + default: *614 headers: Link: *6 x-github: @@ -91591,7 +91672,7 @@ paths: url: https://docs.github.com/enterprise-server@3.15/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *8 - - *614 + - *615 - *9 - *4 - *5 @@ -91603,11 +91684,11 @@ paths: schema: anyOf: - type: array - items: *615 + items: *616 - type: array items: *84 examples: - default-response: *608 + default-response: *609 headers: Link: *6 x-github: @@ -91817,7 +91898,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &616 + enterprise: &617 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -91875,7 +91956,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &617 + installation: &618 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -91894,7 +91975,7 @@ x-webhooks: required: - id - node_id - organization: &618 + organization: &619 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -91954,13 +92035,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &619 + repository: &620 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &647 + properties: &648 id: description: Unique identifier of the repository example: 42 @@ -92643,7 +92724,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &648 + required: &649 - archive_url - assignees_url - blobs_url @@ -92794,10 +92875,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -92883,11 +92964,11 @@ x-webhooks: type: string enum: - created - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 - rule: &620 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 + rule: &621 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-server@3.15/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -93120,11 +93201,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 - rule: *620 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 + rule: *621 sender: *19 required: - action @@ -93317,11 +93398,11 @@ x-webhooks: - everyone required: - from - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 - rule: *620 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 + rule: *621 sender: *19 required: - action @@ -93402,11 +93483,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 - exemption_request: &621 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 + exemption_request: &622 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -93639,7 +93720,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &622 + items: &623 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -93757,11 +93838,11 @@ x-webhooks: type: string enum: - completed - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 - exemption_request: *621 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 + exemption_request: *622 sender: *19 required: - action @@ -93841,11 +93922,11 @@ x-webhooks: type: string enum: - created - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 - exemption_request: *621 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 + exemption_request: *622 sender: *19 required: - action @@ -93925,12 +94006,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 - exemption_request: *621 - exemption_response: *622 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 + exemption_request: *622 + exemption_response: *623 sender: *19 required: - action @@ -94012,12 +94093,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 - exemption_request: *621 - exemption_response: *622 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 + exemption_request: *622 + exemption_response: *623 sender: *19 required: - action @@ -94102,12 +94183,12 @@ x-webhooks: type: string cache_location: type: string - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 ref: type: string - repository: *619 + repository: *620 sender: *19 required: - cache_location @@ -94201,7 +94282,7 @@ x-webhooks: type: string enum: - completed - check_run: &624 + check_run: &625 title: CheckRun description: A check performed on the code of a given code change type: object @@ -94292,7 +94373,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *623 + deployment: *624 details_url: example: https://example.com type: string @@ -94377,9 +94458,9 @@ x-webhooks: - output - app - pull_requests - installation: *617 - organization: *618 - repository: *619 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - check_run @@ -94782,10 +94863,10 @@ x-webhooks: type: string enum: - created - check_run: *624 - installation: *617 - organization: *618 - repository: *619 + check_run: *625 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - check_run @@ -95191,10 +95272,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *624 - installation: *617 - organization: *618 - repository: *619 + check_run: *625 + installation: *618 + organization: *619 + repository: *620 requested_action: description: The action requested by the user. type: object @@ -95609,10 +95690,10 @@ x-webhooks: type: string enum: - rerequested - check_run: *624 - installation: *617 - organization: *618 - repository: *619 + check_run: *625 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - check_run @@ -96599,10 +96680,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -97282,10 +97363,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -97959,10 +98040,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -98280,20 +98361,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &625 + commit_oid: &626 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: *616 - installation: *617 - organization: *618 - ref: &626 + enterprise: *617 + installation: *618 + organization: *619 + ref: &627 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: *619 + repository: *620 sender: *19 required: - action @@ -98695,12 +98776,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *625 - enterprise: *616 - installation: *617 - organization: *618 - ref: *626 - repository: *619 + commit_oid: *626 + enterprise: *617 + installation: *618 + organization: *619 + ref: *627 + repository: *620 sender: *19 required: - action @@ -98973,12 +99054,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *625 - enterprise: *616 - installation: *617 - organization: *618 - ref: *626 - repository: *619 + commit_oid: *626 + enterprise: *617 + installation: *618 + organization: *619 + ref: *627 + repository: *620 sender: *19 required: - action @@ -99317,12 +99398,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *625 - enterprise: *616 - installation: *617 - organization: *618 - ref: *626 - repository: *619 + commit_oid: *626 + enterprise: *617 + installation: *618 + organization: *619 + ref: *627 + repository: *620 sender: *19 required: - action @@ -99597,16 +99678,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 ref: 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 nullable: true - repository: *619 + repository: *620 sender: *19 required: - action @@ -99850,12 +99931,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *625 - enterprise: *616 - installation: *617 - organization: *618 - ref: *626 - repository: *619 + commit_oid: *626 + enterprise: *617 + installation: *618 + organization: *619 + ref: *627 + repository: *620 sender: *19 required: - action @@ -100122,10 +100203,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -100215,18 +100296,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *616 - installation: *617 + enterprise: *617 + installation: *618 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *618 - pusher_type: &627 + organization: *619 + pusher_type: &628 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &628 + ref: &629 description: The [`git ref`](https://docs.github.com/enterprise-server@3.15/rest/git/refs#get-a-reference) resource. type: string @@ -100236,7 +100317,7 @@ x-webhooks: enum: - tag - branch - repository: *619 + repository: *620 sender: *19 required: - ref @@ -100319,9 +100400,9 @@ x-webhooks: enum: - created definition: *241 - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 sender: *19 required: - action @@ -100406,9 +100487,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 sender: *19 required: - action @@ -100486,9 +100567,9 @@ x-webhooks: enum: - updated definition: *241 - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 sender: *19 required: - action @@ -100565,10 +100646,10 @@ x-webhooks: type: string enum: - updated - enterprise: *616 - installation: *617 - repository: *619 - organization: *618 + enterprise: *617 + installation: *618 + repository: *620 + organization: *619 sender: *19 new_property_values: type: array @@ -100663,18 +100744,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *616 - installation: *617 - organization: *618 - pusher_type: *627 - ref: *628 + enterprise: *617 + installation: *618 + organization: *619 + pusher_type: *628 + ref: *629 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *619 + repository: *620 sender: *19 required: - ref @@ -100769,10 +100850,10 @@ x-webhooks: enum: - auto_dismissed alert: *418 - installation: *617 - organization: *618 - enterprise: *616 - repository: *619 + installation: *618 + organization: *619 + enterprise: *617 + repository: *620 sender: *19 required: - action @@ -100867,10 +100948,10 @@ x-webhooks: enum: - auto_reopened alert: *418 - installation: *617 - organization: *618 - enterprise: *616 - repository: *619 + installation: *618 + organization: *619 + enterprise: *617 + repository: *620 sender: *19 required: - action @@ -100965,10 +101046,10 @@ x-webhooks: enum: - created alert: *418 - installation: *617 - organization: *618 - enterprise: *616 - repository: *619 + installation: *618 + organization: *619 + enterprise: *617 + repository: *620 sender: *19 required: - action @@ -101061,10 +101142,10 @@ x-webhooks: enum: - dismissed alert: *418 - installation: *617 - organization: *618 - enterprise: *616 - repository: *619 + installation: *618 + organization: *619 + enterprise: *617 + repository: *620 sender: *19 required: - action @@ -101157,10 +101238,10 @@ x-webhooks: enum: - fixed alert: *418 - installation: *617 - organization: *618 - enterprise: *616 - repository: *619 + installation: *618 + organization: *619 + enterprise: *617 + repository: *620 sender: *19 required: - action @@ -101254,10 +101335,10 @@ x-webhooks: enum: - reintroduced alert: *418 - installation: *617 - organization: *618 - enterprise: *616 - repository: *619 + installation: *618 + organization: *619 + enterprise: *617 + repository: *620 sender: *19 required: - action @@ -101350,10 +101431,10 @@ x-webhooks: enum: - reopened alert: *418 - installation: *617 - organization: *618 - enterprise: *616 - repository: *619 + installation: *618 + organization: *619 + enterprise: *617 + repository: *620 sender: *19 required: - action @@ -101440,9 +101521,9 @@ x-webhooks: type: string enum: - created - enterprise: *616 - installation: *617 - key: &629 + enterprise: *617 + installation: *618 + key: &630 description: The [`deploy key`](https://docs.github.com/enterprise-server@3.15/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -101476,8 +101557,8 @@ x-webhooks: - verified - created_at - read_only - organization: *618 - repository: *619 + organization: *619 + repository: *620 sender: *19 required: - action @@ -101564,11 +101645,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *616 - installation: *617 - key: *629 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + key: *630 + organization: *619 + repository: *620 sender: *19 required: - action @@ -102139,12 +102220,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 - workflow: &633 + workflow: &634 title: Workflow type: object nullable: true @@ -102884,9 +102965,9 @@ x-webhooks: pull_requests: type: array items: *505 - repository: *619 - organization: *618 - installation: *617 + repository: *620 + organization: *619 + installation: *618 sender: *19 responses: '200': @@ -102967,7 +103048,7 @@ x-webhooks: type: string enum: - approved - approver: &630 + approver: &631 type: object properties: avatar_url: @@ -103010,11 +103091,11 @@ x-webhooks: type: string comment: type: string - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 - reviewers: &631 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 + reviewers: &632 type: array items: type: object @@ -103093,7 +103174,7 @@ x-webhooks: sender: *19 since: type: string - workflow_job_run: &632 + workflow_job_run: &633 type: object properties: conclusion: @@ -103834,18 +103915,18 @@ x-webhooks: type: string enum: - rejected - approver: *630 + approver: *631 comment: type: string - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 - reviewers: *631 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 + reviewers: *632 sender: *19 since: type: string - workflow_job_run: *632 + workflow_job_run: *633 workflow_job_runs: type: array items: @@ -104559,13 +104640,13 @@ x-webhooks: type: string enum: - requested - enterprise: *616 + enterprise: *617 environment: type: string - installation: *617 - organization: *618 - repository: *619 - requestor: &638 + installation: *618 + organization: *619 + repository: *620 + requestor: &639 title: User type: object nullable: true @@ -106474,12 +106555,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 - workflow: *633 + workflow: *634 workflow_run: title: Deployment Workflow Run type: object @@ -107169,7 +107250,7 @@ x-webhooks: type: string enum: - answered - answer: &636 + answer: &637 type: object properties: author_association: @@ -107326,7 +107407,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &634 + discussion: &635 title: Discussion description: A Discussion in a repository. type: object @@ -107634,10 +107715,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -107774,11 +107855,11 @@ x-webhooks: - from required: - category - discussion: *634 - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + discussion: *635 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -107871,11 +107952,11 @@ x-webhooks: type: string enum: - closed - discussion: *634 - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + discussion: *635 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -107967,7 +108048,7 @@ x-webhooks: type: string enum: - created - comment: &635 + comment: &636 type: object properties: author_association: @@ -108124,11 +108205,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *634 - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + discussion: *635 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -108221,12 +108302,12 @@ x-webhooks: type: string enum: - deleted - comment: *635 - discussion: *634 - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + comment: *636 + discussion: *635 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -108331,12 +108412,12 @@ x-webhooks: - from required: - body - comment: *635 - discussion: *634 - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + comment: *636 + discussion: *635 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -108430,11 +108511,11 @@ x-webhooks: type: string enum: - created - discussion: *634 - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + discussion: *635 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -108526,11 +108607,11 @@ x-webhooks: type: string enum: - deleted - discussion: *634 - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + discussion: *635 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -108640,11 +108721,11 @@ x-webhooks: type: string required: - from - discussion: *634 - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + discussion: *635 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -108736,10 +108817,10 @@ x-webhooks: type: string enum: - labeled - discussion: *634 - enterprise: *616 - installation: *617 - label: &637 + discussion: *635 + enterprise: *617 + installation: *618 + label: &638 title: Label type: object properties: @@ -108771,8 +108852,8 @@ x-webhooks: - color - default - description - organization: *618 - repository: *619 + organization: *619 + repository: *620 sender: *19 required: - action @@ -108865,11 +108946,11 @@ x-webhooks: type: string enum: - locked - discussion: *634 - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + discussion: *635 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -108961,11 +109042,11 @@ x-webhooks: type: string enum: - pinned - discussion: *634 - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + discussion: *635 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -109057,11 +109138,11 @@ x-webhooks: type: string enum: - reopened - discussion: *634 - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + discussion: *635 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -109156,16 +109237,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *634 - new_repository: *619 + new_discussion: *635 + new_repository: *620 required: - new_discussion - new_repository - discussion: *634 - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + discussion: *635 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -109258,10 +109339,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *634 - old_answer: *636 - organization: *618 - repository: *619 + discussion: *635 + old_answer: *637 + organization: *619 + repository: *620 sender: *19 required: - action @@ -109353,12 +109434,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *634 - enterprise: *616 - installation: *617 - label: *637 - organization: *618 - repository: *619 + discussion: *635 + enterprise: *617 + installation: *618 + label: *638 + organization: *619 + repository: *620 sender: *19 required: - action @@ -109451,11 +109532,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *634 - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + discussion: *635 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -109547,11 +109628,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *634 - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + discussion: *635 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -109792,7 +109873,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *616 + enterprise: *617 forkee: description: The created [`repository`](https://docs.github.com/enterprise-server@3.15/rest/repos/repos#get-a-repository) resource. @@ -110452,9 +110533,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *617 - organization: *618 - repository: *619 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - forkee @@ -110620,9 +110701,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 pages: description: The pages that were updated. type: array @@ -110659,7 +110740,7 @@ x-webhooks: - action - sha - html_url - repository: *619 + repository: *620 sender: *19 required: - pages @@ -110745,10 +110826,10 @@ x-webhooks: type: string enum: - created - enterprise: *616 + enterprise: *617 installation: *39 - organization: *618 - repositories: &639 + organization: *619 + repositories: &640 description: An array of repository objects that the installation can access. type: array @@ -110774,8 +110855,8 @@ x-webhooks: - name - full_name - private - repository: *619 - requester: *638 + repository: *620 + requester: *639 sender: *19 required: - action @@ -110860,11 +110941,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *616 + enterprise: *617 installation: *39 - organization: *618 - repositories: *639 - repository: *619 + organization: *619 + repositories: *640 + repository: *620 requester: nullable: true sender: *19 @@ -110950,11 +111031,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *616 + enterprise: *617 installation: *39 - organization: *618 - repositories: *639 - repository: *619 + organization: *619 + repositories: *640 + repository: *620 requester: nullable: true sender: *19 @@ -111040,10 +111121,10 @@ x-webhooks: type: string enum: - added - enterprise: *616 + enterprise: *617 installation: *39 - organization: *618 - repositories_added: &640 + organization: *619 + repositories_added: &641 description: An array of repository objects, which were added to the installation. type: array @@ -111089,15 +111170,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *619 - repository_selection: &641 + repository: *620 + repository_selection: &642 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *638 + requester: *639 sender: *19 required: - action @@ -111186,10 +111267,10 @@ x-webhooks: type: string enum: - removed - enterprise: *616 + enterprise: *617 installation: *39 - organization: *618 - repositories_added: *640 + organization: *619 + repositories_added: *641 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -111216,9 +111297,9 @@ x-webhooks: - name - full_name - private - repository: *619 - repository_selection: *641 - requester: *638 + repository: *620 + repository_selection: *642 + requester: *639 sender: *19 required: - action @@ -111307,11 +111388,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *616 + enterprise: *617 installation: *39 - organization: *618 - repositories: *639 - repository: *619 + organization: *619 + repositories: *640 + repository: *620 requester: nullable: true sender: *19 @@ -111500,10 +111581,10 @@ x-webhooks: type: string required: - from - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 target_type: type: string @@ -111592,11 +111673,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *616 + enterprise: *617 installation: *39 - organization: *618 - repositories: *639 - repository: *619 + organization: *619 + repositories: *640 + repository: *620 requester: nullable: true sender: *19 @@ -111858,8 +111939,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *616 - installation: *617 + enterprise: *617 + installation: *618 issue: description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) the comment belongs to. @@ -112670,7 +112751,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *577 + type: *578 updated_at: type: string format: date-time @@ -113003,8 +113084,8 @@ x-webhooks: - state - locked - assignee - organization: *618 - repository: *619 + organization: *619 + repository: *620 sender: *19 required: - action @@ -113094,7 +113175,7 @@ x-webhooks: type: string enum: - deleted - comment: &642 + comment: &643 title: issue comment description: The [comment](https://docs.github.com/enterprise-server@3.15/rest/issues/comments#get-an-issue-comment) itself. @@ -113259,8 +113340,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *616 - installation: *617 + enterprise: *617 + installation: *618 issue: description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) the comment belongs to. @@ -114067,7 +114148,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *577 + type: *578 updated_at: type: string format: date-time @@ -114402,8 +114483,8 @@ x-webhooks: - state - locked - assignee - organization: *618 - repository: *619 + organization: *619 + repository: *620 sender: *19 required: - action @@ -114493,7 +114574,7 @@ x-webhooks: type: string enum: - edited - changes: &665 + changes: &666 description: The changes to the comment. type: object properties: @@ -114505,9 +114586,9 @@ x-webhooks: type: string required: - from - comment: *642 - enterprise: *616 - installation: *617 + comment: *643 + enterprise: *617 + installation: *618 issue: description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) the comment belongs to. @@ -115317,7 +115398,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *577 + type: *578 updated_at: type: string format: date-time @@ -115650,8 +115731,8 @@ x-webhooks: - state - locked - assignee - organization: *618 - repository: *619 + organization: *619 + repository: *620 sender: *19 required: - action @@ -115743,10 +115824,10 @@ x-webhooks: type: string enum: - assigned - assignee: *638 - enterprise: *616 - installation: *617 - issue: &645 + assignee: *639 + enterprise: *617 + installation: *618 + issue: &646 title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) itself. @@ -116537,6 +116618,9 @@ x-webhooks: format: uri sub_issues_summary: *575 issue_dependencies_summary: *576 + issue_field_values: + type: array + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -116552,7 +116636,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *577 + type: *578 updated_at: type: string format: date-time @@ -116653,8 +116737,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *618 - repository: *619 + organization: *619 + repository: *620 sender: *19 required: - action @@ -116744,8 +116828,8 @@ x-webhooks: type: string enum: - closed - enterprise: *616 - installation: *617 + enterprise: *617 + installation: *618 issue: description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) itself. @@ -117541,6 +117625,9 @@ x-webhooks: format: uri sub_issues_summary: *575 issue_dependencies_summary: *576 + issue_field_values: + type: array + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -117556,7 +117643,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *577 + type: *578 updated_at: type: string format: date-time @@ -117792,8 +117879,8 @@ x-webhooks: required: - state - closed_at - organization: *618 - repository: *619 + organization: *619 + repository: *620 sender: *19 required: - action @@ -117882,8 +117969,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *616 - installation: *617 + enterprise: *617 + installation: *618 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) @@ -118670,6 +118757,9 @@ x-webhooks: format: uri sub_issues_summary: *575 issue_dependencies_summary: *576 + issue_field_values: + type: array + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -118685,7 +118775,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *577 + type: *578 updated_at: type: string format: date-time @@ -118785,8 +118875,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *618 - repository: *619 + organization: *619 + repository: *620 sender: *19 required: - action @@ -118875,8 +118965,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *616 - installation: *617 + enterprise: *617 + installation: *618 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) @@ -119685,6 +119775,9 @@ x-webhooks: format: uri sub_issues_summary: *575 issue_dependencies_summary: *576 + issue_field_values: + type: array + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -119700,7 +119793,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *577 + type: *578 updated_at: type: string format: date-time @@ -119779,7 +119872,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &643 + milestone: &644 title: Milestone description: A collection of related issues and pull requests. type: object @@ -119917,8 +120010,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *618 - repository: *619 + organization: *619 + repository: *620 sender: *19 required: - action @@ -120027,8 +120120,8 @@ x-webhooks: type: string required: - from - enterprise: *616 - installation: *617 + enterprise: *617 + installation: *618 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) @@ -120819,6 +120912,9 @@ x-webhooks: format: uri sub_issues_summary: *575 issue_dependencies_summary: *576 + issue_field_values: + type: array + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -120831,7 +120927,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *577 + type: *578 title: description: Title of the issue type: string @@ -120935,9 +121031,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *637 - organization: *618 - repository: *619 + label: *638 + organization: *619 + repository: *620 sender: *19 required: - action @@ -121027,8 +121123,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *616 - installation: *617 + enterprise: *617 + installation: *618 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) @@ -121818,6 +121914,9 @@ x-webhooks: format: uri sub_issues_summary: *575 issue_dependencies_summary: *576 + issue_field_values: + type: array + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -121830,7 +121929,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *577 + type: *578 title: description: Title of the issue type: string @@ -121934,9 +122033,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *637 - organization: *618 - repository: *619 + label: *638 + organization: *619 + repository: *620 sender: *19 required: - action @@ -122026,8 +122125,8 @@ x-webhooks: type: string enum: - locked - enterprise: *616 - installation: *617 + enterprise: *617 + installation: *618 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) @@ -122841,6 +122940,9 @@ x-webhooks: format: uri sub_issues_summary: *575 issue_dependencies_summary: *576 + issue_field_values: + type: array + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -122853,7 +122955,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *577 + type: *578 title: description: Title of the issue type: string @@ -122934,8 +123036,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *618 - repository: *619 + organization: *619 + repository: *620 sender: *19 required: - action @@ -123024,8 +123126,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *616 - installation: *617 + enterprise: *617 + installation: *618 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) @@ -123833,6 +123935,9 @@ x-webhooks: format: uri sub_issues_summary: *575 issue_dependencies_summary: *576 + issue_field_values: + type: array + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -123848,7 +123953,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *577 + type: *578 updated_at: type: string format: date-time @@ -123926,9 +124031,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *643 - organization: *618 - repository: *619 + milestone: *644 + organization: *619 + repository: *620 sender: *19 required: - action @@ -124808,6 +124913,9 @@ x-webhooks: format: uri sub_issues_summary: *575 issue_dependencies_summary: *576 + issue_field_values: + type: array + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -124900,7 +125008,7 @@ x-webhooks: required: - login - id - type: *577 + type: *578 required: - id - number @@ -125369,8 +125477,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *616 - installation: *617 + enterprise: *617 + installation: *618 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) @@ -126161,6 +126269,9 @@ x-webhooks: format: uri sub_issues_summary: *575 issue_dependencies_summary: *576 + issue_field_values: + type: array + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -126176,7 +126287,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *577 + type: *578 updated_at: type: string format: date-time @@ -126276,8 +126387,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *618 - repository: *619 + organization: *619 + repository: *620 sender: *19 required: - action @@ -126367,9 +126478,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *616 - installation: *617 - issue: &644 + enterprise: *617 + installation: *618 + issue: &645 title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) itself. @@ -127154,6 +127265,9 @@ x-webhooks: format: uri sub_issues_summary: *575 issue_dependencies_summary: *576 + issue_field_values: + type: array + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -127169,7 +127283,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *577 + type: *578 updated_at: type: string format: date-time @@ -127269,8 +127383,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *618 - repository: *619 + organization: *619 + repository: *620 sender: *19 required: - action @@ -127359,8 +127473,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *616 - installation: *617 + enterprise: *617 + installation: *618 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) @@ -128172,6 +128286,9 @@ x-webhooks: format: uri sub_issues_summary: *575 issue_dependencies_summary: *576 + issue_field_values: + type: array + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -128265,9 +128382,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *577 - organization: *618 - repository: *619 + type: *578 + organization: *619 + repository: *620 sender: *19 required: - action @@ -129145,6 +129262,9 @@ x-webhooks: format: uri sub_issues_summary: *575 issue_dependencies_summary: *576 + issue_field_values: + type: array + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -129160,7 +129280,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *577 + type: *578 updated_at: type: string format: date-time @@ -129728,11 +129848,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *616 - installation: *617 - issue: *644 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + issue: *645 + organization: *619 + repository: *620 sender: *19 required: - action @@ -129823,7 +129943,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &668 + assignee: &669 title: User type: object nullable: true @@ -129893,11 +130013,11 @@ x-webhooks: required: - login - id - enterprise: *616 - installation: *617 - issue: *645 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + issue: *646 + organization: *619 + repository: *620 sender: *19 required: - action @@ -129986,12 +130106,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *616 - installation: *617 - issue: *645 - label: *637 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + issue: *646 + label: *638 + organization: *619 + repository: *620 sender: *19 required: - action @@ -130081,8 +130201,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *616 - installation: *617 + enterprise: *617 + installation: *618 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.15/rest/issues/issues#get-an-issue) @@ -130894,6 +131014,9 @@ x-webhooks: format: uri sub_issues_summary: *575 issue_dependencies_summary: *576 + issue_field_values: + type: array + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -130909,7 +131032,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *577 + type: *578 updated_at: type: string format: date-time @@ -130987,8 +131110,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *618 - repository: *619 + organization: *619 + repository: *620 sender: *19 required: - action @@ -131078,11 +131201,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *616 - installation: *617 - issue: *644 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + issue: *645 + organization: *619 + repository: *620 sender: *19 required: - action @@ -131171,11 +131294,11 @@ x-webhooks: type: string enum: - created - enterprise: *616 - installation: *617 - label: *637 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + label: *638 + organization: *619 + repository: *620 sender: *19 required: - action @@ -131263,11 +131386,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *616 - installation: *617 - label: *637 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + label: *638 + organization: *619 + repository: *620 sender: *19 required: - action @@ -131387,11 +131510,11 @@ x-webhooks: type: string required: - from - enterprise: *616 - installation: *617 - label: *637 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + label: *638 + organization: *619 + repository: *620 sender: *19 required: - action @@ -131505,11 +131628,11 @@ x-webhooks: type: string required: - to - enterprise: *616 - installation: *617 - member: *638 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + member: *639 + organization: *619 + repository: *620 sender: *19 required: - action @@ -131619,11 +131742,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *616 - installation: *617 - member: *638 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + member: *639 + organization: *619 + repository: *620 sender: *19 required: - action @@ -131712,11 +131835,11 @@ x-webhooks: type: string enum: - removed - enterprise: *616 - installation: *617 - member: *638 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + member: *639 + organization: *619 + repository: *620 sender: *19 required: - action @@ -131804,11 +131927,11 @@ x-webhooks: type: string enum: - added - enterprise: *616 - installation: *617 - member: *638 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + member: *639 + organization: *619 + repository: *620 scope: description: The scope of the membership. Currently, can only be `team`. @@ -131884,7 +132007,7 @@ x-webhooks: required: - login - id - team: &646 + team: &647 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -132084,11 +132207,11 @@ x-webhooks: type: string enum: - removed - enterprise: *616 - installation: *617 - member: *638 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + member: *639 + organization: *619 + repository: *620 scope: description: The scope of the membership. Currently, can only be `team`. @@ -132165,7 +132288,7 @@ x-webhooks: required: - login - id - team: *646 + team: *647 required: - action - scope @@ -132253,7 +132376,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *616 + enterprise: *617 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -132362,16 +132485,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *617 - organization: *618 + installation: *618 + organization: *619 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *647 - required: *648 + properties: *648 + required: *649 nullable: true sender: *19 required: @@ -132462,11 +132585,11 @@ x-webhooks: type: string enum: - closed - enterprise: *616 - installation: *617 - milestone: *643 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + milestone: *644 + organization: *619 + repository: *620 sender: *19 required: - action @@ -132555,9 +132678,9 @@ x-webhooks: type: string enum: - created - enterprise: *616 - installation: *617 - milestone: &649 + enterprise: *617 + installation: *618 + milestone: &650 title: Milestone description: A collection of related issues and pull requests. type: object @@ -132694,8 +132817,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *618 - repository: *619 + organization: *619 + repository: *620 sender: *19 required: - action @@ -132784,11 +132907,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *616 - installation: *617 - milestone: *643 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + milestone: *644 + organization: *619 + repository: *620 sender: *19 required: - action @@ -132908,11 +133031,11 @@ x-webhooks: type: string required: - from - enterprise: *616 - installation: *617 - milestone: *643 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + milestone: *644 + organization: *619 + repository: *620 sender: *19 required: - action @@ -133002,11 +133125,11 @@ x-webhooks: type: string enum: - opened - enterprise: *616 - installation: *617 - milestone: *649 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + milestone: *650 + organization: *619 + repository: *620 sender: *19 required: - action @@ -133095,9 +133218,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *616 - installation: *617 - membership: &650 + enterprise: *617 + installation: *618 + membership: &651 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -133204,8 +133327,8 @@ x-webhooks: - role - organization_url - user - organization: *618 - repository: *619 + organization: *619 + repository: *620 sender: *19 required: - action @@ -133293,11 +133416,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *616 - installation: *617 - membership: *650 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + membership: *651 + organization: *619 + repository: *620 sender: *19 required: - action @@ -133386,8 +133509,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *616 - installation: *617 + enterprise: *617 + installation: *618 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -133503,10 +133626,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *618 - repository: *619 + organization: *619 + repository: *620 sender: *19 - user: *638 + user: *639 required: - action - invitation @@ -133594,11 +133717,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *616 - installation: *617 - membership: *650 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + membership: *651 + organization: *619 + repository: *620 sender: *19 required: - action @@ -133695,11 +133818,11 @@ x-webhooks: properties: from: type: string - enterprise: *616 - installation: *617 - membership: *650 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + membership: *651 + organization: *619 + repository: *620 sender: *19 required: - action @@ -133785,9 +133908,9 @@ x-webhooks: type: string enum: - published - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 package: description: Information about the package. type: object @@ -134286,7 +134409,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &651 + items: &652 title: Ruby Gems metadata type: object properties: @@ -134381,7 +134504,7 @@ x-webhooks: - owner - package_version - registry - repository: *619 + repository: *620 sender: *19 required: - action @@ -134467,9 +134590,9 @@ x-webhooks: type: string enum: - updated - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 package: description: Information about the package. type: object @@ -134822,7 +134945,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *651 + items: *652 source_url: type: string format: uri @@ -134892,7 +135015,7 @@ x-webhooks: - owner - package_version - registry - repository: *619 + repository: *620 sender: *19 required: - action @@ -135079,12 +135202,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *616 + enterprise: *617 id: type: integer - installation: *617 - organization: *618 - repository: *619 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - id @@ -135161,7 +135284,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &652 + personal_access_token_request: &653 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -135307,10 +135430,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *616 - organization: *618 + enterprise: *617 + organization: *619 sender: *19 - installation: *617 + installation: *618 required: - action - personal_access_token_request @@ -135387,11 +135510,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *652 - enterprise: *616 - organization: *618 + personal_access_token_request: *653 + enterprise: *617 + organization: *619 sender: *19 - installation: *617 + installation: *618 required: - action - personal_access_token_request @@ -135467,11 +135590,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *652 - enterprise: *616 - organization: *618 + personal_access_token_request: *653 + enterprise: *617 + organization: *619 sender: *19 - installation: *617 + installation: *618 required: - action - personal_access_token_request @@ -135546,11 +135669,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *652 - organization: *618 - enterprise: *616 + personal_access_token_request: *653 + organization: *619 + enterprise: *617 sender: *19 - installation: *617 + installation: *618 required: - action - personal_access_token_request @@ -135665,7 +135788,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *653 + last_response: *654 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -135697,8 +135820,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *618 - repository: *619 + organization: *619 + repository: *620 sender: *19 zen: description: Random string of GitHub zen. @@ -135953,10 +136076,10 @@ x-webhooks: - from required: - note - enterprise: *616 - installation: *617 - organization: *618 - project_card: &654 + enterprise: *617 + installation: *618 + organization: *619 + project_card: &655 title: Project Card type: object properties: @@ -136075,7 +136198,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *619 + repository: *620 sender: *19 required: - action @@ -136166,11 +136289,11 @@ x-webhooks: type: string enum: - created - enterprise: *616 - installation: *617 - organization: *618 - project_card: *654 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + project_card: *655 + repository: *620 sender: *19 required: - action @@ -136260,9 +136383,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 project_card: title: Project Card type: object @@ -136390,8 +136513,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *647 - required: *648 + properties: *648 + required: *649 nullable: true sender: *19 required: @@ -136495,11 +136618,11 @@ x-webhooks: - from required: - note - enterprise: *616 - installation: *617 - organization: *618 - project_card: *654 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + project_card: *655 + repository: *620 sender: *19 required: - action @@ -136603,9 +136726,9 @@ x-webhooks: - from required: - column_id - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 project_card: allOf: - title: Project Card @@ -136795,7 +136918,7 @@ x-webhooks: type: string required: - after_id - repository: *619 + repository: *620 sender: *19 required: - action @@ -136885,10 +137008,10 @@ x-webhooks: type: string enum: - closed - enterprise: *616 - installation: *617 - organization: *618 - project: &656 + enterprise: *617 + installation: *618 + organization: *619 + project: &657 title: Project type: object properties: @@ -137012,7 +137135,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *619 + repository: *620 sender: *19 required: - action @@ -137102,10 +137225,10 @@ x-webhooks: type: string enum: - created - enterprise: *616 - installation: *617 - organization: *618 - project_column: &655 + enterprise: *617 + installation: *618 + organization: *619 + project_column: &656 title: Project Column type: object properties: @@ -137144,7 +137267,7 @@ x-webhooks: - name - created_at - updated_at - repository: *619 + repository: *620 sender: *19 required: - action @@ -137233,18 +137356,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *616 - installation: *617 - organization: *618 - project_column: *655 + enterprise: *617 + installation: *618 + organization: *619 + project_column: *656 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *647 - required: *648 + properties: *648 + required: *649 nullable: true sender: *19 required: @@ -137344,11 +137467,11 @@ x-webhooks: type: string required: - from - enterprise: *616 - installation: *617 - organization: *618 - project_column: *655 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + project_column: *656 + repository: *620 sender: *19 required: - action @@ -137438,11 +137561,11 @@ x-webhooks: type: string enum: - moved - enterprise: *616 - installation: *617 - organization: *618 - project_column: *655 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + project_column: *656 + repository: *620 sender: *19 required: - action @@ -137532,11 +137655,11 @@ x-webhooks: type: string enum: - created - enterprise: *616 - installation: *617 - organization: *618 - project: *656 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + project: *657 + repository: *620 sender: *19 required: - action @@ -137626,18 +137749,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *616 - installation: *617 - organization: *618 - project: *656 + enterprise: *617 + installation: *618 + organization: *619 + project: *657 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *647 - required: *648 + properties: *648 + required: *649 nullable: true sender: *19 required: @@ -137749,11 +137872,11 @@ x-webhooks: type: string required: - from - enterprise: *616 - installation: *617 - organization: *618 - project: *656 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + project: *657 + repository: *620 sender: *19 required: - action @@ -137842,11 +137965,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *616 - installation: *617 - organization: *618 - project: *656 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + project: *657 + repository: *620 sender: *19 required: - action @@ -137937,9 +138060,9 @@ x-webhooks: type: string enum: - closed - installation: *617 - organization: *618 - projects_v2: &657 + installation: *618 + organization: *619 + projects_v2: &658 title: Projects v2 Project description: A projects v2 project type: object @@ -138148,9 +138271,9 @@ x-webhooks: type: string enum: - created - installation: *617 - organization: *618 - projects_v2: *657 + installation: *618 + organization: *619 + projects_v2: *658 sender: *19 required: - action @@ -138241,9 +138364,9 @@ x-webhooks: type: string enum: - deleted - installation: *617 - organization: *618 - projects_v2: *657 + installation: *618 + organization: *619 + projects_v2: *658 sender: *19 required: - action @@ -138370,9 +138493,9 @@ x-webhooks: type: string to: type: string - installation: *617 - organization: *618 - projects_v2: *657 + installation: *618 + organization: *619 + projects_v2: *658 sender: *19 required: - action @@ -138465,7 +138588,7 @@ x-webhooks: type: string enum: - archived - changes: &661 + changes: &662 type: object properties: archived_at: @@ -138479,9 +138602,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *617 - organization: *618 - projects_v2_item: &658 + installation: *618 + organization: *619 + projects_v2_item: &659 title: Projects v2 Item description: An item belonging to a project type: object @@ -138625,9 +138748,9 @@ x-webhooks: nullable: true to: type: string - installation: *617 - organization: *618 - projects_v2_item: *658 + installation: *618 + organization: *619 + projects_v2_item: *659 sender: *19 required: - action @@ -138719,9 +138842,9 @@ x-webhooks: type: string enum: - created - installation: *617 - organization: *618 - projects_v2_item: *658 + installation: *618 + organization: *619 + projects_v2_item: *659 sender: *19 required: - action @@ -138812,9 +138935,9 @@ x-webhooks: type: string enum: - deleted - installation: *617 - organization: *618 - projects_v2_item: *658 + installation: *618 + organization: *619 + projects_v2_item: *659 sender: *19 required: - action @@ -138930,7 +139053,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &659 + - &660 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -138948,7 +139071,7 @@ x-webhooks: required: - id - name - - &660 + - &661 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -138975,8 +139098,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *659 - *660 + - *661 required: - field_value - type: object @@ -138992,9 +139115,9 @@ x-webhooks: nullable: true required: - body - installation: *617 - organization: *618 - projects_v2_item: *658 + installation: *618 + organization: *619 + projects_v2_item: *659 sender: *19 required: - action @@ -139099,9 +139222,9 @@ x-webhooks: to: type: string nullable: true - installation: *617 - organization: *618 - projects_v2_item: *658 + installation: *618 + organization: *619 + projects_v2_item: *659 sender: *19 required: - action @@ -139194,10 +139317,10 @@ x-webhooks: type: string enum: - restored - changes: *661 - installation: *617 - organization: *618 - projects_v2_item: *658 + changes: *662 + installation: *618 + organization: *619 + projects_v2_item: *659 sender: *19 required: - action @@ -139289,9 +139412,9 @@ x-webhooks: type: string enum: - reopened - installation: *617 - organization: *618 - projects_v2: *657 + installation: *618 + organization: *619 + projects_v2: *658 sender: *19 required: - action @@ -139372,10 +139495,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - repository @@ -139462,13 +139585,13 @@ x-webhooks: type: string enum: - assigned - assignee: *638 - enterprise: *616 - installation: *617 - number: &662 + assignee: *639 + enterprise: *617 + installation: *618 + number: &663 description: The pull request number. type: integer - organization: *618 + organization: *619 pull_request: title: Pull Request type: object @@ -141751,7 +141874,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *619 + repository: *620 sender: *19 required: - action @@ -141843,11 +141966,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *616 - installation: *617 + enterprise: *617 + installation: *618 number: type: integer - organization: *618 + organization: *619 pull_request: title: Pull Request type: object @@ -144125,7 +144248,7 @@ x-webhooks: - draft reason: type: string - repository: *619 + repository: *620 sender: *19 required: - action @@ -144217,11 +144340,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *616 - installation: *617 + enterprise: *617 + installation: *618 number: type: integer - organization: *618 + organization: *619 pull_request: title: Pull Request type: object @@ -146499,7 +146622,7 @@ x-webhooks: - draft reason: type: string - repository: *619 + repository: *620 sender: *19 required: - action @@ -146591,11 +146714,11 @@ x-webhooks: type: string enum: - closed - enterprise: *616 - installation: *617 - number: *662 - organization: *618 - pull_request: &663 + enterprise: *617 + installation: *618 + number: *663 + organization: *619 + pull_request: &664 allOf: - *505 - type: object @@ -146659,7 +146782,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *619 + repository: *620 sender: *19 required: - action @@ -146750,12 +146873,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *616 - installation: *617 - number: *662 - organization: *618 - pull_request: *663 - repository: *619 + enterprise: *617 + installation: *618 + number: *663 + organization: *619 + pull_request: *664 + repository: *620 sender: *19 required: - action @@ -146845,11 +146968,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *616 + enterprise: *617 milestone: *486 - number: *662 - organization: *618 - pull_request: &664 + number: *663 + organization: *619 + pull_request: &665 title: Pull Request type: object properties: @@ -149112,7 +149235,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *619 + repository: *620 sender: *19 required: - action @@ -149244,12 +149367,12 @@ x-webhooks: type: string required: - from - enterprise: *616 - installation: *617 - number: *662 - organization: *618 - pull_request: *663 - repository: *619 + enterprise: *617 + installation: *618 + number: *663 + organization: *619 + pull_request: *664 + repository: *620 sender: *19 required: - action @@ -149339,11 +149462,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *616 - installation: *617 - label: *637 - number: *662 - organization: *618 + enterprise: *617 + installation: *618 + label: *638 + number: *663 + organization: *619 pull_request: title: Pull Request type: object @@ -151625,7 +151748,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *619 + repository: *620 sender: *19 required: - action @@ -151716,10 +151839,10 @@ x-webhooks: type: string enum: - locked - enterprise: *616 - installation: *617 - number: *662 - organization: *618 + enterprise: *617 + installation: *618 + number: *663 + organization: *619 pull_request: title: Pull Request type: object @@ -153999,7 +154122,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *619 + repository: *620 sender: *19 required: - action @@ -154089,12 +154212,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *616 + enterprise: *617 milestone: *486 - number: *662 - organization: *618 - pull_request: *664 - repository: *619 + number: *663 + organization: *619 + pull_request: *665 + repository: *620 sender: *19 required: - action @@ -154183,12 +154306,12 @@ x-webhooks: type: string enum: - opened - enterprise: *616 - installation: *617 - number: *662 - organization: *618 - pull_request: *663 - repository: *619 + enterprise: *617 + installation: *618 + number: *663 + organization: *619 + pull_request: *664 + repository: *620 sender: *19 required: - action @@ -154279,12 +154402,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *616 - installation: *617 - number: *662 - organization: *618 - pull_request: *663 - repository: *619 + enterprise: *617 + installation: *618 + number: *663 + organization: *619 + pull_request: *664 + repository: *620 sender: *19 required: - action @@ -154374,12 +154497,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *616 - installation: *617 - number: *662 - organization: *618 - pull_request: *663 - repository: *619 + enterprise: *617 + installation: *618 + number: *663 + organization: *619 + pull_request: *664 + repository: *620 sender: *19 required: - action @@ -154755,9 +154878,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 pull_request: type: object properties: @@ -156927,7 +157050,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *619 + repository: *620 sender: *19 required: - action @@ -157017,7 +157140,7 @@ x-webhooks: type: string enum: - deleted - comment: &666 + comment: &667 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-server@3.15/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -157302,9 +157425,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 pull_request: type: object properties: @@ -159462,7 +159585,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *619 + repository: *620 sender: *19 required: - action @@ -159552,11 +159675,11 @@ x-webhooks: type: string enum: - edited - changes: *665 - comment: *666 - enterprise: *616 - installation: *617 - organization: *618 + changes: *666 + comment: *667 + enterprise: *617 + installation: *618 + organization: *619 pull_request: type: object properties: @@ -161717,7 +161840,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *619 + repository: *620 sender: *19 required: - action @@ -161808,9 +161931,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 pull_request: title: Simple Pull Request type: object @@ -163983,7 +164106,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *619 + repository: *620 review: description: The review that was affected. type: object @@ -164052,6 +164175,10 @@ x-webhooks: submitted_at: type: string format: date-time + updated_at: + type: string + format: date-time + nullable: true user: title: User type: object @@ -164236,9 +164363,9 @@ x-webhooks: type: string required: - from - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 pull_request: title: Simple Pull Request type: object @@ -166292,8 +166419,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *619 - review: &667 + repository: *620 + review: &668 description: The review that was affected. type: object properties: @@ -166358,6 +166485,10 @@ x-webhooks: type: string nullable: true format: date-time + updated_at: + type: string + nullable: true + format: date-time user: title: User type: object @@ -166532,12 +166663,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *616 - installation: *617 + enterprise: *617 + installation: *618 number: description: The pull request number. type: integer - organization: *618 + organization: *619 pull_request: title: Pull Request type: object @@ -168820,7 +168951,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *619 + repository: *620 requested_reviewer: title: User type: object @@ -168904,12 +169035,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *616 - installation: *617 + enterprise: *617 + installation: *618 number: description: The pull request number. type: integer - organization: *618 + organization: *619 pull_request: title: Pull Request type: object @@ -171199,7 +171330,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *619 + repository: *620 requested_team: title: Team description: Groups of organization members that gives permissions @@ -171401,12 +171532,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *616 - installation: *617 + enterprise: *617 + installation: *618 number: description: The pull request number. type: integer - organization: *618 + organization: *619 pull_request: title: Pull Request type: object @@ -173691,7 +173822,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *619 + repository: *620 requested_reviewer: title: User type: object @@ -173776,12 +173907,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *616 - installation: *617 + enterprise: *617 + installation: *618 number: description: The pull request number. type: integer - organization: *618 + organization: *619 pull_request: title: Pull Request type: object @@ -176057,7 +176188,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *619 + repository: *620 requested_team: title: Team description: Groups of organization members that gives permissions @@ -176248,9 +176379,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 pull_request: title: Simple Pull Request type: object @@ -178425,8 +178556,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *619 - review: *667 + repository: *620 + review: *668 sender: *19 required: - action @@ -178516,9 +178647,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 pull_request: title: Simple Pull Request type: object @@ -180588,7 +180719,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *619 + repository: *620 sender: *19 thread: type: object @@ -180893,6 +181024,10 @@ x-webhooks: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -180981,9 +181116,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 pull_request: title: Simple Pull Request type: object @@ -183039,7 +183174,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *619 + repository: *620 sender: *19 thread: type: object @@ -183342,6 +183477,10 @@ x-webhooks: required: - node_id - comments + updated_at: + type: string + nullable: true + format: date-time required: - action - thread @@ -183435,10 +183574,10 @@ x-webhooks: type: string before: type: string - enterprise: *616 - installation: *617 - number: *662 - organization: *618 + enterprise: *617 + installation: *618 + number: *663 + organization: *619 pull_request: title: Pull Request type: object @@ -185709,7 +185848,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *619 + repository: *620 sender: *19 required: - action @@ -185801,11 +185940,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *668 - enterprise: *616 - installation: *617 - number: *662 - organization: *618 + assignee: *669 + enterprise: *617 + installation: *618 + number: *663 + organization: *619 pull_request: title: Pull Request type: object @@ -188088,7 +188227,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *619 + repository: *620 sender: *19 required: - action @@ -188177,11 +188316,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *616 - installation: *617 - label: *637 - number: *662 - organization: *618 + enterprise: *617 + installation: *618 + label: *638 + number: *663 + organization: *619 pull_request: title: Pull Request type: object @@ -190454,7 +190593,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *619 + repository: *620 sender: *19 required: - action @@ -190545,10 +190684,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *616 - installation: *617 - number: *662 - organization: *618 + enterprise: *617 + installation: *618 + number: *663 + organization: *619 pull_request: title: Pull Request type: object @@ -192813,7 +192952,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *619 + repository: *620 sender: *19 required: - action @@ -193023,7 +193162,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *616 + enterprise: *617 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -193115,8 +193254,8 @@ x-webhooks: - url - author - committer - installation: *617 - organization: *618 + installation: *618 + organization: *619 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -193701,9 +193840,9 @@ x-webhooks: type: string enum: - published - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 registry_package: type: object properties: @@ -194149,7 +194288,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *651 + items: *652 summary: type: string tag_name: @@ -194203,7 +194342,7 @@ x-webhooks: - owner - package_version - registry - repository: *619 + repository: *620 sender: *19 required: - action @@ -194291,9 +194430,9 @@ x-webhooks: type: string enum: - updated - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 registry_package: type: object properties: @@ -194601,7 +194740,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *651 + items: *652 summary: type: string tag_name: @@ -194650,7 +194789,7 @@ x-webhooks: - owner - package_version - registry - repository: *619 + repository: *620 sender: *19 required: - action @@ -194737,10 +194876,10 @@ x-webhooks: type: string enum: - created - enterprise: *616 - installation: *617 - organization: *618 - release: &669 + enterprise: *617 + installation: *618 + organization: *619 + release: &670 title: Release description: The [release](https://docs.github.com/enterprise-server@3.15/rest/releases/releases/#get-a-release) object. @@ -194949,6 +195088,10 @@ x-webhooks: type: string nullable: true format: date-time + updated_at: + type: string + nullable: true + format: date-time discussion_url: type: string format: uri @@ -195051,9 +195194,10 @@ x-webhooks: - published_at - assets - tarball_url + - updated_at - zipball_url - body - repository: *619 + repository: *620 sender: *19 required: - action @@ -195140,11 +195284,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *616 - installation: *617 - organization: *618 - release: *669 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + release: *670 + repository: *620 sender: *19 required: - action @@ -195271,11 +195415,11 @@ x-webhooks: type: boolean required: - to - enterprise: *616 - installation: *617 - organization: *618 - release: *669 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + release: *670 + repository: *620 sender: *19 required: - action @@ -195363,9 +195507,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 release: title: Release description: The [release](https://docs.github.com/enterprise-server@3.15/rest/releases/releases/#get-a-release) @@ -195388,6 +195532,7 @@ x-webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -195675,6 +195820,10 @@ x-webhooks: upload_url: type: string format: uri-template + updated_at: + type: string + nullable: true + format: date-time url: type: string format: uri @@ -195682,7 +195831,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *619 + repository: *620 sender: *19 required: - action @@ -195768,10 +195917,10 @@ x-webhooks: type: string enum: - published - enterprise: *616 - installation: *617 - organization: *618 - release: &670 + enterprise: *617 + installation: *618 + organization: *619 + release: &671 title: Release description: The [release](https://docs.github.com/enterprise-server@3.15/rest/releases/releases/#get-a-release) object. @@ -195793,6 +195942,7 @@ x-webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -196075,6 +196225,10 @@ x-webhooks: description: Specifies the commitish value that determines where the Git tag is created from. type: string + updated_at: + type: string + nullable: true + format: date-time upload_url: type: string format: uri-template @@ -196085,7 +196239,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *619 + repository: *620 sender: *19 required: - action @@ -196171,11 +196325,11 @@ x-webhooks: type: string enum: - released - enterprise: *616 - installation: *617 - organization: *618 - release: *669 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + release: *670 + repository: *620 sender: *19 required: - action @@ -196261,11 +196415,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *616 - installation: *617 - organization: *618 - release: *670 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + release: *671 + repository: *620 sender: *19 required: - action @@ -196351,10 +196505,10 @@ x-webhooks: type: string enum: - anonymous_access_disabled - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -196439,10 +196593,10 @@ x-webhooks: type: string enum: - anonymous_access_enabled - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -196527,10 +196681,10 @@ x-webhooks: type: string enum: - archived - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -196617,10 +196771,10 @@ x-webhooks: type: string enum: - created - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -196708,10 +196862,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -196805,10 +196959,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -196930,10 +197084,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -197021,10 +197175,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -197111,10 +197265,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -197218,10 +197372,10 @@ x-webhooks: - name required: - repository - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -197301,10 +197455,10 @@ x-webhooks: type: string enum: - created - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 repository_ruleset: *270 sender: *19 required: @@ -197383,10 +197537,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 repository_ruleset: *270 sender: *19 required: @@ -197465,10 +197619,10 @@ x-webhooks: type: string enum: - edited - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 repository_ruleset: *270 changes: type: object @@ -197783,10 +197937,10 @@ x-webhooks: - from required: - owner - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -197874,10 +198028,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -197965,7 +198119,7 @@ x-webhooks: type: string enum: - create - alert: &671 + alert: &672 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -198086,10 +198240,10 @@ x-webhooks: type: string enum: - open - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -198305,10 +198459,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -198396,11 +198550,11 @@ x-webhooks: type: string enum: - reopen - alert: *671 - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + alert: *672 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -198609,10 +198763,10 @@ x-webhooks: enum: - fixed - open - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -198700,7 +198854,7 @@ x-webhooks: type: string enum: - created - alert: &672 + alert: &673 type: object properties: number: *93 @@ -198780,10 +198934,10 @@ x-webhooks: description: 'The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' nullable: true - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -198874,11 +199028,11 @@ x-webhooks: type: string enum: - created - alert: *672 - installation: *617 - location: *673 - organization: *618 - repository: *619 + alert: *673 + installation: *618 + location: *674 + organization: *619 + repository: *620 sender: *19 required: - location @@ -199121,11 +199275,11 @@ x-webhooks: type: string enum: - reopened - alert: *672 - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + alert: *673 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -199213,11 +199367,11 @@ x-webhooks: type: string enum: - resolved - alert: *672 - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + alert: *673 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -199305,11 +199459,11 @@ x-webhooks: type: string enum: - validated - alert: *672 - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + alert: *673 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -199395,11 +199549,11 @@ x-webhooks: type: string enum: - published - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 - security_advisory: &674 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 + security_advisory: &675 description: The details of the security advisory, including summary, description, and severity. type: object @@ -199592,11 +199746,11 @@ x-webhooks: type: string enum: - updated - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 - security_advisory: *674 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 + security_advisory: *675 sender: *19 required: - action @@ -199679,10 +199833,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -199877,9 +200031,9 @@ x-webhooks: type: object properties: security_and_analysis: *248 - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 repository: *314 sender: *19 required: @@ -199968,12 +200122,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 - sponsorship: &675 + sponsorship: &676 type: object properties: created_at: @@ -200284,12 +200438,12 @@ x-webhooks: type: string enum: - created - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 - sponsorship: *675 + sponsorship: *676 required: - action - sponsorship @@ -200387,12 +200541,12 @@ x-webhooks: type: string required: - from - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 - sponsorship: *675 + sponsorship: *676 required: - action - changes @@ -200479,17 +200633,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &676 + effective_date: &677 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: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 - sponsorship: *675 + sponsorship: *676 required: - action - sponsorship @@ -200573,7 +200727,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &677 + changes: &678 type: object properties: tier: @@ -200617,13 +200771,13 @@ x-webhooks: - from required: - tier - effective_date: *676 - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + effective_date: *677 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 - sponsorship: *675 + sponsorship: *676 required: - action - changes @@ -200710,13 +200864,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *677 - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + changes: *678 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 - sponsorship: *675 + sponsorship: *676 required: - action - changes @@ -200800,10 +200954,10 @@ x-webhooks: type: string enum: - created - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 starred_at: description: 'The time the star was created. This is a timestamp @@ -200896,10 +201050,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 starred_at: description: 'The time the star was created. This is a timestamp @@ -201325,15 +201479,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *616 + enterprise: *617 id: description: The unique identifier of the status. type: integer - installation: *617 + installation: *618 name: type: string - organization: *618 - repository: *619 + organization: *619 + repository: *620 sender: *19 sha: description: The Commit SHA. @@ -201445,12 +201599,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 - team: &678 + team: &679 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -201650,9 +201804,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 repository: title: Repository description: A git repository @@ -202110,7 +202264,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *678 + team: *679 required: - action - team @@ -202196,9 +202350,9 @@ x-webhooks: type: string enum: - created - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 repository: title: Repository description: A git repository @@ -202656,7 +202810,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *678 + team: *679 required: - action - team @@ -202743,9 +202897,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 repository: title: Repository description: A git repository @@ -203203,7 +203357,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *678 + team: *679 required: - action - team @@ -203357,9 +203511,9 @@ x-webhooks: - from required: - permissions - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 repository: title: Repository description: A git repository @@ -203817,7 +203971,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *678 + team: *679 required: - action - changes @@ -203905,9 +204059,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *616 - installation: *617 - organization: *618 + enterprise: *617 + installation: *618 + organization: *619 repository: title: Repository description: A git repository @@ -204365,7 +204519,7 @@ x-webhooks: - topics - visibility sender: *19 - team: *678 + team: *679 required: - action - team @@ -204448,12 +204602,12 @@ x-webhooks: type: string enum: - created - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 - user: *638 + user: *639 required: - action responses: @@ -204531,12 +204685,12 @@ x-webhooks: type: string enum: - deleted - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 - user: *638 + user: *639 required: - action responses: @@ -204617,10 +204771,10 @@ x-webhooks: type: string enum: - started - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 required: - action @@ -204703,16 +204857,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *616 + enterprise: *617 inputs: type: object nullable: true additionalProperties: true - installation: *617 - organization: *618 + installation: *618 + organization: *619 ref: type: string - repository: *619 + repository: *620 sender: *19 workflow: type: string @@ -204804,10 +204958,10 @@ x-webhooks: type: string enum: - completed - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + installation: *618 + organization: *619 + repository: *620 sender: *19 workflow_job: allOf: @@ -205133,10 +205287,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *616 - installation: *617 - organization: *618 - repository: *619 + enterprise: *617 + {"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}