diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.json b/descriptions-next/api.github.com/api.github.com.2022-11-28.json index 9b4d55459e..7aaca879e0 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.json @@ -15371,7 +15371,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" @@ -50129,6 +50129,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] } } @@ -104168,6 +104182,111 @@ "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", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "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.", @@ -104466,6 +104585,12 @@ }, "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" + }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } } }, "required": [ @@ -113477,7 +113602,7 @@ "integer", "null" ], - "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", @@ -129239,6 +129364,13 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "commit_id": { "description": "A commit SHA for the review.", "type": "string", @@ -131788,6 +131920,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "$ref": "#/components/schemas/simple-user" }, @@ -133711,6 +133850,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" }, @@ -140614,6 +140759,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", @@ -142056,6 +142207,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", @@ -147605,6 +147762,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -148022,6 +148186,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -148159,6 +148330,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -148184,6 +148356,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -148586,6 +148759,13 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -171429,6 +171609,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", @@ -172930,6 +173116,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", @@ -174235,6 +174427,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", @@ -175531,6 +175729,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", @@ -176820,6 +177024,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", @@ -178137,6 +178347,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", @@ -179418,6 +179634,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", @@ -180680,6 +180902,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", @@ -182553,6 +182781,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", @@ -183897,6 +184131,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", @@ -185153,6 +185393,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", @@ -187228,6 +187474,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", @@ -227831,6 +228083,13 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -250021,6 +250280,13 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" } }, "required": [ @@ -253272,6 +253538,13 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" } }, "required": [ @@ -268275,6 +268548,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -268684,6 +268958,13 @@ "type": "string", "format": "uri-template" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "url": { "type": "string", "format": "uri" @@ -312887,10 +313168,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-next/api.github.com/api.github.com.2022-11-28.yaml b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml index 2064437a85..3f523f7d77 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml @@ -11244,7 +11244,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" @@ -36621,6 +36621,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 @@ -75496,6 +75503,80 @@ 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 + examples: + - 1 + node_id: + type: string + examples: + - IFT_GDKND + data_type: + description: The data type of the issue field + type: string + enum: + - text + - single_select + - number + - date + examples: + - text + value: + description: The value of the issue field + anyOf: + - type: string + examples: + - Sample text + - type: number + examples: + - 42.5 + - type: integer + examples: + - 1 + type: + - 'null' + - string + - number + - integer + single_select_option: + description: Details about the selected option (only present for single_select + fields) + type: + - object + - 'null' + properties: + id: + description: Unique identifier for the option. + type: integer + format: int64 + examples: + - 1 + name: + description: The name of the option + type: string + examples: + - High + color: + description: The color of the option + type: string + examples: + - red + required: + - id + - name + - color + 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 @@ -75697,6 +75778,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 @@ -82446,7 +82531,8 @@ components: type: - integer - 'null' - 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. @@ -93809,6 +93895,11 @@ components: submitted_at: type: string format: date-time + updated_at: + type: + - string + - 'null' + format: date-time commit_id: description: A commit SHA for the review. type: string @@ -95601,6 +95692,11 @@ components: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time author: "$ref": "#/components/schemas/simple-user" assets: @@ -96868,6 +96964,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: @@ -101974,6 +102074,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 @@ -103046,6 +103150,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 @@ -107215,6 +107323,11 @@ components: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -107520,6 +107633,11 @@ components: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time discussion_url: type: string format: uri @@ -107626,6 +107744,7 @@ components: - published_at - assets - tarball_url + - updated_at - zipball_url - body webhooks_release_1: @@ -107650,6 +107769,7 @@ components: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -107944,6 +108064,11 @@ components: description: Specifies the commitish value that determines where the Git tag is created from. type: string + updated_at: + type: + - string + - 'null' + format: date-time upload_url: type: string format: uri-template @@ -124551,6 +124676,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 @@ -125647,6 +125776,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 @@ -126622,6 +126755,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 @@ -127579,6 +127716,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 @@ -128538,6 +128679,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 @@ -129521,6 +129666,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 @@ -130473,6 +130622,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 @@ -131407,6 +131560,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 @@ -132802,6 +132959,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 @@ -133805,6 +133966,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 @@ -134735,6 +134900,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 @@ -136283,6 +136452,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 @@ -166640,6 +166813,11 @@ components: submitted_at: type: string format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -183338,6 +183516,11 @@ components: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -185765,6 +185948,11 @@ components: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -196997,6 +197185,7 @@ components: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -197296,6 +197485,11 @@ components: upload_url: type: string format: uri-template + updated_at: + type: + - string + - 'null' + format: date-time url: type: string format: uri @@ -234216,10 +234410,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-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index 9b4d55459e..7aaca879e0 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -15371,7 +15371,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" @@ -50129,6 +50129,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] } } @@ -104168,6 +104182,111 @@ "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", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "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.", @@ -104466,6 +104585,12 @@ }, "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" + }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } } }, "required": [ @@ -113477,7 +113602,7 @@ "integer", "null" ], - "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", @@ -129239,6 +129364,13 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "commit_id": { "description": "A commit SHA for the review.", "type": "string", @@ -131788,6 +131920,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "$ref": "#/components/schemas/simple-user" }, @@ -133711,6 +133850,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" }, @@ -140614,6 +140759,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", @@ -142056,6 +142207,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", @@ -147605,6 +147762,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -148022,6 +148186,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -148159,6 +148330,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -148184,6 +148356,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -148586,6 +148759,13 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -171429,6 +171609,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", @@ -172930,6 +173116,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", @@ -174235,6 +174427,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", @@ -175531,6 +175729,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", @@ -176820,6 +177024,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", @@ -178137,6 +178347,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", @@ -179418,6 +179634,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", @@ -180680,6 +180902,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", @@ -182553,6 +182781,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", @@ -183897,6 +184131,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", @@ -185153,6 +185393,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", @@ -187228,6 +187474,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", @@ -227831,6 +228083,13 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -250021,6 +250280,13 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" } }, "required": [ @@ -253272,6 +253538,13 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" } }, "required": [ @@ -268275,6 +268548,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -268684,6 +268958,13 @@ "type": "string", "format": "uri-template" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "url": { "type": "string", "format": "uri" @@ -312887,10 +313168,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-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index 2064437a85..3f523f7d77 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -11244,7 +11244,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" @@ -36621,6 +36621,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 @@ -75496,6 +75503,80 @@ 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 + examples: + - 1 + node_id: + type: string + examples: + - IFT_GDKND + data_type: + description: The data type of the issue field + type: string + enum: + - text + - single_select + - number + - date + examples: + - text + value: + description: The value of the issue field + anyOf: + - type: string + examples: + - Sample text + - type: number + examples: + - 42.5 + - type: integer + examples: + - 1 + type: + - 'null' + - string + - number + - integer + single_select_option: + description: Details about the selected option (only present for single_select + fields) + type: + - object + - 'null' + properties: + id: + description: Unique identifier for the option. + type: integer + format: int64 + examples: + - 1 + name: + description: The name of the option + type: string + examples: + - High + color: + description: The color of the option + type: string + examples: + - red + required: + - id + - name + - color + 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 @@ -75697,6 +75778,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 @@ -82446,7 +82531,8 @@ components: type: - integer - 'null' - 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. @@ -93809,6 +93895,11 @@ components: submitted_at: type: string format: date-time + updated_at: + type: + - string + - 'null' + format: date-time commit_id: description: A commit SHA for the review. type: string @@ -95601,6 +95692,11 @@ components: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time author: "$ref": "#/components/schemas/simple-user" assets: @@ -96868,6 +96964,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: @@ -101974,6 +102074,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 @@ -103046,6 +103150,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 @@ -107215,6 +107323,11 @@ components: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -107520,6 +107633,11 @@ components: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time discussion_url: type: string format: uri @@ -107626,6 +107744,7 @@ components: - published_at - assets - tarball_url + - updated_at - zipball_url - body webhooks_release_1: @@ -107650,6 +107769,7 @@ components: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -107944,6 +108064,11 @@ components: description: Specifies the commitish value that determines where the Git tag is created from. type: string + updated_at: + type: + - string + - 'null' + format: date-time upload_url: type: string format: uri-template @@ -124551,6 +124676,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 @@ -125647,6 +125776,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 @@ -126622,6 +126755,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 @@ -127579,6 +127716,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 @@ -128538,6 +128679,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 @@ -129521,6 +129666,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 @@ -130473,6 +130622,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 @@ -131407,6 +131560,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 @@ -132802,6 +132959,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 @@ -133805,6 +133966,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 @@ -134735,6 +134900,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 @@ -136283,6 +136452,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 @@ -166640,6 +166813,11 @@ components: submitted_at: type: string format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -183338,6 +183516,11 @@ components: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -185765,6 +185948,11 @@ components: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -196997,6 +197185,7 @@ components: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -197296,6 +197485,11 @@ components: upload_url: type: string format: uri-template + updated_at: + type: + - string + - 'null' + format: date-time url: type: string format: uri @@ -234216,10 +234410,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-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index 01d60d2d2a..2cb831df2c 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -29455,6 +29455,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -47621,6 +47729,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -54420,6 +54636,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -97242,9 +97566,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" } @@ -105164,6 +105488,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -117808,6 +118240,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -151963,7 +152503,7 @@ "integer", "null" ], - "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", @@ -153318,7 +153858,7 @@ "integer", "null" ], - "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", @@ -154466,7 +155006,7 @@ "integer", "null" ], - "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", @@ -156420,7 +156960,7 @@ "integer", "null" ], - "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", @@ -157800,7 +158340,7 @@ "integer", "null" ], - "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", @@ -158944,7 +159484,7 @@ "integer", "null" ], - "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", @@ -326960,6 +327500,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -350069,6 +350717,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -353337,6 +354093,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -360781,6 +361645,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -365605,6 +366577,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -370226,6 +371306,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -370689,6 +371877,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] } } @@ -373477,6 +374679,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -376728,6 +378038,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -379776,6 +381194,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -384815,6 +386341,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -387950,6 +389584,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -391169,6 +392911,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -394410,6 +396260,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -411906,6 +413864,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -415051,6 +417117,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -418164,6 +420338,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -421382,6 +423664,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -435006,6 +437396,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -435493,6 +437991,13 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "commit_id": { "description": "A commit SHA for the review.", "type": "string", @@ -496022,6 +498527,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -496868,6 +499380,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -498682,6 +501201,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -499431,6 +501957,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -500205,6 +502738,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -501016,6 +503556,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -505235,7 +507782,7 @@ "integer", "null" ], - "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", @@ -506598,7 +509145,7 @@ "integer", "null" ], - "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", @@ -507595,7 +510142,7 @@ "integer", "null" ], - "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", @@ -509568,7 +512115,7 @@ "integer", "null" ], - "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", @@ -510946,7 +513493,7 @@ "integer", "null" ], - "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", @@ -511939,7 +514486,7 @@ "integer", "null" ], - "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", @@ -551452,6 +553999,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "type": "string" }, @@ -603950,6 +606605,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -639260,6 +642023,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -643087,6 +645958,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -646916,6 +649895,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -658120,6 +661207,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -661949,6 +665144,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -870159,6 +873462,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -872965,6 +876376,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -878614,6 +882133,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -881420,6 +885047,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -887069,6 +890804,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -890824,6 +894667,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -895524,6 +899475,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -899279,6 +903338,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -902548,6 +906715,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -905889,6 +910164,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -909438,6 +913821,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -912791,6 +917282,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -916325,6 +920924,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -919702,6 +924409,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -923107,6 +927922,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -926436,6 +931359,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -929827,6 +934858,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -931911,6 +937050,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -935240,6 +940487,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -938596,6 +943951,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -941791,6 +947254,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -943891,6 +949462,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -947227,6 +952906,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -950732,6 +956519,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -954068,6 +959963,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -957471,6 +963474,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -960777,6 +966888,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -964112,6 +970331,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -1188823,6 +1195150,13 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -1193855,6 +1200189,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -1219520,6 +1225861,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -1225024,6 +1231372,13 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" } }, "required": [ @@ -1230221,6 +1236576,13 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" } }, "required": [ @@ -1258006,6 +1264368,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1258143,6 +1264512,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1260422,6 +1266792,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1260559,6 +1266936,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1262891,6 +1269269,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1263028,6 +1269413,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1265032,6 +1271418,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1265441,6 +1271828,13 @@ "type": "string", "format": "uri-template" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "url": { "type": "string", "format": "uri" @@ -1267453,6 +1273847,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1267855,6 +1274250,13 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -1270146,6 +1276548,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1270283,6 +1276692,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1272286,6 +1278696,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1272688,6 +1279099,13 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -1301990,7 +1308408,7 @@ "integer", "null" ], - "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", @@ -1305214,7 +1311632,7 @@ "integer", "null" ], - "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", @@ -1308438,7 +1314856,7 @@ "integer", "null" ], - "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", @@ -1378208,6 +1384626,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1381963,6 +1388489,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1386660,6 +1393294,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1390415,6 +1397157,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1395112,6 +1401962,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1398867,6 +1405825,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1403564,6 +1410630,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1407319,6 +1414493,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 4cb57427df..41fd6f8797 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -11040,6 +11040,82 @@ paths: - blocking - total_blocked_by - total_blocking + issue_field_values: + type: array + items: &604 + title: Issue Field Value + description: A value assigned to an issue field + type: object + properties: + issue_field_id: + description: Unique identifier for the issue field. + type: integer + format: int64 + examples: + - 1 + node_id: + type: string + examples: + - IFT_GDKND + data_type: + description: The data type of the issue field + type: string + enum: + - text + - single_select + - number + - date + examples: + - text + value: + description: The value of the issue field + anyOf: + - type: string + examples: + - Sample text + - type: number + examples: + - 42.5 + - type: integer + examples: + - 1 + type: + - 'null' + - string + - number + - integer + single_select_option: + description: Details about the selected option + (only present for single_select fields) + type: + - object + - 'null' + properties: + id: + description: Unique identifier for the option. + type: integer + format: int64 + examples: + - 1 + name: + description: The name of the option + type: string + examples: + - High + color: + description: The color of the option + type: string + examples: + - red + required: + - id + - name + - color + required: + - issue_field_id + - node_id + - data_type + - value required: - assignee - closed_at @@ -11637,7 +11713,7 @@ paths: url: type: string format: uri - user: &615 + user: &616 title: Public User description: Public User type: object @@ -16270,7 +16346,7 @@ paths: - avatar_url - description examples: - default: &631 + default: &632 value: - login: github id: 1 @@ -16582,7 +16658,7 @@ paths: url: https://docs.github.com/rest/billing/enhanced-billing#get-billing-usage-report-for-an-organization parameters: - *90 - - &657 + - &658 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, @@ -16591,7 +16667,7 @@ paths: required: false schema: type: integer - - &658 + - &659 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 @@ -16600,7 +16676,7 @@ paths: required: false schema: type: integer - - &659 + - &660 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 @@ -16609,7 +16685,7 @@ paths: required: false schema: type: integer - - &660 + - &661 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 @@ -19925,7 +20001,7 @@ paths: type: array items: *119 examples: - default: &618 + default: &619 value: total_count: 1 repositories: @@ -22246,12 +22322,12 @@ paths: required: - subject_digests examples: - default: &646 + default: &647 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &647 + withPredicateType: &648 value: subject_digests: - sha256:abc123 @@ -22310,7 +22386,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &648 + default: &649 value: attestations_subject_digests: - sha256:abc: @@ -27642,9 +27718,9 @@ paths: - *153 - *154 - *155 - - 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: @@ -31984,7 +32060,7 @@ paths: parameters: - *90 - *202 - - &630 + - &631 name: repo_name description: repo_name parameter in: path @@ -33030,7 +33106,7 @@ paths: - nuget - container - *90 - - &632 + - &633 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -33071,7 +33147,7 @@ paths: default: *209 '403': *27 '401': *23 - '400': &634 + '400': &635 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -37108,10 +37184,11 @@ paths: - integer - 'null' 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: @@ -39983,7 +40060,7 @@ paths: description: Response content: application/json: - schema: &651 + schema: &652 type: object properties: total_minutes_used: @@ -40053,7 +40130,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &652 + default: &653 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -40089,7 +40166,7 @@ paths: description: Response content: application/json: - schema: &653 + schema: &654 type: object properties: total_gigabytes_bandwidth_used: @@ -40107,7 +40184,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &654 + default: &655 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -40139,7 +40216,7 @@ paths: description: Response content: application/json: - schema: &655 + schema: &656 type: object properties: days_left_in_billing_cycle: @@ -40157,7 +40234,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &656 + default: &657 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -41461,7 +41538,7 @@ paths: - updated_at - url examples: - default: &605 + default: &606 value: - author: login: octocat @@ -41709,7 +41786,7 @@ paths: application/json: schema: *281 examples: - default: &606 + default: &607 value: author: login: octocat @@ -41900,7 +41977,7 @@ paths: - updated_at - url examples: - default: &607 + default: &608 value: - author: login: octocat @@ -42126,7 +42203,7 @@ paths: application/json: schema: *284 examples: - default: &608 + default: &609 value: author: login: octocat @@ -42744,7 +42821,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &609 + response-if-user-is-a-team-maintainer: &610 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -42809,7 +42886,7 @@ paths: application/json: schema: *291 examples: - response-if-users-membership-with-team-is-now-pending: &610 + response-if-users-membership-with-team-is-now-pending: &611 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -42951,7 +43028,7 @@ paths: - updated_at - permissions examples: - default: &611 + default: &612 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -43030,7 +43107,7 @@ paths: application/json: schema: *292 examples: - default: &612 + default: &613 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -43241,7 +43318,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &613 + schema: &614 title: Team Repository description: A team's access to a repository. type: object @@ -43970,7 +44047,7 @@ paths: type: array items: *150 examples: - response-if-child-teams-exist: &614 + response-if-child-teams-exist: &615 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -56288,7 +56365,7 @@ paths: check. type: array items: *378 - deployment: &669 + deployment: &670 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -61496,7 +61573,7 @@ paths: type: array items: *419 examples: - default: &621 + default: &622 value: total_count: 2 machines: @@ -72339,7 +72416,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &700 + last_response: &701 title: Hook Response type: object properties: @@ -73314,7 +73391,7 @@ paths: parameters: - *294 - *295 - - &643 + - &644 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -73748,7 +73825,7 @@ paths: type: array items: *489 examples: - default: &636 + default: &637 value: - id: 1 repository: @@ -75702,6 +75779,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 @@ -78098,6 +78182,11 @@ paths: submitted_at: type: string format: date-time + updated_at: + type: + - string + - 'null' + format: date-time commit_id: description: A commit SHA for the review. type: string @@ -85992,6 +86081,11 @@ paths: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time author: *4 assets: type: array @@ -88229,7 +88323,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &721 + items: &722 type: object properties: type: @@ -92462,6 +92556,9 @@ paths: - 'null' sub_issues_summary: *602 issue_dependencies_summary: *603 + issue_field_values: + type: array + items: *604 state: type: string state_reason: @@ -93775,7 +93872,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &604 + - &605 name: team_id description: The unique identifier of the team. in: path @@ -93816,7 +93913,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *604 + - *605 requestBody: required: true content: @@ -93917,7 +94014,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *604 + - *605 responses: '204': description: Response @@ -93948,7 +94045,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy parameters: - - *604 + - *605 - *46 - *17 - *19 @@ -93961,7 +94058,7 @@ paths: type: array items: *281 examples: - default: *605 + default: *606 headers: Link: *57 x-github: @@ -93990,7 +94087,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion-legacy parameters: - - *604 + - *605 requestBody: required: true content: @@ -94053,7 +94150,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion-legacy parameters: - - *604 + - *605 - *283 responses: '200': @@ -94087,7 +94184,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion-legacy parameters: - - *604 + - *605 - *283 requestBody: required: false @@ -94113,7 +94210,7 @@ paths: application/json: schema: *281 examples: - default: *606 + default: *607 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94138,7 +94235,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion-legacy parameters: - - *604 + - *605 - *283 responses: '204': @@ -94168,7 +94265,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *604 + - *605 - *283 - *46 - *17 @@ -94182,7 +94279,7 @@ paths: type: array items: *284 examples: - default: *607 + default: *608 headers: Link: *57 x-github: @@ -94211,7 +94308,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *604 + - *605 - *283 requestBody: required: true @@ -94263,7 +94360,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *604 + - *605 - *283 - *286 responses: @@ -94298,7 +94395,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *604 + - *605 - *283 - *286 requestBody: @@ -94324,7 +94421,7 @@ paths: application/json: schema: *284 examples: - default: *608 + default: *609 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94349,7 +94446,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *604 + - *605 - *283 - *286 responses: @@ -94380,7 +94477,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *604 + - *605 - *283 - *286 - name: content @@ -94439,7 +94536,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *604 + - *605 - *283 - *286 requestBody: @@ -94501,7 +94598,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *604 + - *605 - *283 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -94559,7 +94656,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *604 + - *605 - *283 requestBody: required: true @@ -94618,7 +94715,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *604 + - *605 - *17 - *19 responses: @@ -94656,7 +94753,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *604 + - *605 - name: role description: Filters members returned by their role in the team. in: query @@ -94707,7 +94804,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *604 + - *605 - *132 responses: '204': @@ -94744,7 +94841,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *604 + - *605 - *132 responses: '204': @@ -94784,7 +94881,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *604 + - *605 - *132 responses: '204': @@ -94821,7 +94918,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *604 + - *605 - *132 responses: '200': @@ -94830,7 +94927,7 @@ paths: application/json: schema: *291 examples: - response-if-user-is-a-team-maintainer: *609 + response-if-user-is-a-team-maintainer: *610 '404': *6 x-github: githubCloudOnly: false @@ -94863,7 +94960,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *604 + - *605 - *132 requestBody: required: false @@ -94891,7 +94988,7 @@ paths: application/json: schema: *291 examples: - response-if-users-membership-with-team-is-now-pending: *610 + response-if-users-membership-with-team-is-now-pending: *611 '403': description: Forbidden if team synchronization is set up '422': @@ -94925,7 +95022,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *604 + - *605 - *132 responses: '204': @@ -94954,7 +95051,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-projects-legacy parameters: - - *604 + - *605 - *17 - *19 responses: @@ -94966,7 +95063,7 @@ paths: type: array items: *292 examples: - default: *611 + default: *612 headers: Link: *57 '404': *6 @@ -94992,7 +95089,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *604 + - *605 - *293 responses: '200': @@ -95001,7 +95098,7 @@ paths: application/json: schema: *292 examples: - default: *612 + default: *613 '404': description: Not Found if project is not managed by this team x-github: @@ -95025,7 +95122,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *604 + - *605 - *293 requestBody: required: false @@ -95093,7 +95190,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *604 + - *605 - *293 responses: '204': @@ -95121,7 +95218,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *604 + - *605 - *17 - *19 responses: @@ -95163,7 +95260,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *604 + - *605 - *294 - *295 responses: @@ -95171,7 +95268,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *613 + schema: *614 examples: alternative-response-with-extra-repository-information: value: @@ -95322,7 +95419,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *604 + - *605 - *294 - *295 requestBody: @@ -95374,7 +95471,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *604 + - *605 - *294 - *295 responses: @@ -95401,7 +95498,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *604 + - *605 - *17 - *19 responses: @@ -95413,7 +95510,7 @@ paths: type: array items: *150 examples: - response-if-child-teams-exist: *614 + response-if-child-teams-exist: *615 headers: Link: *57 '404': *6 @@ -95446,7 +95543,7 @@ paths: application/json: schema: oneOf: - - &616 + - &617 title: Private User description: Private User type: object @@ -95696,7 +95793,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *615 + - *616 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -95856,7 +95953,7 @@ paths: description: Response content: application/json: - schema: *616 + schema: *617 examples: default: value: @@ -96254,7 +96351,7 @@ paths: type: integer secrets: type: array - items: &617 + items: &618 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -96374,7 +96471,7 @@ paths: description: Response content: application/json: - schema: *617 + schema: *618 examples: default: value: @@ -96520,7 +96617,7 @@ paths: type: array items: *119 examples: - default: *618 + default: *619 '401': *23 '403': *27 '404': *6 @@ -96787,7 +96884,7 @@ paths: description: Response content: application/json: - schema: &619 + schema: &620 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -96840,7 +96937,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &620 + default: &621 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -96885,9 +96982,9 @@ paths: description: Response content: application/json: - schema: *619 + schema: *620 examples: - default: *620 + default: *621 '404': *6 x-github: githubCloudOnly: false @@ -96926,7 +97023,7 @@ paths: type: array items: *419 examples: - default: *621 + default: *622 '304': *35 '500': *91 '401': *23 @@ -97892,7 +97989,7 @@ paths: type: array items: *208 examples: - default: &633 + default: &634 value: - id: 197 name: hello_docker @@ -97993,7 +98090,7 @@ paths: application/json: schema: type: array - items: &622 + items: &623 title: Email description: Email type: object @@ -98063,9 +98160,9 @@ paths: application/json: schema: type: array - items: *622 + items: *623 examples: - default: &635 + default: &636 value: - email: octocat@github.com verified: true @@ -98142,7 +98239,7 @@ paths: application/json: schema: type: array - items: *622 + items: *623 examples: default: value: @@ -98400,7 +98497,7 @@ paths: application/json: schema: type: array - items: &623 + items: &624 title: GPG Key description: A unique encryption key type: object @@ -98545,7 +98642,7 @@ paths: - subkeys - revoked examples: - default: &649 + default: &650 value: - id: 3 name: Octocat's GPG Key @@ -98630,9 +98727,9 @@ paths: description: Response content: application/json: - schema: *623 + schema: *624 examples: - default: &624 + default: &625 value: id: 3 name: Octocat's GPG Key @@ -98689,7 +98786,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &625 + - &626 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -98701,9 +98798,9 @@ paths: description: Response content: application/json: - schema: *623 + schema: *624 examples: - default: *624 + default: *625 '404': *6 '304': *35 '403': *27 @@ -98726,7 +98823,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *625 + - *626 responses: '204': description: Response @@ -99181,7 +99278,7 @@ paths: application/json: schema: type: array - items: &626 + items: &627 title: Key description: Key type: object @@ -99284,9 +99381,9 @@ paths: description: Response content: application/json: - schema: *626 + schema: *627 examples: - default: &627 + default: &628 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -99325,9 +99422,9 @@ paths: description: Response content: application/json: - schema: *626 + schema: *627 examples: - default: *627 + default: *628 '404': *6 '304': *35 '403': *27 @@ -99383,7 +99480,7 @@ paths: application/json: schema: type: array - items: &628 + items: &629 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -99462,7 +99559,7 @@ paths: - account - plan examples: - default: &629 + default: &630 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -99524,9 +99621,9 @@ paths: application/json: schema: type: array - items: *628 + items: *629 examples: - default: *629 + default: *630 headers: Link: *57 '304': *35 @@ -100530,7 +100627,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *202 - - *630 + - *631 responses: '204': description: Response @@ -100603,7 +100700,7 @@ paths: type: array items: *149 examples: - default: *631 + default: *632 headers: Link: *57 '304': *35 @@ -100645,7 +100742,7 @@ paths: - docker - nuget - container - - *632 + - *633 - *19 - *17 responses: @@ -100657,8 +100754,8 @@ paths: type: array items: *208 examples: - default: *633 - '400': *634 + default: *634 + '400': *635 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100687,7 +100784,7 @@ paths: application/json: schema: *208 examples: - default: &650 + default: &651 value: id: 40201 name: octo-name @@ -101142,9 +101239,9 @@ paths: application/json: schema: type: array - items: *622 + items: *623 examples: - default: *635 + default: *636 headers: Link: *57 '304': *35 @@ -101257,7 +101354,7 @@ paths: type: array items: *59 examples: - default: &642 + default: &643 summary: Default response value: - id: 1296269 @@ -101617,7 +101714,7 @@ paths: type: array items: *489 examples: - default: *636 + default: *637 headers: Link: *57 '304': *35 @@ -101696,7 +101793,7 @@ paths: application/json: schema: type: array - items: &637 + items: &638 title: Social account description: Social media account type: object @@ -101713,7 +101810,7 @@ paths: - provider - url examples: - default: &638 + default: &639 value: - provider: twitter url: https://twitter.com/github @@ -101776,9 +101873,9 @@ paths: application/json: schema: type: array - items: *637 + items: *638 examples: - default: *638 + default: *639 '422': *15 '304': *35 '404': *6 @@ -101866,7 +101963,7 @@ paths: application/json: schema: type: array - items: &639 + items: &640 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -101886,7 +101983,7 @@ paths: - title - created_at examples: - default: &661 + default: &662 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -101953,9 +102050,9 @@ paths: description: Response content: application/json: - schema: *639 + schema: *640 examples: - default: &640 + default: &641 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -101986,7 +102083,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: - - &641 + - &642 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -101998,9 +102095,9 @@ paths: description: Response content: application/json: - schema: *639 + schema: *640 examples: - default: *640 + default: *641 '404': *6 '304': *35 '403': *27 @@ -102023,7 +102120,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: - - *641 + - *642 responses: '204': description: Response @@ -102052,7 +102149,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &662 + - &663 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 @@ -102077,11 +102174,11 @@ paths: type: array items: *59 examples: - default-response: *642 + default-response: *643 application/vnd.github.v3.star+json: schema: type: array - items: &663 + items: &664 title: Starred Repository description: Starred Repository type: object @@ -102450,10 +102547,10 @@ paths: application/json: schema: oneOf: + - *617 - *616 - - *615 examples: - default-response: &644 + default-response: &645 summary: Default response value: login: octocat @@ -102488,7 +102585,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &645 + response-with-git-hub-plan-information: &646 summary: Response with GitHub plan information value: login: octocat @@ -102548,7 +102645,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *643 + - *644 - *17 responses: '200': @@ -102597,11 +102694,11 @@ paths: application/json: schema: oneOf: + - *617 - *616 - - *615 examples: - default-response: *644 - response-with-git-hub-plan-information: *645 + default-response: *645 + response-with-git-hub-plan-information: *646 '404': *6 x-github: githubCloudOnly: false @@ -102650,8 +102747,8 @@ paths: required: - subject_digests examples: - default: *646 - withPredicateType: *647 + default: *647 + withPredicateType: *648 responses: '200': description: Response @@ -102705,7 +102802,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *648 + default: *649 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102948,7 +103045,7 @@ paths: type: array items: *208 examples: - default: *633 + default: *634 '403': *27 '401': *23 x-github: @@ -103352,9 +103449,9 @@ paths: application/json: schema: type: array - items: *623 + items: *624 examples: - default: *649 + default: *650 headers: Link: *57 x-github: @@ -103544,7 +103641,7 @@ paths: type: array items: *149 examples: - default: *631 + default: *632 headers: Link: *57 x-github: @@ -103583,7 +103680,7 @@ paths: - docker - nuget - container - - *632 + - *633 - *132 - *19 - *17 @@ -103596,10 +103693,10 @@ paths: type: array items: *208 examples: - default: *633 + default: *634 '403': *27 '401': *23 - '400': *634 + '400': *635 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -103629,7 +103726,7 @@ paths: application/json: schema: *208 examples: - default: *650 + default: *651 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -104228,9 +104325,9 @@ paths: description: Response content: application/json: - schema: *651 + schema: *652 examples: - default: *652 + default: *653 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -104258,9 +104355,9 @@ paths: description: Response content: application/json: - schema: *653 + schema: *654 examples: - default: *654 + default: *655 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -104288,9 +104385,9 @@ paths: description: Response content: application/json: - schema: *655 + schema: *656 examples: - default: *656 + default: *657 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -104311,10 +104408,10 @@ paths: url: https://docs.github.com/rest/billing/enhanced-billing#get-billing-usage-report-for-a-user parameters: - *132 - - *657 - *658 - *659 - *660 + - *661 responses: '200': description: Response when getting a billing usage report @@ -104413,9 +104510,9 @@ paths: application/json: schema: type: array - items: *637 + items: *638 examples: - default: *638 + default: *639 headers: Link: *57 x-github: @@ -104445,9 +104542,9 @@ paths: application/json: schema: type: array - items: *639 + items: *640 examples: - default: *661 + default: *662 headers: Link: *57 x-github: @@ -104472,7 +104569,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *132 - - *662 + - *663 - *46 - *17 - *19 @@ -104484,11 +104581,11 @@ paths: schema: anyOf: - type: array - items: *663 + items: *664 - type: array items: *59 examples: - default-response: *642 + default-response: *643 headers: Link: *57 x-github: @@ -104648,7 +104745,7 @@ webhooks: type: string enum: - disabled - enterprise: &664 + enterprise: &665 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -104717,7 +104814,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &665 + installation: &666 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -104738,7 +104835,7 @@ webhooks: required: - id - node_id - organization: &666 + organization: &667 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -104811,7 +104908,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &667 + repository: &668 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -105724,10 +105821,10 @@ webhooks: type: string enum: - enabled - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -105803,11 +105900,11 @@ webhooks: type: string enum: - created - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 - rule: &668 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 + rule: &669 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) @@ -106030,11 +106127,11 @@ webhooks: type: string enum: - deleted - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 - rule: *668 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 + rule: *669 sender: *4 required: - action @@ -106222,11 +106319,11 @@ webhooks: - everyone required: - from - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 - rule: *668 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 + rule: *669 sender: *4 required: - action @@ -106310,7 +106407,7 @@ webhooks: type: string enum: - completed - check_run: &670 + check_run: &671 title: CheckRun description: A check performed on the code of a given code change type: object @@ -106420,7 +106517,7 @@ webhooks: - examples: - neutral - deployment: *669 + deployment: *670 details_url: type: string examples: @@ -106518,9 +106615,9 @@ webhooks: - output - app - pull_requests - installation: *665 - organization: *666 - repository: *667 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - check_run @@ -106913,10 +107010,10 @@ webhooks: type: string enum: - created - check_run: *670 - installation: *665 - organization: *666 - repository: *667 + check_run: *671 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - check_run @@ -107312,10 +107409,10 @@ webhooks: type: string enum: - requested_action - check_run: *670 - installation: *665 - organization: *666 - repository: *667 + check_run: *671 + installation: *666 + organization: *667 + repository: *668 requested_action: description: The action requested by the user. type: object @@ -107720,10 +107817,10 @@ webhooks: type: string enum: - rerequested - check_run: *670 - installation: *665 - organization: *666 - repository: *667 + check_run: *671 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - check_run @@ -108715,10 +108812,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -109403,10 +109500,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -110085,10 +110182,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -110406,20 +110503,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &671 + commit_oid: &672 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: *664 - installation: *665 - organization: *666 - ref: &672 + enterprise: *665 + installation: *666 + organization: *667 + ref: &673 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: *667 + repository: *668 sender: *4 required: - action @@ -110824,12 +110921,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *671 - enterprise: *664 - installation: *665 - organization: *666 - ref: *672 - repository: *667 + commit_oid: *672 + enterprise: *665 + installation: *666 + organization: *667 + ref: *673 + repository: *668 sender: *4 required: - action @@ -111109,12 +111206,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *671 - enterprise: *664 - installation: *665 - organization: *666 - ref: *672 - repository: *667 + commit_oid: *672 + enterprise: *665 + installation: *666 + organization: *667 + ref: *673 + repository: *668 sender: *4 required: - action @@ -111457,12 +111554,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *671 - enterprise: *664 - installation: *665 - organization: *666 - ref: *672 - repository: *667 + commit_oid: *672 + enterprise: *665 + installation: *666 + organization: *667 + ref: *673 + repository: *668 sender: *4 required: - action @@ -111742,9 +111839,9 @@ webhooks: type: - string - 'null' - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -111752,7 +111849,7 @@ webhooks: type: - string - 'null' - repository: *667 + repository: *668 sender: *4 required: - action @@ -111995,12 +112092,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *671 - enterprise: *664 - installation: *665 - organization: *666 - ref: *672 - repository: *667 + commit_oid: *672 + enterprise: *665 + installation: *666 + organization: *667 + ref: *673 + repository: *668 sender: *4 required: - action @@ -112262,10 +112359,10 @@ webhooks: - updated_at - author_association - body - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -112346,18 +112443,18 @@ webhooks: type: - string - 'null' - enterprise: *664 - installation: *665 + enterprise: *665 + installation: *666 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *666 - pusher_type: &673 + organization: *667 + pusher_type: &674 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &674 + ref: &675 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -112367,7 +112464,7 @@ webhooks: enum: - tag - branch - repository: *667 + repository: *668 sender: *4 required: - ref @@ -112450,9 +112547,9 @@ webhooks: enum: - created definition: *225 - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 sender: *4 required: - action @@ -112537,9 +112634,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 sender: *4 required: - action @@ -112617,9 +112714,9 @@ webhooks: enum: - promote_to_enterprise definition: *225 - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 sender: *4 required: - action @@ -112697,9 +112794,9 @@ webhooks: enum: - updated definition: *225 - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 sender: *4 required: - action @@ -112776,10 +112873,10 @@ webhooks: type: string enum: - updated - enterprise: *664 - installation: *665 - repository: *667 - organization: *666 + enterprise: *665 + installation: *666 + repository: *668 + organization: *667 sender: *4 new_property_values: type: array @@ -112864,18 +112961,18 @@ webhooks: title: delete event type: object properties: - enterprise: *664 - installation: *665 - organization: *666 - pusher_type: *673 - ref: *674 + enterprise: *665 + installation: *666 + organization: *667 + pusher_type: *674 + ref: *675 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *667 + repository: *668 sender: *4 required: - ref @@ -112960,10 +113057,10 @@ webhooks: enum: - auto_dismissed alert: *445 - installation: *665 - organization: *666 - enterprise: *664 - repository: *667 + installation: *666 + organization: *667 + enterprise: *665 + repository: *668 sender: *4 required: - action @@ -113048,10 +113145,10 @@ webhooks: enum: - auto_reopened alert: *445 - installation: *665 - organization: *666 - enterprise: *664 - repository: *667 + installation: *666 + organization: *667 + enterprise: *665 + repository: *668 sender: *4 required: - action @@ -113136,10 +113233,10 @@ webhooks: enum: - created alert: *445 - installation: *665 - organization: *666 - enterprise: *664 - repository: *667 + installation: *666 + organization: *667 + enterprise: *665 + repository: *668 sender: *4 required: - action @@ -113222,10 +113319,10 @@ webhooks: enum: - dismissed alert: *445 - installation: *665 - organization: *666 - enterprise: *664 - repository: *667 + installation: *666 + organization: *667 + enterprise: *665 + repository: *668 sender: *4 required: - action @@ -113308,10 +113405,10 @@ webhooks: enum: - fixed alert: *445 - installation: *665 - organization: *666 - enterprise: *664 - repository: *667 + installation: *666 + organization: *667 + enterprise: *665 + repository: *668 sender: *4 required: - action @@ -113395,10 +113492,10 @@ webhooks: enum: - reintroduced alert: *445 - installation: *665 - organization: *666 - enterprise: *664 - repository: *667 + installation: *666 + organization: *667 + enterprise: *665 + repository: *668 sender: *4 required: - action @@ -113481,10 +113578,10 @@ webhooks: enum: - reopened alert: *445 - installation: *665 - organization: *666 - enterprise: *664 - repository: *667 + installation: *666 + organization: *667 + enterprise: *665 + repository: *668 sender: *4 required: - action @@ -113561,9 +113658,9 @@ webhooks: type: string enum: - created - enterprise: *664 - installation: *665 - key: &675 + enterprise: *665 + installation: *666 + key: &676 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -113601,8 +113698,8 @@ webhooks: - verified - created_at - read_only - organization: *666 - repository: *667 + organization: *667 + repository: *668 sender: *4 required: - action @@ -113679,11 +113776,11 @@ webhooks: type: string enum: - deleted - enterprise: *664 - installation: *665 - key: *675 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + key: *676 + organization: *667 + repository: *668 sender: *4 required: - action @@ -114255,12 +114352,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 - workflow: &679 + workflow: &680 title: Workflow type: - object @@ -115002,9 +115099,9 @@ webhooks: pull_requests: type: array items: *533 - repository: *667 - organization: *666 - installation: *665 + repository: *668 + organization: *667 + installation: *666 sender: *4 responses: '200': @@ -115075,7 +115172,7 @@ webhooks: type: string enum: - approved - approver: &676 + approver: &677 type: object properties: avatar_url: @@ -115118,11 +115215,11 @@ webhooks: type: string comment: type: string - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 - reviewers: &677 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 + reviewers: &678 type: array items: type: object @@ -115203,7 +115300,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &678 + workflow_job_run: &679 type: object properties: conclusion: @@ -115949,18 +116046,18 @@ webhooks: type: string enum: - rejected - approver: *676 + approver: *677 comment: type: string - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 - reviewers: *677 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 + reviewers: *678 sender: *4 since: type: string - workflow_job_run: *678 + workflow_job_run: *679 workflow_job_runs: type: array items: @@ -116677,13 +116774,13 @@ webhooks: type: string enum: - requested - enterprise: *664 + enterprise: *665 environment: type: string - installation: *665 - organization: *666 - repository: *667 - requestor: &684 + installation: *666 + organization: *667 + repository: *668 + requestor: &685 title: User type: - object @@ -118626,12 +118723,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 - workflow: *679 + workflow: *680 workflow_run: title: Deployment Workflow Run type: @@ -119322,7 +119419,7 @@ webhooks: type: string enum: - answered - answer: &682 + answer: &683 type: object properties: author_association: @@ -119482,7 +119579,7 @@ webhooks: - created_at - updated_at - body - discussion: &680 + discussion: &681 title: Discussion description: A Discussion in a repository. type: object @@ -119800,10 +119897,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -119930,11 +120027,11 @@ webhooks: - from required: - category - discussion: *680 - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + discussion: *681 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -120017,11 +120114,11 @@ webhooks: type: string enum: - closed - discussion: *680 - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + discussion: *681 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -120103,7 +120200,7 @@ webhooks: type: string enum: - created - comment: &681 + comment: &682 type: object properties: author_association: @@ -120263,11 +120360,11 @@ webhooks: - updated_at - body - reactions - discussion: *680 - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + discussion: *681 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -120350,12 +120447,12 @@ webhooks: type: string enum: - deleted - comment: *681 - discussion: *680 - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + comment: *682 + discussion: *681 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -120450,12 +120547,12 @@ webhooks: - from required: - body - comment: *681 - discussion: *680 - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + comment: *682 + discussion: *681 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -120539,11 +120636,11 @@ webhooks: type: string enum: - created - discussion: *680 - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + discussion: *681 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -120625,11 +120722,11 @@ webhooks: type: string enum: - deleted - discussion: *680 - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + discussion: *681 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -120729,11 +120826,11 @@ webhooks: type: string required: - from - discussion: *680 - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + discussion: *681 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -120815,10 +120912,10 @@ webhooks: type: string enum: - labeled - discussion: *680 - enterprise: *664 - installation: *665 - label: &683 + discussion: *681 + enterprise: *665 + installation: *666 + label: &684 title: Label type: object properties: @@ -120851,8 +120948,8 @@ webhooks: - color - default - description - organization: *666 - repository: *667 + organization: *667 + repository: *668 sender: *4 required: - action @@ -120935,11 +121032,11 @@ webhooks: type: string enum: - locked - discussion: *680 - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + discussion: *681 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -121021,11 +121118,11 @@ webhooks: type: string enum: - pinned - discussion: *680 - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + discussion: *681 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -121107,11 +121204,11 @@ webhooks: type: string enum: - reopened - discussion: *680 - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + discussion: *681 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -121196,16 +121293,16 @@ webhooks: changes: type: object properties: - new_discussion: *680 - new_repository: *667 + new_discussion: *681 + new_repository: *668 required: - new_discussion - new_repository - discussion: *680 - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + discussion: *681 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -121288,10 +121385,10 @@ webhooks: type: string enum: - unanswered - discussion: *680 - old_answer: *682 - organization: *666 - repository: *667 + discussion: *681 + old_answer: *683 + organization: *667 + repository: *668 sender: *4 required: - action @@ -121373,12 +121470,12 @@ webhooks: type: string enum: - unlabeled - discussion: *680 - enterprise: *664 - installation: *665 - label: *683 - organization: *666 - repository: *667 + discussion: *681 + enterprise: *665 + installation: *666 + label: *684 + organization: *667 + repository: *668 sender: *4 required: - action @@ -121461,11 +121558,11 @@ webhooks: type: string enum: - unlocked - discussion: *680 - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + discussion: *681 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -121547,11 +121644,11 @@ webhooks: type: string enum: - unpinned - discussion: *680 - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + discussion: *681 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -121624,7 +121721,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *664 + enterprise: *665 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -122302,9 +122399,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *665 - organization: *666 - repository: *667 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - forkee @@ -122450,9 +122547,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 pages: description: The pages that were updated. type: array @@ -122490,7 +122587,7 @@ webhooks: - action - sha - html_url - repository: *667 + repository: *668 sender: *4 required: - pages @@ -122566,10 +122663,10 @@ webhooks: type: string enum: - created - enterprise: *664 + enterprise: *665 installation: *20 - organization: *666 - repositories: &685 + organization: *667 + repositories: &686 description: An array of repository objects that the installation can access. type: array @@ -122595,8 +122692,8 @@ webhooks: - name - full_name - private - repository: *667 - requester: *684 + repository: *668 + requester: *685 sender: *4 required: - action @@ -122671,11 +122768,11 @@ webhooks: type: string enum: - deleted - enterprise: *664 + enterprise: *665 installation: *20 - organization: *666 - repositories: *685 - repository: *667 + organization: *667 + repositories: *686 + repository: *668 requester: type: - 'null' @@ -122752,11 +122849,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *664 + enterprise: *665 installation: *20 - organization: *666 - repositories: *685 - repository: *667 + organization: *667 + repositories: *686 + repository: *668 requester: type: - 'null' @@ -122833,10 +122930,10 @@ webhooks: type: string enum: - added - enterprise: *664 + enterprise: *665 installation: *20 - organization: *666 - repositories_added: &686 + organization: *667 + repositories_added: &687 description: An array of repository objects, which were added to the installation. type: array @@ -122882,15 +122979,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *667 - repository_selection: &687 + repository: *668 + repository_selection: &688 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *684 + requester: *685 sender: *4 required: - action @@ -122969,10 +123066,10 @@ webhooks: type: string enum: - removed - enterprise: *664 + enterprise: *665 installation: *20 - organization: *666 - repositories_added: *686 + organization: *667 + repositories_added: *687 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -122999,9 +123096,9 @@ webhooks: - name - full_name - private - repository: *667 - repository_selection: *687 - requester: *684 + repository: *668 + repository_selection: *688 + requester: *685 sender: *4 required: - action @@ -123080,11 +123177,11 @@ webhooks: type: string enum: - suspend - enterprise: *664 + enterprise: *665 installation: *20 - organization: *666 - repositories: *685 - repository: *667 + organization: *667 + repositories: *686 + repository: *668 requester: type: - 'null' @@ -123266,10 +123363,10 @@ webhooks: type: string required: - from - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 target_type: type: string @@ -123348,11 +123445,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *664 + enterprise: *665 installation: *20 - organization: *666 - repositories: *685 - repository: *667 + organization: *667 + repositories: *686 + repository: *668 requester: type: - 'null' @@ -123600,8 +123697,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *664 - installation: *665 + enterprise: *665 + installation: *666 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -124780,8 +124877,8 @@ webhooks: - state - locked - assignee - organization: *666 - repository: *667 + organization: *667 + repository: *668 sender: *4 required: - action @@ -124861,7 +124958,7 @@ webhooks: type: string enum: - deleted - comment: &688 + comment: &689 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -125028,8 +125125,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *664 - installation: *665 + enterprise: *665 + installation: *666 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -126206,8 +126303,8 @@ webhooks: - state - locked - assignee - organization: *666 - repository: *667 + organization: *667 + repository: *668 sender: *4 required: - action @@ -126287,7 +126384,7 @@ webhooks: type: string enum: - edited - changes: &713 + changes: &714 description: The changes to the comment. type: object properties: @@ -126299,9 +126396,9 @@ webhooks: type: string required: - from - comment: *688 - enterprise: *664 - installation: *665 + comment: *689 + enterprise: *665 + installation: *666 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -127479,8 +127576,8 @@ webhooks: - state - locked - assignee - organization: *666 - repository: *667 + organization: *667 + repository: *668 sender: *4 required: - action @@ -127570,9 +127667,9 @@ webhooks: type: number blocking_issue: *74 blocking_issue_repo: *59 - installation: *665 - organization: *666 - repository: *667 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -127666,9 +127763,9 @@ webhooks: type: number blocking_issue: *74 blocking_issue_repo: *59 - installation: *665 - organization: *666 - repository: *667 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -127761,9 +127858,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *74 - installation: *665 - organization: *666 - repository: *667 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -127857,9 +127954,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *74 - installation: *665 - organization: *666 - repository: *667 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -127944,10 +128041,10 @@ webhooks: type: string enum: - assigned - assignee: *684 - enterprise: *664 - installation: *665 - issue: &691 + assignee: *685 + enterprise: *665 + installation: *666 + issue: &692 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -128761,6 +128858,9 @@ webhooks: format: uri sub_issues_summary: *602 issue_dependencies_summary: *603 + issue_field_values: + type: array + items: *604 state: description: State of the issue; either 'open' or 'closed' type: string @@ -128880,8 +128980,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *666 - repository: *667 + organization: *667 + repository: *668 sender: *4 required: - action @@ -128961,8 +129061,8 @@ webhooks: type: string enum: - closed - enterprise: *664 - installation: *665 + enterprise: *665 + installation: *666 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -129781,6 +129881,9 @@ webhooks: format: uri sub_issues_summary: *602 issue_dependencies_summary: *603 + issue_field_values: + type: array + items: *604 state: description: State of the issue; either 'open' or 'closed' type: string @@ -130043,8 +130146,8 @@ webhooks: required: - state - closed_at - organization: *666 - repository: *667 + organization: *667 + repository: *668 sender: *4 required: - action @@ -130123,8 +130226,8 @@ webhooks: type: string enum: - deleted - enterprise: *664 - installation: *665 + enterprise: *665 + installation: *666 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -130934,6 +131037,9 @@ webhooks: format: uri sub_issues_summary: *602 issue_dependencies_summary: *603 + issue_field_values: + type: array + items: *604 state: description: State of the issue; either 'open' or 'closed' type: string @@ -131052,8 +131158,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *666 - repository: *667 + organization: *667 + repository: *668 sender: *4 required: - action @@ -131132,8 +131238,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *664 - installation: *665 + enterprise: *665 + installation: *666 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -131966,6 +132072,9 @@ webhooks: format: uri sub_issues_summary: *602 issue_dependencies_summary: *603 + issue_field_values: + type: array + items: *604 state: description: State of the issue; either 'open' or 'closed' type: string @@ -132063,7 +132172,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &689 + milestone: &690 title: Milestone description: A collection of related issues and pull requests. type: object @@ -132206,8 +132315,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *666 - repository: *667 + organization: *667 + repository: *668 sender: *4 required: - action @@ -132306,8 +132415,8 @@ webhooks: type: string required: - from - enterprise: *664 - installation: *665 + enterprise: *665 + installation: *666 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -133121,6 +133230,9 @@ webhooks: format: uri sub_issues_summary: *602 issue_dependencies_summary: *603 + issue_field_values: + type: array + items: *604 state: description: State of the issue; either 'open' or 'closed' type: string @@ -133240,9 +133352,9 @@ webhooks: - active_lock_reason - body - reactions - label: *683 - organization: *666 - repository: *667 + label: *684 + organization: *667 + repository: *668 sender: *4 required: - action @@ -133322,8 +133434,8 @@ webhooks: type: string enum: - labeled - enterprise: *664 - installation: *665 + enterprise: *665 + installation: *666 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -134136,6 +134248,9 @@ webhooks: format: uri sub_issues_summary: *602 issue_dependencies_summary: *603 + issue_field_values: + type: array + items: *604 state: description: State of the issue; either 'open' or 'closed' type: string @@ -134255,9 +134370,9 @@ webhooks: - active_lock_reason - body - reactions - label: *683 - organization: *666 - repository: *667 + label: *684 + organization: *667 + repository: *668 sender: *4 required: - action @@ -134337,8 +134452,8 @@ webhooks: type: string enum: - locked - enterprise: *664 - installation: *665 + enterprise: *665 + installation: *666 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -135176,6 +135291,9 @@ webhooks: format: uri sub_issues_summary: *602 issue_dependencies_summary: *603 + issue_field_values: + type: array + items: *604 state: description: State of the issue; either 'open' or 'closed' type: string @@ -135272,8 +135390,8 @@ webhooks: format: uri user_view_type: type: string - organization: *666 - repository: *667 + organization: *667 + repository: *668 sender: *4 required: - action @@ -135352,8 +135470,8 @@ webhooks: type: string enum: - milestoned - enterprise: *664 - installation: *665 + enterprise: *665 + installation: *666 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -136185,6 +136303,9 @@ webhooks: format: uri sub_issues_summary: *602 issue_dependencies_summary: *603 + issue_field_values: + type: array + items: *604 state: description: State of the issue; either 'open' or 'closed' type: string @@ -136281,9 +136402,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *689 - organization: *666 - repository: *667 + milestone: *690 + organization: *667 + repository: *668 sender: *4 required: - action @@ -137177,6 +137298,9 @@ webhooks: format: uri sub_issues_summary: *602 issue_dependencies_summary: *603 + issue_field_values: + type: array + items: *604 state: description: State of the issue; either 'open' or 'closed' type: string @@ -137753,8 +137877,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *664 - installation: *665 + enterprise: *665 + installation: *666 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -138568,6 +138692,9 @@ webhooks: format: uri sub_issues_summary: *602 issue_dependencies_summary: *603 + issue_field_values: + type: array + items: *604 state: description: State of the issue; either 'open' or 'closed' type: string @@ -138686,8 +138813,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *666 - repository: *667 + organization: *667 + repository: *668 sender: *4 required: - action @@ -138767,9 +138894,9 @@ webhooks: type: string enum: - pinned - enterprise: *664 - installation: *665 - issue: &690 + enterprise: *665 + installation: *666 + issue: &691 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -139577,6 +139704,9 @@ webhooks: format: uri sub_issues_summary: *602 issue_dependencies_summary: *603 + issue_field_values: + type: array + items: *604 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139695,8 +139825,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *666 - repository: *667 + organization: *667 + repository: *668 sender: *4 required: - action @@ -139775,8 +139905,8 @@ webhooks: type: string enum: - reopened - enterprise: *664 - installation: *665 + enterprise: *665 + installation: *666 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -140612,6 +140742,9 @@ webhooks: format: uri sub_issues_summary: *602 issue_dependencies_summary: *603 + issue_field_values: + type: array + items: *604 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140709,8 +140842,8 @@ webhooks: user_view_type: type: string type: *189 - organization: *666 - repository: *667 + organization: *667 + repository: *668 sender: *4 required: - action @@ -141601,6 +141734,9 @@ webhooks: format: uri sub_issues_summary: *602 issue_dependencies_summary: *603 + issue_field_values: + type: array + items: *604 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142199,11 +142335,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *664 - installation: *665 - issue: *690 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + issue: *691 + organization: *667 + repository: *668 sender: *4 required: - action @@ -142283,12 +142419,12 @@ webhooks: type: string enum: - typed - enterprise: *664 - installation: *665 - issue: *691 + enterprise: *665 + installation: *666 + issue: *692 type: *189 - organization: *666 - repository: *667 + organization: *667 + repository: *668 sender: *4 required: - action @@ -142369,7 +142505,7 @@ webhooks: type: string enum: - unassigned - assignee: &716 + assignee: &717 title: User type: - object @@ -142441,11 +142577,11 @@ webhooks: required: - login - id - enterprise: *664 - installation: *665 - issue: *691 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + issue: *692 + organization: *667 + repository: *668 sender: *4 required: - action @@ -142524,12 +142660,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *664 - installation: *665 - issue: *691 - label: *683 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + issue: *692 + label: *684 + organization: *667 + repository: *668 sender: *4 required: - action @@ -142609,8 +142745,8 @@ webhooks: type: string enum: - unlocked - enterprise: *664 - installation: *665 + enterprise: *665 + installation: *666 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -143446,6 +143582,9 @@ webhooks: format: uri sub_issues_summary: *602 issue_dependencies_summary: *603 + issue_field_values: + type: array + items: *604 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143542,8 +143681,8 @@ webhooks: format: uri user_view_type: type: string - organization: *666 - repository: *667 + organization: *667 + repository: *668 sender: *4 required: - action @@ -143623,11 +143762,11 @@ webhooks: type: string enum: - unpinned - enterprise: *664 - installation: *665 - issue: *690 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + issue: *691 + organization: *667 + repository: *668 sender: *4 required: - action @@ -143706,12 +143845,12 @@ webhooks: type: string enum: - untyped - enterprise: *664 - installation: *665 - issue: *691 + enterprise: *665 + installation: *666 + issue: *692 type: *189 - organization: *666 - repository: *667 + organization: *667 + repository: *668 sender: *4 required: - action @@ -143791,11 +143930,11 @@ webhooks: type: string enum: - created - enterprise: *664 - installation: *665 - label: *683 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + label: *684 + organization: *667 + repository: *668 sender: *4 required: - action @@ -143873,11 +144012,11 @@ webhooks: type: string enum: - deleted - enterprise: *664 - installation: *665 - label: *683 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + label: *684 + organization: *667 + repository: *668 sender: *4 required: - action @@ -143987,11 +144126,11 @@ webhooks: type: string required: - from - enterprise: *664 - installation: *665 - label: *683 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + label: *684 + organization: *667 + repository: *668 sender: *4 required: - action @@ -144073,9 +144212,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *664 - installation: *665 - marketplace_purchase: &692 + enterprise: *665 + installation: *666 + marketplace_purchase: &693 title: Marketplace Purchase type: object required: @@ -144163,8 +144302,8 @@ webhooks: type: integer unit_count: type: integer - organization: *666 - previous_marketplace_purchase: &693 + organization: *667 + previous_marketplace_purchase: &694 title: Marketplace Purchase type: object properties: @@ -144248,7 +144387,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *667 + repository: *668 sender: *4 required: - action @@ -144328,10 +144467,10 @@ webhooks: - changed effective_date: type: string - enterprise: *664 - installation: *665 - marketplace_purchase: *692 - organization: *666 + enterprise: *665 + installation: *666 + marketplace_purchase: *693 + organization: *667 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -144419,7 +144558,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *667 + repository: *668 sender: *4 required: - action @@ -144501,10 +144640,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *664 - installation: *665 - marketplace_purchase: *692 - organization: *666 + enterprise: *665 + installation: *666 + marketplace_purchase: *693 + organization: *667 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -144590,7 +144729,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *667 + repository: *668 sender: *4 required: - action @@ -144671,8 +144810,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *664 - installation: *665 + enterprise: *665 + installation: *666 marketplace_purchase: title: Marketplace Purchase type: object @@ -144758,9 +144897,9 @@ webhooks: type: integer unit_count: type: integer - organization: *666 - previous_marketplace_purchase: *693 - repository: *667 + organization: *667 + previous_marketplace_purchase: *694 + repository: *668 sender: *4 required: - action @@ -144840,12 +144979,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *664 - installation: *665 - marketplace_purchase: *692 - organization: *666 - previous_marketplace_purchase: *693 - repository: *667 + enterprise: *665 + installation: *666 + marketplace_purchase: *693 + organization: *667 + previous_marketplace_purchase: *694 + repository: *668 sender: *4 required: - action @@ -144947,11 +145086,11 @@ webhooks: type: string required: - to - enterprise: *664 - installation: *665 - member: *684 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + member: *685 + organization: *667 + repository: *668 sender: *4 required: - action @@ -145053,11 +145192,11 @@ webhooks: type: - string - 'null' - enterprise: *664 - installation: *665 - member: *684 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + member: *685 + organization: *667 + repository: *668 sender: *4 required: - action @@ -145136,11 +145275,11 @@ webhooks: type: string enum: - removed - enterprise: *664 - installation: *665 - member: *684 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + member: *685 + organization: *667 + repository: *668 sender: *4 required: - action @@ -145218,11 +145357,11 @@ webhooks: type: string enum: - added - enterprise: *664 - installation: *665 - member: *684 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + member: *685 + organization: *667 + repository: *668 scope: description: The scope of the membership. Currently, can only be `team`. @@ -145300,7 +145439,7 @@ webhooks: required: - login - id - team: &694 + team: &695 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -145493,11 +145632,11 @@ webhooks: type: string enum: - removed - enterprise: *664 - installation: *665 - member: *684 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + member: *685 + organization: *667 + repository: *668 scope: description: The scope of the membership. Currently, can only be `team`. @@ -145576,7 +145715,7 @@ webhooks: required: - login - id - team: *694 + team: *695 required: - action - scope @@ -145658,8 +145797,8 @@ webhooks: type: string enum: - checks_requested - installation: *665 - merge_group: &695 + installation: *666 + merge_group: &696 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -145685,8 +145824,8 @@ webhooks: - base_sha - base_ref - head_commit - organization: *666 - repository: *667 + organization: *667 + repository: *668 sender: *4 required: - action @@ -145772,10 +145911,10 @@ webhooks: - merged - invalidated - dequeued - installation: *665 - merge_group: *695 - organization: *666 - repository: *667 + installation: *666 + merge_group: *696 + organization: *667 + repository: *668 sender: *4 required: - action @@ -145848,7 +145987,7 @@ webhooks: type: string enum: - deleted - enterprise: *664 + enterprise: *665 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -145957,12 +146096,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *665 - organization: *666 + installation: *666 + organization: *667 repository: anyOf: - type: 'null' - - *667 + - *668 sender: *4 required: - action @@ -146042,11 +146181,11 @@ webhooks: type: string enum: - closed - enterprise: *664 - installation: *665 - milestone: *689 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + milestone: *690 + organization: *667 + repository: *668 sender: *4 required: - action @@ -146125,9 +146264,9 @@ webhooks: type: string enum: - created - enterprise: *664 - installation: *665 - milestone: &696 + enterprise: *665 + installation: *666 + milestone: &697 title: Milestone description: A collection of related issues and pull requests. type: object @@ -146269,8 +146408,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *666 - repository: *667 + organization: *667 + repository: *668 sender: *4 required: - action @@ -146349,11 +146488,11 @@ webhooks: type: string enum: - deleted - enterprise: *664 - installation: *665 - milestone: *689 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + milestone: *690 + organization: *667 + repository: *668 sender: *4 required: - action @@ -146463,11 +146602,11 @@ webhooks: type: string required: - from - enterprise: *664 - installation: *665 - milestone: *689 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + milestone: *690 + organization: *667 + repository: *668 sender: *4 required: - action @@ -146547,11 +146686,11 @@ webhooks: type: string enum: - opened - enterprise: *664 - installation: *665 - milestone: *696 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + milestone: *697 + organization: *667 + repository: *668 sender: *4 required: - action @@ -146630,11 +146769,11 @@ webhooks: type: string enum: - blocked - blocked_user: *684 - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + blocked_user: *685 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -146713,11 +146852,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *684 - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + blocked_user: *685 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -146796,9 +146935,9 @@ webhooks: type: string enum: - deleted - enterprise: *664 - installation: *665 - membership: &697 + enterprise: *665 + installation: *666 + membership: &698 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -146908,8 +147047,8 @@ webhooks: - role - organization_url - user - organization: *666 - repository: *667 + organization: *667 + repository: *668 sender: *4 required: - action @@ -146987,11 +147126,11 @@ webhooks: type: string enum: - member_added - enterprise: *664 - installation: *665 - membership: *697 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + membership: *698 + organization: *667 + repository: *668 sender: *4 required: - action @@ -147070,8 +147209,8 @@ webhooks: type: string enum: - member_invited - enterprise: *664 - installation: *665 + enterprise: *665 + installation: *666 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -147193,10 +147332,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *666 - repository: *667 + organization: *667 + repository: *668 sender: *4 - user: *684 + user: *685 required: - action - invitation @@ -147274,11 +147413,11 @@ webhooks: type: string enum: - member_removed - enterprise: *664 - installation: *665 - membership: *697 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + membership: *698 + organization: *667 + repository: *668 sender: *4 required: - action @@ -147365,11 +147504,11 @@ webhooks: properties: from: type: string - enterprise: *664 - installation: *665 - membership: *697 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + membership: *698 + organization: *667 + repository: *668 sender: *4 required: - action @@ -147445,9 +147584,9 @@ webhooks: type: string enum: - published - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 package: description: Information about the package. type: object @@ -147970,7 +148109,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &698 + items: &699 title: Ruby Gems metadata type: object properties: @@ -148067,7 +148206,7 @@ webhooks: - owner - package_version - registry - repository: *667 + repository: *668 sender: *4 required: - action @@ -148143,9 +148282,9 @@ webhooks: type: string enum: - updated - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 package: description: Information about the package. type: object @@ -148507,7 +148646,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *698 + items: *699 source_url: type: string format: uri @@ -148578,7 +148717,7 @@ webhooks: - owner - package_version - registry - repository: *667 + repository: *668 sender: *4 required: - action @@ -148759,12 +148898,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *664 + enterprise: *665 id: type: integer - installation: *665 - organization: *666 - repository: *667 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - id @@ -148841,7 +148980,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &699 + personal_access_token_request: &700 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -148991,10 +149130,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *664 - organization: *666 + enterprise: *665 + organization: *667 sender: *4 - installation: *665 + installation: *666 required: - action - personal_access_token_request @@ -149071,11 +149210,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *699 - enterprise: *664 - organization: *666 + personal_access_token_request: *700 + enterprise: *665 + organization: *667 sender: *4 - installation: *665 + installation: *666 required: - action - personal_access_token_request @@ -149151,11 +149290,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *699 - enterprise: *664 - organization: *666 + personal_access_token_request: *700 + enterprise: *665 + organization: *667 sender: *4 - installation: *665 + installation: *666 required: - action - personal_access_token_request @@ -149230,11 +149369,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *699 - organization: *666 - enterprise: *664 + personal_access_token_request: *700 + organization: *667 + enterprise: *665 sender: *4 - installation: *665 + installation: *666 required: - action - personal_access_token_request @@ -149339,7 +149478,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *700 + last_response: *701 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -149371,8 +149510,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *666 - repository: *667 + organization: *667 + repository: *668 sender: *4 zen: description: Random string of GitHub zen. @@ -149617,10 +149756,10 @@ webhooks: - from required: - note - enterprise: *664 - installation: *665 - organization: *666 - project_card: &701 + enterprise: *665 + installation: *666 + organization: *667 + project_card: &702 title: Project Card type: object properties: @@ -149743,7 +149882,7 @@ webhooks: - creator - created_at - updated_at - repository: *667 + repository: *668 sender: *4 required: - action @@ -149824,11 +149963,11 @@ webhooks: type: string enum: - created - enterprise: *664 - installation: *665 - organization: *666 - project_card: *701 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + project_card: *702 + repository: *668 sender: *4 required: - action @@ -149908,9 +150047,9 @@ webhooks: type: string enum: - deleted - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 project_card: title: Project Card type: object @@ -150040,7 +150179,7 @@ webhooks: repository: anyOf: - type: 'null' - - *667 + - *668 sender: *4 required: - action @@ -150134,11 +150273,11 @@ webhooks: - from required: - note - enterprise: *664 - installation: *665 - organization: *666 - project_card: *701 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + project_card: *702 + repository: *668 sender: *4 required: - action @@ -150232,9 +150371,9 @@ webhooks: - from required: - column_id - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 project_card: allOf: - title: Project Card @@ -150431,7 +150570,7 @@ webhooks: type: string required: - after_id - repository: *667 + repository: *668 sender: *4 required: - action @@ -150511,10 +150650,10 @@ webhooks: type: string enum: - closed - enterprise: *664 - installation: *665 - organization: *666 - project: &703 + enterprise: *665 + installation: *666 + organization: *667 + project: &704 title: Project type: object properties: @@ -150641,7 +150780,7 @@ webhooks: - creator - created_at - updated_at - repository: *667 + repository: *668 sender: *4 required: - action @@ -150721,10 +150860,10 @@ webhooks: type: string enum: - created - enterprise: *664 - installation: *665 - organization: *666 - project_column: &702 + enterprise: *665 + installation: *666 + organization: *667 + project_column: &703 title: Project Column type: object properties: @@ -150764,7 +150903,7 @@ webhooks: - name - created_at - updated_at - repository: *667 + repository: *668 sender: *4 required: - action @@ -150843,14 +150982,14 @@ webhooks: type: string enum: - deleted - enterprise: *664 - installation: *665 - organization: *666 - project_column: *702 + enterprise: *665 + installation: *666 + organization: *667 + project_column: *703 repository: anyOf: - type: 'null' - - *667 + - *668 sender: *4 required: - action @@ -150939,11 +151078,11 @@ webhooks: type: string required: - from - enterprise: *664 - installation: *665 - organization: *666 - project_column: *702 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + project_column: *703 + repository: *668 sender: *4 required: - action @@ -151023,11 +151162,11 @@ webhooks: type: string enum: - moved - enterprise: *664 - installation: *665 - organization: *666 - project_column: *702 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + project_column: *703 + repository: *668 sender: *4 required: - action @@ -151107,11 +151246,11 @@ webhooks: type: string enum: - created - enterprise: *664 - installation: *665 - organization: *666 - project: *703 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + project: *704 + repository: *668 sender: *4 required: - action @@ -151191,14 +151330,14 @@ webhooks: type: string enum: - deleted - enterprise: *664 - installation: *665 - organization: *666 - project: *703 + enterprise: *665 + installation: *666 + organization: *667 + project: *704 repository: anyOf: - type: 'null' - - *667 + - *668 sender: *4 required: - action @@ -151299,11 +151438,11 @@ webhooks: type: string required: - from - enterprise: *664 - installation: *665 - organization: *666 - project: *703 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + project: *704 + repository: *668 sender: *4 required: - action @@ -151382,11 +151521,11 @@ webhooks: type: string enum: - reopened - enterprise: *664 - installation: *665 - organization: *666 - project: *703 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + project: *704 + repository: *668 sender: *4 required: - action @@ -151467,9 +151606,9 @@ webhooks: type: string enum: - closed - installation: *665 - organization: *666 - projects_v2: &704 + installation: *666 + organization: *667 + projects_v2: &705 title: Projects v2 Project description: A projects v2 project type: object @@ -151530,7 +151669,7 @@ webhooks: latest_status_update: anyOf: - type: 'null' - - &709 + - &710 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -151683,9 +151822,9 @@ webhooks: type: string enum: - created - installation: *665 - organization: *666 - projects_v2: *704 + installation: *666 + organization: *667 + projects_v2: *705 sender: *4 required: - action @@ -151766,9 +151905,9 @@ webhooks: type: string enum: - deleted - installation: *665 - organization: *666 - projects_v2: *704 + installation: *666 + organization: *667 + projects_v2: *705 sender: *4 required: - action @@ -151889,9 +152028,9 @@ webhooks: type: string to: type: string - installation: *665 - organization: *666 - projects_v2: *704 + installation: *666 + organization: *667 + projects_v2: *705 sender: *4 required: - action @@ -151974,7 +152113,7 @@ webhooks: type: string enum: - archived - changes: &708 + changes: &709 type: object properties: archived_at: @@ -151990,9 +152129,9 @@ webhooks: - string - 'null' format: date-time - installation: *665 - organization: *666 - projects_v2_item: &705 + installation: *666 + organization: *667 + projects_v2_item: &706 title: Projects v2 Item description: An item belonging to a project type: object @@ -152131,9 +152270,9 @@ webhooks: - 'null' to: type: string - installation: *665 - organization: *666 - projects_v2_item: *705 + installation: *666 + organization: *667 + projects_v2_item: *706 sender: *4 required: - action @@ -152215,9 +152354,9 @@ webhooks: type: string enum: - created - installation: *665 - organization: *666 - projects_v2_item: *705 + installation: *666 + organization: *667 + projects_v2_item: *706 sender: *4 required: - action @@ -152298,9 +152437,9 @@ webhooks: type: string enum: - deleted - installation: *665 - organization: *666 - projects_v2_item: *705 + installation: *666 + organization: *667 + projects_v2_item: *706 sender: *4 required: - action @@ -152405,7 +152544,7 @@ webhooks: oneOf: - type: string - type: integer - - &706 + - &707 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -152425,7 +152564,7 @@ webhooks: required: - id - name - - &707 + - &708 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -152458,8 +152597,8 @@ webhooks: oneOf: - type: string - type: integer - - *706 - *707 + - *708 type: - 'null' - string @@ -152482,9 +152621,9 @@ webhooks: - 'null' required: - body - installation: *665 - organization: *666 - projects_v2_item: *705 + installation: *666 + organization: *667 + projects_v2_item: *706 sender: *4 required: - action @@ -152581,9 +152720,9 @@ webhooks: type: - string - 'null' - installation: *665 - organization: *666 - projects_v2_item: *705 + installation: *666 + organization: *667 + projects_v2_item: *706 sender: *4 required: - action @@ -152666,10 +152805,10 @@ webhooks: type: string enum: - restored - changes: *708 - installation: *665 - organization: *666 - projects_v2_item: *705 + changes: *709 + installation: *666 + organization: *667 + projects_v2_item: *706 sender: *4 required: - action @@ -152751,9 +152890,9 @@ webhooks: type: string enum: - reopened - installation: *665 - organization: *666 - projects_v2: *704 + installation: *666 + organization: *667 + projects_v2: *705 sender: *4 required: - action @@ -152834,9 +152973,9 @@ webhooks: type: string enum: - created - installation: *665 - organization: *666 - projects_v2_status_update: *709 + installation: *666 + organization: *667 + projects_v2_status_update: *710 sender: *4 required: - action @@ -152917,9 +153056,9 @@ webhooks: type: string enum: - deleted - installation: *665 - organization: *666 - projects_v2_status_update: *709 + installation: *666 + organization: *667 + projects_v2_status_update: *710 sender: *4 required: - action @@ -153065,9 +153204,9 @@ webhooks: - string - 'null' format: date - installation: *665 - organization: *666 - projects_v2_status_update: *709 + installation: *666 + organization: *667 + projects_v2_status_update: *710 sender: *4 required: - action @@ -153138,10 +153277,10 @@ webhooks: title: public event type: object properties: - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - repository @@ -153218,13 +153357,13 @@ webhooks: type: string enum: - assigned - assignee: *684 - enterprise: *664 - installation: *665 - number: &710 + assignee: *685 + enterprise: *665 + installation: *666 + number: &711 description: The pull request number. type: integer - organization: *666 + organization: *667 pull_request: title: Pull Request type: object @@ -155573,7 +155712,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *667 + repository: *668 sender: *4 required: - action @@ -155655,11 +155794,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *664 - installation: *665 + enterprise: *665 + installation: *666 number: type: integer - organization: *666 + organization: *667 pull_request: title: Pull Request type: object @@ -158001,7 +158140,7 @@ webhooks: - draft reason: type: string - repository: *667 + repository: *668 sender: *4 required: - action @@ -158083,11 +158222,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *664 - installation: *665 + enterprise: *665 + installation: *666 number: type: integer - organization: *666 + organization: *667 pull_request: title: Pull Request type: object @@ -160429,7 +160568,7 @@ webhooks: - draft reason: type: string - repository: *667 + repository: *668 sender: *4 required: - action @@ -160511,11 +160650,11 @@ webhooks: type: string enum: - closed - enterprise: *664 - installation: *665 - number: *710 - organization: *666 - pull_request: &711 + enterprise: *665 + installation: *666 + number: *711 + organization: *667 + pull_request: &712 allOf: - *533 - type: object @@ -160579,7 +160718,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *667 + repository: *668 sender: *4 required: - action @@ -160660,12 +160799,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *664 - installation: *665 - number: *710 - organization: *666 - pull_request: *711 - repository: *667 + enterprise: *665 + installation: *666 + number: *711 + organization: *667 + pull_request: *712 + repository: *668 sender: *4 required: - action @@ -160745,11 +160884,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *664 + enterprise: *665 milestone: *431 - number: *710 - organization: *666 - pull_request: &712 + number: *711 + organization: *667 + pull_request: &713 title: Pull Request type: object properties: @@ -163076,7 +163215,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *667 + repository: *668 sender: *4 required: - action @@ -163155,11 +163294,11 @@ webhooks: type: string enum: - dequeued - enterprise: *664 - installation: *665 + enterprise: *665 + installation: *666 number: type: integer - organization: *666 + organization: *667 pull_request: title: Pull Request type: object @@ -165505,7 +165644,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *667 + repository: *668 sender: *4 required: - action @@ -165629,12 +165768,12 @@ webhooks: type: string required: - from - enterprise: *664 - installation: *665 - number: *710 - organization: *666 - pull_request: *711 - repository: *667 + enterprise: *665 + installation: *666 + number: *711 + organization: *667 + pull_request: *712 + repository: *668 sender: *4 required: - action @@ -165714,11 +165853,11 @@ webhooks: type: string enum: - enqueued - enterprise: *664 - installation: *665 + enterprise: *665 + installation: *666 number: type: integer - organization: *666 + organization: *667 pull_request: title: Pull Request type: object @@ -168049,7 +168188,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *667 + repository: *668 sender: *4 required: - action @@ -168129,11 +168268,11 @@ webhooks: type: string enum: - labeled - enterprise: *664 - installation: *665 - label: *683 - number: *710 - organization: *666 + enterprise: *665 + installation: *666 + label: *684 + number: *711 + organization: *667 pull_request: title: Pull Request type: object @@ -170481,7 +170620,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *667 + repository: *668 sender: *4 required: - action @@ -170562,10 +170701,10 @@ webhooks: type: string enum: - locked - enterprise: *664 - installation: *665 - number: *710 - organization: *666 + enterprise: *665 + installation: *666 + number: *711 + organization: *667 pull_request: title: Pull Request type: object @@ -172911,7 +173050,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *667 + repository: *668 sender: *4 required: - action @@ -172991,12 +173130,12 @@ webhooks: type: string enum: - milestoned - enterprise: *664 + enterprise: *665 milestone: *431 - number: *710 - organization: *666 - pull_request: *712 - repository: *667 + number: *711 + organization: *667 + pull_request: *713 + repository: *668 sender: *4 required: - action @@ -173075,12 +173214,12 @@ webhooks: type: string enum: - opened - enterprise: *664 - installation: *665 - number: *710 - organization: *666 - pull_request: *711 - repository: *667 + enterprise: *665 + installation: *666 + number: *711 + organization: *667 + pull_request: *712 + repository: *668 sender: *4 required: - action @@ -173161,12 +173300,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *664 - installation: *665 - number: *710 - organization: *666 - pull_request: *711 - repository: *667 + enterprise: *665 + installation: *666 + number: *711 + organization: *667 + pull_request: *712 + repository: *668 sender: *4 required: - action @@ -173246,12 +173385,12 @@ webhooks: type: string enum: - reopened - enterprise: *664 - installation: *665 - number: *710 - organization: *666 - pull_request: *711 - repository: *667 + enterprise: *665 + installation: *666 + number: *711 + organization: *667 + pull_request: *712 + repository: *668 sender: *4 required: - action @@ -173626,9 +173765,9 @@ webhooks: - start_side - side - reactions - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 pull_request: type: object properties: @@ -175858,7 +175997,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *667 + repository: *668 sender: *4 required: - action @@ -175938,7 +176077,7 @@ webhooks: type: string enum: - deleted - comment: &714 + comment: &715 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -176231,9 +176370,9 @@ webhooks: - start_side - side - reactions - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 pull_request: type: object properties: @@ -178451,7 +178590,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *667 + repository: *668 sender: *4 required: - action @@ -178531,11 +178670,11 @@ webhooks: type: string enum: - edited - changes: *713 - comment: *714 - enterprise: *664 - installation: *665 - organization: *666 + changes: *714 + comment: *715 + enterprise: *665 + installation: *666 + organization: *667 pull_request: type: object properties: @@ -180756,7 +180895,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *667 + repository: *668 sender: *4 required: - action @@ -180837,9 +180976,9 @@ webhooks: type: string enum: - dismissed - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 pull_request: title: Simple Pull Request type: object @@ -183072,7 +183211,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *667 + repository: *668 review: description: The review that was affected. type: object @@ -183142,6 +183281,11 @@ webhooks: submitted_at: type: string format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -183318,9 +183462,9 @@ webhooks: type: string required: - from - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 pull_request: title: Simple Pull Request type: object @@ -185434,8 +185578,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *667 - review: &715 + repository: *668 + review: &716 description: The review that was affected. type: object properties: @@ -185502,6 +185646,11 @@ webhooks: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -185668,12 +185817,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *664 - installation: *665 + enterprise: *665 + installation: *666 number: description: The pull request number. type: integer - organization: *666 + organization: *667 pull_request: title: Pull Request type: object @@ -188020,7 +188169,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *667 + repository: *668 requested_reviewer: title: User type: @@ -188106,12 +188255,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *664 - installation: *665 + enterprise: *665 + installation: *666 number: description: The pull request number. type: integer - organization: *666 + organization: *667 pull_request: title: Pull Request type: object @@ -190465,7 +190614,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *667 + repository: *668 requested_team: title: Team description: Groups of organization members that gives permissions @@ -190660,12 +190809,12 @@ webhooks: type: string enum: - review_requested - enterprise: *664 - installation: *665 + enterprise: *665 + installation: *666 number: description: The pull request number. type: integer - organization: *666 + organization: *667 pull_request: title: Pull Request type: object @@ -193014,7 +193163,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *667 + repository: *668 requested_reviewer: title: User type: @@ -193101,12 +193250,12 @@ webhooks: type: string enum: - review_requested - enterprise: *664 - installation: *665 + enterprise: *665 + installation: *666 number: description: The pull request number. type: integer - organization: *666 + organization: *667 pull_request: title: Pull Request type: object @@ -195446,7 +195595,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *667 + repository: *668 requested_team: title: Team description: Groups of organization members that gives permissions @@ -195630,9 +195779,9 @@ webhooks: type: string enum: - submitted - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 pull_request: title: Simple Pull Request type: object @@ -197868,8 +198017,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *667 - review: *715 + repository: *668 + review: *716 sender: *4 required: - action @@ -197949,9 +198098,9 @@ webhooks: type: string enum: - resolved - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 pull_request: title: Simple Pull Request type: object @@ -200082,7 +200231,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *667 + repository: *668 sender: *4 thread: type: object @@ -200396,6 +200545,11 @@ webhooks: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -200474,9 +200628,9 @@ webhooks: type: string enum: - unresolved - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 pull_request: title: Simple Pull Request type: object @@ -202590,7 +202744,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *667 + repository: *668 sender: *4 thread: type: object @@ -202901,6 +203055,11 @@ webhooks: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -202984,10 +203143,10 @@ webhooks: type: string before: type: string - enterprise: *664 - installation: *665 - number: *710 - organization: *666 + enterprise: *665 + installation: *666 + number: *711 + organization: *667 pull_request: title: Pull Request type: object @@ -205322,7 +205481,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *667 + repository: *668 sender: *4 required: - action @@ -205404,11 +205563,11 @@ webhooks: type: string enum: - unassigned - assignee: *716 - enterprise: *664 - installation: *665 - number: *710 - organization: *666 + assignee: *717 + enterprise: *665 + installation: *666 + number: *711 + organization: *667 pull_request: title: Pull Request type: object @@ -207758,7 +207917,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *667 + repository: *668 sender: *4 required: - action @@ -207837,11 +207996,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *664 - installation: *665 - label: *683 - number: *710 - organization: *666 + enterprise: *665 + installation: *666 + label: *684 + number: *711 + organization: *667 pull_request: title: Pull Request type: object @@ -210180,7 +210339,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *667 + repository: *668 sender: *4 required: - action @@ -210261,10 +210420,10 @@ webhooks: type: string enum: - unlocked - enterprise: *664 - installation: *665 - number: *710 - organization: *666 + enterprise: *665 + installation: *666 + number: *711 + organization: *667 pull_request: title: Pull Request type: object @@ -212593,7 +212752,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *667 + repository: *668 sender: *4 required: - action @@ -212796,7 +212955,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *664 + enterprise: *665 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -212891,8 +213050,8 @@ webhooks: - url - author - committer - installation: *665 - organization: *666 + installation: *666 + organization: *667 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -213480,9 +213639,9 @@ webhooks: type: string enum: - published - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 registry_package: type: object properties: @@ -213959,7 +214118,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *698 + items: *699 summary: type: string tag_name: @@ -214015,7 +214174,7 @@ webhooks: - owner - package_version - registry - repository: *667 + repository: *668 sender: *4 required: - action @@ -214093,9 +214252,9 @@ webhooks: type: string enum: - updated - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 registry_package: type: object properties: @@ -214407,7 +214566,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *698 + items: *699 summary: type: string tag_name: @@ -214457,7 +214616,7 @@ webhooks: - owner - package_version - registry - repository: *667 + repository: *668 sender: *4 required: - action @@ -214534,10 +214693,10 @@ webhooks: type: string enum: - created - enterprise: *664 - installation: *665 - organization: *666 - release: &717 + enterprise: *665 + installation: *666 + organization: *667 + release: &718 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -214754,6 +214913,11 @@ webhooks: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time discussion_url: type: string format: uri @@ -214860,9 +215024,10 @@ webhooks: - published_at - assets - tarball_url + - updated_at - zipball_url - body - repository: *667 + repository: *668 sender: *4 required: - action @@ -214939,11 +215104,11 @@ webhooks: type: string enum: - deleted - enterprise: *664 - installation: *665 - organization: *666 - release: *717 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + release: *718 + repository: *668 sender: *4 required: - action @@ -215060,11 +215225,11 @@ webhooks: type: boolean required: - to - enterprise: *664 - installation: *665 - organization: *666 - release: *717 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + release: *718 + repository: *668 sender: *4 required: - action @@ -215142,9 +215307,9 @@ webhooks: type: string enum: - prereleased - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -215167,6 +215332,7 @@ webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -215466,6 +215632,11 @@ webhooks: upload_url: type: string format: uri-template + updated_at: + type: + - string + - 'null' + format: date-time url: type: string format: uri @@ -215474,7 +215645,7 @@ webhooks: - string - 'null' format: uri - repository: *667 + repository: *668 sender: *4 required: - action @@ -215550,10 +215721,10 @@ webhooks: type: string enum: - published - enterprise: *664 - installation: *665 - organization: *666 - release: &718 + enterprise: *665 + installation: *666 + organization: *667 + release: &719 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -215575,6 +215746,7 @@ webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -215869,6 +216041,11 @@ webhooks: description: Specifies the commitish value that determines where the Git tag is created from. type: string + updated_at: + type: + - string + - 'null' + format: date-time upload_url: type: string format: uri-template @@ -215880,7 +216057,7 @@ webhooks: - string - 'null' format: uri - repository: *667 + repository: *668 sender: *4 required: - action @@ -215956,11 +216133,11 @@ webhooks: type: string enum: - released - enterprise: *664 - installation: *665 - organization: *666 - release: *717 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + release: *718 + repository: *668 sender: *4 required: - action @@ -216036,11 +216213,11 @@ webhooks: type: string enum: - unpublished - enterprise: *664 - installation: *665 - organization: *666 - release: *718 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + release: *719 + repository: *668 sender: *4 required: - action @@ -216116,10 +216293,10 @@ webhooks: type: string enum: - published - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 repository_advisory: *588 sender: *4 required: @@ -216196,10 +216373,10 @@ webhooks: type: string enum: - reported - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 repository_advisory: *588 sender: *4 required: @@ -216276,10 +216453,10 @@ webhooks: type: string enum: - archived - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -216356,10 +216533,10 @@ webhooks: type: string enum: - created - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -216437,10 +216614,10 @@ webhooks: type: string enum: - deleted - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -216525,10 +216702,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -216643,10 +216820,10 @@ webhooks: - 'null' items: type: string - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -216718,10 +216895,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 status: type: string @@ -216802,10 +216979,10 @@ webhooks: type: string enum: - privatized - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -216882,10 +217059,10 @@ webhooks: type: string enum: - publicized - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -216979,10 +217156,10 @@ webhooks: - name required: - repository - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -217062,10 +217239,10 @@ webhooks: type: string enum: - created - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 repository_ruleset: *256 sender: *4 required: @@ -217144,10 +217321,10 @@ webhooks: type: string enum: - deleted - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 repository_ruleset: *256 sender: *4 required: @@ -217226,10 +217403,10 @@ webhooks: type: string enum: - edited - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 repository_ruleset: *256 changes: type: object @@ -217537,10 +217714,10 @@ webhooks: - from required: - owner - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -217618,10 +217795,10 @@ webhooks: type: string enum: - unarchived - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -217699,7 +217876,7 @@ webhooks: type: string enum: - create - alert: &719 + alert: &720 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -217823,10 +218000,10 @@ webhooks: type: string enum: - open - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -218036,10 +218213,10 @@ webhooks: type: string enum: - dismissed - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -218117,11 +218294,11 @@ webhooks: type: string enum: - reopen - alert: *719 - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + alert: *720 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -218323,10 +218500,10 @@ webhooks: enum: - fixed - open - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -218404,7 +218581,7 @@ webhooks: type: string enum: - created - alert: &720 + alert: &721 type: object properties: number: *52 @@ -218514,10 +218691,10 @@ webhooks: - 'null' description: Whether the detected secret was found in multiple repositories in the same organization or business. - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -218598,11 +218775,11 @@ webhooks: type: string enum: - created - alert: *720 - installation: *665 - location: *721 - organization: *666 - repository: *667 + alert: *721 + installation: *666 + location: *722 + organization: *667 + repository: *668 sender: *4 required: - location @@ -218840,11 +219017,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *720 - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + alert: *721 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -218922,11 +219099,11 @@ webhooks: type: string enum: - reopened - alert: *720 - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + alert: *721 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -219004,11 +219181,11 @@ webhooks: type: string enum: - resolved - alert: *720 - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + alert: *721 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -219086,11 +219263,11 @@ webhooks: type: string enum: - validated - alert: *720 - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + alert: *721 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -219220,10 +219397,10 @@ webhooks: - organization - enterprise - - repository: *667 - enterprise: *664 - installation: *665 - organization: *666 + repository: *668 + enterprise: *665 + installation: *666 + organization: *667 sender: *4 required: - action @@ -219301,11 +219478,11 @@ webhooks: type: string enum: - published - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 - security_advisory: &722 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 + security_advisory: &723 description: The details of the security advisory, including summary, description, and severity. type: object @@ -219491,11 +219668,11 @@ webhooks: type: string enum: - updated - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 - security_advisory: *722 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 + security_advisory: *723 sender: *4 required: - action @@ -219568,10 +219745,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -219758,9 +219935,9 @@ webhooks: type: object properties: security_and_analysis: *230 - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 repository: *305 sender: *4 required: @@ -219839,12 +220016,12 @@ webhooks: type: string enum: - cancelled - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 - sponsorship: &723 + sponsorship: &724 type: object properties: created_at: @@ -220149,12 +220326,12 @@ webhooks: type: string enum: - created - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 - sponsorship: *723 + sponsorship: *724 required: - action - sponsorship @@ -220242,12 +220419,12 @@ webhooks: type: string required: - from - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 - sponsorship: *723 + sponsorship: *724 required: - action - changes @@ -220324,17 +220501,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &724 + effective_date: &725 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: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 - sponsorship: *723 + sponsorship: *724 required: - action - sponsorship @@ -220408,7 +220585,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &725 + changes: &726 type: object properties: tier: @@ -220452,13 +220629,13 @@ webhooks: - from required: - tier - effective_date: *724 - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + effective_date: *725 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 - sponsorship: *723 + sponsorship: *724 required: - action - changes @@ -220535,13 +220712,13 @@ webhooks: type: string enum: - tier_changed - changes: *725 - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + changes: *726 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 - sponsorship: *723 + sponsorship: *724 required: - action - changes @@ -220615,10 +220792,10 @@ webhooks: type: string enum: - created - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -220702,10 +220879,10 @@ webhooks: type: string enum: - deleted - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -221139,15 +221316,15 @@ webhooks: type: - string - 'null' - enterprise: *664 + enterprise: *665 id: description: The unique identifier of the status. type: integer - installation: *665 + installation: *666 name: type: string - organization: *666 - repository: *667 + organization: *667 + repository: *668 sender: *4 sha: description: The Commit SHA. @@ -221263,9 +221440,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *74 - installation: *665 - organization: *666 - repository: *667 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -221355,9 +221532,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *74 - installation: *665 - organization: *666 - repository: *667 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -221447,9 +221624,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *74 - installation: *665 - organization: *666 - repository: *667 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -221539,9 +221716,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *74 - installation: *665 - organization: *666 - repository: *667 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -221618,12 +221795,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 - team: &726 + team: &727 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -221816,9 +221993,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 repository: title: Repository description: A git repository @@ -222288,7 +222465,7 @@ webhooks: - topics - visibility sender: *4 - team: *726 + team: *727 required: - action - team @@ -222364,9 +222541,9 @@ webhooks: type: string enum: - created - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 repository: title: Repository description: A git repository @@ -222836,7 +223013,7 @@ webhooks: - topics - visibility sender: *4 - team: *726 + team: *727 required: - action - team @@ -222913,9 +223090,9 @@ webhooks: type: string enum: - deleted - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 repository: title: Repository description: A git repository @@ -223385,7 +223562,7 @@ webhooks: - topics - visibility sender: *4 - team: *726 + team: *727 required: - action - team @@ -223529,9 +223706,9 @@ webhooks: - from required: - permissions - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 repository: title: Repository description: A git repository @@ -224001,7 +224178,7 @@ webhooks: - topics - visibility sender: *4 - team: *726 + team: *727 required: - action - changes @@ -224079,9 +224256,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 repository: title: Repository description: A git repository @@ -224551,7 +224728,7 @@ webhooks: - topics - visibility sender: *4 - team: *726 + team: *727 required: - action - team @@ -224627,10 +224804,10 @@ webhooks: type: string enum: - started - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -224703,17 +224880,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *664 + enterprise: *665 inputs: type: - object - 'null' additionalProperties: true - installation: *665 - organization: *666 + installation: *666 + organization: *667 ref: type: string - repository: *667 + repository: *668 sender: *4 workflow: type: string @@ -224795,10 +224972,10 @@ webhooks: type: string enum: - completed - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 workflow_job: allOf: @@ -225133,10 +225310,10 @@ webhooks: type: string enum: - in_progress - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 workflow_job: allOf: @@ -225497,10 +225674,10 @@ webhooks: type: string enum: - queued - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 workflow_job: type: object @@ -225725,10 +225902,10 @@ webhooks: type: string enum: - waiting - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 workflow_job: type: object @@ -225955,12 +226132,12 @@ webhooks: type: string enum: - completed - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 - workflow: *679 + workflow: *680 workflow_run: title: Workflow Run type: object @@ -226979,12 +227156,12 @@ webhooks: type: string enum: - in_progress - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 - workflow: *679 + workflow: *680 workflow_run: title: Workflow Run type: object @@ -227988,12 +228165,12 @@ webhooks: type: string enum: - requested - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 - workflow: *679 + workflow: *680 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json index 01d60d2d2a..2cb831df2c 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json @@ -29455,6 +29455,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -47621,6 +47729,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -54420,6 +54636,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -97242,9 +97566,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" } @@ -105164,6 +105488,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -117808,6 +118240,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -151963,7 +152503,7 @@ "integer", "null" ], - "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", @@ -153318,7 +153858,7 @@ "integer", "null" ], - "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", @@ -154466,7 +155006,7 @@ "integer", "null" ], - "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", @@ -156420,7 +156960,7 @@ "integer", "null" ], - "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", @@ -157800,7 +158340,7 @@ "integer", "null" ], - "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", @@ -158944,7 +159484,7 @@ "integer", "null" ], - "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", @@ -326960,6 +327500,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -350069,6 +350717,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -353337,6 +354093,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -360781,6 +361645,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -365605,6 +366577,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -370226,6 +371306,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -370689,6 +371877,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] } } @@ -373477,6 +374679,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -376728,6 +378038,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -379776,6 +381194,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -384815,6 +386341,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -387950,6 +389584,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -391169,6 +392911,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -394410,6 +396260,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -411906,6 +413864,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -415051,6 +417117,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -418164,6 +420338,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -421382,6 +423664,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -435006,6 +437396,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -435493,6 +437991,13 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "commit_id": { "description": "A commit SHA for the review.", "type": "string", @@ -496022,6 +498527,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -496868,6 +499380,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -498682,6 +501201,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -499431,6 +501957,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -500205,6 +502738,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -501016,6 +503556,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -505235,7 +507782,7 @@ "integer", "null" ], - "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", @@ -506598,7 +509145,7 @@ "integer", "null" ], - "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", @@ -507595,7 +510142,7 @@ "integer", "null" ], - "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", @@ -509568,7 +512115,7 @@ "integer", "null" ], - "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", @@ -510946,7 +513493,7 @@ "integer", "null" ], - "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", @@ -511939,7 +514486,7 @@ "integer", "null" ], - "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", @@ -551452,6 +553999,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "type": "string" }, @@ -603950,6 +606605,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -639260,6 +642023,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -643087,6 +645958,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -646916,6 +649895,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -658120,6 +661207,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -661949,6 +665144,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -870159,6 +873462,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -872965,6 +876376,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -878614,6 +882133,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -881420,6 +885047,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -887069,6 +890804,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -890824,6 +894667,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -895524,6 +899475,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -899279,6 +903338,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -902548,6 +906715,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -905889,6 +910164,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -909438,6 +913821,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -912791,6 +917282,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -916325,6 +920924,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -919702,6 +924409,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -923107,6 +927922,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -926436,6 +931359,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -929827,6 +934858,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -931911,6 +937050,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -935240,6 +940487,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -938596,6 +943951,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -941791,6 +947254,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -943891,6 +949462,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -947227,6 +952906,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -950732,6 +956519,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -954068,6 +959963,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -957471,6 +963474,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -960777,6 +966888,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -964112,6 +970331,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -1188823,6 +1195150,13 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -1193855,6 +1200189,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -1219520,6 +1225861,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -1225024,6 +1231372,13 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" } }, "required": [ @@ -1230221,6 +1236576,13 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" } }, "required": [ @@ -1258006,6 +1264368,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1258143,6 +1264512,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1260422,6 +1266792,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1260559,6 +1266936,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1262891,6 +1269269,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1263028,6 +1269413,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1265032,6 +1271418,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1265441,6 +1271828,13 @@ "type": "string", "format": "uri-template" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "url": { "type": "string", "format": "uri" @@ -1267453,6 +1273847,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1267855,6 +1274250,13 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -1270146,6 +1276548,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1270283,6 +1276692,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1272286,6 +1278696,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1272688,6 +1279099,13 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -1301990,7 +1308408,7 @@ "integer", "null" ], - "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", @@ -1305214,7 +1311632,7 @@ "integer", "null" ], - "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", @@ -1308438,7 +1314856,7 @@ "integer", "null" ], - "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", @@ -1378208,6 +1384626,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1381963,6 +1388489,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1386660,6 +1393294,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1390415,6 +1397157,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1395112,6 +1401962,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1398867,6 +1405825,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1403564,6 +1410630,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1407319,6 +1414493,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml index 4cb57427df..41fd6f8797 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml @@ -11040,6 +11040,82 @@ paths: - blocking - total_blocked_by - total_blocking + issue_field_values: + type: array + items: &604 + title: Issue Field Value + description: A value assigned to an issue field + type: object + properties: + issue_field_id: + description: Unique identifier for the issue field. + type: integer + format: int64 + examples: + - 1 + node_id: + type: string + examples: + - IFT_GDKND + data_type: + description: The data type of the issue field + type: string + enum: + - text + - single_select + - number + - date + examples: + - text + value: + description: The value of the issue field + anyOf: + - type: string + examples: + - Sample text + - type: number + examples: + - 42.5 + - type: integer + examples: + - 1 + type: + - 'null' + - string + - number + - integer + single_select_option: + description: Details about the selected option + (only present for single_select fields) + type: + - object + - 'null' + properties: + id: + description: Unique identifier for the option. + type: integer + format: int64 + examples: + - 1 + name: + description: The name of the option + type: string + examples: + - High + color: + description: The color of the option + type: string + examples: + - red + required: + - id + - name + - color + required: + - issue_field_id + - node_id + - data_type + - value required: - assignee - closed_at @@ -11637,7 +11713,7 @@ paths: url: type: string format: uri - user: &615 + user: &616 title: Public User description: Public User type: object @@ -16270,7 +16346,7 @@ paths: - avatar_url - description examples: - default: &631 + default: &632 value: - login: github id: 1 @@ -16582,7 +16658,7 @@ paths: url: https://docs.github.com/rest/billing/enhanced-billing#get-billing-usage-report-for-an-organization parameters: - *90 - - &657 + - &658 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, @@ -16591,7 +16667,7 @@ paths: required: false schema: type: integer - - &658 + - &659 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 @@ -16600,7 +16676,7 @@ paths: required: false schema: type: integer - - &659 + - &660 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 @@ -16609,7 +16685,7 @@ paths: required: false schema: type: integer - - &660 + - &661 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 @@ -19925,7 +20001,7 @@ paths: type: array items: *119 examples: - default: &618 + default: &619 value: total_count: 1 repositories: @@ -22246,12 +22322,12 @@ paths: required: - subject_digests examples: - default: &646 + default: &647 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &647 + withPredicateType: &648 value: subject_digests: - sha256:abc123 @@ -22310,7 +22386,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &648 + default: &649 value: attestations_subject_digests: - sha256:abc: @@ -27642,9 +27718,9 @@ paths: - *153 - *154 - *155 - - 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: @@ -31984,7 +32060,7 @@ paths: parameters: - *90 - *202 - - &630 + - &631 name: repo_name description: repo_name parameter in: path @@ -33030,7 +33106,7 @@ paths: - nuget - container - *90 - - &632 + - &633 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -33071,7 +33147,7 @@ paths: default: *209 '403': *27 '401': *23 - '400': &634 + '400': &635 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -37108,10 +37184,11 @@ paths: - integer - 'null' 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: @@ -39983,7 +40060,7 @@ paths: description: Response content: application/json: - schema: &651 + schema: &652 type: object properties: total_minutes_used: @@ -40053,7 +40130,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &652 + default: &653 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -40089,7 +40166,7 @@ paths: description: Response content: application/json: - schema: &653 + schema: &654 type: object properties: total_gigabytes_bandwidth_used: @@ -40107,7 +40184,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &654 + default: &655 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -40139,7 +40216,7 @@ paths: description: Response content: application/json: - schema: &655 + schema: &656 type: object properties: days_left_in_billing_cycle: @@ -40157,7 +40234,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &656 + default: &657 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -41461,7 +41538,7 @@ paths: - updated_at - url examples: - default: &605 + default: &606 value: - author: login: octocat @@ -41709,7 +41786,7 @@ paths: application/json: schema: *281 examples: - default: &606 + default: &607 value: author: login: octocat @@ -41900,7 +41977,7 @@ paths: - updated_at - url examples: - default: &607 + default: &608 value: - author: login: octocat @@ -42126,7 +42203,7 @@ paths: application/json: schema: *284 examples: - default: &608 + default: &609 value: author: login: octocat @@ -42744,7 +42821,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &609 + response-if-user-is-a-team-maintainer: &610 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -42809,7 +42886,7 @@ paths: application/json: schema: *291 examples: - response-if-users-membership-with-team-is-now-pending: &610 + response-if-users-membership-with-team-is-now-pending: &611 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -42951,7 +43028,7 @@ paths: - updated_at - permissions examples: - default: &611 + default: &612 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -43030,7 +43107,7 @@ paths: application/json: schema: *292 examples: - default: &612 + default: &613 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -43241,7 +43318,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &613 + schema: &614 title: Team Repository description: A team's access to a repository. type: object @@ -43970,7 +44047,7 @@ paths: type: array items: *150 examples: - response-if-child-teams-exist: &614 + response-if-child-teams-exist: &615 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -56288,7 +56365,7 @@ paths: check. type: array items: *378 - deployment: &669 + deployment: &670 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -61496,7 +61573,7 @@ paths: type: array items: *419 examples: - default: &621 + default: &622 value: total_count: 2 machines: @@ -72339,7 +72416,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &700 + last_response: &701 title: Hook Response type: object properties: @@ -73314,7 +73391,7 @@ paths: parameters: - *294 - *295 - - &643 + - &644 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -73748,7 +73825,7 @@ paths: type: array items: *489 examples: - default: &636 + default: &637 value: - id: 1 repository: @@ -75702,6 +75779,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 @@ -78098,6 +78182,11 @@ paths: submitted_at: type: string format: date-time + updated_at: + type: + - string + - 'null' + format: date-time commit_id: description: A commit SHA for the review. type: string @@ -85992,6 +86081,11 @@ paths: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time author: *4 assets: type: array @@ -88229,7 +88323,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &721 + items: &722 type: object properties: type: @@ -92462,6 +92556,9 @@ paths: - 'null' sub_issues_summary: *602 issue_dependencies_summary: *603 + issue_field_values: + type: array + items: *604 state: type: string state_reason: @@ -93775,7 +93872,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &604 + - &605 name: team_id description: The unique identifier of the team. in: path @@ -93816,7 +93913,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *604 + - *605 requestBody: required: true content: @@ -93917,7 +94014,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *604 + - *605 responses: '204': description: Response @@ -93948,7 +94045,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy parameters: - - *604 + - *605 - *46 - *17 - *19 @@ -93961,7 +94058,7 @@ paths: type: array items: *281 examples: - default: *605 + default: *606 headers: Link: *57 x-github: @@ -93990,7 +94087,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion-legacy parameters: - - *604 + - *605 requestBody: required: true content: @@ -94053,7 +94150,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion-legacy parameters: - - *604 + - *605 - *283 responses: '200': @@ -94087,7 +94184,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion-legacy parameters: - - *604 + - *605 - *283 requestBody: required: false @@ -94113,7 +94210,7 @@ paths: application/json: schema: *281 examples: - default: *606 + default: *607 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94138,7 +94235,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion-legacy parameters: - - *604 + - *605 - *283 responses: '204': @@ -94168,7 +94265,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *604 + - *605 - *283 - *46 - *17 @@ -94182,7 +94279,7 @@ paths: type: array items: *284 examples: - default: *607 + default: *608 headers: Link: *57 x-github: @@ -94211,7 +94308,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *604 + - *605 - *283 requestBody: required: true @@ -94263,7 +94360,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *604 + - *605 - *283 - *286 responses: @@ -94298,7 +94395,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *604 + - *605 - *283 - *286 requestBody: @@ -94324,7 +94421,7 @@ paths: application/json: schema: *284 examples: - default: *608 + default: *609 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94349,7 +94446,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *604 + - *605 - *283 - *286 responses: @@ -94380,7 +94477,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *604 + - *605 - *283 - *286 - name: content @@ -94439,7 +94536,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *604 + - *605 - *283 - *286 requestBody: @@ -94501,7 +94598,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *604 + - *605 - *283 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -94559,7 +94656,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *604 + - *605 - *283 requestBody: required: true @@ -94618,7 +94715,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *604 + - *605 - *17 - *19 responses: @@ -94656,7 +94753,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *604 + - *605 - name: role description: Filters members returned by their role in the team. in: query @@ -94707,7 +94804,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *604 + - *605 - *132 responses: '204': @@ -94744,7 +94841,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *604 + - *605 - *132 responses: '204': @@ -94784,7 +94881,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *604 + - *605 - *132 responses: '204': @@ -94821,7 +94918,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *604 + - *605 - *132 responses: '200': @@ -94830,7 +94927,7 @@ paths: application/json: schema: *291 examples: - response-if-user-is-a-team-maintainer: *609 + response-if-user-is-a-team-maintainer: *610 '404': *6 x-github: githubCloudOnly: false @@ -94863,7 +94960,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *604 + - *605 - *132 requestBody: required: false @@ -94891,7 +94988,7 @@ paths: application/json: schema: *291 examples: - response-if-users-membership-with-team-is-now-pending: *610 + response-if-users-membership-with-team-is-now-pending: *611 '403': description: Forbidden if team synchronization is set up '422': @@ -94925,7 +95022,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *604 + - *605 - *132 responses: '204': @@ -94954,7 +95051,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-projects-legacy parameters: - - *604 + - *605 - *17 - *19 responses: @@ -94966,7 +95063,7 @@ paths: type: array items: *292 examples: - default: *611 + default: *612 headers: Link: *57 '404': *6 @@ -94992,7 +95089,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *604 + - *605 - *293 responses: '200': @@ -95001,7 +95098,7 @@ paths: application/json: schema: *292 examples: - default: *612 + default: *613 '404': description: Not Found if project is not managed by this team x-github: @@ -95025,7 +95122,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *604 + - *605 - *293 requestBody: required: false @@ -95093,7 +95190,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *604 + - *605 - *293 responses: '204': @@ -95121,7 +95218,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *604 + - *605 - *17 - *19 responses: @@ -95163,7 +95260,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *604 + - *605 - *294 - *295 responses: @@ -95171,7 +95268,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *613 + schema: *614 examples: alternative-response-with-extra-repository-information: value: @@ -95322,7 +95419,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *604 + - *605 - *294 - *295 requestBody: @@ -95374,7 +95471,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *604 + - *605 - *294 - *295 responses: @@ -95401,7 +95498,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *604 + - *605 - *17 - *19 responses: @@ -95413,7 +95510,7 @@ paths: type: array items: *150 examples: - response-if-child-teams-exist: *614 + response-if-child-teams-exist: *615 headers: Link: *57 '404': *6 @@ -95446,7 +95543,7 @@ paths: application/json: schema: oneOf: - - &616 + - &617 title: Private User description: Private User type: object @@ -95696,7 +95793,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *615 + - *616 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -95856,7 +95953,7 @@ paths: description: Response content: application/json: - schema: *616 + schema: *617 examples: default: value: @@ -96254,7 +96351,7 @@ paths: type: integer secrets: type: array - items: &617 + items: &618 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -96374,7 +96471,7 @@ paths: description: Response content: application/json: - schema: *617 + schema: *618 examples: default: value: @@ -96520,7 +96617,7 @@ paths: type: array items: *119 examples: - default: *618 + default: *619 '401': *23 '403': *27 '404': *6 @@ -96787,7 +96884,7 @@ paths: description: Response content: application/json: - schema: &619 + schema: &620 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -96840,7 +96937,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &620 + default: &621 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -96885,9 +96982,9 @@ paths: description: Response content: application/json: - schema: *619 + schema: *620 examples: - default: *620 + default: *621 '404': *6 x-github: githubCloudOnly: false @@ -96926,7 +97023,7 @@ paths: type: array items: *419 examples: - default: *621 + default: *622 '304': *35 '500': *91 '401': *23 @@ -97892,7 +97989,7 @@ paths: type: array items: *208 examples: - default: &633 + default: &634 value: - id: 197 name: hello_docker @@ -97993,7 +98090,7 @@ paths: application/json: schema: type: array - items: &622 + items: &623 title: Email description: Email type: object @@ -98063,9 +98160,9 @@ paths: application/json: schema: type: array - items: *622 + items: *623 examples: - default: &635 + default: &636 value: - email: octocat@github.com verified: true @@ -98142,7 +98239,7 @@ paths: application/json: schema: type: array - items: *622 + items: *623 examples: default: value: @@ -98400,7 +98497,7 @@ paths: application/json: schema: type: array - items: &623 + items: &624 title: GPG Key description: A unique encryption key type: object @@ -98545,7 +98642,7 @@ paths: - subkeys - revoked examples: - default: &649 + default: &650 value: - id: 3 name: Octocat's GPG Key @@ -98630,9 +98727,9 @@ paths: description: Response content: application/json: - schema: *623 + schema: *624 examples: - default: &624 + default: &625 value: id: 3 name: Octocat's GPG Key @@ -98689,7 +98786,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &625 + - &626 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -98701,9 +98798,9 @@ paths: description: Response content: application/json: - schema: *623 + schema: *624 examples: - default: *624 + default: *625 '404': *6 '304': *35 '403': *27 @@ -98726,7 +98823,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *625 + - *626 responses: '204': description: Response @@ -99181,7 +99278,7 @@ paths: application/json: schema: type: array - items: &626 + items: &627 title: Key description: Key type: object @@ -99284,9 +99381,9 @@ paths: description: Response content: application/json: - schema: *626 + schema: *627 examples: - default: &627 + default: &628 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -99325,9 +99422,9 @@ paths: description: Response content: application/json: - schema: *626 + schema: *627 examples: - default: *627 + default: *628 '404': *6 '304': *35 '403': *27 @@ -99383,7 +99480,7 @@ paths: application/json: schema: type: array - items: &628 + items: &629 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -99462,7 +99559,7 @@ paths: - account - plan examples: - default: &629 + default: &630 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -99524,9 +99621,9 @@ paths: application/json: schema: type: array - items: *628 + items: *629 examples: - default: *629 + default: *630 headers: Link: *57 '304': *35 @@ -100530,7 +100627,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *202 - - *630 + - *631 responses: '204': description: Response @@ -100603,7 +100700,7 @@ paths: type: array items: *149 examples: - default: *631 + default: *632 headers: Link: *57 '304': *35 @@ -100645,7 +100742,7 @@ paths: - docker - nuget - container - - *632 + - *633 - *19 - *17 responses: @@ -100657,8 +100754,8 @@ paths: type: array items: *208 examples: - default: *633 - '400': *634 + default: *634 + '400': *635 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100687,7 +100784,7 @@ paths: application/json: schema: *208 examples: - default: &650 + default: &651 value: id: 40201 name: octo-name @@ -101142,9 +101239,9 @@ paths: application/json: schema: type: array - items: *622 + items: *623 examples: - default: *635 + default: *636 headers: Link: *57 '304': *35 @@ -101257,7 +101354,7 @@ paths: type: array items: *59 examples: - default: &642 + default: &643 summary: Default response value: - id: 1296269 @@ -101617,7 +101714,7 @@ paths: type: array items: *489 examples: - default: *636 + default: *637 headers: Link: *57 '304': *35 @@ -101696,7 +101793,7 @@ paths: application/json: schema: type: array - items: &637 + items: &638 title: Social account description: Social media account type: object @@ -101713,7 +101810,7 @@ paths: - provider - url examples: - default: &638 + default: &639 value: - provider: twitter url: https://twitter.com/github @@ -101776,9 +101873,9 @@ paths: application/json: schema: type: array - items: *637 + items: *638 examples: - default: *638 + default: *639 '422': *15 '304': *35 '404': *6 @@ -101866,7 +101963,7 @@ paths: application/json: schema: type: array - items: &639 + items: &640 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -101886,7 +101983,7 @@ paths: - title - created_at examples: - default: &661 + default: &662 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -101953,9 +102050,9 @@ paths: description: Response content: application/json: - schema: *639 + schema: *640 examples: - default: &640 + default: &641 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -101986,7 +102083,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: - - &641 + - &642 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -101998,9 +102095,9 @@ paths: description: Response content: application/json: - schema: *639 + schema: *640 examples: - default: *640 + default: *641 '404': *6 '304': *35 '403': *27 @@ -102023,7 +102120,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: - - *641 + - *642 responses: '204': description: Response @@ -102052,7 +102149,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &662 + - &663 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 @@ -102077,11 +102174,11 @@ paths: type: array items: *59 examples: - default-response: *642 + default-response: *643 application/vnd.github.v3.star+json: schema: type: array - items: &663 + items: &664 title: Starred Repository description: Starred Repository type: object @@ -102450,10 +102547,10 @@ paths: application/json: schema: oneOf: + - *617 - *616 - - *615 examples: - default-response: &644 + default-response: &645 summary: Default response value: login: octocat @@ -102488,7 +102585,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &645 + response-with-git-hub-plan-information: &646 summary: Response with GitHub plan information value: login: octocat @@ -102548,7 +102645,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *643 + - *644 - *17 responses: '200': @@ -102597,11 +102694,11 @@ paths: application/json: schema: oneOf: + - *617 - *616 - - *615 examples: - default-response: *644 - response-with-git-hub-plan-information: *645 + default-response: *645 + response-with-git-hub-plan-information: *646 '404': *6 x-github: githubCloudOnly: false @@ -102650,8 +102747,8 @@ paths: required: - subject_digests examples: - default: *646 - withPredicateType: *647 + default: *647 + withPredicateType: *648 responses: '200': description: Response @@ -102705,7 +102802,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *648 + default: *649 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102948,7 +103045,7 @@ paths: type: array items: *208 examples: - default: *633 + default: *634 '403': *27 '401': *23 x-github: @@ -103352,9 +103449,9 @@ paths: application/json: schema: type: array - items: *623 + items: *624 examples: - default: *649 + default: *650 headers: Link: *57 x-github: @@ -103544,7 +103641,7 @@ paths: type: array items: *149 examples: - default: *631 + default: *632 headers: Link: *57 x-github: @@ -103583,7 +103680,7 @@ paths: - docker - nuget - container - - *632 + - *633 - *132 - *19 - *17 @@ -103596,10 +103693,10 @@ paths: type: array items: *208 examples: - default: *633 + default: *634 '403': *27 '401': *23 - '400': *634 + '400': *635 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -103629,7 +103726,7 @@ paths: application/json: schema: *208 examples: - default: *650 + default: *651 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -104228,9 +104325,9 @@ paths: description: Response content: application/json: - schema: *651 + schema: *652 examples: - default: *652 + default: *653 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -104258,9 +104355,9 @@ paths: description: Response content: application/json: - schema: *653 + schema: *654 examples: - default: *654 + default: *655 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -104288,9 +104385,9 @@ paths: description: Response content: application/json: - schema: *655 + schema: *656 examples: - default: *656 + default: *657 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -104311,10 +104408,10 @@ paths: url: https://docs.github.com/rest/billing/enhanced-billing#get-billing-usage-report-for-a-user parameters: - *132 - - *657 - *658 - *659 - *660 + - *661 responses: '200': description: Response when getting a billing usage report @@ -104413,9 +104510,9 @@ paths: application/json: schema: type: array - items: *637 + items: *638 examples: - default: *638 + default: *639 headers: Link: *57 x-github: @@ -104445,9 +104542,9 @@ paths: application/json: schema: type: array - items: *639 + items: *640 examples: - default: *661 + default: *662 headers: Link: *57 x-github: @@ -104472,7 +104569,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *132 - - *662 + - *663 - *46 - *17 - *19 @@ -104484,11 +104581,11 @@ paths: schema: anyOf: - type: array - items: *663 + items: *664 - type: array items: *59 examples: - default-response: *642 + default-response: *643 headers: Link: *57 x-github: @@ -104648,7 +104745,7 @@ webhooks: type: string enum: - disabled - enterprise: &664 + enterprise: &665 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -104717,7 +104814,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &665 + installation: &666 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -104738,7 +104835,7 @@ webhooks: required: - id - node_id - organization: &666 + organization: &667 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -104811,7 +104908,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &667 + repository: &668 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -105724,10 +105821,10 @@ webhooks: type: string enum: - enabled - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -105803,11 +105900,11 @@ webhooks: type: string enum: - created - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 - rule: &668 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 + rule: &669 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) @@ -106030,11 +106127,11 @@ webhooks: type: string enum: - deleted - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 - rule: *668 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 + rule: *669 sender: *4 required: - action @@ -106222,11 +106319,11 @@ webhooks: - everyone required: - from - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 - rule: *668 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 + rule: *669 sender: *4 required: - action @@ -106310,7 +106407,7 @@ webhooks: type: string enum: - completed - check_run: &670 + check_run: &671 title: CheckRun description: A check performed on the code of a given code change type: object @@ -106420,7 +106517,7 @@ webhooks: - examples: - neutral - deployment: *669 + deployment: *670 details_url: type: string examples: @@ -106518,9 +106615,9 @@ webhooks: - output - app - pull_requests - installation: *665 - organization: *666 - repository: *667 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - check_run @@ -106913,10 +107010,10 @@ webhooks: type: string enum: - created - check_run: *670 - installation: *665 - organization: *666 - repository: *667 + check_run: *671 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - check_run @@ -107312,10 +107409,10 @@ webhooks: type: string enum: - requested_action - check_run: *670 - installation: *665 - organization: *666 - repository: *667 + check_run: *671 + installation: *666 + organization: *667 + repository: *668 requested_action: description: The action requested by the user. type: object @@ -107720,10 +107817,10 @@ webhooks: type: string enum: - rerequested - check_run: *670 - installation: *665 - organization: *666 - repository: *667 + check_run: *671 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - check_run @@ -108715,10 +108812,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -109403,10 +109500,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -110085,10 +110182,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -110406,20 +110503,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &671 + commit_oid: &672 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: *664 - installation: *665 - organization: *666 - ref: &672 + enterprise: *665 + installation: *666 + organization: *667 + ref: &673 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: *667 + repository: *668 sender: *4 required: - action @@ -110824,12 +110921,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *671 - enterprise: *664 - installation: *665 - organization: *666 - ref: *672 - repository: *667 + commit_oid: *672 + enterprise: *665 + installation: *666 + organization: *667 + ref: *673 + repository: *668 sender: *4 required: - action @@ -111109,12 +111206,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *671 - enterprise: *664 - installation: *665 - organization: *666 - ref: *672 - repository: *667 + commit_oid: *672 + enterprise: *665 + installation: *666 + organization: *667 + ref: *673 + repository: *668 sender: *4 required: - action @@ -111457,12 +111554,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *671 - enterprise: *664 - installation: *665 - organization: *666 - ref: *672 - repository: *667 + commit_oid: *672 + enterprise: *665 + installation: *666 + organization: *667 + ref: *673 + repository: *668 sender: *4 required: - action @@ -111742,9 +111839,9 @@ webhooks: type: - string - 'null' - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -111752,7 +111849,7 @@ webhooks: type: - string - 'null' - repository: *667 + repository: *668 sender: *4 required: - action @@ -111995,12 +112092,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *671 - enterprise: *664 - installation: *665 - organization: *666 - ref: *672 - repository: *667 + commit_oid: *672 + enterprise: *665 + installation: *666 + organization: *667 + ref: *673 + repository: *668 sender: *4 required: - action @@ -112262,10 +112359,10 @@ webhooks: - updated_at - author_association - body - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -112346,18 +112443,18 @@ webhooks: type: - string - 'null' - enterprise: *664 - installation: *665 + enterprise: *665 + installation: *666 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *666 - pusher_type: &673 + organization: *667 + pusher_type: &674 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &674 + ref: &675 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -112367,7 +112464,7 @@ webhooks: enum: - tag - branch - repository: *667 + repository: *668 sender: *4 required: - ref @@ -112450,9 +112547,9 @@ webhooks: enum: - created definition: *225 - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 sender: *4 required: - action @@ -112537,9 +112634,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 sender: *4 required: - action @@ -112617,9 +112714,9 @@ webhooks: enum: - promote_to_enterprise definition: *225 - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 sender: *4 required: - action @@ -112697,9 +112794,9 @@ webhooks: enum: - updated definition: *225 - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 sender: *4 required: - action @@ -112776,10 +112873,10 @@ webhooks: type: string enum: - updated - enterprise: *664 - installation: *665 - repository: *667 - organization: *666 + enterprise: *665 + installation: *666 + repository: *668 + organization: *667 sender: *4 new_property_values: type: array @@ -112864,18 +112961,18 @@ webhooks: title: delete event type: object properties: - enterprise: *664 - installation: *665 - organization: *666 - pusher_type: *673 - ref: *674 + enterprise: *665 + installation: *666 + organization: *667 + pusher_type: *674 + ref: *675 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *667 + repository: *668 sender: *4 required: - ref @@ -112960,10 +113057,10 @@ webhooks: enum: - auto_dismissed alert: *445 - installation: *665 - organization: *666 - enterprise: *664 - repository: *667 + installation: *666 + organization: *667 + enterprise: *665 + repository: *668 sender: *4 required: - action @@ -113048,10 +113145,10 @@ webhooks: enum: - auto_reopened alert: *445 - installation: *665 - organization: *666 - enterprise: *664 - repository: *667 + installation: *666 + organization: *667 + enterprise: *665 + repository: *668 sender: *4 required: - action @@ -113136,10 +113233,10 @@ webhooks: enum: - created alert: *445 - installation: *665 - organization: *666 - enterprise: *664 - repository: *667 + installation: *666 + organization: *667 + enterprise: *665 + repository: *668 sender: *4 required: - action @@ -113222,10 +113319,10 @@ webhooks: enum: - dismissed alert: *445 - installation: *665 - organization: *666 - enterprise: *664 - repository: *667 + installation: *666 + organization: *667 + enterprise: *665 + repository: *668 sender: *4 required: - action @@ -113308,10 +113405,10 @@ webhooks: enum: - fixed alert: *445 - installation: *665 - organization: *666 - enterprise: *664 - repository: *667 + installation: *666 + organization: *667 + enterprise: *665 + repository: *668 sender: *4 required: - action @@ -113395,10 +113492,10 @@ webhooks: enum: - reintroduced alert: *445 - installation: *665 - organization: *666 - enterprise: *664 - repository: *667 + installation: *666 + organization: *667 + enterprise: *665 + repository: *668 sender: *4 required: - action @@ -113481,10 +113578,10 @@ webhooks: enum: - reopened alert: *445 - installation: *665 - organization: *666 - enterprise: *664 - repository: *667 + installation: *666 + organization: *667 + enterprise: *665 + repository: *668 sender: *4 required: - action @@ -113561,9 +113658,9 @@ webhooks: type: string enum: - created - enterprise: *664 - installation: *665 - key: &675 + enterprise: *665 + installation: *666 + key: &676 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -113601,8 +113698,8 @@ webhooks: - verified - created_at - read_only - organization: *666 - repository: *667 + organization: *667 + repository: *668 sender: *4 required: - action @@ -113679,11 +113776,11 @@ webhooks: type: string enum: - deleted - enterprise: *664 - installation: *665 - key: *675 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + key: *676 + organization: *667 + repository: *668 sender: *4 required: - action @@ -114255,12 +114352,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 - workflow: &679 + workflow: &680 title: Workflow type: - object @@ -115002,9 +115099,9 @@ webhooks: pull_requests: type: array items: *533 - repository: *667 - organization: *666 - installation: *665 + repository: *668 + organization: *667 + installation: *666 sender: *4 responses: '200': @@ -115075,7 +115172,7 @@ webhooks: type: string enum: - approved - approver: &676 + approver: &677 type: object properties: avatar_url: @@ -115118,11 +115215,11 @@ webhooks: type: string comment: type: string - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 - reviewers: &677 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 + reviewers: &678 type: array items: type: object @@ -115203,7 +115300,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &678 + workflow_job_run: &679 type: object properties: conclusion: @@ -115949,18 +116046,18 @@ webhooks: type: string enum: - rejected - approver: *676 + approver: *677 comment: type: string - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 - reviewers: *677 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 + reviewers: *678 sender: *4 since: type: string - workflow_job_run: *678 + workflow_job_run: *679 workflow_job_runs: type: array items: @@ -116677,13 +116774,13 @@ webhooks: type: string enum: - requested - enterprise: *664 + enterprise: *665 environment: type: string - installation: *665 - organization: *666 - repository: *667 - requestor: &684 + installation: *666 + organization: *667 + repository: *668 + requestor: &685 title: User type: - object @@ -118626,12 +118723,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 - workflow: *679 + workflow: *680 workflow_run: title: Deployment Workflow Run type: @@ -119322,7 +119419,7 @@ webhooks: type: string enum: - answered - answer: &682 + answer: &683 type: object properties: author_association: @@ -119482,7 +119579,7 @@ webhooks: - created_at - updated_at - body - discussion: &680 + discussion: &681 title: Discussion description: A Discussion in a repository. type: object @@ -119800,10 +119897,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -119930,11 +120027,11 @@ webhooks: - from required: - category - discussion: *680 - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + discussion: *681 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -120017,11 +120114,11 @@ webhooks: type: string enum: - closed - discussion: *680 - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + discussion: *681 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -120103,7 +120200,7 @@ webhooks: type: string enum: - created - comment: &681 + comment: &682 type: object properties: author_association: @@ -120263,11 +120360,11 @@ webhooks: - updated_at - body - reactions - discussion: *680 - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + discussion: *681 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -120350,12 +120447,12 @@ webhooks: type: string enum: - deleted - comment: *681 - discussion: *680 - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + comment: *682 + discussion: *681 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -120450,12 +120547,12 @@ webhooks: - from required: - body - comment: *681 - discussion: *680 - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + comment: *682 + discussion: *681 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -120539,11 +120636,11 @@ webhooks: type: string enum: - created - discussion: *680 - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + discussion: *681 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -120625,11 +120722,11 @@ webhooks: type: string enum: - deleted - discussion: *680 - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + discussion: *681 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -120729,11 +120826,11 @@ webhooks: type: string required: - from - discussion: *680 - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + discussion: *681 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -120815,10 +120912,10 @@ webhooks: type: string enum: - labeled - discussion: *680 - enterprise: *664 - installation: *665 - label: &683 + discussion: *681 + enterprise: *665 + installation: *666 + label: &684 title: Label type: object properties: @@ -120851,8 +120948,8 @@ webhooks: - color - default - description - organization: *666 - repository: *667 + organization: *667 + repository: *668 sender: *4 required: - action @@ -120935,11 +121032,11 @@ webhooks: type: string enum: - locked - discussion: *680 - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + discussion: *681 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -121021,11 +121118,11 @@ webhooks: type: string enum: - pinned - discussion: *680 - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + discussion: *681 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -121107,11 +121204,11 @@ webhooks: type: string enum: - reopened - discussion: *680 - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + discussion: *681 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -121196,16 +121293,16 @@ webhooks: changes: type: object properties: - new_discussion: *680 - new_repository: *667 + new_discussion: *681 + new_repository: *668 required: - new_discussion - new_repository - discussion: *680 - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + discussion: *681 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -121288,10 +121385,10 @@ webhooks: type: string enum: - unanswered - discussion: *680 - old_answer: *682 - organization: *666 - repository: *667 + discussion: *681 + old_answer: *683 + organization: *667 + repository: *668 sender: *4 required: - action @@ -121373,12 +121470,12 @@ webhooks: type: string enum: - unlabeled - discussion: *680 - enterprise: *664 - installation: *665 - label: *683 - organization: *666 - repository: *667 + discussion: *681 + enterprise: *665 + installation: *666 + label: *684 + organization: *667 + repository: *668 sender: *4 required: - action @@ -121461,11 +121558,11 @@ webhooks: type: string enum: - unlocked - discussion: *680 - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + discussion: *681 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -121547,11 +121644,11 @@ webhooks: type: string enum: - unpinned - discussion: *680 - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + discussion: *681 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -121624,7 +121721,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *664 + enterprise: *665 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -122302,9 +122399,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *665 - organization: *666 - repository: *667 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - forkee @@ -122450,9 +122547,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 pages: description: The pages that were updated. type: array @@ -122490,7 +122587,7 @@ webhooks: - action - sha - html_url - repository: *667 + repository: *668 sender: *4 required: - pages @@ -122566,10 +122663,10 @@ webhooks: type: string enum: - created - enterprise: *664 + enterprise: *665 installation: *20 - organization: *666 - repositories: &685 + organization: *667 + repositories: &686 description: An array of repository objects that the installation can access. type: array @@ -122595,8 +122692,8 @@ webhooks: - name - full_name - private - repository: *667 - requester: *684 + repository: *668 + requester: *685 sender: *4 required: - action @@ -122671,11 +122768,11 @@ webhooks: type: string enum: - deleted - enterprise: *664 + enterprise: *665 installation: *20 - organization: *666 - repositories: *685 - repository: *667 + organization: *667 + repositories: *686 + repository: *668 requester: type: - 'null' @@ -122752,11 +122849,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *664 + enterprise: *665 installation: *20 - organization: *666 - repositories: *685 - repository: *667 + organization: *667 + repositories: *686 + repository: *668 requester: type: - 'null' @@ -122833,10 +122930,10 @@ webhooks: type: string enum: - added - enterprise: *664 + enterprise: *665 installation: *20 - organization: *666 - repositories_added: &686 + organization: *667 + repositories_added: &687 description: An array of repository objects, which were added to the installation. type: array @@ -122882,15 +122979,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *667 - repository_selection: &687 + repository: *668 + repository_selection: &688 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *684 + requester: *685 sender: *4 required: - action @@ -122969,10 +123066,10 @@ webhooks: type: string enum: - removed - enterprise: *664 + enterprise: *665 installation: *20 - organization: *666 - repositories_added: *686 + organization: *667 + repositories_added: *687 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -122999,9 +123096,9 @@ webhooks: - name - full_name - private - repository: *667 - repository_selection: *687 - requester: *684 + repository: *668 + repository_selection: *688 + requester: *685 sender: *4 required: - action @@ -123080,11 +123177,11 @@ webhooks: type: string enum: - suspend - enterprise: *664 + enterprise: *665 installation: *20 - organization: *666 - repositories: *685 - repository: *667 + organization: *667 + repositories: *686 + repository: *668 requester: type: - 'null' @@ -123266,10 +123363,10 @@ webhooks: type: string required: - from - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 target_type: type: string @@ -123348,11 +123445,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *664 + enterprise: *665 installation: *20 - organization: *666 - repositories: *685 - repository: *667 + organization: *667 + repositories: *686 + repository: *668 requester: type: - 'null' @@ -123600,8 +123697,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *664 - installation: *665 + enterprise: *665 + installation: *666 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -124780,8 +124877,8 @@ webhooks: - state - locked - assignee - organization: *666 - repository: *667 + organization: *667 + repository: *668 sender: *4 required: - action @@ -124861,7 +124958,7 @@ webhooks: type: string enum: - deleted - comment: &688 + comment: &689 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -125028,8 +125125,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *664 - installation: *665 + enterprise: *665 + installation: *666 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -126206,8 +126303,8 @@ webhooks: - state - locked - assignee - organization: *666 - repository: *667 + organization: *667 + repository: *668 sender: *4 required: - action @@ -126287,7 +126384,7 @@ webhooks: type: string enum: - edited - changes: &713 + changes: &714 description: The changes to the comment. type: object properties: @@ -126299,9 +126396,9 @@ webhooks: type: string required: - from - comment: *688 - enterprise: *664 - installation: *665 + comment: *689 + enterprise: *665 + installation: *666 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -127479,8 +127576,8 @@ webhooks: - state - locked - assignee - organization: *666 - repository: *667 + organization: *667 + repository: *668 sender: *4 required: - action @@ -127570,9 +127667,9 @@ webhooks: type: number blocking_issue: *74 blocking_issue_repo: *59 - installation: *665 - organization: *666 - repository: *667 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -127666,9 +127763,9 @@ webhooks: type: number blocking_issue: *74 blocking_issue_repo: *59 - installation: *665 - organization: *666 - repository: *667 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -127761,9 +127858,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *74 - installation: *665 - organization: *666 - repository: *667 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -127857,9 +127954,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *74 - installation: *665 - organization: *666 - repository: *667 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -127944,10 +128041,10 @@ webhooks: type: string enum: - assigned - assignee: *684 - enterprise: *664 - installation: *665 - issue: &691 + assignee: *685 + enterprise: *665 + installation: *666 + issue: &692 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -128761,6 +128858,9 @@ webhooks: format: uri sub_issues_summary: *602 issue_dependencies_summary: *603 + issue_field_values: + type: array + items: *604 state: description: State of the issue; either 'open' or 'closed' type: string @@ -128880,8 +128980,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *666 - repository: *667 + organization: *667 + repository: *668 sender: *4 required: - action @@ -128961,8 +129061,8 @@ webhooks: type: string enum: - closed - enterprise: *664 - installation: *665 + enterprise: *665 + installation: *666 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -129781,6 +129881,9 @@ webhooks: format: uri sub_issues_summary: *602 issue_dependencies_summary: *603 + issue_field_values: + type: array + items: *604 state: description: State of the issue; either 'open' or 'closed' type: string @@ -130043,8 +130146,8 @@ webhooks: required: - state - closed_at - organization: *666 - repository: *667 + organization: *667 + repository: *668 sender: *4 required: - action @@ -130123,8 +130226,8 @@ webhooks: type: string enum: - deleted - enterprise: *664 - installation: *665 + enterprise: *665 + installation: *666 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -130934,6 +131037,9 @@ webhooks: format: uri sub_issues_summary: *602 issue_dependencies_summary: *603 + issue_field_values: + type: array + items: *604 state: description: State of the issue; either 'open' or 'closed' type: string @@ -131052,8 +131158,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *666 - repository: *667 + organization: *667 + repository: *668 sender: *4 required: - action @@ -131132,8 +131238,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *664 - installation: *665 + enterprise: *665 + installation: *666 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -131966,6 +132072,9 @@ webhooks: format: uri sub_issues_summary: *602 issue_dependencies_summary: *603 + issue_field_values: + type: array + items: *604 state: description: State of the issue; either 'open' or 'closed' type: string @@ -132063,7 +132172,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &689 + milestone: &690 title: Milestone description: A collection of related issues and pull requests. type: object @@ -132206,8 +132315,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *666 - repository: *667 + organization: *667 + repository: *668 sender: *4 required: - action @@ -132306,8 +132415,8 @@ webhooks: type: string required: - from - enterprise: *664 - installation: *665 + enterprise: *665 + installation: *666 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -133121,6 +133230,9 @@ webhooks: format: uri sub_issues_summary: *602 issue_dependencies_summary: *603 + issue_field_values: + type: array + items: *604 state: description: State of the issue; either 'open' or 'closed' type: string @@ -133240,9 +133352,9 @@ webhooks: - active_lock_reason - body - reactions - label: *683 - organization: *666 - repository: *667 + label: *684 + organization: *667 + repository: *668 sender: *4 required: - action @@ -133322,8 +133434,8 @@ webhooks: type: string enum: - labeled - enterprise: *664 - installation: *665 + enterprise: *665 + installation: *666 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -134136,6 +134248,9 @@ webhooks: format: uri sub_issues_summary: *602 issue_dependencies_summary: *603 + issue_field_values: + type: array + items: *604 state: description: State of the issue; either 'open' or 'closed' type: string @@ -134255,9 +134370,9 @@ webhooks: - active_lock_reason - body - reactions - label: *683 - organization: *666 - repository: *667 + label: *684 + organization: *667 + repository: *668 sender: *4 required: - action @@ -134337,8 +134452,8 @@ webhooks: type: string enum: - locked - enterprise: *664 - installation: *665 + enterprise: *665 + installation: *666 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -135176,6 +135291,9 @@ webhooks: format: uri sub_issues_summary: *602 issue_dependencies_summary: *603 + issue_field_values: + type: array + items: *604 state: description: State of the issue; either 'open' or 'closed' type: string @@ -135272,8 +135390,8 @@ webhooks: format: uri user_view_type: type: string - organization: *666 - repository: *667 + organization: *667 + repository: *668 sender: *4 required: - action @@ -135352,8 +135470,8 @@ webhooks: type: string enum: - milestoned - enterprise: *664 - installation: *665 + enterprise: *665 + installation: *666 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -136185,6 +136303,9 @@ webhooks: format: uri sub_issues_summary: *602 issue_dependencies_summary: *603 + issue_field_values: + type: array + items: *604 state: description: State of the issue; either 'open' or 'closed' type: string @@ -136281,9 +136402,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *689 - organization: *666 - repository: *667 + milestone: *690 + organization: *667 + repository: *668 sender: *4 required: - action @@ -137177,6 +137298,9 @@ webhooks: format: uri sub_issues_summary: *602 issue_dependencies_summary: *603 + issue_field_values: + type: array + items: *604 state: description: State of the issue; either 'open' or 'closed' type: string @@ -137753,8 +137877,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *664 - installation: *665 + enterprise: *665 + installation: *666 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -138568,6 +138692,9 @@ webhooks: format: uri sub_issues_summary: *602 issue_dependencies_summary: *603 + issue_field_values: + type: array + items: *604 state: description: State of the issue; either 'open' or 'closed' type: string @@ -138686,8 +138813,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *666 - repository: *667 + organization: *667 + repository: *668 sender: *4 required: - action @@ -138767,9 +138894,9 @@ webhooks: type: string enum: - pinned - enterprise: *664 - installation: *665 - issue: &690 + enterprise: *665 + installation: *666 + issue: &691 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -139577,6 +139704,9 @@ webhooks: format: uri sub_issues_summary: *602 issue_dependencies_summary: *603 + issue_field_values: + type: array + items: *604 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139695,8 +139825,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *666 - repository: *667 + organization: *667 + repository: *668 sender: *4 required: - action @@ -139775,8 +139905,8 @@ webhooks: type: string enum: - reopened - enterprise: *664 - installation: *665 + enterprise: *665 + installation: *666 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -140612,6 +140742,9 @@ webhooks: format: uri sub_issues_summary: *602 issue_dependencies_summary: *603 + issue_field_values: + type: array + items: *604 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140709,8 +140842,8 @@ webhooks: user_view_type: type: string type: *189 - organization: *666 - repository: *667 + organization: *667 + repository: *668 sender: *4 required: - action @@ -141601,6 +141734,9 @@ webhooks: format: uri sub_issues_summary: *602 issue_dependencies_summary: *603 + issue_field_values: + type: array + items: *604 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142199,11 +142335,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *664 - installation: *665 - issue: *690 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + issue: *691 + organization: *667 + repository: *668 sender: *4 required: - action @@ -142283,12 +142419,12 @@ webhooks: type: string enum: - typed - enterprise: *664 - installation: *665 - issue: *691 + enterprise: *665 + installation: *666 + issue: *692 type: *189 - organization: *666 - repository: *667 + organization: *667 + repository: *668 sender: *4 required: - action @@ -142369,7 +142505,7 @@ webhooks: type: string enum: - unassigned - assignee: &716 + assignee: &717 title: User type: - object @@ -142441,11 +142577,11 @@ webhooks: required: - login - id - enterprise: *664 - installation: *665 - issue: *691 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + issue: *692 + organization: *667 + repository: *668 sender: *4 required: - action @@ -142524,12 +142660,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *664 - installation: *665 - issue: *691 - label: *683 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + issue: *692 + label: *684 + organization: *667 + repository: *668 sender: *4 required: - action @@ -142609,8 +142745,8 @@ webhooks: type: string enum: - unlocked - enterprise: *664 - installation: *665 + enterprise: *665 + installation: *666 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -143446,6 +143582,9 @@ webhooks: format: uri sub_issues_summary: *602 issue_dependencies_summary: *603 + issue_field_values: + type: array + items: *604 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143542,8 +143681,8 @@ webhooks: format: uri user_view_type: type: string - organization: *666 - repository: *667 + organization: *667 + repository: *668 sender: *4 required: - action @@ -143623,11 +143762,11 @@ webhooks: type: string enum: - unpinned - enterprise: *664 - installation: *665 - issue: *690 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + issue: *691 + organization: *667 + repository: *668 sender: *4 required: - action @@ -143706,12 +143845,12 @@ webhooks: type: string enum: - untyped - enterprise: *664 - installation: *665 - issue: *691 + enterprise: *665 + installation: *666 + issue: *692 type: *189 - organization: *666 - repository: *667 + organization: *667 + repository: *668 sender: *4 required: - action @@ -143791,11 +143930,11 @@ webhooks: type: string enum: - created - enterprise: *664 - installation: *665 - label: *683 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + label: *684 + organization: *667 + repository: *668 sender: *4 required: - action @@ -143873,11 +144012,11 @@ webhooks: type: string enum: - deleted - enterprise: *664 - installation: *665 - label: *683 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + label: *684 + organization: *667 + repository: *668 sender: *4 required: - action @@ -143987,11 +144126,11 @@ webhooks: type: string required: - from - enterprise: *664 - installation: *665 - label: *683 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + label: *684 + organization: *667 + repository: *668 sender: *4 required: - action @@ -144073,9 +144212,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *664 - installation: *665 - marketplace_purchase: &692 + enterprise: *665 + installation: *666 + marketplace_purchase: &693 title: Marketplace Purchase type: object required: @@ -144163,8 +144302,8 @@ webhooks: type: integer unit_count: type: integer - organization: *666 - previous_marketplace_purchase: &693 + organization: *667 + previous_marketplace_purchase: &694 title: Marketplace Purchase type: object properties: @@ -144248,7 +144387,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *667 + repository: *668 sender: *4 required: - action @@ -144328,10 +144467,10 @@ webhooks: - changed effective_date: type: string - enterprise: *664 - installation: *665 - marketplace_purchase: *692 - organization: *666 + enterprise: *665 + installation: *666 + marketplace_purchase: *693 + organization: *667 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -144419,7 +144558,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *667 + repository: *668 sender: *4 required: - action @@ -144501,10 +144640,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *664 - installation: *665 - marketplace_purchase: *692 - organization: *666 + enterprise: *665 + installation: *666 + marketplace_purchase: *693 + organization: *667 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -144590,7 +144729,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *667 + repository: *668 sender: *4 required: - action @@ -144671,8 +144810,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *664 - installation: *665 + enterprise: *665 + installation: *666 marketplace_purchase: title: Marketplace Purchase type: object @@ -144758,9 +144897,9 @@ webhooks: type: integer unit_count: type: integer - organization: *666 - previous_marketplace_purchase: *693 - repository: *667 + organization: *667 + previous_marketplace_purchase: *694 + repository: *668 sender: *4 required: - action @@ -144840,12 +144979,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *664 - installation: *665 - marketplace_purchase: *692 - organization: *666 - previous_marketplace_purchase: *693 - repository: *667 + enterprise: *665 + installation: *666 + marketplace_purchase: *693 + organization: *667 + previous_marketplace_purchase: *694 + repository: *668 sender: *4 required: - action @@ -144947,11 +145086,11 @@ webhooks: type: string required: - to - enterprise: *664 - installation: *665 - member: *684 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + member: *685 + organization: *667 + repository: *668 sender: *4 required: - action @@ -145053,11 +145192,11 @@ webhooks: type: - string - 'null' - enterprise: *664 - installation: *665 - member: *684 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + member: *685 + organization: *667 + repository: *668 sender: *4 required: - action @@ -145136,11 +145275,11 @@ webhooks: type: string enum: - removed - enterprise: *664 - installation: *665 - member: *684 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + member: *685 + organization: *667 + repository: *668 sender: *4 required: - action @@ -145218,11 +145357,11 @@ webhooks: type: string enum: - added - enterprise: *664 - installation: *665 - member: *684 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + member: *685 + organization: *667 + repository: *668 scope: description: The scope of the membership. Currently, can only be `team`. @@ -145300,7 +145439,7 @@ webhooks: required: - login - id - team: &694 + team: &695 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -145493,11 +145632,11 @@ webhooks: type: string enum: - removed - enterprise: *664 - installation: *665 - member: *684 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + member: *685 + organization: *667 + repository: *668 scope: description: The scope of the membership. Currently, can only be `team`. @@ -145576,7 +145715,7 @@ webhooks: required: - login - id - team: *694 + team: *695 required: - action - scope @@ -145658,8 +145797,8 @@ webhooks: type: string enum: - checks_requested - installation: *665 - merge_group: &695 + installation: *666 + merge_group: &696 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -145685,8 +145824,8 @@ webhooks: - base_sha - base_ref - head_commit - organization: *666 - repository: *667 + organization: *667 + repository: *668 sender: *4 required: - action @@ -145772,10 +145911,10 @@ webhooks: - merged - invalidated - dequeued - installation: *665 - merge_group: *695 - organization: *666 - repository: *667 + installation: *666 + merge_group: *696 + organization: *667 + repository: *668 sender: *4 required: - action @@ -145848,7 +145987,7 @@ webhooks: type: string enum: - deleted - enterprise: *664 + enterprise: *665 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -145957,12 +146096,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *665 - organization: *666 + installation: *666 + organization: *667 repository: anyOf: - type: 'null' - - *667 + - *668 sender: *4 required: - action @@ -146042,11 +146181,11 @@ webhooks: type: string enum: - closed - enterprise: *664 - installation: *665 - milestone: *689 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + milestone: *690 + organization: *667 + repository: *668 sender: *4 required: - action @@ -146125,9 +146264,9 @@ webhooks: type: string enum: - created - enterprise: *664 - installation: *665 - milestone: &696 + enterprise: *665 + installation: *666 + milestone: &697 title: Milestone description: A collection of related issues and pull requests. type: object @@ -146269,8 +146408,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *666 - repository: *667 + organization: *667 + repository: *668 sender: *4 required: - action @@ -146349,11 +146488,11 @@ webhooks: type: string enum: - deleted - enterprise: *664 - installation: *665 - milestone: *689 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + milestone: *690 + organization: *667 + repository: *668 sender: *4 required: - action @@ -146463,11 +146602,11 @@ webhooks: type: string required: - from - enterprise: *664 - installation: *665 - milestone: *689 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + milestone: *690 + organization: *667 + repository: *668 sender: *4 required: - action @@ -146547,11 +146686,11 @@ webhooks: type: string enum: - opened - enterprise: *664 - installation: *665 - milestone: *696 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + milestone: *697 + organization: *667 + repository: *668 sender: *4 required: - action @@ -146630,11 +146769,11 @@ webhooks: type: string enum: - blocked - blocked_user: *684 - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + blocked_user: *685 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -146713,11 +146852,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *684 - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + blocked_user: *685 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -146796,9 +146935,9 @@ webhooks: type: string enum: - deleted - enterprise: *664 - installation: *665 - membership: &697 + enterprise: *665 + installation: *666 + membership: &698 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -146908,8 +147047,8 @@ webhooks: - role - organization_url - user - organization: *666 - repository: *667 + organization: *667 + repository: *668 sender: *4 required: - action @@ -146987,11 +147126,11 @@ webhooks: type: string enum: - member_added - enterprise: *664 - installation: *665 - membership: *697 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + membership: *698 + organization: *667 + repository: *668 sender: *4 required: - action @@ -147070,8 +147209,8 @@ webhooks: type: string enum: - member_invited - enterprise: *664 - installation: *665 + enterprise: *665 + installation: *666 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -147193,10 +147332,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *666 - repository: *667 + organization: *667 + repository: *668 sender: *4 - user: *684 + user: *685 required: - action - invitation @@ -147274,11 +147413,11 @@ webhooks: type: string enum: - member_removed - enterprise: *664 - installation: *665 - membership: *697 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + membership: *698 + organization: *667 + repository: *668 sender: *4 required: - action @@ -147365,11 +147504,11 @@ webhooks: properties: from: type: string - enterprise: *664 - installation: *665 - membership: *697 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + membership: *698 + organization: *667 + repository: *668 sender: *4 required: - action @@ -147445,9 +147584,9 @@ webhooks: type: string enum: - published - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 package: description: Information about the package. type: object @@ -147970,7 +148109,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &698 + items: &699 title: Ruby Gems metadata type: object properties: @@ -148067,7 +148206,7 @@ webhooks: - owner - package_version - registry - repository: *667 + repository: *668 sender: *4 required: - action @@ -148143,9 +148282,9 @@ webhooks: type: string enum: - updated - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 package: description: Information about the package. type: object @@ -148507,7 +148646,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *698 + items: *699 source_url: type: string format: uri @@ -148578,7 +148717,7 @@ webhooks: - owner - package_version - registry - repository: *667 + repository: *668 sender: *4 required: - action @@ -148759,12 +148898,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *664 + enterprise: *665 id: type: integer - installation: *665 - organization: *666 - repository: *667 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - id @@ -148841,7 +148980,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &699 + personal_access_token_request: &700 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -148991,10 +149130,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *664 - organization: *666 + enterprise: *665 + organization: *667 sender: *4 - installation: *665 + installation: *666 required: - action - personal_access_token_request @@ -149071,11 +149210,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *699 - enterprise: *664 - organization: *666 + personal_access_token_request: *700 + enterprise: *665 + organization: *667 sender: *4 - installation: *665 + installation: *666 required: - action - personal_access_token_request @@ -149151,11 +149290,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *699 - enterprise: *664 - organization: *666 + personal_access_token_request: *700 + enterprise: *665 + organization: *667 sender: *4 - installation: *665 + installation: *666 required: - action - personal_access_token_request @@ -149230,11 +149369,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *699 - organization: *666 - enterprise: *664 + personal_access_token_request: *700 + organization: *667 + enterprise: *665 sender: *4 - installation: *665 + installation: *666 required: - action - personal_access_token_request @@ -149339,7 +149478,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *700 + last_response: *701 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -149371,8 +149510,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *666 - repository: *667 + organization: *667 + repository: *668 sender: *4 zen: description: Random string of GitHub zen. @@ -149617,10 +149756,10 @@ webhooks: - from required: - note - enterprise: *664 - installation: *665 - organization: *666 - project_card: &701 + enterprise: *665 + installation: *666 + organization: *667 + project_card: &702 title: Project Card type: object properties: @@ -149743,7 +149882,7 @@ webhooks: - creator - created_at - updated_at - repository: *667 + repository: *668 sender: *4 required: - action @@ -149824,11 +149963,11 @@ webhooks: type: string enum: - created - enterprise: *664 - installation: *665 - organization: *666 - project_card: *701 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + project_card: *702 + repository: *668 sender: *4 required: - action @@ -149908,9 +150047,9 @@ webhooks: type: string enum: - deleted - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 project_card: title: Project Card type: object @@ -150040,7 +150179,7 @@ webhooks: repository: anyOf: - type: 'null' - - *667 + - *668 sender: *4 required: - action @@ -150134,11 +150273,11 @@ webhooks: - from required: - note - enterprise: *664 - installation: *665 - organization: *666 - project_card: *701 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + project_card: *702 + repository: *668 sender: *4 required: - action @@ -150232,9 +150371,9 @@ webhooks: - from required: - column_id - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 project_card: allOf: - title: Project Card @@ -150431,7 +150570,7 @@ webhooks: type: string required: - after_id - repository: *667 + repository: *668 sender: *4 required: - action @@ -150511,10 +150650,10 @@ webhooks: type: string enum: - closed - enterprise: *664 - installation: *665 - organization: *666 - project: &703 + enterprise: *665 + installation: *666 + organization: *667 + project: &704 title: Project type: object properties: @@ -150641,7 +150780,7 @@ webhooks: - creator - created_at - updated_at - repository: *667 + repository: *668 sender: *4 required: - action @@ -150721,10 +150860,10 @@ webhooks: type: string enum: - created - enterprise: *664 - installation: *665 - organization: *666 - project_column: &702 + enterprise: *665 + installation: *666 + organization: *667 + project_column: &703 title: Project Column type: object properties: @@ -150764,7 +150903,7 @@ webhooks: - name - created_at - updated_at - repository: *667 + repository: *668 sender: *4 required: - action @@ -150843,14 +150982,14 @@ webhooks: type: string enum: - deleted - enterprise: *664 - installation: *665 - organization: *666 - project_column: *702 + enterprise: *665 + installation: *666 + organization: *667 + project_column: *703 repository: anyOf: - type: 'null' - - *667 + - *668 sender: *4 required: - action @@ -150939,11 +151078,11 @@ webhooks: type: string required: - from - enterprise: *664 - installation: *665 - organization: *666 - project_column: *702 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + project_column: *703 + repository: *668 sender: *4 required: - action @@ -151023,11 +151162,11 @@ webhooks: type: string enum: - moved - enterprise: *664 - installation: *665 - organization: *666 - project_column: *702 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + project_column: *703 + repository: *668 sender: *4 required: - action @@ -151107,11 +151246,11 @@ webhooks: type: string enum: - created - enterprise: *664 - installation: *665 - organization: *666 - project: *703 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + project: *704 + repository: *668 sender: *4 required: - action @@ -151191,14 +151330,14 @@ webhooks: type: string enum: - deleted - enterprise: *664 - installation: *665 - organization: *666 - project: *703 + enterprise: *665 + installation: *666 + organization: *667 + project: *704 repository: anyOf: - type: 'null' - - *667 + - *668 sender: *4 required: - action @@ -151299,11 +151438,11 @@ webhooks: type: string required: - from - enterprise: *664 - installation: *665 - organization: *666 - project: *703 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + project: *704 + repository: *668 sender: *4 required: - action @@ -151382,11 +151521,11 @@ webhooks: type: string enum: - reopened - enterprise: *664 - installation: *665 - organization: *666 - project: *703 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + project: *704 + repository: *668 sender: *4 required: - action @@ -151467,9 +151606,9 @@ webhooks: type: string enum: - closed - installation: *665 - organization: *666 - projects_v2: &704 + installation: *666 + organization: *667 + projects_v2: &705 title: Projects v2 Project description: A projects v2 project type: object @@ -151530,7 +151669,7 @@ webhooks: latest_status_update: anyOf: - type: 'null' - - &709 + - &710 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -151683,9 +151822,9 @@ webhooks: type: string enum: - created - installation: *665 - organization: *666 - projects_v2: *704 + installation: *666 + organization: *667 + projects_v2: *705 sender: *4 required: - action @@ -151766,9 +151905,9 @@ webhooks: type: string enum: - deleted - installation: *665 - organization: *666 - projects_v2: *704 + installation: *666 + organization: *667 + projects_v2: *705 sender: *4 required: - action @@ -151889,9 +152028,9 @@ webhooks: type: string to: type: string - installation: *665 - organization: *666 - projects_v2: *704 + installation: *666 + organization: *667 + projects_v2: *705 sender: *4 required: - action @@ -151974,7 +152113,7 @@ webhooks: type: string enum: - archived - changes: &708 + changes: &709 type: object properties: archived_at: @@ -151990,9 +152129,9 @@ webhooks: - string - 'null' format: date-time - installation: *665 - organization: *666 - projects_v2_item: &705 + installation: *666 + organization: *667 + projects_v2_item: &706 title: Projects v2 Item description: An item belonging to a project type: object @@ -152131,9 +152270,9 @@ webhooks: - 'null' to: type: string - installation: *665 - organization: *666 - projects_v2_item: *705 + installation: *666 + organization: *667 + projects_v2_item: *706 sender: *4 required: - action @@ -152215,9 +152354,9 @@ webhooks: type: string enum: - created - installation: *665 - organization: *666 - projects_v2_item: *705 + installation: *666 + organization: *667 + projects_v2_item: *706 sender: *4 required: - action @@ -152298,9 +152437,9 @@ webhooks: type: string enum: - deleted - installation: *665 - organization: *666 - projects_v2_item: *705 + installation: *666 + organization: *667 + projects_v2_item: *706 sender: *4 required: - action @@ -152405,7 +152544,7 @@ webhooks: oneOf: - type: string - type: integer - - &706 + - &707 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -152425,7 +152564,7 @@ webhooks: required: - id - name - - &707 + - &708 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -152458,8 +152597,8 @@ webhooks: oneOf: - type: string - type: integer - - *706 - *707 + - *708 type: - 'null' - string @@ -152482,9 +152621,9 @@ webhooks: - 'null' required: - body - installation: *665 - organization: *666 - projects_v2_item: *705 + installation: *666 + organization: *667 + projects_v2_item: *706 sender: *4 required: - action @@ -152581,9 +152720,9 @@ webhooks: type: - string - 'null' - installation: *665 - organization: *666 - projects_v2_item: *705 + installation: *666 + organization: *667 + projects_v2_item: *706 sender: *4 required: - action @@ -152666,10 +152805,10 @@ webhooks: type: string enum: - restored - changes: *708 - installation: *665 - organization: *666 - projects_v2_item: *705 + changes: *709 + installation: *666 + organization: *667 + projects_v2_item: *706 sender: *4 required: - action @@ -152751,9 +152890,9 @@ webhooks: type: string enum: - reopened - installation: *665 - organization: *666 - projects_v2: *704 + installation: *666 + organization: *667 + projects_v2: *705 sender: *4 required: - action @@ -152834,9 +152973,9 @@ webhooks: type: string enum: - created - installation: *665 - organization: *666 - projects_v2_status_update: *709 + installation: *666 + organization: *667 + projects_v2_status_update: *710 sender: *4 required: - action @@ -152917,9 +153056,9 @@ webhooks: type: string enum: - deleted - installation: *665 - organization: *666 - projects_v2_status_update: *709 + installation: *666 + organization: *667 + projects_v2_status_update: *710 sender: *4 required: - action @@ -153065,9 +153204,9 @@ webhooks: - string - 'null' format: date - installation: *665 - organization: *666 - projects_v2_status_update: *709 + installation: *666 + organization: *667 + projects_v2_status_update: *710 sender: *4 required: - action @@ -153138,10 +153277,10 @@ webhooks: title: public event type: object properties: - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - repository @@ -153218,13 +153357,13 @@ webhooks: type: string enum: - assigned - assignee: *684 - enterprise: *664 - installation: *665 - number: &710 + assignee: *685 + enterprise: *665 + installation: *666 + number: &711 description: The pull request number. type: integer - organization: *666 + organization: *667 pull_request: title: Pull Request type: object @@ -155573,7 +155712,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *667 + repository: *668 sender: *4 required: - action @@ -155655,11 +155794,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *664 - installation: *665 + enterprise: *665 + installation: *666 number: type: integer - organization: *666 + organization: *667 pull_request: title: Pull Request type: object @@ -158001,7 +158140,7 @@ webhooks: - draft reason: type: string - repository: *667 + repository: *668 sender: *4 required: - action @@ -158083,11 +158222,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *664 - installation: *665 + enterprise: *665 + installation: *666 number: type: integer - organization: *666 + organization: *667 pull_request: title: Pull Request type: object @@ -160429,7 +160568,7 @@ webhooks: - draft reason: type: string - repository: *667 + repository: *668 sender: *4 required: - action @@ -160511,11 +160650,11 @@ webhooks: type: string enum: - closed - enterprise: *664 - installation: *665 - number: *710 - organization: *666 - pull_request: &711 + enterprise: *665 + installation: *666 + number: *711 + organization: *667 + pull_request: &712 allOf: - *533 - type: object @@ -160579,7 +160718,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *667 + repository: *668 sender: *4 required: - action @@ -160660,12 +160799,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *664 - installation: *665 - number: *710 - organization: *666 - pull_request: *711 - repository: *667 + enterprise: *665 + installation: *666 + number: *711 + organization: *667 + pull_request: *712 + repository: *668 sender: *4 required: - action @@ -160745,11 +160884,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *664 + enterprise: *665 milestone: *431 - number: *710 - organization: *666 - pull_request: &712 + number: *711 + organization: *667 + pull_request: &713 title: Pull Request type: object properties: @@ -163076,7 +163215,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *667 + repository: *668 sender: *4 required: - action @@ -163155,11 +163294,11 @@ webhooks: type: string enum: - dequeued - enterprise: *664 - installation: *665 + enterprise: *665 + installation: *666 number: type: integer - organization: *666 + organization: *667 pull_request: title: Pull Request type: object @@ -165505,7 +165644,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *667 + repository: *668 sender: *4 required: - action @@ -165629,12 +165768,12 @@ webhooks: type: string required: - from - enterprise: *664 - installation: *665 - number: *710 - organization: *666 - pull_request: *711 - repository: *667 + enterprise: *665 + installation: *666 + number: *711 + organization: *667 + pull_request: *712 + repository: *668 sender: *4 required: - action @@ -165714,11 +165853,11 @@ webhooks: type: string enum: - enqueued - enterprise: *664 - installation: *665 + enterprise: *665 + installation: *666 number: type: integer - organization: *666 + organization: *667 pull_request: title: Pull Request type: object @@ -168049,7 +168188,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *667 + repository: *668 sender: *4 required: - action @@ -168129,11 +168268,11 @@ webhooks: type: string enum: - labeled - enterprise: *664 - installation: *665 - label: *683 - number: *710 - organization: *666 + enterprise: *665 + installation: *666 + label: *684 + number: *711 + organization: *667 pull_request: title: Pull Request type: object @@ -170481,7 +170620,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *667 + repository: *668 sender: *4 required: - action @@ -170562,10 +170701,10 @@ webhooks: type: string enum: - locked - enterprise: *664 - installation: *665 - number: *710 - organization: *666 + enterprise: *665 + installation: *666 + number: *711 + organization: *667 pull_request: title: Pull Request type: object @@ -172911,7 +173050,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *667 + repository: *668 sender: *4 required: - action @@ -172991,12 +173130,12 @@ webhooks: type: string enum: - milestoned - enterprise: *664 + enterprise: *665 milestone: *431 - number: *710 - organization: *666 - pull_request: *712 - repository: *667 + number: *711 + organization: *667 + pull_request: *713 + repository: *668 sender: *4 required: - action @@ -173075,12 +173214,12 @@ webhooks: type: string enum: - opened - enterprise: *664 - installation: *665 - number: *710 - organization: *666 - pull_request: *711 - repository: *667 + enterprise: *665 + installation: *666 + number: *711 + organization: *667 + pull_request: *712 + repository: *668 sender: *4 required: - action @@ -173161,12 +173300,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *664 - installation: *665 - number: *710 - organization: *666 - pull_request: *711 - repository: *667 + enterprise: *665 + installation: *666 + number: *711 + organization: *667 + pull_request: *712 + repository: *668 sender: *4 required: - action @@ -173246,12 +173385,12 @@ webhooks: type: string enum: - reopened - enterprise: *664 - installation: *665 - number: *710 - organization: *666 - pull_request: *711 - repository: *667 + enterprise: *665 + installation: *666 + number: *711 + organization: *667 + pull_request: *712 + repository: *668 sender: *4 required: - action @@ -173626,9 +173765,9 @@ webhooks: - start_side - side - reactions - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 pull_request: type: object properties: @@ -175858,7 +175997,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *667 + repository: *668 sender: *4 required: - action @@ -175938,7 +176077,7 @@ webhooks: type: string enum: - deleted - comment: &714 + comment: &715 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -176231,9 +176370,9 @@ webhooks: - start_side - side - reactions - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 pull_request: type: object properties: @@ -178451,7 +178590,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *667 + repository: *668 sender: *4 required: - action @@ -178531,11 +178670,11 @@ webhooks: type: string enum: - edited - changes: *713 - comment: *714 - enterprise: *664 - installation: *665 - organization: *666 + changes: *714 + comment: *715 + enterprise: *665 + installation: *666 + organization: *667 pull_request: type: object properties: @@ -180756,7 +180895,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *667 + repository: *668 sender: *4 required: - action @@ -180837,9 +180976,9 @@ webhooks: type: string enum: - dismissed - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 pull_request: title: Simple Pull Request type: object @@ -183072,7 +183211,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *667 + repository: *668 review: description: The review that was affected. type: object @@ -183142,6 +183281,11 @@ webhooks: submitted_at: type: string format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -183318,9 +183462,9 @@ webhooks: type: string required: - from - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 pull_request: title: Simple Pull Request type: object @@ -185434,8 +185578,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *667 - review: &715 + repository: *668 + review: &716 description: The review that was affected. type: object properties: @@ -185502,6 +185646,11 @@ webhooks: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -185668,12 +185817,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *664 - installation: *665 + enterprise: *665 + installation: *666 number: description: The pull request number. type: integer - organization: *666 + organization: *667 pull_request: title: Pull Request type: object @@ -188020,7 +188169,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *667 + repository: *668 requested_reviewer: title: User type: @@ -188106,12 +188255,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *664 - installation: *665 + enterprise: *665 + installation: *666 number: description: The pull request number. type: integer - organization: *666 + organization: *667 pull_request: title: Pull Request type: object @@ -190465,7 +190614,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *667 + repository: *668 requested_team: title: Team description: Groups of organization members that gives permissions @@ -190660,12 +190809,12 @@ webhooks: type: string enum: - review_requested - enterprise: *664 - installation: *665 + enterprise: *665 + installation: *666 number: description: The pull request number. type: integer - organization: *666 + organization: *667 pull_request: title: Pull Request type: object @@ -193014,7 +193163,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *667 + repository: *668 requested_reviewer: title: User type: @@ -193101,12 +193250,12 @@ webhooks: type: string enum: - review_requested - enterprise: *664 - installation: *665 + enterprise: *665 + installation: *666 number: description: The pull request number. type: integer - organization: *666 + organization: *667 pull_request: title: Pull Request type: object @@ -195446,7 +195595,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *667 + repository: *668 requested_team: title: Team description: Groups of organization members that gives permissions @@ -195630,9 +195779,9 @@ webhooks: type: string enum: - submitted - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 pull_request: title: Simple Pull Request type: object @@ -197868,8 +198017,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *667 - review: *715 + repository: *668 + review: *716 sender: *4 required: - action @@ -197949,9 +198098,9 @@ webhooks: type: string enum: - resolved - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 pull_request: title: Simple Pull Request type: object @@ -200082,7 +200231,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *667 + repository: *668 sender: *4 thread: type: object @@ -200396,6 +200545,11 @@ webhooks: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -200474,9 +200628,9 @@ webhooks: type: string enum: - unresolved - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 pull_request: title: Simple Pull Request type: object @@ -202590,7 +202744,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *667 + repository: *668 sender: *4 thread: type: object @@ -202901,6 +203055,11 @@ webhooks: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -202984,10 +203143,10 @@ webhooks: type: string before: type: string - enterprise: *664 - installation: *665 - number: *710 - organization: *666 + enterprise: *665 + installation: *666 + number: *711 + organization: *667 pull_request: title: Pull Request type: object @@ -205322,7 +205481,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *667 + repository: *668 sender: *4 required: - action @@ -205404,11 +205563,11 @@ webhooks: type: string enum: - unassigned - assignee: *716 - enterprise: *664 - installation: *665 - number: *710 - organization: *666 + assignee: *717 + enterprise: *665 + installation: *666 + number: *711 + organization: *667 pull_request: title: Pull Request type: object @@ -207758,7 +207917,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *667 + repository: *668 sender: *4 required: - action @@ -207837,11 +207996,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *664 - installation: *665 - label: *683 - number: *710 - organization: *666 + enterprise: *665 + installation: *666 + label: *684 + number: *711 + organization: *667 pull_request: title: Pull Request type: object @@ -210180,7 +210339,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *667 + repository: *668 sender: *4 required: - action @@ -210261,10 +210420,10 @@ webhooks: type: string enum: - unlocked - enterprise: *664 - installation: *665 - number: *710 - organization: *666 + enterprise: *665 + installation: *666 + number: *711 + organization: *667 pull_request: title: Pull Request type: object @@ -212593,7 +212752,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *667 + repository: *668 sender: *4 required: - action @@ -212796,7 +212955,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *664 + enterprise: *665 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -212891,8 +213050,8 @@ webhooks: - url - author - committer - installation: *665 - organization: *666 + installation: *666 + organization: *667 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -213480,9 +213639,9 @@ webhooks: type: string enum: - published - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 registry_package: type: object properties: @@ -213959,7 +214118,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *698 + items: *699 summary: type: string tag_name: @@ -214015,7 +214174,7 @@ webhooks: - owner - package_version - registry - repository: *667 + repository: *668 sender: *4 required: - action @@ -214093,9 +214252,9 @@ webhooks: type: string enum: - updated - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 registry_package: type: object properties: @@ -214407,7 +214566,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *698 + items: *699 summary: type: string tag_name: @@ -214457,7 +214616,7 @@ webhooks: - owner - package_version - registry - repository: *667 + repository: *668 sender: *4 required: - action @@ -214534,10 +214693,10 @@ webhooks: type: string enum: - created - enterprise: *664 - installation: *665 - organization: *666 - release: &717 + enterprise: *665 + installation: *666 + organization: *667 + release: &718 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -214754,6 +214913,11 @@ webhooks: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time discussion_url: type: string format: uri @@ -214860,9 +215024,10 @@ webhooks: - published_at - assets - tarball_url + - updated_at - zipball_url - body - repository: *667 + repository: *668 sender: *4 required: - action @@ -214939,11 +215104,11 @@ webhooks: type: string enum: - deleted - enterprise: *664 - installation: *665 - organization: *666 - release: *717 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + release: *718 + repository: *668 sender: *4 required: - action @@ -215060,11 +215225,11 @@ webhooks: type: boolean required: - to - enterprise: *664 - installation: *665 - organization: *666 - release: *717 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + release: *718 + repository: *668 sender: *4 required: - action @@ -215142,9 +215307,9 @@ webhooks: type: string enum: - prereleased - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -215167,6 +215332,7 @@ webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -215466,6 +215632,11 @@ webhooks: upload_url: type: string format: uri-template + updated_at: + type: + - string + - 'null' + format: date-time url: type: string format: uri @@ -215474,7 +215645,7 @@ webhooks: - string - 'null' format: uri - repository: *667 + repository: *668 sender: *4 required: - action @@ -215550,10 +215721,10 @@ webhooks: type: string enum: - published - enterprise: *664 - installation: *665 - organization: *666 - release: &718 + enterprise: *665 + installation: *666 + organization: *667 + release: &719 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -215575,6 +215746,7 @@ webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -215869,6 +216041,11 @@ webhooks: description: Specifies the commitish value that determines where the Git tag is created from. type: string + updated_at: + type: + - string + - 'null' + format: date-time upload_url: type: string format: uri-template @@ -215880,7 +216057,7 @@ webhooks: - string - 'null' format: uri - repository: *667 + repository: *668 sender: *4 required: - action @@ -215956,11 +216133,11 @@ webhooks: type: string enum: - released - enterprise: *664 - installation: *665 - organization: *666 - release: *717 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + release: *718 + repository: *668 sender: *4 required: - action @@ -216036,11 +216213,11 @@ webhooks: type: string enum: - unpublished - enterprise: *664 - installation: *665 - organization: *666 - release: *718 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + release: *719 + repository: *668 sender: *4 required: - action @@ -216116,10 +216293,10 @@ webhooks: type: string enum: - published - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 repository_advisory: *588 sender: *4 required: @@ -216196,10 +216373,10 @@ webhooks: type: string enum: - reported - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 repository_advisory: *588 sender: *4 required: @@ -216276,10 +216453,10 @@ webhooks: type: string enum: - archived - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -216356,10 +216533,10 @@ webhooks: type: string enum: - created - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -216437,10 +216614,10 @@ webhooks: type: string enum: - deleted - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -216525,10 +216702,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -216643,10 +216820,10 @@ webhooks: - 'null' items: type: string - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -216718,10 +216895,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 status: type: string @@ -216802,10 +216979,10 @@ webhooks: type: string enum: - privatized - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -216882,10 +217059,10 @@ webhooks: type: string enum: - publicized - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -216979,10 +217156,10 @@ webhooks: - name required: - repository - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -217062,10 +217239,10 @@ webhooks: type: string enum: - created - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 repository_ruleset: *256 sender: *4 required: @@ -217144,10 +217321,10 @@ webhooks: type: string enum: - deleted - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 repository_ruleset: *256 sender: *4 required: @@ -217226,10 +217403,10 @@ webhooks: type: string enum: - edited - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 repository_ruleset: *256 changes: type: object @@ -217537,10 +217714,10 @@ webhooks: - from required: - owner - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -217618,10 +217795,10 @@ webhooks: type: string enum: - unarchived - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -217699,7 +217876,7 @@ webhooks: type: string enum: - create - alert: &719 + alert: &720 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -217823,10 +218000,10 @@ webhooks: type: string enum: - open - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -218036,10 +218213,10 @@ webhooks: type: string enum: - dismissed - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -218117,11 +218294,11 @@ webhooks: type: string enum: - reopen - alert: *719 - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + alert: *720 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -218323,10 +218500,10 @@ webhooks: enum: - fixed - open - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -218404,7 +218581,7 @@ webhooks: type: string enum: - created - alert: &720 + alert: &721 type: object properties: number: *52 @@ -218514,10 +218691,10 @@ webhooks: - 'null' description: Whether the detected secret was found in multiple repositories in the same organization or business. - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -218598,11 +218775,11 @@ webhooks: type: string enum: - created - alert: *720 - installation: *665 - location: *721 - organization: *666 - repository: *667 + alert: *721 + installation: *666 + location: *722 + organization: *667 + repository: *668 sender: *4 required: - location @@ -218840,11 +219017,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *720 - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + alert: *721 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -218922,11 +219099,11 @@ webhooks: type: string enum: - reopened - alert: *720 - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + alert: *721 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -219004,11 +219181,11 @@ webhooks: type: string enum: - resolved - alert: *720 - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + alert: *721 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -219086,11 +219263,11 @@ webhooks: type: string enum: - validated - alert: *720 - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + alert: *721 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -219220,10 +219397,10 @@ webhooks: - organization - enterprise - - repository: *667 - enterprise: *664 - installation: *665 - organization: *666 + repository: *668 + enterprise: *665 + installation: *666 + organization: *667 sender: *4 required: - action @@ -219301,11 +219478,11 @@ webhooks: type: string enum: - published - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 - security_advisory: &722 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 + security_advisory: &723 description: The details of the security advisory, including summary, description, and severity. type: object @@ -219491,11 +219668,11 @@ webhooks: type: string enum: - updated - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 - security_advisory: *722 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 + security_advisory: *723 sender: *4 required: - action @@ -219568,10 +219745,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -219758,9 +219935,9 @@ webhooks: type: object properties: security_and_analysis: *230 - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 repository: *305 sender: *4 required: @@ -219839,12 +220016,12 @@ webhooks: type: string enum: - cancelled - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 - sponsorship: &723 + sponsorship: &724 type: object properties: created_at: @@ -220149,12 +220326,12 @@ webhooks: type: string enum: - created - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 - sponsorship: *723 + sponsorship: *724 required: - action - sponsorship @@ -220242,12 +220419,12 @@ webhooks: type: string required: - from - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 - sponsorship: *723 + sponsorship: *724 required: - action - changes @@ -220324,17 +220501,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &724 + effective_date: &725 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: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 - sponsorship: *723 + sponsorship: *724 required: - action - sponsorship @@ -220408,7 +220585,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &725 + changes: &726 type: object properties: tier: @@ -220452,13 +220629,13 @@ webhooks: - from required: - tier - effective_date: *724 - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + effective_date: *725 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 - sponsorship: *723 + sponsorship: *724 required: - action - changes @@ -220535,13 +220712,13 @@ webhooks: type: string enum: - tier_changed - changes: *725 - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + changes: *726 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 - sponsorship: *723 + sponsorship: *724 required: - action - changes @@ -220615,10 +220792,10 @@ webhooks: type: string enum: - created - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -220702,10 +220879,10 @@ webhooks: type: string enum: - deleted - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -221139,15 +221316,15 @@ webhooks: type: - string - 'null' - enterprise: *664 + enterprise: *665 id: description: The unique identifier of the status. type: integer - installation: *665 + installation: *666 name: type: string - organization: *666 - repository: *667 + organization: *667 + repository: *668 sender: *4 sha: description: The Commit SHA. @@ -221263,9 +221440,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *74 - installation: *665 - organization: *666 - repository: *667 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -221355,9 +221532,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *74 - installation: *665 - organization: *666 - repository: *667 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -221447,9 +221624,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *74 - installation: *665 - organization: *666 - repository: *667 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -221539,9 +221716,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *74 - installation: *665 - organization: *666 - repository: *667 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -221618,12 +221795,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 - team: &726 + team: &727 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -221816,9 +221993,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 repository: title: Repository description: A git repository @@ -222288,7 +222465,7 @@ webhooks: - topics - visibility sender: *4 - team: *726 + team: *727 required: - action - team @@ -222364,9 +222541,9 @@ webhooks: type: string enum: - created - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 repository: title: Repository description: A git repository @@ -222836,7 +223013,7 @@ webhooks: - topics - visibility sender: *4 - team: *726 + team: *727 required: - action - team @@ -222913,9 +223090,9 @@ webhooks: type: string enum: - deleted - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 repository: title: Repository description: A git repository @@ -223385,7 +223562,7 @@ webhooks: - topics - visibility sender: *4 - team: *726 + team: *727 required: - action - team @@ -223529,9 +223706,9 @@ webhooks: - from required: - permissions - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 repository: title: Repository description: A git repository @@ -224001,7 +224178,7 @@ webhooks: - topics - visibility sender: *4 - team: *726 + team: *727 required: - action - changes @@ -224079,9 +224256,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *664 - installation: *665 - organization: *666 + enterprise: *665 + installation: *666 + organization: *667 repository: title: Repository description: A git repository @@ -224551,7 +224728,7 @@ webhooks: - topics - visibility sender: *4 - team: *726 + team: *727 required: - action - team @@ -224627,10 +224804,10 @@ webhooks: type: string enum: - started - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 required: - action @@ -224703,17 +224880,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *664 + enterprise: *665 inputs: type: - object - 'null' additionalProperties: true - installation: *665 - organization: *666 + installation: *666 + organization: *667 ref: type: string - repository: *667 + repository: *668 sender: *4 workflow: type: string @@ -224795,10 +224972,10 @@ webhooks: type: string enum: - completed - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 workflow_job: allOf: @@ -225133,10 +225310,10 @@ webhooks: type: string enum: - in_progress - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 workflow_job: allOf: @@ -225497,10 +225674,10 @@ webhooks: type: string enum: - queued - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 workflow_job: type: object @@ -225725,10 +225902,10 @@ webhooks: type: string enum: - waiting - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 workflow_job: type: object @@ -225955,12 +226132,12 @@ webhooks: type: string enum: - completed - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 - workflow: *679 + workflow: *680 workflow_run: title: Workflow Run type: object @@ -226979,12 +227156,12 @@ webhooks: type: string enum: - in_progress - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 - workflow: *679 + workflow: *680 workflow_run: title: Workflow Run type: object @@ -227988,12 +228165,12 @@ webhooks: type: string enum: - requested - enterprise: *664 - installation: *665 - organization: *666 - repository: *667 + enterprise: *665 + installation: *666 + organization: *667 + repository: *668 sender: *4 - workflow: *679 + workflow: *680 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json index 37158a1da0..ea57bedd17 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -48386,7 +48386,7 @@ "integer", "null" ], - "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", @@ -49749,7 +49749,7 @@ "integer", "null" ], - "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", @@ -51137,7 +51137,7 @@ "integer", "null" ], - "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", @@ -52498,7 +52498,7 @@ "integer", "null" ], - "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", @@ -53857,7 +53857,7 @@ "integer", "null" ], - "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", @@ -64653,6 +64653,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -82819,6 +82927,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -89618,6 +89834,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -137592,9 +137916,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" } @@ -146581,6 +146905,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -159679,6 +160111,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -195243,7 +195783,7 @@ "integer", "null" ], - "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", @@ -196599,7 +197139,7 @@ "integer", "null" ], - "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", @@ -197748,7 +198288,7 @@ "integer", "null" ], - "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", @@ -199703,7 +200243,7 @@ "integer", "null" ], - "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", @@ -201084,7 +201624,7 @@ "integer", "null" ], - "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", @@ -202229,7 +202769,7 @@ "integer", "null" ], - "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", @@ -376011,6 +376551,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -399168,6 +399816,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -402436,6 +403192,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -409880,6 +410744,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -414704,6 +415676,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -419325,6 +420405,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -419788,6 +420976,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] } } @@ -422576,6 +423778,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -425827,6 +427137,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -428875,6 +430293,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -433914,6 +435440,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -437049,6 +438683,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -440268,6 +442010,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -443509,6 +445359,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -461005,6 +462963,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -464150,6 +466216,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -467263,6 +469437,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -470481,6 +472763,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -484105,6 +486495,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -484592,6 +487090,13 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "commit_id": { "description": "A commit SHA for the review.", "type": "string", @@ -545264,6 +547769,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -546110,6 +548622,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -547924,6 +550443,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -548673,6 +551199,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -549447,6 +551980,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -550258,6 +552798,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -554477,7 +557024,7 @@ "integer", "null" ], - "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", @@ -555841,7 +558388,7 @@ "integer", "null" ], - "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", @@ -556839,7 +559386,7 @@ "integer", "null" ], - "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", @@ -558813,7 +561360,7 @@ "integer", "null" ], - "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", @@ -560192,7 +562739,7 @@ "integer", "null" ], - "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", @@ -561186,7 +563733,7 @@ "integer", "null" ], - "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", @@ -612209,6 +614756,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "type": "string" }, @@ -665328,6 +667983,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -700722,6 +703485,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -704549,6 +707420,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -708378,6 +711357,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -719606,6 +722693,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -723435,6 +726630,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -971716,6 +975019,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -974522,6 +977933,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -980171,6 +983690,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -982977,6 +986604,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -988626,6 +992361,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -992381,6 +996224,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -997081,6 +1001032,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1000836,6 +1004895,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1004105,6 +1008272,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -1007446,6 +1011721,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -1010995,6 +1015378,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -1014348,6 +1018839,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -1017882,6 +1022481,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -1021259,6 +1025966,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -1024664,6 +1029479,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -1027993,6 +1032916,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -1031384,6 +1036415,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -1033468,6 +1038607,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -1036797,6 +1042044,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -1040153,6 +1045508,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -1043348,6 +1048811,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -1045448,6 +1051019,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -1048784,6 +1054463,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -1052289,6 +1058076,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -1055625,6 +1061520,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -1059028,6 +1065031,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -1062334,6 +1068445,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -1065669,6 +1071888,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -1290380,6 +1296707,13 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -1295412,6 +1301746,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -1321077,6 +1327418,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -1326581,6 +1332929,13 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" } }, "required": [ @@ -1331778,6 +1338133,13 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" } }, "required": [ @@ -1359563,6 +1365925,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1359700,6 +1366069,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1361979,6 +1368349,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1362116,6 +1368493,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1364448,6 +1370826,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1364585,6 +1370970,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1366589,6 +1372975,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1366998,6 +1373385,13 @@ "type": "string", "format": "uri-template" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "url": { "type": "string", "format": "uri" @@ -1369010,6 +1375404,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1369412,6 +1375807,13 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -1371703,6 +1378105,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1371840,6 +1378249,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1373843,6 +1380253,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1374245,6 +1380656,13 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -1403547,7 +1409965,7 @@ "integer", "null" ], - "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", @@ -1406772,7 +1413190,7 @@ "integer", "null" ], - "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", @@ -1409997,7 +1416415,7 @@ "integer", "null" ], - "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", @@ -1479792,6 +1486210,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1483547,6 +1490073,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1488244,6 +1494878,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1491999,6 +1498741,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1496696,6 +1503546,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1500451,6 +1507409,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1505148,6 +1512214,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1508903,6 +1516077,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 886988ecbe..88a64c4b0a 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -17679,11 +17679,12 @@ paths: - integer - 'null' 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: @@ -21749,6 +21750,82 @@ paths: - blocking - total_blocked_by - total_blocking + issue_field_values: + type: array + items: &731 + title: Issue Field Value + description: A value assigned to an issue field + type: object + properties: + issue_field_id: + description: Unique identifier for the issue field. + type: integer + format: int64 + examples: + - 1 + node_id: + type: string + examples: + - IFT_GDKND + data_type: + description: The data type of the issue field + type: string + enum: + - text + - single_select + - number + - date + examples: + - text + value: + description: The value of the issue field + anyOf: + - type: string + examples: + - Sample text + - type: number + examples: + - 42.5 + - type: integer + examples: + - 1 + type: + - 'null' + - string + - number + - integer + single_select_option: + description: Details about the selected option + (only present for single_select fields) + type: + - object + - 'null' + properties: + id: + description: Unique identifier for the option. + type: integer + format: int64 + examples: + - 1 + name: + description: The name of the option + type: string + examples: + - High + color: + description: The color of the option + type: string + examples: + - red + required: + - id + - name + - color + required: + - issue_field_id + - node_id + - data_type + - value required: - assignee - closed_at @@ -22346,7 +22423,7 @@ paths: url: type: string format: uri - user: &742 + user: &743 title: Public User description: Public User type: object @@ -26919,7 +26996,7 @@ paths: type: array items: *59 examples: - default: &758 + default: &759 value: - login: github id: 1 @@ -30156,7 +30233,7 @@ paths: type: array items: *225 examples: - default: &745 + default: &746 value: total_count: 1 repositories: @@ -32238,12 +32315,12 @@ paths: required: - subject_digests examples: - default: &773 + default: &774 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &774 + withPredicateType: &775 value: subject_digests: - sha256:abc123 @@ -32302,7 +32379,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &775 + default: &776 value: attestations_subject_digests: - sha256:abc: @@ -37393,9 +37470,9 @@ paths: - *279 - *280 - *281 - - 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: @@ -42569,7 +42646,7 @@ paths: parameters: - *73 - *327 - - &757 + - &758 name: repo_name description: repo_name parameter in: path @@ -43902,7 +43979,7 @@ paths: - nuget - container - *73 - - &759 + - &760 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -43943,7 +44020,7 @@ paths: default: *333 '403': *27 '401': *23 - '400': &761 + '400': &762 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -50968,7 +51045,7 @@ paths: - updated_at - url examples: - default: &732 + default: &733 value: - author: login: octocat @@ -51216,7 +51293,7 @@ paths: application/json: schema: *387 examples: - default: &733 + default: &734 value: author: login: octocat @@ -51407,7 +51484,7 @@ paths: - updated_at - url examples: - default: &734 + default: &735 value: - author: login: octocat @@ -51633,7 +51710,7 @@ paths: application/json: schema: *390 examples: - default: &735 + default: &736 value: author: login: octocat @@ -52349,7 +52426,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &736 + response-if-user-is-a-team-maintainer: &737 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -52414,7 +52491,7 @@ paths: application/json: schema: *401 examples: - response-if-users-membership-with-team-is-now-pending: &737 + response-if-users-membership-with-team-is-now-pending: &738 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -52556,7 +52633,7 @@ paths: - updated_at - permissions examples: - default: &738 + default: &739 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -52635,7 +52712,7 @@ paths: application/json: schema: *402 examples: - default: &739 + default: &740 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -52846,7 +52923,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &740 + schema: &741 title: Team Repository description: A team's access to a repository. type: object @@ -53684,7 +53761,7 @@ paths: type: array items: *256 examples: - response-if-child-teams-exist: &741 + response-if-child-teams-exist: &742 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -66354,7 +66431,7 @@ paths: check. type: array items: *476 - deployment: &793 + deployment: &794 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -71562,7 +71639,7 @@ paths: type: array items: *514 examples: - default: &748 + default: &749 value: total_count: 2 machines: @@ -82760,7 +82837,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &824 + last_response: &825 title: Hook Response type: object properties: @@ -83735,7 +83812,7 @@ paths: parameters: - *404 - *405 - - &770 + - &771 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -84169,7 +84246,7 @@ paths: type: array items: *593 examples: - default: &763 + default: &764 value: - id: 1 repository: @@ -86123,6 +86200,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 @@ -88519,6 +88603,11 @@ paths: submitted_at: type: string format: date-time + updated_at: + type: + - string + - 'null' + format: date-time commit_id: description: A commit SHA for the review. type: string @@ -96474,6 +96563,11 @@ paths: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time author: *4 assets: type: array @@ -98712,7 +98806,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &845 + items: &846 type: object properties: type: @@ -105013,6 +105107,9 @@ paths: - 'null' sub_issues_summary: *729 issue_dependencies_summary: *730 + issue_field_values: + type: array + items: *731 state: type: string state_reason: @@ -106330,7 +106427,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &731 + - &732 name: team_id description: The unique identifier of the team. in: path @@ -106371,7 +106468,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *731 + - *732 requestBody: required: true content: @@ -106472,7 +106569,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *731 + - *732 responses: '204': description: Response @@ -106503,7 +106600,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *731 + - *732 - *91 - *17 - *19 @@ -106516,7 +106613,7 @@ paths: type: array items: *387 examples: - default: *732 + default: *733 headers: Link: *38 x-github: @@ -106545,7 +106642,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *731 + - *732 requestBody: required: true content: @@ -106608,7 +106705,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *731 + - *732 - *389 responses: '200': @@ -106642,7 +106739,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *731 + - *732 - *389 requestBody: required: false @@ -106668,7 +106765,7 @@ paths: application/json: schema: *387 examples: - default: *733 + default: *734 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106693,7 +106790,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *731 + - *732 - *389 responses: '204': @@ -106723,7 +106820,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *731 + - *732 - *389 - *91 - *17 @@ -106737,7 +106834,7 @@ paths: type: array items: *390 examples: - default: *734 + default: *735 headers: Link: *38 x-github: @@ -106766,7 +106863,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *731 + - *732 - *389 requestBody: required: true @@ -106818,7 +106915,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *731 + - *732 - *389 - *392 responses: @@ -106853,7 +106950,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *731 + - *732 - *389 - *392 requestBody: @@ -106879,7 +106976,7 @@ paths: application/json: schema: *390 examples: - default: *735 + default: *736 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106904,7 +107001,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *731 + - *732 - *389 - *392 responses: @@ -106935,7 +107032,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: - - *731 + - *732 - *389 - *392 - name: content @@ -106994,7 +107091,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: - - *731 + - *732 - *389 - *392 requestBody: @@ -107056,7 +107153,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: - - *731 + - *732 - *389 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -107114,7 +107211,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: - - *731 + - *732 - *389 requestBody: required: true @@ -107173,7 +107270,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *731 + - *732 - *17 - *19 responses: @@ -107211,7 +107308,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *731 + - *732 - name: role description: Filters members returned by their role in the team. in: query @@ -107262,7 +107359,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *731 + - *732 - *247 responses: '204': @@ -107299,7 +107396,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *731 + - *732 - *247 responses: '204': @@ -107339,7 +107436,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *731 + - *732 - *247 responses: '204': @@ -107376,7 +107473,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: - - *731 + - *732 - *247 responses: '200': @@ -107385,7 +107482,7 @@ paths: application/json: schema: *401 examples: - response-if-user-is-a-team-maintainer: *736 + response-if-user-is-a-team-maintainer: *737 '404': *6 x-github: githubCloudOnly: false @@ -107418,7 +107515,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: - - *731 + - *732 - *247 requestBody: required: false @@ -107446,7 +107543,7 @@ paths: application/json: schema: *401 examples: - response-if-users-membership-with-team-is-now-pending: *737 + response-if-users-membership-with-team-is-now-pending: *738 '403': description: Forbidden if team synchronization is set up '422': @@ -107480,7 +107577,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: - - *731 + - *732 - *247 responses: '204': @@ -107509,7 +107606,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *731 + - *732 - *17 - *19 responses: @@ -107521,7 +107618,7 @@ paths: type: array items: *402 examples: - default: *738 + default: *739 headers: Link: *38 '404': *6 @@ -107547,7 +107644,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: - - *731 + - *732 - *403 responses: '200': @@ -107556,7 +107653,7 @@ paths: application/json: schema: *402 examples: - default: *739 + default: *740 '404': description: Not Found if project is not managed by this team x-github: @@ -107580,7 +107677,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: - - *731 + - *732 - *403 requestBody: required: false @@ -107648,7 +107745,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: - - *731 + - *732 - *403 responses: '204': @@ -107676,7 +107773,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *731 + - *732 - *17 - *19 responses: @@ -107718,7 +107815,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: - - *731 + - *732 - *404 - *405 responses: @@ -107726,7 +107823,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *740 + schema: *741 examples: alternative-response-with-extra-repository-information: value: @@ -107877,7 +107974,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: - - *731 + - *732 - *404 - *405 requestBody: @@ -107929,7 +108026,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: - - *731 + - *732 - *404 - *405 responses: @@ -107960,7 +108057,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: - - *731 + - *732 responses: '200': description: Response @@ -107995,7 +108092,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: - - *731 + - *732 requestBody: required: true content: @@ -108087,7 +108184,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *731 + - *732 - *17 - *19 responses: @@ -108099,7 +108196,7 @@ paths: type: array items: *256 examples: - response-if-child-teams-exist: *741 + response-if-child-teams-exist: *742 headers: Link: *38 '404': *6 @@ -108132,7 +108229,7 @@ paths: application/json: schema: oneOf: - - &743 + - &744 title: Private User description: Private User type: object @@ -108382,7 +108479,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *742 + - *743 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -108542,7 +108639,7 @@ paths: description: Response content: application/json: - schema: *743 + schema: *744 examples: default: value: @@ -108940,7 +109037,7 @@ paths: type: integer secrets: type: array - items: &744 + items: &745 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -109060,7 +109157,7 @@ paths: description: Response content: application/json: - schema: *744 + schema: *745 examples: default: value: @@ -109206,7 +109303,7 @@ paths: type: array items: *225 examples: - default: *745 + default: *746 '401': *23 '403': *27 '404': *6 @@ -109473,7 +109570,7 @@ paths: description: Response content: application/json: - schema: &746 + schema: &747 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -109526,7 +109623,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &747 + default: &748 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -109571,9 +109668,9 @@ paths: description: Response content: application/json: - schema: *746 + schema: *747 examples: - default: *747 + default: *748 '404': *6 x-github: githubCloudOnly: false @@ -109612,7 +109709,7 @@ paths: type: array items: *514 examples: - default: *748 + default: *749 '304': *35 '500': *88 '401': *23 @@ -110578,7 +110675,7 @@ paths: type: array items: *332 examples: - default: &760 + default: &761 value: - id: 197 name: hello_docker @@ -110679,7 +110776,7 @@ paths: application/json: schema: type: array - items: &749 + items: &750 title: Email description: Email type: object @@ -110749,9 +110846,9 @@ paths: application/json: schema: type: array - items: *749 + items: *750 examples: - default: &762 + default: &763 value: - email: octocat@github.com verified: true @@ -110828,7 +110925,7 @@ paths: application/json: schema: type: array - items: *749 + items: *750 examples: default: value: @@ -111086,7 +111183,7 @@ paths: application/json: schema: type: array - items: &750 + items: &751 title: GPG Key description: A unique encryption key type: object @@ -111231,7 +111328,7 @@ paths: - subkeys - revoked examples: - default: &776 + default: &777 value: - id: 3 name: Octocat's GPG Key @@ -111316,9 +111413,9 @@ paths: description: Response content: application/json: - schema: *750 + schema: *751 examples: - default: &751 + default: &752 value: id: 3 name: Octocat's GPG Key @@ -111375,7 +111472,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: - - &752 + - &753 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -111387,9 +111484,9 @@ paths: description: Response content: application/json: - schema: *750 + schema: *751 examples: - default: *751 + default: *752 '404': *6 '304': *35 '403': *27 @@ -111412,7 +111509,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: - - *752 + - *753 responses: '204': description: Response @@ -111867,7 +111964,7 @@ paths: application/json: schema: type: array - items: &753 + items: &754 title: Key description: Key type: object @@ -111970,9 +112067,9 @@ paths: description: Response content: application/json: - schema: *753 + schema: *754 examples: - default: &754 + default: &755 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -112011,9 +112108,9 @@ paths: description: Response content: application/json: - schema: *753 + schema: *754 examples: - default: *754 + default: *755 '404': *6 '304': *35 '403': *27 @@ -112069,7 +112166,7 @@ paths: application/json: schema: type: array - items: &755 + items: &756 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -112148,7 +112245,7 @@ paths: - account - plan examples: - default: &756 + default: &757 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -112210,9 +112307,9 @@ paths: application/json: schema: type: array - items: *755 + items: *756 examples: - default: *756 + default: *757 headers: Link: *38 '304': *35 @@ -113216,7 +113313,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - *327 - - *757 + - *758 responses: '204': description: Response @@ -113289,7 +113386,7 @@ paths: type: array items: *59 examples: - default: *758 + default: *759 headers: Link: *38 '304': *35 @@ -113331,7 +113428,7 @@ paths: - docker - nuget - container - - *759 + - *760 - *19 - *17 responses: @@ -113343,8 +113440,8 @@ paths: type: array items: *332 examples: - default: *760 - '400': *761 + default: *761 + '400': *762 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -113373,7 +113470,7 @@ paths: application/json: schema: *332 examples: - default: &777 + default: &778 value: id: 40201 name: octo-name @@ -113828,9 +113925,9 @@ paths: application/json: schema: type: array - items: *749 + items: *750 examples: - default: *762 + default: *763 headers: Link: *38 '304': *35 @@ -113943,7 +114040,7 @@ paths: type: array items: *64 examples: - default: &769 + default: &770 summary: Default response value: - id: 1296269 @@ -114303,7 +114400,7 @@ paths: type: array items: *593 examples: - default: *763 + default: *764 headers: Link: *38 '304': *35 @@ -114382,7 +114479,7 @@ paths: application/json: schema: type: array - items: &764 + items: &765 title: Social account description: Social media account type: object @@ -114399,7 +114496,7 @@ paths: - provider - url examples: - default: &765 + default: &766 value: - provider: twitter url: https://twitter.com/github @@ -114462,9 +114559,9 @@ paths: application/json: schema: type: array - items: *764 + items: *765 examples: - default: *765 + default: *766 '422': *15 '304': *35 '404': *6 @@ -114552,7 +114649,7 @@ paths: application/json: schema: type: array - items: &766 + items: &767 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -114572,7 +114669,7 @@ paths: - title - created_at examples: - default: &778 + default: &779 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -114639,9 +114736,9 @@ paths: description: Response content: application/json: - schema: *766 + schema: *767 examples: - default: &767 + default: &768 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -114672,7 +114769,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: - - &768 + - &769 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -114684,9 +114781,9 @@ paths: description: Response content: application/json: - schema: *766 + schema: *767 examples: - default: *767 + default: *768 '404': *6 '304': *35 '403': *27 @@ -114709,7 +114806,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: - - *768 + - *769 responses: '204': description: Response @@ -114738,7 +114835,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: - - &779 + - &780 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 @@ -114763,11 +114860,11 @@ paths: type: array items: *64 examples: - default-response: *769 + default-response: *770 application/vnd.github.v3.star+json: schema: type: array - items: &780 + items: &781 title: Starred Repository description: Starred Repository type: object @@ -115136,10 +115233,10 @@ paths: application/json: schema: oneOf: + - *744 - *743 - - *742 examples: - default-response: &771 + default-response: &772 summary: Default response value: login: octocat @@ -115174,7 +115271,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &772 + response-with-git-hub-plan-information: &773 summary: Response with GitHub plan information value: login: octocat @@ -115234,7 +115331,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *770 + - *771 - *17 responses: '200': @@ -115283,11 +115380,11 @@ paths: application/json: schema: oneOf: + - *744 - *743 - - *742 examples: - default-response: *771 - response-with-git-hub-plan-information: *772 + default-response: *772 + response-with-git-hub-plan-information: *773 '404': *6 x-github: githubCloudOnly: false @@ -115336,8 +115433,8 @@ paths: required: - subject_digests examples: - default: *773 - withPredicateType: *774 + default: *774 + withPredicateType: *775 responses: '200': description: Response @@ -115391,7 +115488,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *775 + default: *776 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -115634,7 +115731,7 @@ paths: type: array items: *332 examples: - default: *760 + default: *761 '403': *27 '401': *23 x-github: @@ -116038,9 +116135,9 @@ paths: application/json: schema: type: array - items: *750 + items: *751 examples: - default: *776 + default: *777 headers: Link: *38 x-github: @@ -116230,7 +116327,7 @@ paths: type: array items: *59 examples: - default: *758 + default: *759 headers: Link: *38 x-github: @@ -116269,7 +116366,7 @@ paths: - docker - nuget - container - - *759 + - *760 - *247 - *19 - *17 @@ -116282,10 +116379,10 @@ paths: type: array items: *332 examples: - default: *760 + default: *761 '403': *27 '401': *23 - '400': *761 + '400': *762 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -116315,7 +116412,7 @@ paths: application/json: schema: *332 examples: - default: *777 + default: *778 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -117099,9 +117196,9 @@ paths: application/json: schema: type: array - items: *764 + items: *765 examples: - default: *765 + default: *766 headers: Link: *38 x-github: @@ -117131,9 +117228,9 @@ paths: application/json: schema: type: array - items: *766 + items: *767 examples: - default: *778 + default: *779 headers: Link: *38 x-github: @@ -117158,7 +117255,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *247 - - *779 + - *780 - *91 - *17 - *19 @@ -117170,11 +117267,11 @@ paths: schema: anyOf: - type: array - items: *780 + items: *781 - type: array items: *64 examples: - default-response: *769 + default-response: *770 headers: Link: *38 x-github: @@ -117334,7 +117431,7 @@ webhooks: type: string enum: - disabled - enterprise: &781 + enterprise: &782 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -117403,7 +117500,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &782 + installation: &783 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -117424,7 +117521,7 @@ webhooks: required: - id - node_id - organization: &783 + organization: &784 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -117497,7 +117594,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &784 + repository: &785 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -118410,10 +118507,10 @@ webhooks: type: string enum: - enabled - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -118489,11 +118586,11 @@ webhooks: type: string enum: - created - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 - rule: &785 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 + rule: &786 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) @@ -118716,11 +118813,11 @@ webhooks: type: string enum: - deleted - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 - rule: *785 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 + rule: *786 sender: *4 required: - action @@ -118908,11 +119005,11 @@ webhooks: - everyone required: - from - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 - rule: *785 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 + rule: *786 sender: *4 required: - action @@ -118983,7 +119080,7 @@ webhooks: required: true content: application/json: - schema: &788 + schema: &789 title: Exemption request cancellation event type: object properties: @@ -118991,11 +119088,11 @@ webhooks: type: string enum: - cancelled - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 - exemption_request: &786 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 + exemption_request: &787 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -119233,7 +119330,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &787 + items: &788 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -119343,7 +119440,7 @@ webhooks: required: true content: application/json: - schema: &789 + schema: &790 title: Exemption request completed event type: object properties: @@ -119351,11 +119448,11 @@ webhooks: type: string enum: - completed - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 - exemption_request: *786 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 + exemption_request: *787 sender: *4 required: - action @@ -119425,7 +119522,7 @@ webhooks: required: true content: application/json: - schema: &790 + schema: &791 title: Exemption request created event type: object properties: @@ -119433,11 +119530,11 @@ webhooks: type: string enum: - created - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 - exemption_request: *786 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 + exemption_request: *787 sender: *4 required: - action @@ -119507,7 +119604,7 @@ webhooks: required: true content: application/json: - schema: &791 + schema: &792 title: Exemption response dismissed event type: object properties: @@ -119515,12 +119612,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 - exemption_request: *786 - exemption_response: *787 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 + exemption_request: *787 + exemption_response: *788 sender: *4 required: - action @@ -119592,7 +119689,7 @@ webhooks: required: true content: application/json: - schema: &792 + schema: &793 title: Exemption response submitted event type: object properties: @@ -119600,12 +119697,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 - exemption_request: *786 - exemption_response: *787 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 + exemption_request: *787 + exemption_response: *788 sender: *4 required: - action @@ -119678,7 +119775,7 @@ webhooks: required: true content: application/json: - schema: *788 + schema: *789 responses: '200': description: Return a 200 status to indicate that the data was received @@ -119745,7 +119842,7 @@ webhooks: required: true content: application/json: - schema: *789 + schema: *790 responses: '200': description: Return a 200 status to indicate that the data was received @@ -119812,7 +119909,7 @@ webhooks: required: true content: application/json: - schema: *790 + schema: *791 responses: '200': description: Return a 200 status to indicate that the data was received @@ -119879,7 +119976,7 @@ webhooks: required: true content: application/json: - schema: *791 + schema: *792 responses: '200': description: Return a 200 status to indicate that the data was received @@ -119947,7 +120044,7 @@ webhooks: required: true content: application/json: - schema: *792 + schema: *793 responses: '200': description: Return a 200 status to indicate that the data was received @@ -120025,7 +120122,7 @@ webhooks: type: string enum: - completed - check_run: &794 + check_run: &795 title: CheckRun description: A check performed on the code of a given code change type: object @@ -120135,7 +120232,7 @@ webhooks: - examples: - neutral - deployment: *793 + deployment: *794 details_url: type: string examples: @@ -120233,9 +120330,9 @@ webhooks: - output - app - pull_requests - installation: *782 - organization: *783 - repository: *784 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - check_run @@ -120628,10 +120725,10 @@ webhooks: type: string enum: - created - check_run: *794 - installation: *782 - organization: *783 - repository: *784 + check_run: *795 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - check_run @@ -121027,10 +121124,10 @@ webhooks: type: string enum: - requested_action - check_run: *794 - installation: *782 - organization: *783 - repository: *784 + check_run: *795 + installation: *783 + organization: *784 + repository: *785 requested_action: description: The action requested by the user. type: object @@ -121435,10 +121532,10 @@ webhooks: type: string enum: - rerequested - check_run: *794 - installation: *782 - organization: *783 - repository: *784 + check_run: *795 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - check_run @@ -122430,10 +122527,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -123118,10 +123215,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -123800,10 +123897,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -124121,20 +124218,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &795 + commit_oid: &796 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: *781 - installation: *782 - organization: *783 - ref: &796 + enterprise: *782 + installation: *783 + organization: *784 + ref: &797 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: *784 + repository: *785 sender: *4 required: - action @@ -124539,12 +124636,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *795 - enterprise: *781 - installation: *782 - organization: *783 - ref: *796 - repository: *784 + commit_oid: *796 + enterprise: *782 + installation: *783 + organization: *784 + ref: *797 + repository: *785 sender: *4 required: - action @@ -124824,12 +124921,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *795 - enterprise: *781 - installation: *782 - organization: *783 - ref: *796 - repository: *784 + commit_oid: *796 + enterprise: *782 + installation: *783 + organization: *784 + ref: *797 + repository: *785 sender: *4 required: - action @@ -125172,12 +125269,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *795 - enterprise: *781 - installation: *782 - organization: *783 - ref: *796 - repository: *784 + commit_oid: *796 + enterprise: *782 + installation: *783 + organization: *784 + ref: *797 + repository: *785 sender: *4 required: - action @@ -125457,9 +125554,9 @@ webhooks: type: - string - 'null' - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -125467,7 +125564,7 @@ webhooks: type: - string - 'null' - repository: *784 + repository: *785 sender: *4 required: - action @@ -125710,12 +125807,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *795 - enterprise: *781 - installation: *782 - organization: *783 - ref: *796 - repository: *784 + commit_oid: *796 + enterprise: *782 + installation: *783 + organization: *784 + ref: *797 + repository: *785 sender: *4 required: - action @@ -125977,10 +126074,10 @@ webhooks: - updated_at - author_association - body - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -126061,18 +126158,18 @@ webhooks: type: - string - 'null' - enterprise: *781 - installation: *782 + enterprise: *782 + installation: *783 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *783 - pusher_type: &797 + organization: *784 + pusher_type: &798 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &798 + ref: &799 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -126082,7 +126179,7 @@ webhooks: enum: - tag - branch - repository: *784 + repository: *785 sender: *4 required: - ref @@ -126165,9 +126262,9 @@ webhooks: enum: - created definition: *117 - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 sender: *4 required: - action @@ -126252,9 +126349,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 sender: *4 required: - action @@ -126332,9 +126429,9 @@ webhooks: enum: - promote_to_enterprise definition: *117 - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 sender: *4 required: - action @@ -126412,9 +126509,9 @@ webhooks: enum: - updated definition: *117 - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 sender: *4 required: - action @@ -126491,10 +126588,10 @@ webhooks: type: string enum: - updated - enterprise: *781 - installation: *782 - repository: *784 - organization: *783 + enterprise: *782 + installation: *783 + repository: *785 + organization: *784 sender: *4 new_property_values: type: array @@ -126579,18 +126676,18 @@ webhooks: title: delete event type: object properties: - enterprise: *781 - installation: *782 - organization: *783 - pusher_type: *797 - ref: *798 + enterprise: *782 + installation: *783 + organization: *784 + pusher_type: *798 + ref: *799 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *784 + repository: *785 sender: *4 required: - ref @@ -126675,10 +126772,10 @@ webhooks: enum: - auto_dismissed alert: *540 - installation: *782 - organization: *783 - enterprise: *781 - repository: *784 + installation: *783 + organization: *784 + enterprise: *782 + repository: *785 sender: *4 required: - action @@ -126763,10 +126860,10 @@ webhooks: enum: - auto_reopened alert: *540 - installation: *782 - organization: *783 - enterprise: *781 - repository: *784 + installation: *783 + organization: *784 + enterprise: *782 + repository: *785 sender: *4 required: - action @@ -126851,10 +126948,10 @@ webhooks: enum: - created alert: *540 - installation: *782 - organization: *783 - enterprise: *781 - repository: *784 + installation: *783 + organization: *784 + enterprise: *782 + repository: *785 sender: *4 required: - action @@ -126937,10 +127034,10 @@ webhooks: enum: - dismissed alert: *540 - installation: *782 - organization: *783 - enterprise: *781 - repository: *784 + installation: *783 + organization: *784 + enterprise: *782 + repository: *785 sender: *4 required: - action @@ -127023,10 +127120,10 @@ webhooks: enum: - fixed alert: *540 - installation: *782 - organization: *783 - enterprise: *781 - repository: *784 + installation: *783 + organization: *784 + enterprise: *782 + repository: *785 sender: *4 required: - action @@ -127110,10 +127207,10 @@ webhooks: enum: - reintroduced alert: *540 - installation: *782 - organization: *783 - enterprise: *781 - repository: *784 + installation: *783 + organization: *784 + enterprise: *782 + repository: *785 sender: *4 required: - action @@ -127196,10 +127293,10 @@ webhooks: enum: - reopened alert: *540 - installation: *782 - organization: *783 - enterprise: *781 - repository: *784 + installation: *783 + organization: *784 + enterprise: *782 + repository: *785 sender: *4 required: - action @@ -127276,9 +127373,9 @@ webhooks: type: string enum: - created - enterprise: *781 - installation: *782 - key: &799 + enterprise: *782 + installation: *783 + key: &800 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -127316,8 +127413,8 @@ webhooks: - verified - created_at - read_only - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -127394,11 +127491,11 @@ webhooks: type: string enum: - deleted - enterprise: *781 - installation: *782 - key: *799 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + key: *800 + organization: *784 + repository: *785 sender: *4 required: - action @@ -127970,12 +128067,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 - workflow: &803 + workflow: &804 title: Workflow type: - object @@ -128717,9 +128814,9 @@ webhooks: pull_requests: type: array items: *637 - repository: *784 - organization: *783 - installation: *782 + repository: *785 + organization: *784 + installation: *783 sender: *4 responses: '200': @@ -128790,7 +128887,7 @@ webhooks: type: string enum: - approved - approver: &800 + approver: &801 type: object properties: avatar_url: @@ -128833,11 +128930,11 @@ webhooks: type: string comment: type: string - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 - reviewers: &801 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 + reviewers: &802 type: array items: type: object @@ -128918,7 +129015,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &802 + workflow_job_run: &803 type: object properties: conclusion: @@ -129664,18 +129761,18 @@ webhooks: type: string enum: - rejected - approver: *800 + approver: *801 comment: type: string - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 - reviewers: *801 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 + reviewers: *802 sender: *4 since: type: string - workflow_job_run: *802 + workflow_job_run: *803 workflow_job_runs: type: array items: @@ -130392,13 +130489,13 @@ webhooks: type: string enum: - requested - enterprise: *781 + enterprise: *782 environment: type: string - installation: *782 - organization: *783 - repository: *784 - requestor: &808 + installation: *783 + organization: *784 + repository: *785 + requestor: &809 title: User type: - object @@ -132341,12 +132438,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 - workflow: *803 + workflow: *804 workflow_run: title: Deployment Workflow Run type: @@ -133037,7 +133134,7 @@ webhooks: type: string enum: - answered - answer: &806 + answer: &807 type: object properties: author_association: @@ -133197,7 +133294,7 @@ webhooks: - created_at - updated_at - body - discussion: &804 + discussion: &805 title: Discussion description: A Discussion in a repository. type: object @@ -133515,10 +133612,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -133645,11 +133742,11 @@ webhooks: - from required: - category - discussion: *804 - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + discussion: *805 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -133732,11 +133829,11 @@ webhooks: type: string enum: - closed - discussion: *804 - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + discussion: *805 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -133818,7 +133915,7 @@ webhooks: type: string enum: - created - comment: &805 + comment: &806 type: object properties: author_association: @@ -133978,11 +134075,11 @@ webhooks: - updated_at - body - reactions - discussion: *804 - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + discussion: *805 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -134065,12 +134162,12 @@ webhooks: type: string enum: - deleted - comment: *805 - discussion: *804 - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + comment: *806 + discussion: *805 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -134165,12 +134262,12 @@ webhooks: - from required: - body - comment: *805 - discussion: *804 - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + comment: *806 + discussion: *805 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -134254,11 +134351,11 @@ webhooks: type: string enum: - created - discussion: *804 - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + discussion: *805 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -134340,11 +134437,11 @@ webhooks: type: string enum: - deleted - discussion: *804 - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + discussion: *805 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -134444,11 +134541,11 @@ webhooks: type: string required: - from - discussion: *804 - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + discussion: *805 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -134530,10 +134627,10 @@ webhooks: type: string enum: - labeled - discussion: *804 - enterprise: *781 - installation: *782 - label: &807 + discussion: *805 + enterprise: *782 + installation: *783 + label: &808 title: Label type: object properties: @@ -134566,8 +134663,8 @@ webhooks: - color - default - description - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -134650,11 +134747,11 @@ webhooks: type: string enum: - locked - discussion: *804 - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + discussion: *805 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -134736,11 +134833,11 @@ webhooks: type: string enum: - pinned - discussion: *804 - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + discussion: *805 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -134822,11 +134919,11 @@ webhooks: type: string enum: - reopened - discussion: *804 - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + discussion: *805 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -134911,16 +135008,16 @@ webhooks: changes: type: object properties: - new_discussion: *804 - new_repository: *784 + new_discussion: *805 + new_repository: *785 required: - new_discussion - new_repository - discussion: *804 - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + discussion: *805 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -135003,10 +135100,10 @@ webhooks: type: string enum: - unanswered - discussion: *804 - old_answer: *806 - organization: *783 - repository: *784 + discussion: *805 + old_answer: *807 + organization: *784 + repository: *785 sender: *4 required: - action @@ -135088,12 +135185,12 @@ webhooks: type: string enum: - unlabeled - discussion: *804 - enterprise: *781 - installation: *782 - label: *807 - organization: *783 - repository: *784 + discussion: *805 + enterprise: *782 + installation: *783 + label: *808 + organization: *784 + repository: *785 sender: *4 required: - action @@ -135176,11 +135273,11 @@ webhooks: type: string enum: - unlocked - discussion: *804 - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + discussion: *805 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -135262,11 +135359,11 @@ webhooks: type: string enum: - unpinned - discussion: *804 - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + discussion: *805 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -135335,7 +135432,7 @@ webhooks: required: true content: application/json: - schema: *790 + schema: *791 responses: '200': description: Return a 200 status to indicate that the data was received @@ -135398,7 +135495,7 @@ webhooks: required: true content: application/json: - schema: *792 + schema: *793 responses: '200': description: Return a 200 status to indicate that the data was received @@ -135464,7 +135561,7 @@ webhooks: required: true content: application/json: - schema: *788 + schema: *789 responses: '200': description: Return a 200 status to indicate that the data was received @@ -135530,7 +135627,7 @@ webhooks: required: true content: application/json: - schema: *789 + schema: *790 responses: '200': description: Return a 200 status to indicate that the data was received @@ -135596,7 +135693,7 @@ webhooks: required: true content: application/json: - schema: *790 + schema: *791 responses: '200': description: Return a 200 status to indicate that the data was received @@ -135662,7 +135759,7 @@ webhooks: required: true content: application/json: - schema: *791 + schema: *792 responses: '200': description: Return a 200 status to indicate that the data was received @@ -135728,7 +135825,7 @@ webhooks: required: true content: application/json: - schema: *792 + schema: *793 responses: '200': description: Return a 200 status to indicate that the data was received @@ -135795,7 +135892,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *781 + enterprise: *782 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -136473,9 +136570,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *782 - organization: *783 - repository: *784 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - forkee @@ -136621,9 +136718,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 pages: description: The pages that were updated. type: array @@ -136661,7 +136758,7 @@ webhooks: - action - sha - html_url - repository: *784 + repository: *785 sender: *4 required: - pages @@ -136737,10 +136834,10 @@ webhooks: type: string enum: - created - enterprise: *781 + enterprise: *782 installation: *20 - organization: *783 - repositories: &809 + organization: *784 + repositories: &810 description: An array of repository objects that the installation can access. type: array @@ -136766,8 +136863,8 @@ webhooks: - name - full_name - private - repository: *784 - requester: *808 + repository: *785 + requester: *809 sender: *4 required: - action @@ -136842,11 +136939,11 @@ webhooks: type: string enum: - deleted - enterprise: *781 + enterprise: *782 installation: *20 - organization: *783 - repositories: *809 - repository: *784 + organization: *784 + repositories: *810 + repository: *785 requester: type: - 'null' @@ -136923,11 +137020,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *781 + enterprise: *782 installation: *20 - organization: *783 - repositories: *809 - repository: *784 + organization: *784 + repositories: *810 + repository: *785 requester: type: - 'null' @@ -137004,10 +137101,10 @@ webhooks: type: string enum: - added - enterprise: *781 + enterprise: *782 installation: *20 - organization: *783 - repositories_added: &810 + organization: *784 + repositories_added: &811 description: An array of repository objects, which were added to the installation. type: array @@ -137053,15 +137150,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *784 - repository_selection: &811 + repository: *785 + repository_selection: &812 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *808 + requester: *809 sender: *4 required: - action @@ -137140,10 +137237,10 @@ webhooks: type: string enum: - removed - enterprise: *781 + enterprise: *782 installation: *20 - organization: *783 - repositories_added: *810 + organization: *784 + repositories_added: *811 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -137170,9 +137267,9 @@ webhooks: - name - full_name - private - repository: *784 - repository_selection: *811 - requester: *808 + repository: *785 + repository_selection: *812 + requester: *809 sender: *4 required: - action @@ -137251,11 +137348,11 @@ webhooks: type: string enum: - suspend - enterprise: *781 + enterprise: *782 installation: *20 - organization: *783 - repositories: *809 - repository: *784 + organization: *784 + repositories: *810 + repository: *785 requester: type: - 'null' @@ -137438,10 +137535,10 @@ webhooks: type: string required: - from - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 target_type: type: string @@ -137520,11 +137617,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *781 + enterprise: *782 installation: *20 - organization: *783 - repositories: *809 - repository: *784 + organization: *784 + repositories: *810 + repository: *785 requester: type: - 'null' @@ -137772,8 +137869,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *781 - installation: *782 + enterprise: *782 + installation: *783 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -138952,8 +139049,8 @@ webhooks: - state - locked - assignee - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -139033,7 +139130,7 @@ webhooks: type: string enum: - deleted - comment: &812 + comment: &813 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -139200,8 +139297,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *781 - installation: *782 + enterprise: *782 + installation: *783 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -140378,8 +140475,8 @@ webhooks: - state - locked - assignee - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -140459,7 +140556,7 @@ webhooks: type: string enum: - edited - changes: &837 + changes: &838 description: The changes to the comment. type: object properties: @@ -140471,9 +140568,9 @@ webhooks: type: string required: - from - comment: *812 - enterprise: *781 - installation: *782 + comment: *813 + enterprise: *782 + installation: *783 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -141651,8 +141748,8 @@ webhooks: - state - locked - assignee - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -141742,9 +141839,9 @@ webhooks: type: number blocking_issue: *178 blocking_issue_repo: *64 - installation: *782 - organization: *783 - repository: *784 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -141838,9 +141935,9 @@ webhooks: type: number blocking_issue: *178 blocking_issue_repo: *64 - installation: *782 - organization: *783 - repository: *784 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -141933,9 +142030,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *178 - installation: *782 - organization: *783 - repository: *784 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -142029,9 +142126,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *178 - installation: *782 - organization: *783 - repository: *784 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -142116,10 +142213,10 @@ webhooks: type: string enum: - assigned - assignee: *808 - enterprise: *781 - installation: *782 - issue: &815 + assignee: *809 + enterprise: *782 + installation: *783 + issue: &816 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -142933,6 +143030,9 @@ webhooks: format: uri sub_issues_summary: *729 issue_dependencies_summary: *730 + issue_field_values: + type: array + items: *731 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143052,8 +143152,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -143133,8 +143233,8 @@ webhooks: type: string enum: - closed - enterprise: *781 - installation: *782 + enterprise: *782 + installation: *783 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -143953,6 +144053,9 @@ webhooks: format: uri sub_issues_summary: *729 issue_dependencies_summary: *730 + issue_field_values: + type: array + items: *731 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144215,8 +144318,8 @@ webhooks: required: - state - closed_at - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -144295,8 +144398,8 @@ webhooks: type: string enum: - deleted - enterprise: *781 - installation: *782 + enterprise: *782 + installation: *783 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -145106,6 +145209,9 @@ webhooks: format: uri sub_issues_summary: *729 issue_dependencies_summary: *730 + issue_field_values: + type: array + items: *731 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145224,8 +145330,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -145304,8 +145410,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *781 - installation: *782 + enterprise: *782 + installation: *783 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -146138,6 +146244,9 @@ webhooks: format: uri sub_issues_summary: *729 issue_dependencies_summary: *730 + issue_field_values: + type: array + items: *731 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146235,7 +146344,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &813 + milestone: &814 title: Milestone description: A collection of related issues and pull requests. type: object @@ -146378,8 +146487,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -146478,8 +146587,8 @@ webhooks: type: string required: - from - enterprise: *781 - installation: *782 + enterprise: *782 + installation: *783 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -147293,6 +147402,9 @@ webhooks: format: uri sub_issues_summary: *729 issue_dependencies_summary: *730 + issue_field_values: + type: array + items: *731 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147412,9 +147524,9 @@ webhooks: - active_lock_reason - body - reactions - label: *807 - organization: *783 - repository: *784 + label: *808 + organization: *784 + repository: *785 sender: *4 required: - action @@ -147494,8 +147606,8 @@ webhooks: type: string enum: - labeled - enterprise: *781 - installation: *782 + enterprise: *782 + installation: *783 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -148308,6 +148420,9 @@ webhooks: format: uri sub_issues_summary: *729 issue_dependencies_summary: *730 + issue_field_values: + type: array + items: *731 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148427,9 +148542,9 @@ webhooks: - active_lock_reason - body - reactions - label: *807 - organization: *783 - repository: *784 + label: *808 + organization: *784 + repository: *785 sender: *4 required: - action @@ -148509,8 +148624,8 @@ webhooks: type: string enum: - locked - enterprise: *781 - installation: *782 + enterprise: *782 + installation: *783 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -149348,6 +149463,9 @@ webhooks: format: uri sub_issues_summary: *729 issue_dependencies_summary: *730 + issue_field_values: + type: array + items: *731 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149444,8 +149562,8 @@ webhooks: format: uri user_view_type: type: string - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -149524,8 +149642,8 @@ webhooks: type: string enum: - milestoned - enterprise: *781 - installation: *782 + enterprise: *782 + installation: *783 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -150357,6 +150475,9 @@ webhooks: format: uri sub_issues_summary: *729 issue_dependencies_summary: *730 + issue_field_values: + type: array + items: *731 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150453,9 +150574,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *813 - organization: *783 - repository: *784 + milestone: *814 + organization: *784 + repository: *785 sender: *4 required: - action @@ -151349,6 +151470,9 @@ webhooks: format: uri sub_issues_summary: *729 issue_dependencies_summary: *730 + issue_field_values: + type: array + items: *731 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151925,8 +152049,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *781 - installation: *782 + enterprise: *782 + installation: *783 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -152740,6 +152864,9 @@ webhooks: format: uri sub_issues_summary: *729 issue_dependencies_summary: *730 + issue_field_values: + type: array + items: *731 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152858,8 +152985,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -152939,9 +153066,9 @@ webhooks: type: string enum: - pinned - enterprise: *781 - installation: *782 - issue: &814 + enterprise: *782 + installation: *783 + issue: &815 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -153749,6 +153876,9 @@ webhooks: format: uri sub_issues_summary: *729 issue_dependencies_summary: *730 + issue_field_values: + type: array + items: *731 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153867,8 +153997,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -153947,8 +154077,8 @@ webhooks: type: string enum: - reopened - enterprise: *781 - installation: *782 + enterprise: *782 + installation: *783 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -154784,6 +154914,9 @@ webhooks: format: uri sub_issues_summary: *729 issue_dependencies_summary: *730 + issue_field_values: + type: array + items: *731 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154881,8 +155014,8 @@ webhooks: user_view_type: type: string type: *315 - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -155773,6 +155906,9 @@ webhooks: format: uri sub_issues_summary: *729 issue_dependencies_summary: *730 + issue_field_values: + type: array + items: *731 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156371,11 +156507,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *781 - installation: *782 - issue: *814 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + issue: *815 + organization: *784 + repository: *785 sender: *4 required: - action @@ -156455,12 +156591,12 @@ webhooks: type: string enum: - typed - enterprise: *781 - installation: *782 - issue: *815 + enterprise: *782 + installation: *783 + issue: *816 type: *315 - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -156541,7 +156677,7 @@ webhooks: type: string enum: - unassigned - assignee: &840 + assignee: &841 title: User type: - object @@ -156613,11 +156749,11 @@ webhooks: required: - login - id - enterprise: *781 - installation: *782 - issue: *815 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + issue: *816 + organization: *784 + repository: *785 sender: *4 required: - action @@ -156696,12 +156832,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *781 - installation: *782 - issue: *815 - label: *807 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + issue: *816 + label: *808 + organization: *784 + repository: *785 sender: *4 required: - action @@ -156781,8 +156917,8 @@ webhooks: type: string enum: - unlocked - enterprise: *781 - installation: *782 + enterprise: *782 + installation: *783 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -157618,6 +157754,9 @@ webhooks: format: uri sub_issues_summary: *729 issue_dependencies_summary: *730 + issue_field_values: + type: array + items: *731 state: description: State of the issue; either 'open' or 'closed' type: string @@ -157714,8 +157853,8 @@ webhooks: format: uri user_view_type: type: string - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -157795,11 +157934,11 @@ webhooks: type: string enum: - unpinned - enterprise: *781 - installation: *782 - issue: *814 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + issue: *815 + organization: *784 + repository: *785 sender: *4 required: - action @@ -157878,12 +158017,12 @@ webhooks: type: string enum: - untyped - enterprise: *781 - installation: *782 - issue: *815 + enterprise: *782 + installation: *783 + issue: *816 type: *315 - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -157963,11 +158102,11 @@ webhooks: type: string enum: - created - enterprise: *781 - installation: *782 - label: *807 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + label: *808 + organization: *784 + repository: *785 sender: *4 required: - action @@ -158045,11 +158184,11 @@ webhooks: type: string enum: - deleted - enterprise: *781 - installation: *782 - label: *807 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + label: *808 + organization: *784 + repository: *785 sender: *4 required: - action @@ -158159,11 +158298,11 @@ webhooks: type: string required: - from - enterprise: *781 - installation: *782 - label: *807 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + label: *808 + organization: *784 + repository: *785 sender: *4 required: - action @@ -158245,9 +158384,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *781 - installation: *782 - marketplace_purchase: &816 + enterprise: *782 + installation: *783 + marketplace_purchase: &817 title: Marketplace Purchase type: object required: @@ -158335,8 +158474,8 @@ webhooks: type: integer unit_count: type: integer - organization: *783 - previous_marketplace_purchase: &817 + organization: *784 + previous_marketplace_purchase: &818 title: Marketplace Purchase type: object properties: @@ -158420,7 +158559,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *784 + repository: *785 sender: *4 required: - action @@ -158500,10 +158639,10 @@ webhooks: - changed effective_date: type: string - enterprise: *781 - installation: *782 - marketplace_purchase: *816 - organization: *783 + enterprise: *782 + installation: *783 + marketplace_purchase: *817 + organization: *784 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -158591,7 +158730,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *784 + repository: *785 sender: *4 required: - action @@ -158673,10 +158812,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *781 - installation: *782 - marketplace_purchase: *816 - organization: *783 + enterprise: *782 + installation: *783 + marketplace_purchase: *817 + organization: *784 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -158762,7 +158901,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *784 + repository: *785 sender: *4 required: - action @@ -158843,8 +158982,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *781 - installation: *782 + enterprise: *782 + installation: *783 marketplace_purchase: title: Marketplace Purchase type: object @@ -158930,9 +159069,9 @@ webhooks: type: integer unit_count: type: integer - organization: *783 - previous_marketplace_purchase: *817 - repository: *784 + organization: *784 + previous_marketplace_purchase: *818 + repository: *785 sender: *4 required: - action @@ -159012,12 +159151,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *781 - installation: *782 - marketplace_purchase: *816 - organization: *783 - previous_marketplace_purchase: *817 - repository: *784 + enterprise: *782 + installation: *783 + marketplace_purchase: *817 + organization: *784 + previous_marketplace_purchase: *818 + repository: *785 sender: *4 required: - action @@ -159119,11 +159258,11 @@ webhooks: type: string required: - to - enterprise: *781 - installation: *782 - member: *808 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + member: *809 + organization: *784 + repository: *785 sender: *4 required: - action @@ -159225,11 +159364,11 @@ webhooks: type: - string - 'null' - enterprise: *781 - installation: *782 - member: *808 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + member: *809 + organization: *784 + repository: *785 sender: *4 required: - action @@ -159308,11 +159447,11 @@ webhooks: type: string enum: - removed - enterprise: *781 - installation: *782 - member: *808 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + member: *809 + organization: *784 + repository: *785 sender: *4 required: - action @@ -159390,11 +159529,11 @@ webhooks: type: string enum: - added - enterprise: *781 - installation: *782 - member: *808 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + member: *809 + organization: *784 + repository: *785 scope: description: The scope of the membership. Currently, can only be `team`. @@ -159472,7 +159611,7 @@ webhooks: required: - login - id - team: &818 + team: &819 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -159665,11 +159804,11 @@ webhooks: type: string enum: - removed - enterprise: *781 - installation: *782 - member: *808 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + member: *809 + organization: *784 + repository: *785 scope: description: The scope of the membership. Currently, can only be `team`. @@ -159748,7 +159887,7 @@ webhooks: required: - login - id - team: *818 + team: *819 required: - action - scope @@ -159830,8 +159969,8 @@ webhooks: type: string enum: - checks_requested - installation: *782 - merge_group: &819 + installation: *783 + merge_group: &820 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -159857,8 +159996,8 @@ webhooks: - base_sha - base_ref - head_commit - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -159944,10 +160083,10 @@ webhooks: - merged - invalidated - dequeued - installation: *782 - merge_group: *819 - organization: *783 - repository: *784 + installation: *783 + merge_group: *820 + organization: *784 + repository: *785 sender: *4 required: - action @@ -160020,7 +160159,7 @@ webhooks: type: string enum: - deleted - enterprise: *781 + enterprise: *782 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -160129,12 +160268,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *782 - organization: *783 + installation: *783 + organization: *784 repository: anyOf: - type: 'null' - - *784 + - *785 sender: *4 required: - action @@ -160214,11 +160353,11 @@ webhooks: type: string enum: - closed - enterprise: *781 - installation: *782 - milestone: *813 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + milestone: *814 + organization: *784 + repository: *785 sender: *4 required: - action @@ -160297,9 +160436,9 @@ webhooks: type: string enum: - created - enterprise: *781 - installation: *782 - milestone: &820 + enterprise: *782 + installation: *783 + milestone: &821 title: Milestone description: A collection of related issues and pull requests. type: object @@ -160441,8 +160580,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -160521,11 +160660,11 @@ webhooks: type: string enum: - deleted - enterprise: *781 - installation: *782 - milestone: *813 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + milestone: *814 + organization: *784 + repository: *785 sender: *4 required: - action @@ -160635,11 +160774,11 @@ webhooks: type: string required: - from - enterprise: *781 - installation: *782 - milestone: *813 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + milestone: *814 + organization: *784 + repository: *785 sender: *4 required: - action @@ -160719,11 +160858,11 @@ webhooks: type: string enum: - opened - enterprise: *781 - installation: *782 - milestone: *820 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + milestone: *821 + organization: *784 + repository: *785 sender: *4 required: - action @@ -160802,11 +160941,11 @@ webhooks: type: string enum: - blocked - blocked_user: *808 - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + blocked_user: *809 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -160885,11 +161024,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *808 - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + blocked_user: *809 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -160968,9 +161107,9 @@ webhooks: type: string enum: - deleted - enterprise: *781 - installation: *782 - membership: &821 + enterprise: *782 + installation: *783 + membership: &822 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -161080,8 +161219,8 @@ webhooks: - role - organization_url - user - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -161159,11 +161298,11 @@ webhooks: type: string enum: - member_added - enterprise: *781 - installation: *782 - membership: *821 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + membership: *822 + organization: *784 + repository: *785 sender: *4 required: - action @@ -161242,8 +161381,8 @@ webhooks: type: string enum: - member_invited - enterprise: *781 - installation: *782 + enterprise: *782 + installation: *783 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -161365,10 +161504,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 - user: *808 + user: *809 required: - action - invitation @@ -161446,11 +161585,11 @@ webhooks: type: string enum: - member_removed - enterprise: *781 - installation: *782 - membership: *821 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + membership: *822 + organization: *784 + repository: *785 sender: *4 required: - action @@ -161537,11 +161676,11 @@ webhooks: properties: from: type: string - enterprise: *781 - installation: *782 - membership: *821 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + membership: *822 + organization: *784 + repository: *785 sender: *4 required: - action @@ -161617,9 +161756,9 @@ webhooks: type: string enum: - published - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 package: description: Information about the package. type: object @@ -162142,7 +162281,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &822 + items: &823 title: Ruby Gems metadata type: object properties: @@ -162239,7 +162378,7 @@ webhooks: - owner - package_version - registry - repository: *784 + repository: *785 sender: *4 required: - action @@ -162315,9 +162454,9 @@ webhooks: type: string enum: - updated - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 package: description: Information about the package. type: object @@ -162679,7 +162818,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *822 + items: *823 source_url: type: string format: uri @@ -162750,7 +162889,7 @@ webhooks: - owner - package_version - registry - repository: *784 + repository: *785 sender: *4 required: - action @@ -162931,12 +163070,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *781 + enterprise: *782 id: type: integer - installation: *782 - organization: *783 - repository: *784 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - id @@ -163013,7 +163152,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &823 + personal_access_token_request: &824 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -163163,10 +163302,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *781 - organization: *783 + enterprise: *782 + organization: *784 sender: *4 - installation: *782 + installation: *783 required: - action - personal_access_token_request @@ -163243,11 +163382,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *823 - enterprise: *781 - organization: *783 + personal_access_token_request: *824 + enterprise: *782 + organization: *784 sender: *4 - installation: *782 + installation: *783 required: - action - personal_access_token_request @@ -163323,11 +163462,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *823 - enterprise: *781 - organization: *783 + personal_access_token_request: *824 + enterprise: *782 + organization: *784 sender: *4 - installation: *782 + installation: *783 required: - action - personal_access_token_request @@ -163402,11 +163541,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *823 - organization: *783 - enterprise: *781 + personal_access_token_request: *824 + organization: *784 + enterprise: *782 sender: *4 - installation: *782 + installation: *783 required: - action - personal_access_token_request @@ -163511,7 +163650,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *824 + last_response: *825 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -163543,8 +163682,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 zen: description: Random string of GitHub zen. @@ -163789,10 +163928,10 @@ webhooks: - from required: - note - enterprise: *781 - installation: *782 - organization: *783 - project_card: &825 + enterprise: *782 + installation: *783 + organization: *784 + project_card: &826 title: Project Card type: object properties: @@ -163915,7 +164054,7 @@ webhooks: - creator - created_at - updated_at - repository: *784 + repository: *785 sender: *4 required: - action @@ -163996,11 +164135,11 @@ webhooks: type: string enum: - created - enterprise: *781 - installation: *782 - organization: *783 - project_card: *825 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + project_card: *826 + repository: *785 sender: *4 required: - action @@ -164080,9 +164219,9 @@ webhooks: type: string enum: - deleted - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 project_card: title: Project Card type: object @@ -164212,7 +164351,7 @@ webhooks: repository: anyOf: - type: 'null' - - *784 + - *785 sender: *4 required: - action @@ -164306,11 +164445,11 @@ webhooks: - from required: - note - enterprise: *781 - installation: *782 - organization: *783 - project_card: *825 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + project_card: *826 + repository: *785 sender: *4 required: - action @@ -164404,9 +164543,9 @@ webhooks: - from required: - column_id - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 project_card: allOf: - title: Project Card @@ -164603,7 +164742,7 @@ webhooks: type: string required: - after_id - repository: *784 + repository: *785 sender: *4 required: - action @@ -164683,10 +164822,10 @@ webhooks: type: string enum: - closed - enterprise: *781 - installation: *782 - organization: *783 - project: &827 + enterprise: *782 + installation: *783 + organization: *784 + project: &828 title: Project type: object properties: @@ -164813,7 +164952,7 @@ webhooks: - creator - created_at - updated_at - repository: *784 + repository: *785 sender: *4 required: - action @@ -164893,10 +165032,10 @@ webhooks: type: string enum: - created - enterprise: *781 - installation: *782 - organization: *783 - project_column: &826 + enterprise: *782 + installation: *783 + organization: *784 + project_column: &827 title: Project Column type: object properties: @@ -164936,7 +165075,7 @@ webhooks: - name - created_at - updated_at - repository: *784 + repository: *785 sender: *4 required: - action @@ -165015,14 +165154,14 @@ webhooks: type: string enum: - deleted - enterprise: *781 - installation: *782 - organization: *783 - project_column: *826 + enterprise: *782 + installation: *783 + organization: *784 + project_column: *827 repository: anyOf: - type: 'null' - - *784 + - *785 sender: *4 required: - action @@ -165111,11 +165250,11 @@ webhooks: type: string required: - from - enterprise: *781 - installation: *782 - organization: *783 - project_column: *826 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + project_column: *827 + repository: *785 sender: *4 required: - action @@ -165195,11 +165334,11 @@ webhooks: type: string enum: - moved - enterprise: *781 - installation: *782 - organization: *783 - project_column: *826 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + project_column: *827 + repository: *785 sender: *4 required: - action @@ -165279,11 +165418,11 @@ webhooks: type: string enum: - created - enterprise: *781 - installation: *782 - organization: *783 - project: *827 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + project: *828 + repository: *785 sender: *4 required: - action @@ -165363,14 +165502,14 @@ webhooks: type: string enum: - deleted - enterprise: *781 - installation: *782 - organization: *783 - project: *827 + enterprise: *782 + installation: *783 + organization: *784 + project: *828 repository: anyOf: - type: 'null' - - *784 + - *785 sender: *4 required: - action @@ -165471,11 +165610,11 @@ webhooks: type: string required: - from - enterprise: *781 - installation: *782 - organization: *783 - project: *827 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + project: *828 + repository: *785 sender: *4 required: - action @@ -165554,11 +165693,11 @@ webhooks: type: string enum: - reopened - enterprise: *781 - installation: *782 - organization: *783 - project: *827 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + project: *828 + repository: *785 sender: *4 required: - action @@ -165639,9 +165778,9 @@ webhooks: type: string enum: - closed - installation: *782 - organization: *783 - projects_v2: &828 + installation: *783 + organization: *784 + projects_v2: &829 title: Projects v2 Project description: A projects v2 project type: object @@ -165702,7 +165841,7 @@ webhooks: latest_status_update: anyOf: - type: 'null' - - &833 + - &834 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -165855,9 +165994,9 @@ webhooks: type: string enum: - created - installation: *782 - organization: *783 - projects_v2: *828 + installation: *783 + organization: *784 + projects_v2: *829 sender: *4 required: - action @@ -165938,9 +166077,9 @@ webhooks: type: string enum: - deleted - installation: *782 - organization: *783 - projects_v2: *828 + installation: *783 + organization: *784 + projects_v2: *829 sender: *4 required: - action @@ -166061,9 +166200,9 @@ webhooks: type: string to: type: string - installation: *782 - organization: *783 - projects_v2: *828 + installation: *783 + organization: *784 + projects_v2: *829 sender: *4 required: - action @@ -166146,7 +166285,7 @@ webhooks: type: string enum: - archived - changes: &832 + changes: &833 type: object properties: archived_at: @@ -166162,9 +166301,9 @@ webhooks: - string - 'null' format: date-time - installation: *782 - organization: *783 - projects_v2_item: &829 + installation: *783 + organization: *784 + projects_v2_item: &830 title: Projects v2 Item description: An item belonging to a project type: object @@ -166303,9 +166442,9 @@ webhooks: - 'null' to: type: string - installation: *782 - organization: *783 - projects_v2_item: *829 + installation: *783 + organization: *784 + projects_v2_item: *830 sender: *4 required: - action @@ -166387,9 +166526,9 @@ webhooks: type: string enum: - created - installation: *782 - organization: *783 - projects_v2_item: *829 + installation: *783 + organization: *784 + projects_v2_item: *830 sender: *4 required: - action @@ -166470,9 +166609,9 @@ webhooks: type: string enum: - deleted - installation: *782 - organization: *783 - projects_v2_item: *829 + installation: *783 + organization: *784 + projects_v2_item: *830 sender: *4 required: - action @@ -166577,7 +166716,7 @@ webhooks: oneOf: - type: string - type: integer - - &830 + - &831 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -166597,7 +166736,7 @@ webhooks: required: - id - name - - &831 + - &832 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -166630,8 +166769,8 @@ webhooks: oneOf: - type: string - type: integer - - *830 - *831 + - *832 type: - 'null' - string @@ -166654,9 +166793,9 @@ webhooks: - 'null' required: - body - installation: *782 - organization: *783 - projects_v2_item: *829 + installation: *783 + organization: *784 + projects_v2_item: *830 sender: *4 required: - action @@ -166753,9 +166892,9 @@ webhooks: type: - string - 'null' - installation: *782 - organization: *783 - projects_v2_item: *829 + installation: *783 + organization: *784 + projects_v2_item: *830 sender: *4 required: - action @@ -166838,10 +166977,10 @@ webhooks: type: string enum: - restored - changes: *832 - installation: *782 - organization: *783 - projects_v2_item: *829 + changes: *833 + installation: *783 + organization: *784 + projects_v2_item: *830 sender: *4 required: - action @@ -166923,9 +167062,9 @@ webhooks: type: string enum: - reopened - installation: *782 - organization: *783 - projects_v2: *828 + installation: *783 + organization: *784 + projects_v2: *829 sender: *4 required: - action @@ -167006,9 +167145,9 @@ webhooks: type: string enum: - created - installation: *782 - organization: *783 - projects_v2_status_update: *833 + installation: *783 + organization: *784 + projects_v2_status_update: *834 sender: *4 required: - action @@ -167089,9 +167228,9 @@ webhooks: type: string enum: - deleted - installation: *782 - organization: *783 - projects_v2_status_update: *833 + installation: *783 + organization: *784 + projects_v2_status_update: *834 sender: *4 required: - action @@ -167237,9 +167376,9 @@ webhooks: - string - 'null' format: date - installation: *782 - organization: *783 - projects_v2_status_update: *833 + installation: *783 + organization: *784 + projects_v2_status_update: *834 sender: *4 required: - action @@ -167310,10 +167449,10 @@ webhooks: title: public event type: object properties: - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - repository @@ -167390,13 +167529,13 @@ webhooks: type: string enum: - assigned - assignee: *808 - enterprise: *781 - installation: *782 - number: &834 + assignee: *809 + enterprise: *782 + installation: *783 + number: &835 description: The pull request number. type: integer - organization: *783 + organization: *784 pull_request: title: Pull Request type: object @@ -169745,7 +169884,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 sender: *4 required: - action @@ -169827,11 +169966,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *781 - installation: *782 + enterprise: *782 + installation: *783 number: type: integer - organization: *783 + organization: *784 pull_request: title: Pull Request type: object @@ -172173,7 +172312,7 @@ webhooks: - draft reason: type: string - repository: *784 + repository: *785 sender: *4 required: - action @@ -172255,11 +172394,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *781 - installation: *782 + enterprise: *782 + installation: *783 number: type: integer - organization: *783 + organization: *784 pull_request: title: Pull Request type: object @@ -174601,7 +174740,7 @@ webhooks: - draft reason: type: string - repository: *784 + repository: *785 sender: *4 required: - action @@ -174683,11 +174822,11 @@ webhooks: type: string enum: - closed - enterprise: *781 - installation: *782 - number: *834 - organization: *783 - pull_request: &835 + enterprise: *782 + installation: *783 + number: *835 + organization: *784 + pull_request: &836 allOf: - *637 - type: object @@ -174751,7 +174890,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *784 + repository: *785 sender: *4 required: - action @@ -174832,12 +174971,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *781 - installation: *782 - number: *834 - organization: *783 - pull_request: *835 - repository: *784 + enterprise: *782 + installation: *783 + number: *835 + organization: *784 + pull_request: *836 + repository: *785 sender: *4 required: - action @@ -174917,11 +175056,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *781 + enterprise: *782 milestone: *526 - number: *834 - organization: *783 - pull_request: &836 + number: *835 + organization: *784 + pull_request: &837 title: Pull Request type: object properties: @@ -177248,7 +177387,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 sender: *4 required: - action @@ -177327,11 +177466,11 @@ webhooks: type: string enum: - dequeued - enterprise: *781 - installation: *782 + enterprise: *782 + installation: *783 number: type: integer - organization: *783 + organization: *784 pull_request: title: Pull Request type: object @@ -179677,7 +179816,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *784 + repository: *785 sender: *4 required: - action @@ -179801,12 +179940,12 @@ webhooks: type: string required: - from - enterprise: *781 - installation: *782 - number: *834 - organization: *783 - pull_request: *835 - repository: *784 + enterprise: *782 + installation: *783 + number: *835 + organization: *784 + pull_request: *836 + repository: *785 sender: *4 required: - action @@ -179886,11 +180025,11 @@ webhooks: type: string enum: - enqueued - enterprise: *781 - installation: *782 + enterprise: *782 + installation: *783 number: type: integer - organization: *783 + organization: *784 pull_request: title: Pull Request type: object @@ -182221,7 +182360,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 sender: *4 required: - action @@ -182301,11 +182440,11 @@ webhooks: type: string enum: - labeled - enterprise: *781 - installation: *782 - label: *807 - number: *834 - organization: *783 + enterprise: *782 + installation: *783 + label: *808 + number: *835 + organization: *784 pull_request: title: Pull Request type: object @@ -184653,7 +184792,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 sender: *4 required: - action @@ -184734,10 +184873,10 @@ webhooks: type: string enum: - locked - enterprise: *781 - installation: *782 - number: *834 - organization: *783 + enterprise: *782 + installation: *783 + number: *835 + organization: *784 pull_request: title: Pull Request type: object @@ -187083,7 +187222,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 sender: *4 required: - action @@ -187163,12 +187302,12 @@ webhooks: type: string enum: - milestoned - enterprise: *781 + enterprise: *782 milestone: *526 - number: *834 - organization: *783 - pull_request: *836 - repository: *784 + number: *835 + organization: *784 + pull_request: *837 + repository: *785 sender: *4 required: - action @@ -187247,12 +187386,12 @@ webhooks: type: string enum: - opened - enterprise: *781 - installation: *782 - number: *834 - organization: *783 - pull_request: *835 - repository: *784 + enterprise: *782 + installation: *783 + number: *835 + organization: *784 + pull_request: *836 + repository: *785 sender: *4 required: - action @@ -187333,12 +187472,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *781 - installation: *782 - number: *834 - organization: *783 - pull_request: *835 - repository: *784 + enterprise: *782 + installation: *783 + number: *835 + organization: *784 + pull_request: *836 + repository: *785 sender: *4 required: - action @@ -187418,12 +187557,12 @@ webhooks: type: string enum: - reopened - enterprise: *781 - installation: *782 - number: *834 - organization: *783 - pull_request: *835 - repository: *784 + enterprise: *782 + installation: *783 + number: *835 + organization: *784 + pull_request: *836 + repository: *785 sender: *4 required: - action @@ -187798,9 +187937,9 @@ webhooks: - start_side - side - reactions - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 pull_request: type: object properties: @@ -190030,7 +190169,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *784 + repository: *785 sender: *4 required: - action @@ -190110,7 +190249,7 @@ webhooks: type: string enum: - deleted - comment: &838 + comment: &839 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. @@ -190403,9 +190542,9 @@ webhooks: - start_side - side - reactions - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 pull_request: type: object properties: @@ -192623,7 +192762,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *784 + repository: *785 sender: *4 required: - action @@ -192703,11 +192842,11 @@ webhooks: type: string enum: - edited - changes: *837 - comment: *838 - enterprise: *781 - installation: *782 - organization: *783 + changes: *838 + comment: *839 + enterprise: *782 + installation: *783 + organization: *784 pull_request: type: object properties: @@ -194928,7 +195067,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *784 + repository: *785 sender: *4 required: - action @@ -195009,9 +195148,9 @@ webhooks: type: string enum: - dismissed - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 pull_request: title: Simple Pull Request type: object @@ -197244,7 +197383,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *784 + repository: *785 review: description: The review that was affected. type: object @@ -197314,6 +197453,11 @@ webhooks: submitted_at: type: string format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -197490,9 +197634,9 @@ webhooks: type: string required: - from - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 pull_request: title: Simple Pull Request type: object @@ -199606,8 +199750,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *784 - review: &839 + repository: *785 + review: &840 description: The review that was affected. type: object properties: @@ -199674,6 +199818,11 @@ webhooks: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -199840,12 +199989,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *781 - installation: *782 + enterprise: *782 + installation: *783 number: description: The pull request number. type: integer - organization: *783 + organization: *784 pull_request: title: Pull Request type: object @@ -202192,7 +202341,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 requested_reviewer: title: User type: @@ -202278,12 +202427,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *781 - installation: *782 + enterprise: *782 + installation: *783 number: description: The pull request number. type: integer - organization: *783 + organization: *784 pull_request: title: Pull Request type: object @@ -204637,7 +204786,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 requested_team: title: Team description: Groups of organization members that gives permissions @@ -204832,12 +204981,12 @@ webhooks: type: string enum: - review_requested - enterprise: *781 - installation: *782 + enterprise: *782 + installation: *783 number: description: The pull request number. type: integer - organization: *783 + organization: *784 pull_request: title: Pull Request type: object @@ -207186,7 +207335,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 requested_reviewer: title: User type: @@ -207273,12 +207422,12 @@ webhooks: type: string enum: - review_requested - enterprise: *781 - installation: *782 + enterprise: *782 + installation: *783 number: description: The pull request number. type: integer - organization: *783 + organization: *784 pull_request: title: Pull Request type: object @@ -209618,7 +209767,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 requested_team: title: Team description: Groups of organization members that gives permissions @@ -209802,9 +209951,9 @@ webhooks: type: string enum: - submitted - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 pull_request: title: Simple Pull Request type: object @@ -212040,8 +212189,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *784 - review: *839 + repository: *785 + review: *840 sender: *4 required: - action @@ -212121,9 +212270,9 @@ webhooks: type: string enum: - resolved - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 pull_request: title: Simple Pull Request type: object @@ -214254,7 +214403,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *784 + repository: *785 sender: *4 thread: type: object @@ -214568,6 +214717,11 @@ webhooks: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -214646,9 +214800,9 @@ webhooks: type: string enum: - unresolved - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 pull_request: title: Simple Pull Request type: object @@ -216762,7 +216916,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *784 + repository: *785 sender: *4 thread: type: object @@ -217073,6 +217227,11 @@ webhooks: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -217156,10 +217315,10 @@ webhooks: type: string before: type: string - enterprise: *781 - installation: *782 - number: *834 - organization: *783 + enterprise: *782 + installation: *783 + number: *835 + organization: *784 pull_request: title: Pull Request type: object @@ -219494,7 +219653,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 sender: *4 required: - action @@ -219576,11 +219735,11 @@ webhooks: type: string enum: - unassigned - assignee: *840 - enterprise: *781 - installation: *782 - number: *834 - organization: *783 + assignee: *841 + enterprise: *782 + installation: *783 + number: *835 + organization: *784 pull_request: title: Pull Request type: object @@ -221930,7 +222089,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 sender: *4 required: - action @@ -222009,11 +222168,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *781 - installation: *782 - label: *807 - number: *834 - organization: *783 + enterprise: *782 + installation: *783 + label: *808 + number: *835 + organization: *784 pull_request: title: Pull Request type: object @@ -224352,7 +224511,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 sender: *4 required: - action @@ -224433,10 +224592,10 @@ webhooks: type: string enum: - unlocked - enterprise: *781 - installation: *782 - number: *834 - organization: *783 + enterprise: *782 + installation: *783 + number: *835 + organization: *784 pull_request: title: Pull Request type: object @@ -226765,7 +226924,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 sender: *4 required: - action @@ -226968,7 +227127,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *781 + enterprise: *782 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -227063,8 +227222,8 @@ webhooks: - url - author - committer - installation: *782 - organization: *783 + installation: *783 + organization: *784 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -227652,9 +227811,9 @@ webhooks: type: string enum: - published - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 registry_package: type: object properties: @@ -228131,7 +228290,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *822 + items: *823 summary: type: string tag_name: @@ -228187,7 +228346,7 @@ webhooks: - owner - package_version - registry - repository: *784 + repository: *785 sender: *4 required: - action @@ -228265,9 +228424,9 @@ webhooks: type: string enum: - updated - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 registry_package: type: object properties: @@ -228579,7 +228738,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *822 + items: *823 summary: type: string tag_name: @@ -228629,7 +228788,7 @@ webhooks: - owner - package_version - registry - repository: *784 + repository: *785 sender: *4 required: - action @@ -228706,10 +228865,10 @@ webhooks: type: string enum: - created - enterprise: *781 - installation: *782 - organization: *783 - release: &841 + enterprise: *782 + installation: *783 + organization: *784 + release: &842 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -228926,6 +229085,11 @@ webhooks: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time discussion_url: type: string format: uri @@ -229032,9 +229196,10 @@ webhooks: - published_at - assets - tarball_url + - updated_at - zipball_url - body - repository: *784 + repository: *785 sender: *4 required: - action @@ -229111,11 +229276,11 @@ webhooks: type: string enum: - deleted - enterprise: *781 - installation: *782 - organization: *783 - release: *841 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + release: *842 + repository: *785 sender: *4 required: - action @@ -229232,11 +229397,11 @@ webhooks: type: boolean required: - to - enterprise: *781 - installation: *782 - organization: *783 - release: *841 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + release: *842 + repository: *785 sender: *4 required: - action @@ -229314,9 +229479,9 @@ webhooks: type: string enum: - prereleased - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -229339,6 +229504,7 @@ webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -229638,6 +229804,11 @@ webhooks: upload_url: type: string format: uri-template + updated_at: + type: + - string + - 'null' + format: date-time url: type: string format: uri @@ -229646,7 +229817,7 @@ webhooks: - string - 'null' format: uri - repository: *784 + repository: *785 sender: *4 required: - action @@ -229722,10 +229893,10 @@ webhooks: type: string enum: - published - enterprise: *781 - installation: *782 - organization: *783 - release: &842 + enterprise: *782 + installation: *783 + organization: *784 + release: &843 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -229747,6 +229918,7 @@ webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -230041,6 +230213,11 @@ webhooks: description: Specifies the commitish value that determines where the Git tag is created from. type: string + updated_at: + type: + - string + - 'null' + format: date-time upload_url: type: string format: uri-template @@ -230052,7 +230229,7 @@ webhooks: - string - 'null' format: uri - repository: *784 + repository: *785 sender: *4 required: - action @@ -230128,11 +230305,11 @@ webhooks: type: string enum: - released - enterprise: *781 - installation: *782 - organization: *783 - release: *841 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + release: *842 + repository: *785 sender: *4 required: - action @@ -230208,11 +230385,11 @@ webhooks: type: string enum: - unpublished - enterprise: *781 - installation: *782 - organization: *783 - release: *842 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + release: *843 + repository: *785 sender: *4 required: - action @@ -230288,10 +230465,10 @@ webhooks: type: string enum: - published - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 repository_advisory: *689 sender: *4 required: @@ -230368,10 +230545,10 @@ webhooks: type: string enum: - reported - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 repository_advisory: *689 sender: *4 required: @@ -230448,10 +230625,10 @@ webhooks: type: string enum: - archived - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -230528,10 +230705,10 @@ webhooks: type: string enum: - created - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -230609,10 +230786,10 @@ webhooks: type: string enum: - deleted - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -230697,10 +230874,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -230815,10 +230992,10 @@ webhooks: - 'null' items: type: string - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -230890,10 +231067,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 status: type: string @@ -230974,10 +231151,10 @@ webhooks: type: string enum: - privatized - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -231054,10 +231231,10 @@ webhooks: type: string enum: - publicized - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -231151,10 +231328,10 @@ webhooks: - name required: - repository - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -231234,10 +231411,10 @@ webhooks: type: string enum: - created - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 repository_ruleset: *150 sender: *4 required: @@ -231316,10 +231493,10 @@ webhooks: type: string enum: - deleted - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 repository_ruleset: *150 sender: *4 required: @@ -231398,10 +231575,10 @@ webhooks: type: string enum: - edited - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 repository_ruleset: *150 changes: type: object @@ -231709,10 +231886,10 @@ webhooks: - from required: - owner - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -231790,10 +231967,10 @@ webhooks: type: string enum: - unarchived - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -231871,7 +232048,7 @@ webhooks: type: string enum: - create - alert: &843 + alert: &844 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -231995,10 +232172,10 @@ webhooks: type: string enum: - open - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -232208,10 +232385,10 @@ webhooks: type: string enum: - dismissed - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -232289,11 +232466,11 @@ webhooks: type: string enum: - reopen - alert: *843 - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + alert: *844 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -232495,10 +232672,10 @@ webhooks: enum: - fixed - open - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -232576,7 +232753,7 @@ webhooks: type: string enum: - created - alert: &844 + alert: &845 type: object properties: number: *101 @@ -232686,10 +232863,10 @@ webhooks: - 'null' description: Whether the detected secret was found in multiple repositories in the same organization or business. - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -232770,11 +232947,11 @@ webhooks: type: string enum: - created - alert: *844 - installation: *782 - location: *845 - organization: *783 - repository: *784 + alert: *845 + installation: *783 + location: *846 + organization: *784 + repository: *785 sender: *4 required: - location @@ -233012,11 +233189,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *844 - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + alert: *845 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -233094,11 +233271,11 @@ webhooks: type: string enum: - reopened - alert: *844 - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + alert: *845 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -233176,11 +233353,11 @@ webhooks: type: string enum: - resolved - alert: *844 - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + alert: *845 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -233258,11 +233435,11 @@ webhooks: type: string enum: - validated - alert: *844 - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + alert: *845 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -233392,10 +233569,10 @@ webhooks: - organization - enterprise - - repository: *784 - enterprise: *781 - installation: *782 - organization: *783 + repository: *785 + enterprise: *782 + installation: *783 + organization: *784 sender: *4 required: - action @@ -233473,11 +233650,11 @@ webhooks: type: string enum: - published - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 - security_advisory: &846 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 + security_advisory: &847 description: The details of the security advisory, including summary, description, and severity. type: object @@ -233663,11 +233840,11 @@ webhooks: type: string enum: - updated - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 - security_advisory: *846 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 + security_advisory: *847 sender: *4 required: - action @@ -233740,10 +233917,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -233930,9 +234107,9 @@ webhooks: type: object properties: security_and_analysis: *351 - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 repository: *417 sender: *4 required: @@ -234011,12 +234188,12 @@ webhooks: type: string enum: - cancelled - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 - sponsorship: &847 + sponsorship: &848 type: object properties: created_at: @@ -234321,12 +234498,12 @@ webhooks: type: string enum: - created - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 - sponsorship: *847 + sponsorship: *848 required: - action - sponsorship @@ -234414,12 +234591,12 @@ webhooks: type: string required: - from - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 - sponsorship: *847 + sponsorship: *848 required: - action - changes @@ -234496,17 +234673,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &848 + effective_date: &849 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: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 - sponsorship: *847 + sponsorship: *848 required: - action - sponsorship @@ -234580,7 +234757,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &849 + changes: &850 type: object properties: tier: @@ -234624,13 +234801,13 @@ webhooks: - from required: - tier - effective_date: *848 - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + effective_date: *849 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 - sponsorship: *847 + sponsorship: *848 required: - action - changes @@ -234707,13 +234884,13 @@ webhooks: type: string enum: - tier_changed - changes: *849 - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + changes: *850 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 - sponsorship: *847 + sponsorship: *848 required: - action - changes @@ -234787,10 +234964,10 @@ webhooks: type: string enum: - created - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -234874,10 +235051,10 @@ webhooks: type: string enum: - deleted - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -235311,15 +235488,15 @@ webhooks: type: - string - 'null' - enterprise: *781 + enterprise: *782 id: description: The unique identifier of the status. type: integer - installation: *782 + installation: *783 name: type: string - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 sha: description: The Commit SHA. @@ -235435,9 +235612,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *178 - installation: *782 - organization: *783 - repository: *784 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -235527,9 +235704,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *178 - installation: *782 - organization: *783 - repository: *784 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -235619,9 +235796,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *178 - installation: *782 - organization: *783 - repository: *784 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -235711,9 +235888,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *178 - installation: *782 - organization: *783 - repository: *784 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -235790,12 +235967,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 - team: &850 + team: &851 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -235988,9 +236165,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 repository: title: Repository description: A git repository @@ -236460,7 +236637,7 @@ webhooks: - topics - visibility sender: *4 - team: *850 + team: *851 required: - action - team @@ -236536,9 +236713,9 @@ webhooks: type: string enum: - created - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 repository: title: Repository description: A git repository @@ -237008,7 +237185,7 @@ webhooks: - topics - visibility sender: *4 - team: *850 + team: *851 required: - action - team @@ -237085,9 +237262,9 @@ webhooks: type: string enum: - deleted - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 repository: title: Repository description: A git repository @@ -237557,7 +237734,7 @@ webhooks: - topics - visibility sender: *4 - team: *850 + team: *851 required: - action - team @@ -237701,9 +237878,9 @@ webhooks: - from required: - permissions - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 repository: title: Repository description: A git repository @@ -238173,7 +238350,7 @@ webhooks: - topics - visibility sender: *4 - team: *850 + team: *851 required: - action - changes @@ -238251,9 +238428,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 repository: title: Repository description: A git repository @@ -238723,7 +238900,7 @@ webhooks: - topics - visibility sender: *4 - team: *850 + team: *851 required: - action - team @@ -238799,10 +238976,10 @@ webhooks: type: string enum: - started - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -238875,17 +239052,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *781 + enterprise: *782 inputs: type: - object - 'null' additionalProperties: true - installation: *782 - organization: *783 + installation: *783 + organization: *784 ref: type: string - repository: *784 + repository: *785 sender: *4 workflow: type: string @@ -238967,10 +239144,10 @@ webhooks: type: string enum: - completed - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 workflow_job: allOf: @@ -239305,10 +239482,10 @@ webhooks: type: string enum: - in_progress - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 workflow_job: allOf: @@ -239669,10 +239846,10 @@ webhooks: type: string enum: - queued - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 workflow_job: type: object @@ -239897,10 +240074,10 @@ webhooks: type: string enum: - waiting - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 workflow_job: type: object @@ -240127,12 +240304,12 @@ webhooks: type: string enum: - completed - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 - workflow: *803 + workflow: *804 workflow_run: title: Workflow Run type: object @@ -241151,12 +241328,12 @@ webhooks: type: string enum: - in_progress - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 - workflow: *803 + workflow: *804 workflow_run: title: Workflow Run type: object @@ -242160,12 +242337,12 @@ webhooks: type: string enum: - requested - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 - workflow: *803 + workflow: *804 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.json b/descriptions-next/ghec/dereferenced/ghec.deref.json index 37158a1da0..ea57bedd17 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.deref.json @@ -48386,7 +48386,7 @@ "integer", "null" ], - "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", @@ -49749,7 +49749,7 @@ "integer", "null" ], - "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", @@ -51137,7 +51137,7 @@ "integer", "null" ], - "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", @@ -52498,7 +52498,7 @@ "integer", "null" ], - "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", @@ -53857,7 +53857,7 @@ "integer", "null" ], - "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", @@ -64653,6 +64653,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -82819,6 +82927,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -89618,6 +89834,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -137592,9 +137916,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" } @@ -146581,6 +146905,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -159679,6 +160111,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -195243,7 +195783,7 @@ "integer", "null" ], - "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", @@ -196599,7 +197139,7 @@ "integer", "null" ], - "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", @@ -197748,7 +198288,7 @@ "integer", "null" ], - "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", @@ -199703,7 +200243,7 @@ "integer", "null" ], - "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", @@ -201084,7 +201624,7 @@ "integer", "null" ], - "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", @@ -202229,7 +202769,7 @@ "integer", "null" ], - "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", @@ -376011,6 +376551,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -399168,6 +399816,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -402436,6 +403192,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -409880,6 +410744,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -414704,6 +415676,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -419325,6 +420405,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -419788,6 +420976,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] } } @@ -422576,6 +423778,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -425827,6 +427137,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -428875,6 +430293,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -433914,6 +435440,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -437049,6 +438683,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -440268,6 +442010,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -443509,6 +445359,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -461005,6 +462963,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -464150,6 +466216,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -467263,6 +469437,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -470481,6 +472763,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -484105,6 +486495,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -484592,6 +487090,13 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "commit_id": { "description": "A commit SHA for the review.", "type": "string", @@ -545264,6 +547769,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -546110,6 +548622,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -547924,6 +550443,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -548673,6 +551199,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -549447,6 +551980,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -550258,6 +552798,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -554477,7 +557024,7 @@ "integer", "null" ], - "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", @@ -555841,7 +558388,7 @@ "integer", "null" ], - "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", @@ -556839,7 +559386,7 @@ "integer", "null" ], - "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", @@ -558813,7 +561360,7 @@ "integer", "null" ], - "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", @@ -560192,7 +562739,7 @@ "integer", "null" ], - "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", @@ -561186,7 +563733,7 @@ "integer", "null" ], - "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", @@ -612209,6 +614756,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "type": "string" }, @@ -665328,6 +667983,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -700722,6 +703485,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -704549,6 +707420,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -708378,6 +711357,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -719606,6 +722693,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -723435,6 +726630,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -971716,6 +975019,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -974522,6 +977933,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -980171,6 +983690,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -982977,6 +986604,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -988626,6 +992361,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -992381,6 +996224,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -997081,6 +1001032,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1000836,6 +1004895,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1004105,6 +1008272,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -1007446,6 +1011721,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -1010995,6 +1015378,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -1014348,6 +1018839,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -1017882,6 +1022481,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -1021259,6 +1025966,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -1024664,6 +1029479,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -1027993,6 +1032916,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -1031384,6 +1036415,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -1033468,6 +1038607,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -1036797,6 +1042044,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -1040153,6 +1045508,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -1043348,6 +1048811,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -1045448,6 +1051019,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -1048784,6 +1054463,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -1052289,6 +1058076,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -1055625,6 +1061520,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -1059028,6 +1065031,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -1062334,6 +1068445,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -1065669,6 +1071888,114 @@ "total_blocking" ] }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } + }, "state": { "description": "State of the issue; either 'open' or 'closed'", "type": "string", @@ -1290380,6 +1296707,13 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -1295412,6 +1301746,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -1321077,6 +1327418,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -1326581,6 +1332929,13 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" } }, "required": [ @@ -1331778,6 +1338133,13 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" } }, "required": [ @@ -1359563,6 +1365925,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1359700,6 +1366069,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1361979,6 +1368349,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1362116,6 +1368493,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1364448,6 +1370826,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1364585,6 +1370970,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1366589,6 +1372975,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1366998,6 +1373385,13 @@ "type": "string", "format": "uri-template" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "url": { "type": "string", "format": "uri" @@ -1369010,6 +1375404,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1369412,6 +1375807,13 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -1371703,6 +1378105,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1371840,6 +1378249,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1373843,6 +1380253,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1374245,6 +1380656,13 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -1403547,7 +1409965,7 @@ "integer", "null" ], - "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", @@ -1406772,7 +1413190,7 @@ "integer", "null" ], - "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", @@ -1409997,7 +1416415,7 @@ "integer", "null" ], - "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", @@ -1479792,6 +1486210,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1483547,6 +1490073,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1488244,6 +1494878,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1491999,6 +1498741,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1496696,6 +1503546,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1500451,6 +1507409,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1505148,6 +1512214,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -1508903,6 +1516077,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.deref.yaml index 886988ecbe..88a64c4b0a 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.deref.yaml @@ -17679,11 +17679,12 @@ paths: - integer - 'null' 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: @@ -21749,6 +21750,82 @@ paths: - blocking - total_blocked_by - total_blocking + issue_field_values: + type: array + items: &731 + title: Issue Field Value + description: A value assigned to an issue field + type: object + properties: + issue_field_id: + description: Unique identifier for the issue field. + type: integer + format: int64 + examples: + - 1 + node_id: + type: string + examples: + - IFT_GDKND + data_type: + description: The data type of the issue field + type: string + enum: + - text + - single_select + - number + - date + examples: + - text + value: + description: The value of the issue field + anyOf: + - type: string + examples: + - Sample text + - type: number + examples: + - 42.5 + - type: integer + examples: + - 1 + type: + - 'null' + - string + - number + - integer + single_select_option: + description: Details about the selected option + (only present for single_select fields) + type: + - object + - 'null' + properties: + id: + description: Unique identifier for the option. + type: integer + format: int64 + examples: + - 1 + name: + description: The name of the option + type: string + examples: + - High + color: + description: The color of the option + type: string + examples: + - red + required: + - id + - name + - color + required: + - issue_field_id + - node_id + - data_type + - value required: - assignee - closed_at @@ -22346,7 +22423,7 @@ paths: url: type: string format: uri - user: &742 + user: &743 title: Public User description: Public User type: object @@ -26919,7 +26996,7 @@ paths: type: array items: *59 examples: - default: &758 + default: &759 value: - login: github id: 1 @@ -30156,7 +30233,7 @@ paths: type: array items: *225 examples: - default: &745 + default: &746 value: total_count: 1 repositories: @@ -32238,12 +32315,12 @@ paths: required: - subject_digests examples: - default: &773 + default: &774 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &774 + withPredicateType: &775 value: subject_digests: - sha256:abc123 @@ -32302,7 +32379,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &775 + default: &776 value: attestations_subject_digests: - sha256:abc: @@ -37393,9 +37470,9 @@ paths: - *279 - *280 - *281 - - 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: @@ -42569,7 +42646,7 @@ paths: parameters: - *73 - *327 - - &757 + - &758 name: repo_name description: repo_name parameter in: path @@ -43902,7 +43979,7 @@ paths: - nuget - container - *73 - - &759 + - &760 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -43943,7 +44020,7 @@ paths: default: *333 '403': *27 '401': *23 - '400': &761 + '400': &762 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -50968,7 +51045,7 @@ paths: - updated_at - url examples: - default: &732 + default: &733 value: - author: login: octocat @@ -51216,7 +51293,7 @@ paths: application/json: schema: *387 examples: - default: &733 + default: &734 value: author: login: octocat @@ -51407,7 +51484,7 @@ paths: - updated_at - url examples: - default: &734 + default: &735 value: - author: login: octocat @@ -51633,7 +51710,7 @@ paths: application/json: schema: *390 examples: - default: &735 + default: &736 value: author: login: octocat @@ -52349,7 +52426,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &736 + response-if-user-is-a-team-maintainer: &737 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -52414,7 +52491,7 @@ paths: application/json: schema: *401 examples: - response-if-users-membership-with-team-is-now-pending: &737 + response-if-users-membership-with-team-is-now-pending: &738 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -52556,7 +52633,7 @@ paths: - updated_at - permissions examples: - default: &738 + default: &739 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -52635,7 +52712,7 @@ paths: application/json: schema: *402 examples: - default: &739 + default: &740 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -52846,7 +52923,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &740 + schema: &741 title: Team Repository description: A team's access to a repository. type: object @@ -53684,7 +53761,7 @@ paths: type: array items: *256 examples: - response-if-child-teams-exist: &741 + response-if-child-teams-exist: &742 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -66354,7 +66431,7 @@ paths: check. type: array items: *476 - deployment: &793 + deployment: &794 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -71562,7 +71639,7 @@ paths: type: array items: *514 examples: - default: &748 + default: &749 value: total_count: 2 machines: @@ -82760,7 +82837,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &824 + last_response: &825 title: Hook Response type: object properties: @@ -83735,7 +83812,7 @@ paths: parameters: - *404 - *405 - - &770 + - &771 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -84169,7 +84246,7 @@ paths: type: array items: *593 examples: - default: &763 + default: &764 value: - id: 1 repository: @@ -86123,6 +86200,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 @@ -88519,6 +88603,11 @@ paths: submitted_at: type: string format: date-time + updated_at: + type: + - string + - 'null' + format: date-time commit_id: description: A commit SHA for the review. type: string @@ -96474,6 +96563,11 @@ paths: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time author: *4 assets: type: array @@ -98712,7 +98806,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &845 + items: &846 type: object properties: type: @@ -105013,6 +105107,9 @@ paths: - 'null' sub_issues_summary: *729 issue_dependencies_summary: *730 + issue_field_values: + type: array + items: *731 state: type: string state_reason: @@ -106330,7 +106427,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &731 + - &732 name: team_id description: The unique identifier of the team. in: path @@ -106371,7 +106468,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *731 + - *732 requestBody: required: true content: @@ -106472,7 +106569,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *731 + - *732 responses: '204': description: Response @@ -106503,7 +106600,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *731 + - *732 - *91 - *17 - *19 @@ -106516,7 +106613,7 @@ paths: type: array items: *387 examples: - default: *732 + default: *733 headers: Link: *38 x-github: @@ -106545,7 +106642,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *731 + - *732 requestBody: required: true content: @@ -106608,7 +106705,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *731 + - *732 - *389 responses: '200': @@ -106642,7 +106739,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *731 + - *732 - *389 requestBody: required: false @@ -106668,7 +106765,7 @@ paths: application/json: schema: *387 examples: - default: *733 + default: *734 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106693,7 +106790,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *731 + - *732 - *389 responses: '204': @@ -106723,7 +106820,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *731 + - *732 - *389 - *91 - *17 @@ -106737,7 +106834,7 @@ paths: type: array items: *390 examples: - default: *734 + default: *735 headers: Link: *38 x-github: @@ -106766,7 +106863,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *731 + - *732 - *389 requestBody: required: true @@ -106818,7 +106915,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *731 + - *732 - *389 - *392 responses: @@ -106853,7 +106950,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *731 + - *732 - *389 - *392 requestBody: @@ -106879,7 +106976,7 @@ paths: application/json: schema: *390 examples: - default: *735 + default: *736 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106904,7 +107001,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *731 + - *732 - *389 - *392 responses: @@ -106935,7 +107032,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: - - *731 + - *732 - *389 - *392 - name: content @@ -106994,7 +107091,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: - - *731 + - *732 - *389 - *392 requestBody: @@ -107056,7 +107153,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: - - *731 + - *732 - *389 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -107114,7 +107211,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: - - *731 + - *732 - *389 requestBody: required: true @@ -107173,7 +107270,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *731 + - *732 - *17 - *19 responses: @@ -107211,7 +107308,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *731 + - *732 - name: role description: Filters members returned by their role in the team. in: query @@ -107262,7 +107359,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *731 + - *732 - *247 responses: '204': @@ -107299,7 +107396,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *731 + - *732 - *247 responses: '204': @@ -107339,7 +107436,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *731 + - *732 - *247 responses: '204': @@ -107376,7 +107473,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: - - *731 + - *732 - *247 responses: '200': @@ -107385,7 +107482,7 @@ paths: application/json: schema: *401 examples: - response-if-user-is-a-team-maintainer: *736 + response-if-user-is-a-team-maintainer: *737 '404': *6 x-github: githubCloudOnly: false @@ -107418,7 +107515,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: - - *731 + - *732 - *247 requestBody: required: false @@ -107446,7 +107543,7 @@ paths: application/json: schema: *401 examples: - response-if-users-membership-with-team-is-now-pending: *737 + response-if-users-membership-with-team-is-now-pending: *738 '403': description: Forbidden if team synchronization is set up '422': @@ -107480,7 +107577,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: - - *731 + - *732 - *247 responses: '204': @@ -107509,7 +107606,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *731 + - *732 - *17 - *19 responses: @@ -107521,7 +107618,7 @@ paths: type: array items: *402 examples: - default: *738 + default: *739 headers: Link: *38 '404': *6 @@ -107547,7 +107644,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: - - *731 + - *732 - *403 responses: '200': @@ -107556,7 +107653,7 @@ paths: application/json: schema: *402 examples: - default: *739 + default: *740 '404': description: Not Found if project is not managed by this team x-github: @@ -107580,7 +107677,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: - - *731 + - *732 - *403 requestBody: required: false @@ -107648,7 +107745,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: - - *731 + - *732 - *403 responses: '204': @@ -107676,7 +107773,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *731 + - *732 - *17 - *19 responses: @@ -107718,7 +107815,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: - - *731 + - *732 - *404 - *405 responses: @@ -107726,7 +107823,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *740 + schema: *741 examples: alternative-response-with-extra-repository-information: value: @@ -107877,7 +107974,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: - - *731 + - *732 - *404 - *405 requestBody: @@ -107929,7 +108026,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: - - *731 + - *732 - *404 - *405 responses: @@ -107960,7 +108057,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: - - *731 + - *732 responses: '200': description: Response @@ -107995,7 +108092,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: - - *731 + - *732 requestBody: required: true content: @@ -108087,7 +108184,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *731 + - *732 - *17 - *19 responses: @@ -108099,7 +108196,7 @@ paths: type: array items: *256 examples: - response-if-child-teams-exist: *741 + response-if-child-teams-exist: *742 headers: Link: *38 '404': *6 @@ -108132,7 +108229,7 @@ paths: application/json: schema: oneOf: - - &743 + - &744 title: Private User description: Private User type: object @@ -108382,7 +108479,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *742 + - *743 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -108542,7 +108639,7 @@ paths: description: Response content: application/json: - schema: *743 + schema: *744 examples: default: value: @@ -108940,7 +109037,7 @@ paths: type: integer secrets: type: array - items: &744 + items: &745 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -109060,7 +109157,7 @@ paths: description: Response content: application/json: - schema: *744 + schema: *745 examples: default: value: @@ -109206,7 +109303,7 @@ paths: type: array items: *225 examples: - default: *745 + default: *746 '401': *23 '403': *27 '404': *6 @@ -109473,7 +109570,7 @@ paths: description: Response content: application/json: - schema: &746 + schema: &747 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -109526,7 +109623,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &747 + default: &748 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -109571,9 +109668,9 @@ paths: description: Response content: application/json: - schema: *746 + schema: *747 examples: - default: *747 + default: *748 '404': *6 x-github: githubCloudOnly: false @@ -109612,7 +109709,7 @@ paths: type: array items: *514 examples: - default: *748 + default: *749 '304': *35 '500': *88 '401': *23 @@ -110578,7 +110675,7 @@ paths: type: array items: *332 examples: - default: &760 + default: &761 value: - id: 197 name: hello_docker @@ -110679,7 +110776,7 @@ paths: application/json: schema: type: array - items: &749 + items: &750 title: Email description: Email type: object @@ -110749,9 +110846,9 @@ paths: application/json: schema: type: array - items: *749 + items: *750 examples: - default: &762 + default: &763 value: - email: octocat@github.com verified: true @@ -110828,7 +110925,7 @@ paths: application/json: schema: type: array - items: *749 + items: *750 examples: default: value: @@ -111086,7 +111183,7 @@ paths: application/json: schema: type: array - items: &750 + items: &751 title: GPG Key description: A unique encryption key type: object @@ -111231,7 +111328,7 @@ paths: - subkeys - revoked examples: - default: &776 + default: &777 value: - id: 3 name: Octocat's GPG Key @@ -111316,9 +111413,9 @@ paths: description: Response content: application/json: - schema: *750 + schema: *751 examples: - default: &751 + default: &752 value: id: 3 name: Octocat's GPG Key @@ -111375,7 +111472,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: - - &752 + - &753 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -111387,9 +111484,9 @@ paths: description: Response content: application/json: - schema: *750 + schema: *751 examples: - default: *751 + default: *752 '404': *6 '304': *35 '403': *27 @@ -111412,7 +111509,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: - - *752 + - *753 responses: '204': description: Response @@ -111867,7 +111964,7 @@ paths: application/json: schema: type: array - items: &753 + items: &754 title: Key description: Key type: object @@ -111970,9 +112067,9 @@ paths: description: Response content: application/json: - schema: *753 + schema: *754 examples: - default: &754 + default: &755 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -112011,9 +112108,9 @@ paths: description: Response content: application/json: - schema: *753 + schema: *754 examples: - default: *754 + default: *755 '404': *6 '304': *35 '403': *27 @@ -112069,7 +112166,7 @@ paths: application/json: schema: type: array - items: &755 + items: &756 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -112148,7 +112245,7 @@ paths: - account - plan examples: - default: &756 + default: &757 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -112210,9 +112307,9 @@ paths: application/json: schema: type: array - items: *755 + items: *756 examples: - default: *756 + default: *757 headers: Link: *38 '304': *35 @@ -113216,7 +113313,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - *327 - - *757 + - *758 responses: '204': description: Response @@ -113289,7 +113386,7 @@ paths: type: array items: *59 examples: - default: *758 + default: *759 headers: Link: *38 '304': *35 @@ -113331,7 +113428,7 @@ paths: - docker - nuget - container - - *759 + - *760 - *19 - *17 responses: @@ -113343,8 +113440,8 @@ paths: type: array items: *332 examples: - default: *760 - '400': *761 + default: *761 + '400': *762 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -113373,7 +113470,7 @@ paths: application/json: schema: *332 examples: - default: &777 + default: &778 value: id: 40201 name: octo-name @@ -113828,9 +113925,9 @@ paths: application/json: schema: type: array - items: *749 + items: *750 examples: - default: *762 + default: *763 headers: Link: *38 '304': *35 @@ -113943,7 +114040,7 @@ paths: type: array items: *64 examples: - default: &769 + default: &770 summary: Default response value: - id: 1296269 @@ -114303,7 +114400,7 @@ paths: type: array items: *593 examples: - default: *763 + default: *764 headers: Link: *38 '304': *35 @@ -114382,7 +114479,7 @@ paths: application/json: schema: type: array - items: &764 + items: &765 title: Social account description: Social media account type: object @@ -114399,7 +114496,7 @@ paths: - provider - url examples: - default: &765 + default: &766 value: - provider: twitter url: https://twitter.com/github @@ -114462,9 +114559,9 @@ paths: application/json: schema: type: array - items: *764 + items: *765 examples: - default: *765 + default: *766 '422': *15 '304': *35 '404': *6 @@ -114552,7 +114649,7 @@ paths: application/json: schema: type: array - items: &766 + items: &767 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -114572,7 +114669,7 @@ paths: - title - created_at examples: - default: &778 + default: &779 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -114639,9 +114736,9 @@ paths: description: Response content: application/json: - schema: *766 + schema: *767 examples: - default: &767 + default: &768 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -114672,7 +114769,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: - - &768 + - &769 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -114684,9 +114781,9 @@ paths: description: Response content: application/json: - schema: *766 + schema: *767 examples: - default: *767 + default: *768 '404': *6 '304': *35 '403': *27 @@ -114709,7 +114806,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: - - *768 + - *769 responses: '204': description: Response @@ -114738,7 +114835,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: - - &779 + - &780 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 @@ -114763,11 +114860,11 @@ paths: type: array items: *64 examples: - default-response: *769 + default-response: *770 application/vnd.github.v3.star+json: schema: type: array - items: &780 + items: &781 title: Starred Repository description: Starred Repository type: object @@ -115136,10 +115233,10 @@ paths: application/json: schema: oneOf: + - *744 - *743 - - *742 examples: - default-response: &771 + default-response: &772 summary: Default response value: login: octocat @@ -115174,7 +115271,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &772 + response-with-git-hub-plan-information: &773 summary: Response with GitHub plan information value: login: octocat @@ -115234,7 +115331,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *770 + - *771 - *17 responses: '200': @@ -115283,11 +115380,11 @@ paths: application/json: schema: oneOf: + - *744 - *743 - - *742 examples: - default-response: *771 - response-with-git-hub-plan-information: *772 + default-response: *772 + response-with-git-hub-plan-information: *773 '404': *6 x-github: githubCloudOnly: false @@ -115336,8 +115433,8 @@ paths: required: - subject_digests examples: - default: *773 - withPredicateType: *774 + default: *774 + withPredicateType: *775 responses: '200': description: Response @@ -115391,7 +115488,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *775 + default: *776 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -115634,7 +115731,7 @@ paths: type: array items: *332 examples: - default: *760 + default: *761 '403': *27 '401': *23 x-github: @@ -116038,9 +116135,9 @@ paths: application/json: schema: type: array - items: *750 + items: *751 examples: - default: *776 + default: *777 headers: Link: *38 x-github: @@ -116230,7 +116327,7 @@ paths: type: array items: *59 examples: - default: *758 + default: *759 headers: Link: *38 x-github: @@ -116269,7 +116366,7 @@ paths: - docker - nuget - container - - *759 + - *760 - *247 - *19 - *17 @@ -116282,10 +116379,10 @@ paths: type: array items: *332 examples: - default: *760 + default: *761 '403': *27 '401': *23 - '400': *761 + '400': *762 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -116315,7 +116412,7 @@ paths: application/json: schema: *332 examples: - default: *777 + default: *778 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -117099,9 +117196,9 @@ paths: application/json: schema: type: array - items: *764 + items: *765 examples: - default: *765 + default: *766 headers: Link: *38 x-github: @@ -117131,9 +117228,9 @@ paths: application/json: schema: type: array - items: *766 + items: *767 examples: - default: *778 + default: *779 headers: Link: *38 x-github: @@ -117158,7 +117255,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *247 - - *779 + - *780 - *91 - *17 - *19 @@ -117170,11 +117267,11 @@ paths: schema: anyOf: - type: array - items: *780 + items: *781 - type: array items: *64 examples: - default-response: *769 + default-response: *770 headers: Link: *38 x-github: @@ -117334,7 +117431,7 @@ webhooks: type: string enum: - disabled - enterprise: &781 + enterprise: &782 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -117403,7 +117500,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &782 + installation: &783 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -117424,7 +117521,7 @@ webhooks: required: - id - node_id - organization: &783 + organization: &784 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -117497,7 +117594,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &784 + repository: &785 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -118410,10 +118507,10 @@ webhooks: type: string enum: - enabled - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -118489,11 +118586,11 @@ webhooks: type: string enum: - created - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 - rule: &785 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 + rule: &786 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) @@ -118716,11 +118813,11 @@ webhooks: type: string enum: - deleted - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 - rule: *785 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 + rule: *786 sender: *4 required: - action @@ -118908,11 +119005,11 @@ webhooks: - everyone required: - from - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 - rule: *785 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 + rule: *786 sender: *4 required: - action @@ -118983,7 +119080,7 @@ webhooks: required: true content: application/json: - schema: &788 + schema: &789 title: Exemption request cancellation event type: object properties: @@ -118991,11 +119088,11 @@ webhooks: type: string enum: - cancelled - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 - exemption_request: &786 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 + exemption_request: &787 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -119233,7 +119330,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &787 + items: &788 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -119343,7 +119440,7 @@ webhooks: required: true content: application/json: - schema: &789 + schema: &790 title: Exemption request completed event type: object properties: @@ -119351,11 +119448,11 @@ webhooks: type: string enum: - completed - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 - exemption_request: *786 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 + exemption_request: *787 sender: *4 required: - action @@ -119425,7 +119522,7 @@ webhooks: required: true content: application/json: - schema: &790 + schema: &791 title: Exemption request created event type: object properties: @@ -119433,11 +119530,11 @@ webhooks: type: string enum: - created - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 - exemption_request: *786 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 + exemption_request: *787 sender: *4 required: - action @@ -119507,7 +119604,7 @@ webhooks: required: true content: application/json: - schema: &791 + schema: &792 title: Exemption response dismissed event type: object properties: @@ -119515,12 +119612,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 - exemption_request: *786 - exemption_response: *787 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 + exemption_request: *787 + exemption_response: *788 sender: *4 required: - action @@ -119592,7 +119689,7 @@ webhooks: required: true content: application/json: - schema: &792 + schema: &793 title: Exemption response submitted event type: object properties: @@ -119600,12 +119697,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 - exemption_request: *786 - exemption_response: *787 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 + exemption_request: *787 + exemption_response: *788 sender: *4 required: - action @@ -119678,7 +119775,7 @@ webhooks: required: true content: application/json: - schema: *788 + schema: *789 responses: '200': description: Return a 200 status to indicate that the data was received @@ -119745,7 +119842,7 @@ webhooks: required: true content: application/json: - schema: *789 + schema: *790 responses: '200': description: Return a 200 status to indicate that the data was received @@ -119812,7 +119909,7 @@ webhooks: required: true content: application/json: - schema: *790 + schema: *791 responses: '200': description: Return a 200 status to indicate that the data was received @@ -119879,7 +119976,7 @@ webhooks: required: true content: application/json: - schema: *791 + schema: *792 responses: '200': description: Return a 200 status to indicate that the data was received @@ -119947,7 +120044,7 @@ webhooks: required: true content: application/json: - schema: *792 + schema: *793 responses: '200': description: Return a 200 status to indicate that the data was received @@ -120025,7 +120122,7 @@ webhooks: type: string enum: - completed - check_run: &794 + check_run: &795 title: CheckRun description: A check performed on the code of a given code change type: object @@ -120135,7 +120232,7 @@ webhooks: - examples: - neutral - deployment: *793 + deployment: *794 details_url: type: string examples: @@ -120233,9 +120330,9 @@ webhooks: - output - app - pull_requests - installation: *782 - organization: *783 - repository: *784 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - check_run @@ -120628,10 +120725,10 @@ webhooks: type: string enum: - created - check_run: *794 - installation: *782 - organization: *783 - repository: *784 + check_run: *795 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - check_run @@ -121027,10 +121124,10 @@ webhooks: type: string enum: - requested_action - check_run: *794 - installation: *782 - organization: *783 - repository: *784 + check_run: *795 + installation: *783 + organization: *784 + repository: *785 requested_action: description: The action requested by the user. type: object @@ -121435,10 +121532,10 @@ webhooks: type: string enum: - rerequested - check_run: *794 - installation: *782 - organization: *783 - repository: *784 + check_run: *795 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - check_run @@ -122430,10 +122527,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -123118,10 +123215,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -123800,10 +123897,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -124121,20 +124218,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &795 + commit_oid: &796 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: *781 - installation: *782 - organization: *783 - ref: &796 + enterprise: *782 + installation: *783 + organization: *784 + ref: &797 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: *784 + repository: *785 sender: *4 required: - action @@ -124539,12 +124636,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *795 - enterprise: *781 - installation: *782 - organization: *783 - ref: *796 - repository: *784 + commit_oid: *796 + enterprise: *782 + installation: *783 + organization: *784 + ref: *797 + repository: *785 sender: *4 required: - action @@ -124824,12 +124921,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *795 - enterprise: *781 - installation: *782 - organization: *783 - ref: *796 - repository: *784 + commit_oid: *796 + enterprise: *782 + installation: *783 + organization: *784 + ref: *797 + repository: *785 sender: *4 required: - action @@ -125172,12 +125269,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *795 - enterprise: *781 - installation: *782 - organization: *783 - ref: *796 - repository: *784 + commit_oid: *796 + enterprise: *782 + installation: *783 + organization: *784 + ref: *797 + repository: *785 sender: *4 required: - action @@ -125457,9 +125554,9 @@ webhooks: type: - string - 'null' - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -125467,7 +125564,7 @@ webhooks: type: - string - 'null' - repository: *784 + repository: *785 sender: *4 required: - action @@ -125710,12 +125807,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *795 - enterprise: *781 - installation: *782 - organization: *783 - ref: *796 - repository: *784 + commit_oid: *796 + enterprise: *782 + installation: *783 + organization: *784 + ref: *797 + repository: *785 sender: *4 required: - action @@ -125977,10 +126074,10 @@ webhooks: - updated_at - author_association - body - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -126061,18 +126158,18 @@ webhooks: type: - string - 'null' - enterprise: *781 - installation: *782 + enterprise: *782 + installation: *783 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *783 - pusher_type: &797 + organization: *784 + pusher_type: &798 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &798 + ref: &799 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -126082,7 +126179,7 @@ webhooks: enum: - tag - branch - repository: *784 + repository: *785 sender: *4 required: - ref @@ -126165,9 +126262,9 @@ webhooks: enum: - created definition: *117 - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 sender: *4 required: - action @@ -126252,9 +126349,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 sender: *4 required: - action @@ -126332,9 +126429,9 @@ webhooks: enum: - promote_to_enterprise definition: *117 - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 sender: *4 required: - action @@ -126412,9 +126509,9 @@ webhooks: enum: - updated definition: *117 - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 sender: *4 required: - action @@ -126491,10 +126588,10 @@ webhooks: type: string enum: - updated - enterprise: *781 - installation: *782 - repository: *784 - organization: *783 + enterprise: *782 + installation: *783 + repository: *785 + organization: *784 sender: *4 new_property_values: type: array @@ -126579,18 +126676,18 @@ webhooks: title: delete event type: object properties: - enterprise: *781 - installation: *782 - organization: *783 - pusher_type: *797 - ref: *798 + enterprise: *782 + installation: *783 + organization: *784 + pusher_type: *798 + ref: *799 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *784 + repository: *785 sender: *4 required: - ref @@ -126675,10 +126772,10 @@ webhooks: enum: - auto_dismissed alert: *540 - installation: *782 - organization: *783 - enterprise: *781 - repository: *784 + installation: *783 + organization: *784 + enterprise: *782 + repository: *785 sender: *4 required: - action @@ -126763,10 +126860,10 @@ webhooks: enum: - auto_reopened alert: *540 - installation: *782 - organization: *783 - enterprise: *781 - repository: *784 + installation: *783 + organization: *784 + enterprise: *782 + repository: *785 sender: *4 required: - action @@ -126851,10 +126948,10 @@ webhooks: enum: - created alert: *540 - installation: *782 - organization: *783 - enterprise: *781 - repository: *784 + installation: *783 + organization: *784 + enterprise: *782 + repository: *785 sender: *4 required: - action @@ -126937,10 +127034,10 @@ webhooks: enum: - dismissed alert: *540 - installation: *782 - organization: *783 - enterprise: *781 - repository: *784 + installation: *783 + organization: *784 + enterprise: *782 + repository: *785 sender: *4 required: - action @@ -127023,10 +127120,10 @@ webhooks: enum: - fixed alert: *540 - installation: *782 - organization: *783 - enterprise: *781 - repository: *784 + installation: *783 + organization: *784 + enterprise: *782 + repository: *785 sender: *4 required: - action @@ -127110,10 +127207,10 @@ webhooks: enum: - reintroduced alert: *540 - installation: *782 - organization: *783 - enterprise: *781 - repository: *784 + installation: *783 + organization: *784 + enterprise: *782 + repository: *785 sender: *4 required: - action @@ -127196,10 +127293,10 @@ webhooks: enum: - reopened alert: *540 - installation: *782 - organization: *783 - enterprise: *781 - repository: *784 + installation: *783 + organization: *784 + enterprise: *782 + repository: *785 sender: *4 required: - action @@ -127276,9 +127373,9 @@ webhooks: type: string enum: - created - enterprise: *781 - installation: *782 - key: &799 + enterprise: *782 + installation: *783 + key: &800 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -127316,8 +127413,8 @@ webhooks: - verified - created_at - read_only - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -127394,11 +127491,11 @@ webhooks: type: string enum: - deleted - enterprise: *781 - installation: *782 - key: *799 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + key: *800 + organization: *784 + repository: *785 sender: *4 required: - action @@ -127970,12 +128067,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 - workflow: &803 + workflow: &804 title: Workflow type: - object @@ -128717,9 +128814,9 @@ webhooks: pull_requests: type: array items: *637 - repository: *784 - organization: *783 - installation: *782 + repository: *785 + organization: *784 + installation: *783 sender: *4 responses: '200': @@ -128790,7 +128887,7 @@ webhooks: type: string enum: - approved - approver: &800 + approver: &801 type: object properties: avatar_url: @@ -128833,11 +128930,11 @@ webhooks: type: string comment: type: string - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 - reviewers: &801 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 + reviewers: &802 type: array items: type: object @@ -128918,7 +129015,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &802 + workflow_job_run: &803 type: object properties: conclusion: @@ -129664,18 +129761,18 @@ webhooks: type: string enum: - rejected - approver: *800 + approver: *801 comment: type: string - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 - reviewers: *801 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 + reviewers: *802 sender: *4 since: type: string - workflow_job_run: *802 + workflow_job_run: *803 workflow_job_runs: type: array items: @@ -130392,13 +130489,13 @@ webhooks: type: string enum: - requested - enterprise: *781 + enterprise: *782 environment: type: string - installation: *782 - organization: *783 - repository: *784 - requestor: &808 + installation: *783 + organization: *784 + repository: *785 + requestor: &809 title: User type: - object @@ -132341,12 +132438,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 - workflow: *803 + workflow: *804 workflow_run: title: Deployment Workflow Run type: @@ -133037,7 +133134,7 @@ webhooks: type: string enum: - answered - answer: &806 + answer: &807 type: object properties: author_association: @@ -133197,7 +133294,7 @@ webhooks: - created_at - updated_at - body - discussion: &804 + discussion: &805 title: Discussion description: A Discussion in a repository. type: object @@ -133515,10 +133612,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -133645,11 +133742,11 @@ webhooks: - from required: - category - discussion: *804 - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + discussion: *805 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -133732,11 +133829,11 @@ webhooks: type: string enum: - closed - discussion: *804 - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + discussion: *805 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -133818,7 +133915,7 @@ webhooks: type: string enum: - created - comment: &805 + comment: &806 type: object properties: author_association: @@ -133978,11 +134075,11 @@ webhooks: - updated_at - body - reactions - discussion: *804 - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + discussion: *805 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -134065,12 +134162,12 @@ webhooks: type: string enum: - deleted - comment: *805 - discussion: *804 - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + comment: *806 + discussion: *805 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -134165,12 +134262,12 @@ webhooks: - from required: - body - comment: *805 - discussion: *804 - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + comment: *806 + discussion: *805 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -134254,11 +134351,11 @@ webhooks: type: string enum: - created - discussion: *804 - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + discussion: *805 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -134340,11 +134437,11 @@ webhooks: type: string enum: - deleted - discussion: *804 - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + discussion: *805 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -134444,11 +134541,11 @@ webhooks: type: string required: - from - discussion: *804 - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + discussion: *805 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -134530,10 +134627,10 @@ webhooks: type: string enum: - labeled - discussion: *804 - enterprise: *781 - installation: *782 - label: &807 + discussion: *805 + enterprise: *782 + installation: *783 + label: &808 title: Label type: object properties: @@ -134566,8 +134663,8 @@ webhooks: - color - default - description - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -134650,11 +134747,11 @@ webhooks: type: string enum: - locked - discussion: *804 - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + discussion: *805 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -134736,11 +134833,11 @@ webhooks: type: string enum: - pinned - discussion: *804 - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + discussion: *805 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -134822,11 +134919,11 @@ webhooks: type: string enum: - reopened - discussion: *804 - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + discussion: *805 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -134911,16 +135008,16 @@ webhooks: changes: type: object properties: - new_discussion: *804 - new_repository: *784 + new_discussion: *805 + new_repository: *785 required: - new_discussion - new_repository - discussion: *804 - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + discussion: *805 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -135003,10 +135100,10 @@ webhooks: type: string enum: - unanswered - discussion: *804 - old_answer: *806 - organization: *783 - repository: *784 + discussion: *805 + old_answer: *807 + organization: *784 + repository: *785 sender: *4 required: - action @@ -135088,12 +135185,12 @@ webhooks: type: string enum: - unlabeled - discussion: *804 - enterprise: *781 - installation: *782 - label: *807 - organization: *783 - repository: *784 + discussion: *805 + enterprise: *782 + installation: *783 + label: *808 + organization: *784 + repository: *785 sender: *4 required: - action @@ -135176,11 +135273,11 @@ webhooks: type: string enum: - unlocked - discussion: *804 - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + discussion: *805 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -135262,11 +135359,11 @@ webhooks: type: string enum: - unpinned - discussion: *804 - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + discussion: *805 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -135335,7 +135432,7 @@ webhooks: required: true content: application/json: - schema: *790 + schema: *791 responses: '200': description: Return a 200 status to indicate that the data was received @@ -135398,7 +135495,7 @@ webhooks: required: true content: application/json: - schema: *792 + schema: *793 responses: '200': description: Return a 200 status to indicate that the data was received @@ -135464,7 +135561,7 @@ webhooks: required: true content: application/json: - schema: *788 + schema: *789 responses: '200': description: Return a 200 status to indicate that the data was received @@ -135530,7 +135627,7 @@ webhooks: required: true content: application/json: - schema: *789 + schema: *790 responses: '200': description: Return a 200 status to indicate that the data was received @@ -135596,7 +135693,7 @@ webhooks: required: true content: application/json: - schema: *790 + schema: *791 responses: '200': description: Return a 200 status to indicate that the data was received @@ -135662,7 +135759,7 @@ webhooks: required: true content: application/json: - schema: *791 + schema: *792 responses: '200': description: Return a 200 status to indicate that the data was received @@ -135728,7 +135825,7 @@ webhooks: required: true content: application/json: - schema: *792 + schema: *793 responses: '200': description: Return a 200 status to indicate that the data was received @@ -135795,7 +135892,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *781 + enterprise: *782 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -136473,9 +136570,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *782 - organization: *783 - repository: *784 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - forkee @@ -136621,9 +136718,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 pages: description: The pages that were updated. type: array @@ -136661,7 +136758,7 @@ webhooks: - action - sha - html_url - repository: *784 + repository: *785 sender: *4 required: - pages @@ -136737,10 +136834,10 @@ webhooks: type: string enum: - created - enterprise: *781 + enterprise: *782 installation: *20 - organization: *783 - repositories: &809 + organization: *784 + repositories: &810 description: An array of repository objects that the installation can access. type: array @@ -136766,8 +136863,8 @@ webhooks: - name - full_name - private - repository: *784 - requester: *808 + repository: *785 + requester: *809 sender: *4 required: - action @@ -136842,11 +136939,11 @@ webhooks: type: string enum: - deleted - enterprise: *781 + enterprise: *782 installation: *20 - organization: *783 - repositories: *809 - repository: *784 + organization: *784 + repositories: *810 + repository: *785 requester: type: - 'null' @@ -136923,11 +137020,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *781 + enterprise: *782 installation: *20 - organization: *783 - repositories: *809 - repository: *784 + organization: *784 + repositories: *810 + repository: *785 requester: type: - 'null' @@ -137004,10 +137101,10 @@ webhooks: type: string enum: - added - enterprise: *781 + enterprise: *782 installation: *20 - organization: *783 - repositories_added: &810 + organization: *784 + repositories_added: &811 description: An array of repository objects, which were added to the installation. type: array @@ -137053,15 +137150,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *784 - repository_selection: &811 + repository: *785 + repository_selection: &812 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *808 + requester: *809 sender: *4 required: - action @@ -137140,10 +137237,10 @@ webhooks: type: string enum: - removed - enterprise: *781 + enterprise: *782 installation: *20 - organization: *783 - repositories_added: *810 + organization: *784 + repositories_added: *811 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -137170,9 +137267,9 @@ webhooks: - name - full_name - private - repository: *784 - repository_selection: *811 - requester: *808 + repository: *785 + repository_selection: *812 + requester: *809 sender: *4 required: - action @@ -137251,11 +137348,11 @@ webhooks: type: string enum: - suspend - enterprise: *781 + enterprise: *782 installation: *20 - organization: *783 - repositories: *809 - repository: *784 + organization: *784 + repositories: *810 + repository: *785 requester: type: - 'null' @@ -137438,10 +137535,10 @@ webhooks: type: string required: - from - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 target_type: type: string @@ -137520,11 +137617,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *781 + enterprise: *782 installation: *20 - organization: *783 - repositories: *809 - repository: *784 + organization: *784 + repositories: *810 + repository: *785 requester: type: - 'null' @@ -137772,8 +137869,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *781 - installation: *782 + enterprise: *782 + installation: *783 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -138952,8 +139049,8 @@ webhooks: - state - locked - assignee - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -139033,7 +139130,7 @@ webhooks: type: string enum: - deleted - comment: &812 + comment: &813 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -139200,8 +139297,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *781 - installation: *782 + enterprise: *782 + installation: *783 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -140378,8 +140475,8 @@ webhooks: - state - locked - assignee - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -140459,7 +140556,7 @@ webhooks: type: string enum: - edited - changes: &837 + changes: &838 description: The changes to the comment. type: object properties: @@ -140471,9 +140568,9 @@ webhooks: type: string required: - from - comment: *812 - enterprise: *781 - installation: *782 + comment: *813 + enterprise: *782 + installation: *783 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -141651,8 +141748,8 @@ webhooks: - state - locked - assignee - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -141742,9 +141839,9 @@ webhooks: type: number blocking_issue: *178 blocking_issue_repo: *64 - installation: *782 - organization: *783 - repository: *784 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -141838,9 +141935,9 @@ webhooks: type: number blocking_issue: *178 blocking_issue_repo: *64 - installation: *782 - organization: *783 - repository: *784 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -141933,9 +142030,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *178 - installation: *782 - organization: *783 - repository: *784 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -142029,9 +142126,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *178 - installation: *782 - organization: *783 - repository: *784 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -142116,10 +142213,10 @@ webhooks: type: string enum: - assigned - assignee: *808 - enterprise: *781 - installation: *782 - issue: &815 + assignee: *809 + enterprise: *782 + installation: *783 + issue: &816 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -142933,6 +143030,9 @@ webhooks: format: uri sub_issues_summary: *729 issue_dependencies_summary: *730 + issue_field_values: + type: array + items: *731 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143052,8 +143152,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -143133,8 +143233,8 @@ webhooks: type: string enum: - closed - enterprise: *781 - installation: *782 + enterprise: *782 + installation: *783 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -143953,6 +144053,9 @@ webhooks: format: uri sub_issues_summary: *729 issue_dependencies_summary: *730 + issue_field_values: + type: array + items: *731 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144215,8 +144318,8 @@ webhooks: required: - state - closed_at - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -144295,8 +144398,8 @@ webhooks: type: string enum: - deleted - enterprise: *781 - installation: *782 + enterprise: *782 + installation: *783 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -145106,6 +145209,9 @@ webhooks: format: uri sub_issues_summary: *729 issue_dependencies_summary: *730 + issue_field_values: + type: array + items: *731 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145224,8 +145330,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -145304,8 +145410,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *781 - installation: *782 + enterprise: *782 + installation: *783 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -146138,6 +146244,9 @@ webhooks: format: uri sub_issues_summary: *729 issue_dependencies_summary: *730 + issue_field_values: + type: array + items: *731 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146235,7 +146344,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &813 + milestone: &814 title: Milestone description: A collection of related issues and pull requests. type: object @@ -146378,8 +146487,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -146478,8 +146587,8 @@ webhooks: type: string required: - from - enterprise: *781 - installation: *782 + enterprise: *782 + installation: *783 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -147293,6 +147402,9 @@ webhooks: format: uri sub_issues_summary: *729 issue_dependencies_summary: *730 + issue_field_values: + type: array + items: *731 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147412,9 +147524,9 @@ webhooks: - active_lock_reason - body - reactions - label: *807 - organization: *783 - repository: *784 + label: *808 + organization: *784 + repository: *785 sender: *4 required: - action @@ -147494,8 +147606,8 @@ webhooks: type: string enum: - labeled - enterprise: *781 - installation: *782 + enterprise: *782 + installation: *783 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -148308,6 +148420,9 @@ webhooks: format: uri sub_issues_summary: *729 issue_dependencies_summary: *730 + issue_field_values: + type: array + items: *731 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148427,9 +148542,9 @@ webhooks: - active_lock_reason - body - reactions - label: *807 - organization: *783 - repository: *784 + label: *808 + organization: *784 + repository: *785 sender: *4 required: - action @@ -148509,8 +148624,8 @@ webhooks: type: string enum: - locked - enterprise: *781 - installation: *782 + enterprise: *782 + installation: *783 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -149348,6 +149463,9 @@ webhooks: format: uri sub_issues_summary: *729 issue_dependencies_summary: *730 + issue_field_values: + type: array + items: *731 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149444,8 +149562,8 @@ webhooks: format: uri user_view_type: type: string - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -149524,8 +149642,8 @@ webhooks: type: string enum: - milestoned - enterprise: *781 - installation: *782 + enterprise: *782 + installation: *783 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -150357,6 +150475,9 @@ webhooks: format: uri sub_issues_summary: *729 issue_dependencies_summary: *730 + issue_field_values: + type: array + items: *731 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150453,9 +150574,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *813 - organization: *783 - repository: *784 + milestone: *814 + organization: *784 + repository: *785 sender: *4 required: - action @@ -151349,6 +151470,9 @@ webhooks: format: uri sub_issues_summary: *729 issue_dependencies_summary: *730 + issue_field_values: + type: array + items: *731 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151925,8 +152049,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *781 - installation: *782 + enterprise: *782 + installation: *783 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -152740,6 +152864,9 @@ webhooks: format: uri sub_issues_summary: *729 issue_dependencies_summary: *730 + issue_field_values: + type: array + items: *731 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152858,8 +152985,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -152939,9 +153066,9 @@ webhooks: type: string enum: - pinned - enterprise: *781 - installation: *782 - issue: &814 + enterprise: *782 + installation: *783 + issue: &815 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -153749,6 +153876,9 @@ webhooks: format: uri sub_issues_summary: *729 issue_dependencies_summary: *730 + issue_field_values: + type: array + items: *731 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153867,8 +153997,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -153947,8 +154077,8 @@ webhooks: type: string enum: - reopened - enterprise: *781 - installation: *782 + enterprise: *782 + installation: *783 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -154784,6 +154914,9 @@ webhooks: format: uri sub_issues_summary: *729 issue_dependencies_summary: *730 + issue_field_values: + type: array + items: *731 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154881,8 +155014,8 @@ webhooks: user_view_type: type: string type: *315 - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -155773,6 +155906,9 @@ webhooks: format: uri sub_issues_summary: *729 issue_dependencies_summary: *730 + issue_field_values: + type: array + items: *731 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156371,11 +156507,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *781 - installation: *782 - issue: *814 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + issue: *815 + organization: *784 + repository: *785 sender: *4 required: - action @@ -156455,12 +156591,12 @@ webhooks: type: string enum: - typed - enterprise: *781 - installation: *782 - issue: *815 + enterprise: *782 + installation: *783 + issue: *816 type: *315 - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -156541,7 +156677,7 @@ webhooks: type: string enum: - unassigned - assignee: &840 + assignee: &841 title: User type: - object @@ -156613,11 +156749,11 @@ webhooks: required: - login - id - enterprise: *781 - installation: *782 - issue: *815 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + issue: *816 + organization: *784 + repository: *785 sender: *4 required: - action @@ -156696,12 +156832,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *781 - installation: *782 - issue: *815 - label: *807 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + issue: *816 + label: *808 + organization: *784 + repository: *785 sender: *4 required: - action @@ -156781,8 +156917,8 @@ webhooks: type: string enum: - unlocked - enterprise: *781 - installation: *782 + enterprise: *782 + installation: *783 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -157618,6 +157754,9 @@ webhooks: format: uri sub_issues_summary: *729 issue_dependencies_summary: *730 + issue_field_values: + type: array + items: *731 state: description: State of the issue; either 'open' or 'closed' type: string @@ -157714,8 +157853,8 @@ webhooks: format: uri user_view_type: type: string - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -157795,11 +157934,11 @@ webhooks: type: string enum: - unpinned - enterprise: *781 - installation: *782 - issue: *814 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + issue: *815 + organization: *784 + repository: *785 sender: *4 required: - action @@ -157878,12 +158017,12 @@ webhooks: type: string enum: - untyped - enterprise: *781 - installation: *782 - issue: *815 + enterprise: *782 + installation: *783 + issue: *816 type: *315 - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -157963,11 +158102,11 @@ webhooks: type: string enum: - created - enterprise: *781 - installation: *782 - label: *807 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + label: *808 + organization: *784 + repository: *785 sender: *4 required: - action @@ -158045,11 +158184,11 @@ webhooks: type: string enum: - deleted - enterprise: *781 - installation: *782 - label: *807 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + label: *808 + organization: *784 + repository: *785 sender: *4 required: - action @@ -158159,11 +158298,11 @@ webhooks: type: string required: - from - enterprise: *781 - installation: *782 - label: *807 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + label: *808 + organization: *784 + repository: *785 sender: *4 required: - action @@ -158245,9 +158384,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *781 - installation: *782 - marketplace_purchase: &816 + enterprise: *782 + installation: *783 + marketplace_purchase: &817 title: Marketplace Purchase type: object required: @@ -158335,8 +158474,8 @@ webhooks: type: integer unit_count: type: integer - organization: *783 - previous_marketplace_purchase: &817 + organization: *784 + previous_marketplace_purchase: &818 title: Marketplace Purchase type: object properties: @@ -158420,7 +158559,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *784 + repository: *785 sender: *4 required: - action @@ -158500,10 +158639,10 @@ webhooks: - changed effective_date: type: string - enterprise: *781 - installation: *782 - marketplace_purchase: *816 - organization: *783 + enterprise: *782 + installation: *783 + marketplace_purchase: *817 + organization: *784 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -158591,7 +158730,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *784 + repository: *785 sender: *4 required: - action @@ -158673,10 +158812,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *781 - installation: *782 - marketplace_purchase: *816 - organization: *783 + enterprise: *782 + installation: *783 + marketplace_purchase: *817 + organization: *784 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -158762,7 +158901,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *784 + repository: *785 sender: *4 required: - action @@ -158843,8 +158982,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *781 - installation: *782 + enterprise: *782 + installation: *783 marketplace_purchase: title: Marketplace Purchase type: object @@ -158930,9 +159069,9 @@ webhooks: type: integer unit_count: type: integer - organization: *783 - previous_marketplace_purchase: *817 - repository: *784 + organization: *784 + previous_marketplace_purchase: *818 + repository: *785 sender: *4 required: - action @@ -159012,12 +159151,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *781 - installation: *782 - marketplace_purchase: *816 - organization: *783 - previous_marketplace_purchase: *817 - repository: *784 + enterprise: *782 + installation: *783 + marketplace_purchase: *817 + organization: *784 + previous_marketplace_purchase: *818 + repository: *785 sender: *4 required: - action @@ -159119,11 +159258,11 @@ webhooks: type: string required: - to - enterprise: *781 - installation: *782 - member: *808 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + member: *809 + organization: *784 + repository: *785 sender: *4 required: - action @@ -159225,11 +159364,11 @@ webhooks: type: - string - 'null' - enterprise: *781 - installation: *782 - member: *808 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + member: *809 + organization: *784 + repository: *785 sender: *4 required: - action @@ -159308,11 +159447,11 @@ webhooks: type: string enum: - removed - enterprise: *781 - installation: *782 - member: *808 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + member: *809 + organization: *784 + repository: *785 sender: *4 required: - action @@ -159390,11 +159529,11 @@ webhooks: type: string enum: - added - enterprise: *781 - installation: *782 - member: *808 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + member: *809 + organization: *784 + repository: *785 scope: description: The scope of the membership. Currently, can only be `team`. @@ -159472,7 +159611,7 @@ webhooks: required: - login - id - team: &818 + team: &819 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -159665,11 +159804,11 @@ webhooks: type: string enum: - removed - enterprise: *781 - installation: *782 - member: *808 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + member: *809 + organization: *784 + repository: *785 scope: description: The scope of the membership. Currently, can only be `team`. @@ -159748,7 +159887,7 @@ webhooks: required: - login - id - team: *818 + team: *819 required: - action - scope @@ -159830,8 +159969,8 @@ webhooks: type: string enum: - checks_requested - installation: *782 - merge_group: &819 + installation: *783 + merge_group: &820 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -159857,8 +159996,8 @@ webhooks: - base_sha - base_ref - head_commit - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -159944,10 +160083,10 @@ webhooks: - merged - invalidated - dequeued - installation: *782 - merge_group: *819 - organization: *783 - repository: *784 + installation: *783 + merge_group: *820 + organization: *784 + repository: *785 sender: *4 required: - action @@ -160020,7 +160159,7 @@ webhooks: type: string enum: - deleted - enterprise: *781 + enterprise: *782 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -160129,12 +160268,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *782 - organization: *783 + installation: *783 + organization: *784 repository: anyOf: - type: 'null' - - *784 + - *785 sender: *4 required: - action @@ -160214,11 +160353,11 @@ webhooks: type: string enum: - closed - enterprise: *781 - installation: *782 - milestone: *813 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + milestone: *814 + organization: *784 + repository: *785 sender: *4 required: - action @@ -160297,9 +160436,9 @@ webhooks: type: string enum: - created - enterprise: *781 - installation: *782 - milestone: &820 + enterprise: *782 + installation: *783 + milestone: &821 title: Milestone description: A collection of related issues and pull requests. type: object @@ -160441,8 +160580,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -160521,11 +160660,11 @@ webhooks: type: string enum: - deleted - enterprise: *781 - installation: *782 - milestone: *813 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + milestone: *814 + organization: *784 + repository: *785 sender: *4 required: - action @@ -160635,11 +160774,11 @@ webhooks: type: string required: - from - enterprise: *781 - installation: *782 - milestone: *813 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + milestone: *814 + organization: *784 + repository: *785 sender: *4 required: - action @@ -160719,11 +160858,11 @@ webhooks: type: string enum: - opened - enterprise: *781 - installation: *782 - milestone: *820 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + milestone: *821 + organization: *784 + repository: *785 sender: *4 required: - action @@ -160802,11 +160941,11 @@ webhooks: type: string enum: - blocked - blocked_user: *808 - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + blocked_user: *809 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -160885,11 +161024,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *808 - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + blocked_user: *809 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -160968,9 +161107,9 @@ webhooks: type: string enum: - deleted - enterprise: *781 - installation: *782 - membership: &821 + enterprise: *782 + installation: *783 + membership: &822 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -161080,8 +161219,8 @@ webhooks: - role - organization_url - user - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -161159,11 +161298,11 @@ webhooks: type: string enum: - member_added - enterprise: *781 - installation: *782 - membership: *821 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + membership: *822 + organization: *784 + repository: *785 sender: *4 required: - action @@ -161242,8 +161381,8 @@ webhooks: type: string enum: - member_invited - enterprise: *781 - installation: *782 + enterprise: *782 + installation: *783 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -161365,10 +161504,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 - user: *808 + user: *809 required: - action - invitation @@ -161446,11 +161585,11 @@ webhooks: type: string enum: - member_removed - enterprise: *781 - installation: *782 - membership: *821 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + membership: *822 + organization: *784 + repository: *785 sender: *4 required: - action @@ -161537,11 +161676,11 @@ webhooks: properties: from: type: string - enterprise: *781 - installation: *782 - membership: *821 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + membership: *822 + organization: *784 + repository: *785 sender: *4 required: - action @@ -161617,9 +161756,9 @@ webhooks: type: string enum: - published - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 package: description: Information about the package. type: object @@ -162142,7 +162281,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &822 + items: &823 title: Ruby Gems metadata type: object properties: @@ -162239,7 +162378,7 @@ webhooks: - owner - package_version - registry - repository: *784 + repository: *785 sender: *4 required: - action @@ -162315,9 +162454,9 @@ webhooks: type: string enum: - updated - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 package: description: Information about the package. type: object @@ -162679,7 +162818,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *822 + items: *823 source_url: type: string format: uri @@ -162750,7 +162889,7 @@ webhooks: - owner - package_version - registry - repository: *784 + repository: *785 sender: *4 required: - action @@ -162931,12 +163070,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *781 + enterprise: *782 id: type: integer - installation: *782 - organization: *783 - repository: *784 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - id @@ -163013,7 +163152,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &823 + personal_access_token_request: &824 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -163163,10 +163302,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *781 - organization: *783 + enterprise: *782 + organization: *784 sender: *4 - installation: *782 + installation: *783 required: - action - personal_access_token_request @@ -163243,11 +163382,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *823 - enterprise: *781 - organization: *783 + personal_access_token_request: *824 + enterprise: *782 + organization: *784 sender: *4 - installation: *782 + installation: *783 required: - action - personal_access_token_request @@ -163323,11 +163462,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *823 - enterprise: *781 - organization: *783 + personal_access_token_request: *824 + enterprise: *782 + organization: *784 sender: *4 - installation: *782 + installation: *783 required: - action - personal_access_token_request @@ -163402,11 +163541,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *823 - organization: *783 - enterprise: *781 + personal_access_token_request: *824 + organization: *784 + enterprise: *782 sender: *4 - installation: *782 + installation: *783 required: - action - personal_access_token_request @@ -163511,7 +163650,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *824 + last_response: *825 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -163543,8 +163682,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 zen: description: Random string of GitHub zen. @@ -163789,10 +163928,10 @@ webhooks: - from required: - note - enterprise: *781 - installation: *782 - organization: *783 - project_card: &825 + enterprise: *782 + installation: *783 + organization: *784 + project_card: &826 title: Project Card type: object properties: @@ -163915,7 +164054,7 @@ webhooks: - creator - created_at - updated_at - repository: *784 + repository: *785 sender: *4 required: - action @@ -163996,11 +164135,11 @@ webhooks: type: string enum: - created - enterprise: *781 - installation: *782 - organization: *783 - project_card: *825 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + project_card: *826 + repository: *785 sender: *4 required: - action @@ -164080,9 +164219,9 @@ webhooks: type: string enum: - deleted - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 project_card: title: Project Card type: object @@ -164212,7 +164351,7 @@ webhooks: repository: anyOf: - type: 'null' - - *784 + - *785 sender: *4 required: - action @@ -164306,11 +164445,11 @@ webhooks: - from required: - note - enterprise: *781 - installation: *782 - organization: *783 - project_card: *825 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + project_card: *826 + repository: *785 sender: *4 required: - action @@ -164404,9 +164543,9 @@ webhooks: - from required: - column_id - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 project_card: allOf: - title: Project Card @@ -164603,7 +164742,7 @@ webhooks: type: string required: - after_id - repository: *784 + repository: *785 sender: *4 required: - action @@ -164683,10 +164822,10 @@ webhooks: type: string enum: - closed - enterprise: *781 - installation: *782 - organization: *783 - project: &827 + enterprise: *782 + installation: *783 + organization: *784 + project: &828 title: Project type: object properties: @@ -164813,7 +164952,7 @@ webhooks: - creator - created_at - updated_at - repository: *784 + repository: *785 sender: *4 required: - action @@ -164893,10 +165032,10 @@ webhooks: type: string enum: - created - enterprise: *781 - installation: *782 - organization: *783 - project_column: &826 + enterprise: *782 + installation: *783 + organization: *784 + project_column: &827 title: Project Column type: object properties: @@ -164936,7 +165075,7 @@ webhooks: - name - created_at - updated_at - repository: *784 + repository: *785 sender: *4 required: - action @@ -165015,14 +165154,14 @@ webhooks: type: string enum: - deleted - enterprise: *781 - installation: *782 - organization: *783 - project_column: *826 + enterprise: *782 + installation: *783 + organization: *784 + project_column: *827 repository: anyOf: - type: 'null' - - *784 + - *785 sender: *4 required: - action @@ -165111,11 +165250,11 @@ webhooks: type: string required: - from - enterprise: *781 - installation: *782 - organization: *783 - project_column: *826 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + project_column: *827 + repository: *785 sender: *4 required: - action @@ -165195,11 +165334,11 @@ webhooks: type: string enum: - moved - enterprise: *781 - installation: *782 - organization: *783 - project_column: *826 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + project_column: *827 + repository: *785 sender: *4 required: - action @@ -165279,11 +165418,11 @@ webhooks: type: string enum: - created - enterprise: *781 - installation: *782 - organization: *783 - project: *827 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + project: *828 + repository: *785 sender: *4 required: - action @@ -165363,14 +165502,14 @@ webhooks: type: string enum: - deleted - enterprise: *781 - installation: *782 - organization: *783 - project: *827 + enterprise: *782 + installation: *783 + organization: *784 + project: *828 repository: anyOf: - type: 'null' - - *784 + - *785 sender: *4 required: - action @@ -165471,11 +165610,11 @@ webhooks: type: string required: - from - enterprise: *781 - installation: *782 - organization: *783 - project: *827 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + project: *828 + repository: *785 sender: *4 required: - action @@ -165554,11 +165693,11 @@ webhooks: type: string enum: - reopened - enterprise: *781 - installation: *782 - organization: *783 - project: *827 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + project: *828 + repository: *785 sender: *4 required: - action @@ -165639,9 +165778,9 @@ webhooks: type: string enum: - closed - installation: *782 - organization: *783 - projects_v2: &828 + installation: *783 + organization: *784 + projects_v2: &829 title: Projects v2 Project description: A projects v2 project type: object @@ -165702,7 +165841,7 @@ webhooks: latest_status_update: anyOf: - type: 'null' - - &833 + - &834 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -165855,9 +165994,9 @@ webhooks: type: string enum: - created - installation: *782 - organization: *783 - projects_v2: *828 + installation: *783 + organization: *784 + projects_v2: *829 sender: *4 required: - action @@ -165938,9 +166077,9 @@ webhooks: type: string enum: - deleted - installation: *782 - organization: *783 - projects_v2: *828 + installation: *783 + organization: *784 + projects_v2: *829 sender: *4 required: - action @@ -166061,9 +166200,9 @@ webhooks: type: string to: type: string - installation: *782 - organization: *783 - projects_v2: *828 + installation: *783 + organization: *784 + projects_v2: *829 sender: *4 required: - action @@ -166146,7 +166285,7 @@ webhooks: type: string enum: - archived - changes: &832 + changes: &833 type: object properties: archived_at: @@ -166162,9 +166301,9 @@ webhooks: - string - 'null' format: date-time - installation: *782 - organization: *783 - projects_v2_item: &829 + installation: *783 + organization: *784 + projects_v2_item: &830 title: Projects v2 Item description: An item belonging to a project type: object @@ -166303,9 +166442,9 @@ webhooks: - 'null' to: type: string - installation: *782 - organization: *783 - projects_v2_item: *829 + installation: *783 + organization: *784 + projects_v2_item: *830 sender: *4 required: - action @@ -166387,9 +166526,9 @@ webhooks: type: string enum: - created - installation: *782 - organization: *783 - projects_v2_item: *829 + installation: *783 + organization: *784 + projects_v2_item: *830 sender: *4 required: - action @@ -166470,9 +166609,9 @@ webhooks: type: string enum: - deleted - installation: *782 - organization: *783 - projects_v2_item: *829 + installation: *783 + organization: *784 + projects_v2_item: *830 sender: *4 required: - action @@ -166577,7 +166716,7 @@ webhooks: oneOf: - type: string - type: integer - - &830 + - &831 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -166597,7 +166736,7 @@ webhooks: required: - id - name - - &831 + - &832 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -166630,8 +166769,8 @@ webhooks: oneOf: - type: string - type: integer - - *830 - *831 + - *832 type: - 'null' - string @@ -166654,9 +166793,9 @@ webhooks: - 'null' required: - body - installation: *782 - organization: *783 - projects_v2_item: *829 + installation: *783 + organization: *784 + projects_v2_item: *830 sender: *4 required: - action @@ -166753,9 +166892,9 @@ webhooks: type: - string - 'null' - installation: *782 - organization: *783 - projects_v2_item: *829 + installation: *783 + organization: *784 + projects_v2_item: *830 sender: *4 required: - action @@ -166838,10 +166977,10 @@ webhooks: type: string enum: - restored - changes: *832 - installation: *782 - organization: *783 - projects_v2_item: *829 + changes: *833 + installation: *783 + organization: *784 + projects_v2_item: *830 sender: *4 required: - action @@ -166923,9 +167062,9 @@ webhooks: type: string enum: - reopened - installation: *782 - organization: *783 - projects_v2: *828 + installation: *783 + organization: *784 + projects_v2: *829 sender: *4 required: - action @@ -167006,9 +167145,9 @@ webhooks: type: string enum: - created - installation: *782 - organization: *783 - projects_v2_status_update: *833 + installation: *783 + organization: *784 + projects_v2_status_update: *834 sender: *4 required: - action @@ -167089,9 +167228,9 @@ webhooks: type: string enum: - deleted - installation: *782 - organization: *783 - projects_v2_status_update: *833 + installation: *783 + organization: *784 + projects_v2_status_update: *834 sender: *4 required: - action @@ -167237,9 +167376,9 @@ webhooks: - string - 'null' format: date - installation: *782 - organization: *783 - projects_v2_status_update: *833 + installation: *783 + organization: *784 + projects_v2_status_update: *834 sender: *4 required: - action @@ -167310,10 +167449,10 @@ webhooks: title: public event type: object properties: - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - repository @@ -167390,13 +167529,13 @@ webhooks: type: string enum: - assigned - assignee: *808 - enterprise: *781 - installation: *782 - number: &834 + assignee: *809 + enterprise: *782 + installation: *783 + number: &835 description: The pull request number. type: integer - organization: *783 + organization: *784 pull_request: title: Pull Request type: object @@ -169745,7 +169884,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 sender: *4 required: - action @@ -169827,11 +169966,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *781 - installation: *782 + enterprise: *782 + installation: *783 number: type: integer - organization: *783 + organization: *784 pull_request: title: Pull Request type: object @@ -172173,7 +172312,7 @@ webhooks: - draft reason: type: string - repository: *784 + repository: *785 sender: *4 required: - action @@ -172255,11 +172394,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *781 - installation: *782 + enterprise: *782 + installation: *783 number: type: integer - organization: *783 + organization: *784 pull_request: title: Pull Request type: object @@ -174601,7 +174740,7 @@ webhooks: - draft reason: type: string - repository: *784 + repository: *785 sender: *4 required: - action @@ -174683,11 +174822,11 @@ webhooks: type: string enum: - closed - enterprise: *781 - installation: *782 - number: *834 - organization: *783 - pull_request: &835 + enterprise: *782 + installation: *783 + number: *835 + organization: *784 + pull_request: &836 allOf: - *637 - type: object @@ -174751,7 +174890,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *784 + repository: *785 sender: *4 required: - action @@ -174832,12 +174971,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *781 - installation: *782 - number: *834 - organization: *783 - pull_request: *835 - repository: *784 + enterprise: *782 + installation: *783 + number: *835 + organization: *784 + pull_request: *836 + repository: *785 sender: *4 required: - action @@ -174917,11 +175056,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *781 + enterprise: *782 milestone: *526 - number: *834 - organization: *783 - pull_request: &836 + number: *835 + organization: *784 + pull_request: &837 title: Pull Request type: object properties: @@ -177248,7 +177387,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 sender: *4 required: - action @@ -177327,11 +177466,11 @@ webhooks: type: string enum: - dequeued - enterprise: *781 - installation: *782 + enterprise: *782 + installation: *783 number: type: integer - organization: *783 + organization: *784 pull_request: title: Pull Request type: object @@ -179677,7 +179816,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *784 + repository: *785 sender: *4 required: - action @@ -179801,12 +179940,12 @@ webhooks: type: string required: - from - enterprise: *781 - installation: *782 - number: *834 - organization: *783 - pull_request: *835 - repository: *784 + enterprise: *782 + installation: *783 + number: *835 + organization: *784 + pull_request: *836 + repository: *785 sender: *4 required: - action @@ -179886,11 +180025,11 @@ webhooks: type: string enum: - enqueued - enterprise: *781 - installation: *782 + enterprise: *782 + installation: *783 number: type: integer - organization: *783 + organization: *784 pull_request: title: Pull Request type: object @@ -182221,7 +182360,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 sender: *4 required: - action @@ -182301,11 +182440,11 @@ webhooks: type: string enum: - labeled - enterprise: *781 - installation: *782 - label: *807 - number: *834 - organization: *783 + enterprise: *782 + installation: *783 + label: *808 + number: *835 + organization: *784 pull_request: title: Pull Request type: object @@ -184653,7 +184792,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 sender: *4 required: - action @@ -184734,10 +184873,10 @@ webhooks: type: string enum: - locked - enterprise: *781 - installation: *782 - number: *834 - organization: *783 + enterprise: *782 + installation: *783 + number: *835 + organization: *784 pull_request: title: Pull Request type: object @@ -187083,7 +187222,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 sender: *4 required: - action @@ -187163,12 +187302,12 @@ webhooks: type: string enum: - milestoned - enterprise: *781 + enterprise: *782 milestone: *526 - number: *834 - organization: *783 - pull_request: *836 - repository: *784 + number: *835 + organization: *784 + pull_request: *837 + repository: *785 sender: *4 required: - action @@ -187247,12 +187386,12 @@ webhooks: type: string enum: - opened - enterprise: *781 - installation: *782 - number: *834 - organization: *783 - pull_request: *835 - repository: *784 + enterprise: *782 + installation: *783 + number: *835 + organization: *784 + pull_request: *836 + repository: *785 sender: *4 required: - action @@ -187333,12 +187472,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *781 - installation: *782 - number: *834 - organization: *783 - pull_request: *835 - repository: *784 + enterprise: *782 + installation: *783 + number: *835 + organization: *784 + pull_request: *836 + repository: *785 sender: *4 required: - action @@ -187418,12 +187557,12 @@ webhooks: type: string enum: - reopened - enterprise: *781 - installation: *782 - number: *834 - organization: *783 - pull_request: *835 - repository: *784 + enterprise: *782 + installation: *783 + number: *835 + organization: *784 + pull_request: *836 + repository: *785 sender: *4 required: - action @@ -187798,9 +187937,9 @@ webhooks: - start_side - side - reactions - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 pull_request: type: object properties: @@ -190030,7 +190169,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *784 + repository: *785 sender: *4 required: - action @@ -190110,7 +190249,7 @@ webhooks: type: string enum: - deleted - comment: &838 + comment: &839 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. @@ -190403,9 +190542,9 @@ webhooks: - start_side - side - reactions - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 pull_request: type: object properties: @@ -192623,7 +192762,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *784 + repository: *785 sender: *4 required: - action @@ -192703,11 +192842,11 @@ webhooks: type: string enum: - edited - changes: *837 - comment: *838 - enterprise: *781 - installation: *782 - organization: *783 + changes: *838 + comment: *839 + enterprise: *782 + installation: *783 + organization: *784 pull_request: type: object properties: @@ -194928,7 +195067,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *784 + repository: *785 sender: *4 required: - action @@ -195009,9 +195148,9 @@ webhooks: type: string enum: - dismissed - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 pull_request: title: Simple Pull Request type: object @@ -197244,7 +197383,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *784 + repository: *785 review: description: The review that was affected. type: object @@ -197314,6 +197453,11 @@ webhooks: submitted_at: type: string format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -197490,9 +197634,9 @@ webhooks: type: string required: - from - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 pull_request: title: Simple Pull Request type: object @@ -199606,8 +199750,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *784 - review: &839 + repository: *785 + review: &840 description: The review that was affected. type: object properties: @@ -199674,6 +199818,11 @@ webhooks: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -199840,12 +199989,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *781 - installation: *782 + enterprise: *782 + installation: *783 number: description: The pull request number. type: integer - organization: *783 + organization: *784 pull_request: title: Pull Request type: object @@ -202192,7 +202341,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 requested_reviewer: title: User type: @@ -202278,12 +202427,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *781 - installation: *782 + enterprise: *782 + installation: *783 number: description: The pull request number. type: integer - organization: *783 + organization: *784 pull_request: title: Pull Request type: object @@ -204637,7 +204786,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 requested_team: title: Team description: Groups of organization members that gives permissions @@ -204832,12 +204981,12 @@ webhooks: type: string enum: - review_requested - enterprise: *781 - installation: *782 + enterprise: *782 + installation: *783 number: description: The pull request number. type: integer - organization: *783 + organization: *784 pull_request: title: Pull Request type: object @@ -207186,7 +207335,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 requested_reviewer: title: User type: @@ -207273,12 +207422,12 @@ webhooks: type: string enum: - review_requested - enterprise: *781 - installation: *782 + enterprise: *782 + installation: *783 number: description: The pull request number. type: integer - organization: *783 + organization: *784 pull_request: title: Pull Request type: object @@ -209618,7 +209767,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 requested_team: title: Team description: Groups of organization members that gives permissions @@ -209802,9 +209951,9 @@ webhooks: type: string enum: - submitted - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 pull_request: title: Simple Pull Request type: object @@ -212040,8 +212189,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *784 - review: *839 + repository: *785 + review: *840 sender: *4 required: - action @@ -212121,9 +212270,9 @@ webhooks: type: string enum: - resolved - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 pull_request: title: Simple Pull Request type: object @@ -214254,7 +214403,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *784 + repository: *785 sender: *4 thread: type: object @@ -214568,6 +214717,11 @@ webhooks: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -214646,9 +214800,9 @@ webhooks: type: string enum: - unresolved - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 pull_request: title: Simple Pull Request type: object @@ -216762,7 +216916,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *784 + repository: *785 sender: *4 thread: type: object @@ -217073,6 +217227,11 @@ webhooks: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -217156,10 +217315,10 @@ webhooks: type: string before: type: string - enterprise: *781 - installation: *782 - number: *834 - organization: *783 + enterprise: *782 + installation: *783 + number: *835 + organization: *784 pull_request: title: Pull Request type: object @@ -219494,7 +219653,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 sender: *4 required: - action @@ -219576,11 +219735,11 @@ webhooks: type: string enum: - unassigned - assignee: *840 - enterprise: *781 - installation: *782 - number: *834 - organization: *783 + assignee: *841 + enterprise: *782 + installation: *783 + number: *835 + organization: *784 pull_request: title: Pull Request type: object @@ -221930,7 +222089,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 sender: *4 required: - action @@ -222009,11 +222168,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *781 - installation: *782 - label: *807 - number: *834 - organization: *783 + enterprise: *782 + installation: *783 + label: *808 + number: *835 + organization: *784 pull_request: title: Pull Request type: object @@ -224352,7 +224511,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 sender: *4 required: - action @@ -224433,10 +224592,10 @@ webhooks: type: string enum: - unlocked - enterprise: *781 - installation: *782 - number: *834 - organization: *783 + enterprise: *782 + installation: *783 + number: *835 + organization: *784 pull_request: title: Pull Request type: object @@ -226765,7 +226924,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 sender: *4 required: - action @@ -226968,7 +227127,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *781 + enterprise: *782 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -227063,8 +227222,8 @@ webhooks: - url - author - committer - installation: *782 - organization: *783 + installation: *783 + organization: *784 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -227652,9 +227811,9 @@ webhooks: type: string enum: - published - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 registry_package: type: object properties: @@ -228131,7 +228290,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *822 + items: *823 summary: type: string tag_name: @@ -228187,7 +228346,7 @@ webhooks: - owner - package_version - registry - repository: *784 + repository: *785 sender: *4 required: - action @@ -228265,9 +228424,9 @@ webhooks: type: string enum: - updated - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 registry_package: type: object properties: @@ -228579,7 +228738,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *822 + items: *823 summary: type: string tag_name: @@ -228629,7 +228788,7 @@ webhooks: - owner - package_version - registry - repository: *784 + repository: *785 sender: *4 required: - action @@ -228706,10 +228865,10 @@ webhooks: type: string enum: - created - enterprise: *781 - installation: *782 - organization: *783 - release: &841 + enterprise: *782 + installation: *783 + organization: *784 + release: &842 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -228926,6 +229085,11 @@ webhooks: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time discussion_url: type: string format: uri @@ -229032,9 +229196,10 @@ webhooks: - published_at - assets - tarball_url + - updated_at - zipball_url - body - repository: *784 + repository: *785 sender: *4 required: - action @@ -229111,11 +229276,11 @@ webhooks: type: string enum: - deleted - enterprise: *781 - installation: *782 - organization: *783 - release: *841 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + release: *842 + repository: *785 sender: *4 required: - action @@ -229232,11 +229397,11 @@ webhooks: type: boolean required: - to - enterprise: *781 - installation: *782 - organization: *783 - release: *841 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + release: *842 + repository: *785 sender: *4 required: - action @@ -229314,9 +229479,9 @@ webhooks: type: string enum: - prereleased - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -229339,6 +229504,7 @@ webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -229638,6 +229804,11 @@ webhooks: upload_url: type: string format: uri-template + updated_at: + type: + - string + - 'null' + format: date-time url: type: string format: uri @@ -229646,7 +229817,7 @@ webhooks: - string - 'null' format: uri - repository: *784 + repository: *785 sender: *4 required: - action @@ -229722,10 +229893,10 @@ webhooks: type: string enum: - published - enterprise: *781 - installation: *782 - organization: *783 - release: &842 + enterprise: *782 + installation: *783 + organization: *784 + release: &843 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -229747,6 +229918,7 @@ webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -230041,6 +230213,11 @@ webhooks: description: Specifies the commitish value that determines where the Git tag is created from. type: string + updated_at: + type: + - string + - 'null' + format: date-time upload_url: type: string format: uri-template @@ -230052,7 +230229,7 @@ webhooks: - string - 'null' format: uri - repository: *784 + repository: *785 sender: *4 required: - action @@ -230128,11 +230305,11 @@ webhooks: type: string enum: - released - enterprise: *781 - installation: *782 - organization: *783 - release: *841 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + release: *842 + repository: *785 sender: *4 required: - action @@ -230208,11 +230385,11 @@ webhooks: type: string enum: - unpublished - enterprise: *781 - installation: *782 - organization: *783 - release: *842 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + release: *843 + repository: *785 sender: *4 required: - action @@ -230288,10 +230465,10 @@ webhooks: type: string enum: - published - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 repository_advisory: *689 sender: *4 required: @@ -230368,10 +230545,10 @@ webhooks: type: string enum: - reported - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 repository_advisory: *689 sender: *4 required: @@ -230448,10 +230625,10 @@ webhooks: type: string enum: - archived - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -230528,10 +230705,10 @@ webhooks: type: string enum: - created - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -230609,10 +230786,10 @@ webhooks: type: string enum: - deleted - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -230697,10 +230874,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -230815,10 +230992,10 @@ webhooks: - 'null' items: type: string - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -230890,10 +231067,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 status: type: string @@ -230974,10 +231151,10 @@ webhooks: type: string enum: - privatized - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -231054,10 +231231,10 @@ webhooks: type: string enum: - publicized - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -231151,10 +231328,10 @@ webhooks: - name required: - repository - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -231234,10 +231411,10 @@ webhooks: type: string enum: - created - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 repository_ruleset: *150 sender: *4 required: @@ -231316,10 +231493,10 @@ webhooks: type: string enum: - deleted - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 repository_ruleset: *150 sender: *4 required: @@ -231398,10 +231575,10 @@ webhooks: type: string enum: - edited - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 repository_ruleset: *150 changes: type: object @@ -231709,10 +231886,10 @@ webhooks: - from required: - owner - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -231790,10 +231967,10 @@ webhooks: type: string enum: - unarchived - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -231871,7 +232048,7 @@ webhooks: type: string enum: - create - alert: &843 + alert: &844 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -231995,10 +232172,10 @@ webhooks: type: string enum: - open - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -232208,10 +232385,10 @@ webhooks: type: string enum: - dismissed - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -232289,11 +232466,11 @@ webhooks: type: string enum: - reopen - alert: *843 - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + alert: *844 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -232495,10 +232672,10 @@ webhooks: enum: - fixed - open - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -232576,7 +232753,7 @@ webhooks: type: string enum: - created - alert: &844 + alert: &845 type: object properties: number: *101 @@ -232686,10 +232863,10 @@ webhooks: - 'null' description: Whether the detected secret was found in multiple repositories in the same organization or business. - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -232770,11 +232947,11 @@ webhooks: type: string enum: - created - alert: *844 - installation: *782 - location: *845 - organization: *783 - repository: *784 + alert: *845 + installation: *783 + location: *846 + organization: *784 + repository: *785 sender: *4 required: - location @@ -233012,11 +233189,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *844 - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + alert: *845 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -233094,11 +233271,11 @@ webhooks: type: string enum: - reopened - alert: *844 - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + alert: *845 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -233176,11 +233353,11 @@ webhooks: type: string enum: - resolved - alert: *844 - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + alert: *845 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -233258,11 +233435,11 @@ webhooks: type: string enum: - validated - alert: *844 - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + alert: *845 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -233392,10 +233569,10 @@ webhooks: - organization - enterprise - - repository: *784 - enterprise: *781 - installation: *782 - organization: *783 + repository: *785 + enterprise: *782 + installation: *783 + organization: *784 sender: *4 required: - action @@ -233473,11 +233650,11 @@ webhooks: type: string enum: - published - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 - security_advisory: &846 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 + security_advisory: &847 description: The details of the security advisory, including summary, description, and severity. type: object @@ -233663,11 +233840,11 @@ webhooks: type: string enum: - updated - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 - security_advisory: *846 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 + security_advisory: *847 sender: *4 required: - action @@ -233740,10 +233917,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -233930,9 +234107,9 @@ webhooks: type: object properties: security_and_analysis: *351 - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 repository: *417 sender: *4 required: @@ -234011,12 +234188,12 @@ webhooks: type: string enum: - cancelled - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 - sponsorship: &847 + sponsorship: &848 type: object properties: created_at: @@ -234321,12 +234498,12 @@ webhooks: type: string enum: - created - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 - sponsorship: *847 + sponsorship: *848 required: - action - sponsorship @@ -234414,12 +234591,12 @@ webhooks: type: string required: - from - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 - sponsorship: *847 + sponsorship: *848 required: - action - changes @@ -234496,17 +234673,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &848 + effective_date: &849 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: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 - sponsorship: *847 + sponsorship: *848 required: - action - sponsorship @@ -234580,7 +234757,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &849 + changes: &850 type: object properties: tier: @@ -234624,13 +234801,13 @@ webhooks: - from required: - tier - effective_date: *848 - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + effective_date: *849 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 - sponsorship: *847 + sponsorship: *848 required: - action - changes @@ -234707,13 +234884,13 @@ webhooks: type: string enum: - tier_changed - changes: *849 - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + changes: *850 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 - sponsorship: *847 + sponsorship: *848 required: - action - changes @@ -234787,10 +234964,10 @@ webhooks: type: string enum: - created - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -234874,10 +235051,10 @@ webhooks: type: string enum: - deleted - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -235311,15 +235488,15 @@ webhooks: type: - string - 'null' - enterprise: *781 + enterprise: *782 id: description: The unique identifier of the status. type: integer - installation: *782 + installation: *783 name: type: string - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 sha: description: The Commit SHA. @@ -235435,9 +235612,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *178 - installation: *782 - organization: *783 - repository: *784 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -235527,9 +235704,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *178 - installation: *782 - organization: *783 - repository: *784 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -235619,9 +235796,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *178 - installation: *782 - organization: *783 - repository: *784 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -235711,9 +235888,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *178 - installation: *782 - organization: *783 - repository: *784 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -235790,12 +235967,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 - team: &850 + team: &851 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -235988,9 +236165,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 repository: title: Repository description: A git repository @@ -236460,7 +236637,7 @@ webhooks: - topics - visibility sender: *4 - team: *850 + team: *851 required: - action - team @@ -236536,9 +236713,9 @@ webhooks: type: string enum: - created - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 repository: title: Repository description: A git repository @@ -237008,7 +237185,7 @@ webhooks: - topics - visibility sender: *4 - team: *850 + team: *851 required: - action - team @@ -237085,9 +237262,9 @@ webhooks: type: string enum: - deleted - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 repository: title: Repository description: A git repository @@ -237557,7 +237734,7 @@ webhooks: - topics - visibility sender: *4 - team: *850 + team: *851 required: - action - team @@ -237701,9 +237878,9 @@ webhooks: - from required: - permissions - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 repository: title: Repository description: A git repository @@ -238173,7 +238350,7 @@ webhooks: - topics - visibility sender: *4 - team: *850 + team: *851 required: - action - changes @@ -238251,9 +238428,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 repository: title: Repository description: A git repository @@ -238723,7 +238900,7 @@ webhooks: - topics - visibility sender: *4 - team: *850 + team: *851 required: - action - team @@ -238799,10 +238976,10 @@ webhooks: type: string enum: - started - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 required: - action @@ -238875,17 +239052,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *781 + enterprise: *782 inputs: type: - object - 'null' additionalProperties: true - installation: *782 - organization: *783 + installation: *783 + organization: *784 ref: type: string - repository: *784 + repository: *785 sender: *4 workflow: type: string @@ -238967,10 +239144,10 @@ webhooks: type: string enum: - completed - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 workflow_job: allOf: @@ -239305,10 +239482,10 @@ webhooks: type: string enum: - in_progress - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 workflow_job: allOf: @@ -239669,10 +239846,10 @@ webhooks: type: string enum: - queued - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 workflow_job: type: object @@ -239897,10 +240074,10 @@ webhooks: type: string enum: - waiting - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 workflow_job: type: object @@ -240127,12 +240304,12 @@ webhooks: type: string enum: - completed - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 - workflow: *803 + workflow: *804 workflow_run: title: Workflow Run type: object @@ -241151,12 +241328,12 @@ webhooks: type: string enum: - in_progress - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 - workflow: *803 + workflow: *804 workflow_run: title: Workflow Run type: object @@ -242160,12 +242337,12 @@ webhooks: type: string enum: - requested - enterprise: *781 - installation: *782 - organization: *783 - repository: *784 + enterprise: *782 + installation: *783 + organization: *784 + repository: *785 sender: *4 - workflow: *803 + workflow: *804 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghec/ghec.2022-11-28.json b/descriptions-next/ghec/ghec.2022-11-28.json index 1d3e4d7e1f..4ac3df272c 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.json +++ b/descriptions-next/ghec/ghec.2022-11-28.json @@ -23794,7 +23794,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" @@ -60518,6 +60518,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] } } @@ -120869,7 +120883,7 @@ "integer", "null" ], - "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", @@ -123872,6 +123886,111 @@ "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", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "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.", @@ -124170,6 +124289,12 @@ }, "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" + }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } } }, "required": [ @@ -146304,6 +146429,13 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "commit_id": { "description": "A commit SHA for the review.", "type": "string", @@ -148853,6 +148985,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "$ref": "#/components/schemas/simple-user" }, @@ -151802,6 +151941,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" }, @@ -159087,6 +159232,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", @@ -160529,6 +160680,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", @@ -166078,6 +166235,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -166495,6 +166659,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -166632,6 +166803,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -166657,6 +166829,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -167059,6 +167232,13 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -190085,6 +190265,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", @@ -191586,6 +191772,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", @@ -192891,6 +193083,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", @@ -194187,6 +194385,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", @@ -195476,6 +195680,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", @@ -196793,6 +197003,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", @@ -198074,6 +198290,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", @@ -199336,6 +199558,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", @@ -201209,6 +201437,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", @@ -202553,6 +202787,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", @@ -203809,6 +204049,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", @@ -205884,6 +206130,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", @@ -246487,6 +246739,13 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -268677,6 +268936,13 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" } }, "required": [ @@ -271928,6 +272194,13 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" } }, "required": [ @@ -286931,6 +287204,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -287340,6 +287614,13 @@ "type": "string", "format": "uri-template" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "url": { "type": "string", "format": "uri" @@ -333525,10 +333806,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-next/ghec/ghec.2022-11-28.yaml b/descriptions-next/ghec/ghec.2022-11-28.yaml index 065969a4f1..a56d2edf79 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.yaml +++ b/descriptions-next/ghec/ghec.2022-11-28.yaml @@ -17199,7 +17199,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" @@ -43962,6 +43962,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 @@ -87510,7 +87517,8 @@ components: type: - integer - 'null' - 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 @@ -89696,6 +89704,80 @@ 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 + examples: + - 1 + node_id: + type: string + examples: + - IFT_GDKND + data_type: + description: The data type of the issue field + type: string + enum: + - text + - single_select + - number + - date + examples: + - text + value: + description: The value of the issue field + anyOf: + - type: string + examples: + - Sample text + - type: number + examples: + - 42.5 + - type: integer + examples: + - 1 + type: + - 'null' + - string + - number + - integer + single_select_option: + description: Details about the selected option (only present for single_select + fields) + type: + - object + - 'null' + properties: + id: + description: Unique identifier for the option. + type: integer + format: int64 + examples: + - 1 + name: + description: The name of the option + type: string + examples: + - High + color: + description: The color of the option + type: string + examples: + - red + required: + - id + - name + - color + 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 @@ -89897,6 +89979,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 @@ -106010,6 +106096,11 @@ components: submitted_at: type: string format: date-time + updated_at: + type: + - string + - 'null' + format: date-time commit_id: description: A commit SHA for the review. type: string @@ -107802,6 +107893,11 @@ components: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time author: "$ref": "#/components/schemas/simple-user" assets: @@ -109787,6 +109883,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: @@ -115173,6 +115273,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 @@ -116245,6 +116349,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 @@ -120414,6 +120522,11 @@ components: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -120719,6 +120832,11 @@ components: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time discussion_url: type: string format: uri @@ -120825,6 +120943,7 @@ components: - published_at - assets - tarball_url + - updated_at - zipball_url - body webhooks_release_1: @@ -120849,6 +120968,7 @@ components: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -121143,6 +121263,11 @@ components: description: Specifies the commitish value that determines where the Git tag is created from. type: string + updated_at: + type: + - string + - 'null' + format: date-time upload_url: type: string format: uri-template @@ -137876,6 +138001,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 @@ -138972,6 +139101,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 @@ -139947,6 +140080,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 @@ -140904,6 +141041,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 @@ -141863,6 +142004,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 @@ -142846,6 +142991,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 @@ -143798,6 +143947,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 @@ -144732,6 +144885,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 @@ -146127,6 +146284,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 @@ -147130,6 +147291,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 @@ -148060,6 +148225,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 @@ -149608,6 +149777,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 @@ -179965,6 +180138,11 @@ components: submitted_at: type: string format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -196663,6 +196841,11 @@ components: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -199090,6 +199273,11 @@ components: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -210322,6 +210510,7 @@ components: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -210621,6 +210810,11 @@ components: upload_url: type: string format: uri-template + updated_at: + type: + - string + - 'null' + format: date-time url: type: string format: uri @@ -248998,10 +249192,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-next/ghec/ghec.json b/descriptions-next/ghec/ghec.json index 1d3e4d7e1f..4ac3df272c 100644 --- a/descriptions-next/ghec/ghec.json +++ b/descriptions-next/ghec/ghec.json @@ -23794,7 +23794,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" @@ -60518,6 +60518,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] } } @@ -120869,7 +120883,7 @@ "integer", "null" ], - "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", @@ -123872,6 +123886,111 @@ "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", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "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.", @@ -124170,6 +124289,12 @@ }, "issue_dependencies_summary": { "$ref": "#/components/schemas/issue-dependencies-summary" + }, + "issue_field_values": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-field-value" + } } }, "required": [ @@ -146304,6 +146429,13 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "commit_id": { "description": "A commit SHA for the review.", "type": "string", @@ -148853,6 +148985,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "$ref": "#/components/schemas/simple-user" }, @@ -151802,6 +151941,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" }, @@ -159087,6 +159232,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", @@ -160529,6 +160680,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", @@ -166078,6 +166235,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -166495,6 +166659,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -166632,6 +166803,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -166657,6 +166829,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -167059,6 +167232,13 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.", "type": "string" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "upload_url": { "type": "string", "format": "uri-template" @@ -190085,6 +190265,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", @@ -191586,6 +191772,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", @@ -192891,6 +193083,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", @@ -194187,6 +194385,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", @@ -195476,6 +195680,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", @@ -196793,6 +197003,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", @@ -198074,6 +198290,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", @@ -199336,6 +199558,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", @@ -201209,6 +201437,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", @@ -202553,6 +202787,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", @@ -203809,6 +204049,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", @@ -205884,6 +206130,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", @@ -246487,6 +246739,13 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -268677,6 +268936,13 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" } }, "required": [ @@ -271928,6 +272194,13 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" } }, "required": [ @@ -286931,6 +287204,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -287340,6 +287614,13 @@ "type": "string", "format": "uri-template" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "url": { "type": "string", "format": "uri" @@ -333525,10 +333806,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-next/ghec/ghec.yaml b/descriptions-next/ghec/ghec.yaml index 065969a4f1..a56d2edf79 100644 --- a/descriptions-next/ghec/ghec.yaml +++ b/descriptions-next/ghec/ghec.yaml @@ -17199,7 +17199,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" @@ -43962,6 +43962,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 @@ -87510,7 +87517,8 @@ components: type: - integer - 'null' - 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 @@ -89696,6 +89704,80 @@ 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 + examples: + - 1 + node_id: + type: string + examples: + - IFT_GDKND + data_type: + description: The data type of the issue field + type: string + enum: + - text + - single_select + - number + - date + examples: + - text + value: + description: The value of the issue field + anyOf: + - type: string + examples: + - Sample text + - type: number + examples: + - 42.5 + - type: integer + examples: + - 1 + type: + - 'null' + - string + - number + - integer + single_select_option: + description: Details about the selected option (only present for single_select + fields) + type: + - object + - 'null' + properties: + id: + description: Unique identifier for the option. + type: integer + format: int64 + examples: + - 1 + name: + description: The name of the option + type: string + examples: + - High + color: + description: The color of the option + type: string + examples: + - red + required: + - id + - name + - color + 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 @@ -89897,6 +89979,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 @@ -106010,6 +106096,11 @@ components: submitted_at: type: string format: date-time + updated_at: + type: + - string + - 'null' + format: date-time commit_id: description: A commit SHA for the review. type: string @@ -107802,6 +107893,11 @@ components: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time author: "$ref": "#/components/schemas/simple-user" assets: @@ -109787,6 +109883,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: @@ -115173,6 +115273,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 @@ -116245,6 +116349,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 @@ -120414,6 +120522,11 @@ components: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -120719,6 +120832,11 @@ components: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time discussion_url: type: string format: uri @@ -120825,6 +120943,7 @@ components: - published_at - assets - tarball_url + - updated_at - zipball_url - body webhooks_release_1: @@ -120849,6 +120968,7 @@ components: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -121143,6 +121263,11 @@ components: description: Specifies the commitish value that determines where the Git tag is created from. type: string + updated_at: + type: + - string + - 'null' + format: date-time upload_url: type: string format: uri-template @@ -137876,6 +138001,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 @@ -138972,6 +139101,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 @@ -139947,6 +140080,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 @@ -140904,6 +141041,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 @@ -141863,6 +142004,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 @@ -142846,6 +142991,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 @@ -143798,6 +143947,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 @@ -144732,6 +144885,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 @@ -146127,6 +146284,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 @@ -147130,6 +147291,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 @@ -148060,6 +148225,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 @@ -149608,6 +149777,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 @@ -179965,6 +180138,11 @@ components: submitted_at: type: string format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -196663,6 +196841,11 @@ components: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -199090,6 +199273,11 @@ components: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -210322,6 +210510,7 @@ components: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - {"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}