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..7c1c5e6c2e 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -33671,11 +33671,16 @@ }, "encrypted_sas_url": { "type": "string" + }, + "container": { + "type": "string", + "description": "The name of the Azure Blob Storage container to which the audit logs will be sent." } }, "required": [ "key_id", - "encrypted_sas_url" + "encrypted_sas_url", + "container" ] }, { @@ -34178,11 +34183,16 @@ }, "encrypted_sas_url": { "type": "string" + }, + "container": { + "type": "string", + "description": "The name of the Azure Blob Storage container to which the audit logs will be sent." } }, "required": [ "key_id", - "encrypted_sas_url" + "encrypted_sas_url", + "container" ] }, { @@ -48386,7 +48396,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 +49759,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 +51147,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 +52508,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 +53867,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 +64663,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 +82937,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 +89844,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 +137926,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 +146915,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 +160121,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 +195793,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 +197149,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 +198298,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 +200253,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 +201634,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 +202779,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 +376561,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 +399826,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 +403202,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 +410754,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 +415686,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 +420415,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 +420986,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 +423788,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 +427147,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 +430303,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 +435450,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 +438693,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 +442020,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 +445369,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 +462973,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 +466226,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 +469447,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 +472773,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 +486505,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 +487100,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 +547779,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -546110,6 +548632,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -547924,6 +550453,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -548673,6 +551209,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -549447,6 +551990,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -550258,6 +552808,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -554477,7 +557034,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 +558398,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 +559396,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 +561370,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 +562749,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 +563743,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 +614766,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 +667993,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 +703495,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 +707430,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 +711367,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 +722703,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 +726640,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 +975029,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 +977943,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 +983700,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 +986614,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 +992371,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 +996234,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 +1001042,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 +1004905,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 +1008282,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 +1011731,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 +1015388,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 +1018849,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 +1022491,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 +1025976,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 +1029489,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 +1032926,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 +1036425,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 +1038617,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 +1042054,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 +1045518,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 +1048821,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 +1051029,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 +1054473,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 +1058086,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 +1061530,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 +1065041,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 +1068455,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 +1071898,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 +1296717,13 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -1295412,6 +1301756,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -1321077,6 +1327428,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -1326581,6 +1332939,13 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" } }, "required": [ @@ -1331778,6 +1338143,13 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" } }, "required": [ @@ -1359563,6 +1365935,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1359700,6 +1366079,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1361979,6 +1368359,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1362116,6 +1368503,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1364448,6 +1370836,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1364585,6 +1370980,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1366589,6 +1372985,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1366998,6 +1373395,13 @@ "type": "string", "format": "uri-template" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "url": { "type": "string", "format": "uri" @@ -1369010,6 +1375414,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1369412,6 +1375817,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 +1378115,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1371840,6 +1378259,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1373843,6 +1380263,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1374245,6 +1380666,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 +1409975,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 +1413200,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 +1416425,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 +1486220,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 +1490083,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 +1494888,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 +1498751,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 +1503556,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 +1507419,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 +1512224,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 +1516087,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..25a9ef4660 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -11813,9 +11813,14 @@ paths: endpoint used to encrypt secrets. encrypted_sas_url: type: string + container: + type: string + description: The name of the Azure Blob Storage container + to which the audit logs will be sent. required: - key_id - encrypted_sas_url + - container - &80 title: AzureHubConfig description: Azure Event Hubs Config for audit log streaming configuration. @@ -17679,11 +17684,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 +21755,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 +22428,7 @@ paths: url: type: string format: uri - user: &742 + user: &743 title: Public User description: Public User type: object @@ -26919,7 +27001,7 @@ paths: type: array items: *59 examples: - default: &758 + default: &759 value: - login: github id: 1 @@ -30156,7 +30238,7 @@ paths: type: array items: *225 examples: - default: &745 + default: &746 value: total_count: 1 repositories: @@ -32238,12 +32320,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 +32384,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 +37475,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 +42651,7 @@ paths: parameters: - *73 - *327 - - &757 + - &758 name: repo_name description: repo_name parameter in: path @@ -43902,7 +43984,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 +44025,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 +51050,7 @@ paths: - updated_at - url examples: - default: &732 + default: &733 value: - author: login: octocat @@ -51216,7 +51298,7 @@ paths: application/json: schema: *387 examples: - default: &733 + default: &734 value: author: login: octocat @@ -51407,7 +51489,7 @@ paths: - updated_at - url examples: - default: &734 + default: &735 value: - author: login: octocat @@ -51633,7 +51715,7 @@ paths: application/json: schema: *390 examples: - default: &735 + default: &736 value: author: login: octocat @@ -52349,7 +52431,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 +52496,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 +52638,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 +52717,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 +52928,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 +53766,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 +66436,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 +71644,7 @@ paths: type: array items: *514 examples: - default: &748 + default: &749 value: total_count: 2 machines: @@ -82760,7 +82842,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 +83817,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 +84251,7 @@ paths: type: array items: *593 examples: - default: &763 + default: &764 value: - id: 1 repository: @@ -86123,6 +86205,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 +88608,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 +96568,11 @@ paths: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time author: *4 assets: type: array @@ -98712,7 +98811,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &845 + items: &846 type: object properties: type: @@ -105013,6 +105112,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 +106432,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 +106473,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 +106574,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 +106605,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 +106618,7 @@ paths: type: array items: *387 examples: - default: *732 + default: *733 headers: Link: *38 x-github: @@ -106545,7 +106647,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 +106710,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 +106744,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 +106770,7 @@ paths: application/json: schema: *387 examples: - default: *733 + default: *734 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106693,7 +106795,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 +106825,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 +106839,7 @@ paths: type: array items: *390 examples: - default: *734 + default: *735 headers: Link: *38 x-github: @@ -106766,7 +106868,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 +106920,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 +106955,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 +106981,7 @@ paths: application/json: schema: *390 examples: - default: *735 + default: *736 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106904,7 +107006,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 +107037,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 +107096,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 +107158,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 +107216,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 +107275,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 +107313,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 +107364,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 +107401,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 +107441,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 +107478,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 +107487,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 +107520,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 +107548,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 +107582,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 +107611,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 +107623,7 @@ paths: type: array items: *402 examples: - default: *738 + default: *739 headers: Link: *38 '404': *6 @@ -107547,7 +107649,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 +107658,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 +107682,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 +107750,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 +107778,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 +107820,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 +107828,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 +107979,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 +108031,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 +108062,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 +108097,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 +108189,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 +108201,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 +108234,7 @@ paths: application/json: schema: oneOf: - - &743 + - &744 title: Private User description: Private User type: object @@ -108382,7 +108484,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 +108644,7 @@ paths: description: Response content: application/json: - schema: *743 + schema: *744 examples: default: value: @@ -108940,7 +109042,7 @@ paths: type: integer secrets: type: array - items: &744 + items: &745 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -109060,7 +109162,7 @@ paths: description: Response content: application/json: - schema: *744 + schema: *745 examples: default: value: @@ -109206,7 +109308,7 @@ paths: type: array items: *225 examples: - default: *745 + default: *746 '401': *23 '403': *27 '404': *6 @@ -109473,7 +109575,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 +109628,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 +109673,9 @@ paths: description: Response content: application/json: - schema: *746 + schema: *747 examples: - default: *747 + default: *748 '404': *6 x-github: githubCloudOnly: false @@ -109612,7 +109714,7 @@ paths: type: array items: *514 examples: - default: *748 + default: *749 '304': *35 '500': *88 '401': *23 @@ -110578,7 +110680,7 @@ paths: type: array items: *332 examples: - default: &760 + default: &761 value: - id: 197 name: hello_docker @@ -110679,7 +110781,7 @@ paths: application/json: schema: type: array - items: &749 + items: &750 title: Email description: Email type: object @@ -110749,9 +110851,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 +110930,7 @@ paths: application/json: schema: type: array - items: *749 + items: *750 examples: default: value: @@ -111086,7 +111188,7 @@ paths: application/json: schema: type: array - items: &750 + items: &751 title: GPG Key description: A unique encryption key type: object @@ -111231,7 +111333,7 @@ paths: - subkeys - revoked examples: - default: &776 + default: &777 value: - id: 3 name: Octocat's GPG Key @@ -111316,9 +111418,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 +111477,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 +111489,9 @@ paths: description: Response content: application/json: - schema: *750 + schema: *751 examples: - default: *751 + default: *752 '404': *6 '304': *35 '403': *27 @@ -111412,7 +111514,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 +111969,7 @@ paths: application/json: schema: type: array - items: &753 + items: &754 title: Key description: Key type: object @@ -111970,9 +112072,9 @@ paths: description: Response content: application/json: - schema: *753 + schema: *754 examples: - default: &754 + default: &755 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -112011,9 +112113,9 @@ paths: description: Response content: application/json: - schema: *753 + schema: *754 examples: - default: *754 + default: *755 '404': *6 '304': *35 '403': *27 @@ -112069,7 +112171,7 @@ paths: application/json: schema: type: array - items: &755 + items: &756 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -112148,7 +112250,7 @@ paths: - account - plan examples: - default: &756 + default: &757 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -112210,9 +112312,9 @@ paths: application/json: schema: type: array - items: *755 + items: *756 examples: - default: *756 + default: *757 headers: Link: *38 '304': *35 @@ -113216,7 +113318,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 +113391,7 @@ paths: type: array items: *59 examples: - default: *758 + default: *759 headers: Link: *38 '304': *35 @@ -113331,7 +113433,7 @@ paths: - docker - nuget - container - - *759 + - *760 - *19 - *17 responses: @@ -113343,8 +113445,8 @@ paths: type: array items: *332 examples: - default: *760 - '400': *761 + default: *761 + '400': *762 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -113373,7 +113475,7 @@ paths: application/json: schema: *332 examples: - default: &777 + default: &778 value: id: 40201 name: octo-name @@ -113828,9 +113930,9 @@ paths: application/json: schema: type: array - items: *749 + items: *750 examples: - default: *762 + default: *763 headers: Link: *38 '304': *35 @@ -113943,7 +114045,7 @@ paths: type: array items: *64 examples: - default: &769 + default: &770 summary: Default response value: - id: 1296269 @@ -114303,7 +114405,7 @@ paths: type: array items: *593 examples: - default: *763 + default: *764 headers: Link: *38 '304': *35 @@ -114382,7 +114484,7 @@ paths: application/json: schema: type: array - items: &764 + items: &765 title: Social account description: Social media account type: object @@ -114399,7 +114501,7 @@ paths: - provider - url examples: - default: &765 + default: &766 value: - provider: twitter url: https://twitter.com/github @@ -114462,9 +114564,9 @@ paths: application/json: schema: type: array - items: *764 + items: *765 examples: - default: *765 + default: *766 '422': *15 '304': *35 '404': *6 @@ -114552,7 +114654,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 +114674,7 @@ paths: - title - created_at examples: - default: &778 + default: &779 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -114639,9 +114741,9 @@ paths: description: Response content: application/json: - schema: *766 + schema: *767 examples: - default: &767 + default: &768 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -114672,7 +114774,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 +114786,9 @@ paths: description: Response content: application/json: - schema: *766 + schema: *767 examples: - default: *767 + default: *768 '404': *6 '304': *35 '403': *27 @@ -114709,7 +114811,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 +114840,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 +114865,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 +115238,10 @@ paths: application/json: schema: oneOf: + - *744 - *743 - - *742 examples: - default-response: &771 + default-response: &772 summary: Default response value: login: octocat @@ -115174,7 +115276,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 +115336,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 +115385,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 +115438,8 @@ paths: required: - subject_digests examples: - default: *773 - withPredicateType: *774 + default: *774 + withPredicateType: *775 responses: '200': description: Response @@ -115391,7 +115493,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 +115736,7 @@ paths: type: array items: *332 examples: - default: *760 + default: *761 '403': *27 '401': *23 x-github: @@ -116038,9 +116140,9 @@ paths: application/json: schema: type: array - items: *750 + items: *751 examples: - default: *776 + default: *777 headers: Link: *38 x-github: @@ -116230,7 +116332,7 @@ paths: type: array items: *59 examples: - default: *758 + default: *759 headers: Link: *38 x-github: @@ -116269,7 +116371,7 @@ paths: - docker - nuget - container - - *759 + - *760 - *247 - *19 - *17 @@ -116282,10 +116384,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 +116417,7 @@ paths: application/json: schema: *332 examples: - default: *777 + default: *778 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -117099,9 +117201,9 @@ paths: application/json: schema: type: array - items: *764 + items: *765 examples: - default: *765 + default: *766 headers: Link: *38 x-github: @@ -117131,9 +117233,9 @@ paths: application/json: schema: type: array - items: *766 + items: *767 examples: - default: *778 + default: *779 headers: Link: *38 x-github: @@ -117158,7 +117260,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 +117272,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 +117436,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 +117505,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 +117526,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 +117599,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 +118512,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 +118591,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 +118818,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 +119010,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 +119085,7 @@ webhooks: required: true content: application/json: - schema: &788 + schema: &789 title: Exemption request cancellation event type: object properties: @@ -118991,11 +119093,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 +119335,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 +119445,7 @@ webhooks: required: true content: application/json: - schema: &789 + schema: &790 title: Exemption request completed event type: object properties: @@ -119351,11 +119453,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 +119527,7 @@ webhooks: required: true content: application/json: - schema: &790 + schema: &791 title: Exemption request created event type: object properties: @@ -119433,11 +119535,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 +119609,7 @@ webhooks: required: true content: application/json: - schema: &791 + schema: &792 title: Exemption response dismissed event type: object properties: @@ -119515,12 +119617,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 +119694,7 @@ webhooks: required: true content: application/json: - schema: &792 + schema: &793 title: Exemption response submitted event type: object properties: @@ -119600,12 +119702,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 +119780,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 +119847,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 +119914,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 +119981,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 +120049,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 +120127,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 +120237,7 @@ webhooks: - examples: - neutral - deployment: *793 + deployment: *794 details_url: type: string examples: @@ -120233,9 +120335,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 +120730,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 +121129,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 +121537,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 +122532,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 +123220,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 +123902,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 +124223,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 +124641,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 +124926,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 +125274,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 +125559,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 +125569,7 @@ webhooks: type: - string - 'null' - repository: *784 + repository: *785 sender: *4 required: - action @@ -125710,12 +125812,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 +126079,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 +126163,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 +126184,7 @@ webhooks: enum: - tag - branch - repository: *784 + repository: *785 sender: *4 required: - ref @@ -126165,9 +126267,9 @@ webhooks: enum: - created definition: *117 - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 sender: *4 required: - action @@ -126252,9 +126354,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 +126434,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 +126514,9 @@ webhooks: enum: - updated definition: *117 - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 sender: *4 required: - action @@ -126491,10 +126593,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 +126681,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 +126777,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 +126865,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 +126953,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 +127039,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 +127125,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 +127212,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 +127298,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 +127378,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 +127418,8 @@ webhooks: - verified - created_at - read_only - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -127394,11 +127496,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 +128072,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 +128819,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 +128892,7 @@ webhooks: type: string enum: - approved - approver: &800 + approver: &801 type: object properties: avatar_url: @@ -128833,11 +128935,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 +129020,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &802 + workflow_job_run: &803 type: object properties: conclusion: @@ -129664,18 +129766,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 +130494,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 +132443,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 +133139,7 @@ webhooks: type: string enum: - answered - answer: &806 + answer: &807 type: object properties: author_association: @@ -133197,7 +133299,7 @@ webhooks: - created_at - updated_at - body - discussion: &804 + discussion: &805 title: Discussion description: A Discussion in a repository. type: object @@ -133515,10 +133617,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 +133747,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 +133834,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 +133920,7 @@ webhooks: type: string enum: - created - comment: &805 + comment: &806 type: object properties: author_association: @@ -133978,11 +134080,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 +134167,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 +134267,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 +134356,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 +134442,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 +134546,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 +134632,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 +134668,8 @@ webhooks: - color - default - description - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -134650,11 +134752,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 +134838,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 +134924,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 +135013,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 +135105,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 +135190,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 +135278,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 +135364,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 +135437,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 +135500,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 +135566,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 +135632,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 +135698,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 +135764,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 +135830,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 +135897,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 +136575,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 +136723,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 +136763,7 @@ webhooks: - action - sha - html_url - repository: *784 + repository: *785 sender: *4 required: - pages @@ -136737,10 +136839,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 +136868,8 @@ webhooks: - name - full_name - private - repository: *784 - requester: *808 + repository: *785 + requester: *809 sender: *4 required: - action @@ -136842,11 +136944,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 +137025,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 +137106,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 +137155,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 +137242,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 +137272,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 +137353,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 +137540,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 +137622,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 +137874,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 +139054,8 @@ webhooks: - state - locked - assignee - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -139033,7 +139135,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 +139302,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 +140480,8 @@ webhooks: - state - locked - assignee - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -140459,7 +140561,7 @@ webhooks: type: string enum: - edited - changes: &837 + changes: &838 description: The changes to the comment. type: object properties: @@ -140471,9 +140573,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 +141753,8 @@ webhooks: - state - locked - assignee - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -141742,9 +141844,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 +141940,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 +142035,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 +142131,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 +142218,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 +143035,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 +143157,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -143133,8 +143238,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 +144058,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 +144323,8 @@ webhooks: required: - state - closed_at - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -144295,8 +144403,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 +145214,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 +145335,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -145304,8 +145415,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 +146249,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 +146349,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 +146492,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -146478,8 +146592,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 +147407,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 +147529,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 +147611,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 +148425,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 +148547,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 +148629,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 +149468,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 +149567,8 @@ webhooks: format: uri user_view_type: type: string - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -149524,8 +149647,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 +150480,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 +150579,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 +151475,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 +152054,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 +152869,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 +152990,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -152939,9 +153071,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 +153881,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 +154002,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -153947,8 +154082,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 +154919,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 +155019,8 @@ webhooks: user_view_type: type: string type: *315 - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -155773,6 +155911,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 +156512,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 +156596,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 +156682,7 @@ webhooks: type: string enum: - unassigned - assignee: &840 + assignee: &841 title: User type: - object @@ -156613,11 +156754,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 +156837,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 +156922,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 +157759,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 +157858,8 @@ webhooks: format: uri user_view_type: type: string - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -157795,11 +157939,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 +158022,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 +158107,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 +158189,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 +158303,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 +158389,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 +158479,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 +158564,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *784 + repository: *785 sender: *4 required: - action @@ -158500,10 +158644,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 +158735,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *784 + repository: *785 sender: *4 required: - action @@ -158673,10 +158817,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 +158906,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *784 + repository: *785 sender: *4 required: - action @@ -158843,8 +158987,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 +159074,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 +159156,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 +159263,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 +159369,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 +159452,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 +159534,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 +159616,7 @@ webhooks: required: - login - id - team: &818 + team: &819 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -159665,11 +159809,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 +159892,7 @@ webhooks: required: - login - id - team: *818 + team: *819 required: - action - scope @@ -159830,8 +159974,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 +160001,8 @@ webhooks: - base_sha - base_ref - head_commit - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -159944,10 +160088,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 +160164,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 +160273,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 +160358,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 +160441,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 +160585,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -160521,11 +160665,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 +160779,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 +160863,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 +160946,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 +161029,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 +161112,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 +161224,8 @@ webhooks: - role - organization_url - user - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -161159,11 +161303,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 +161386,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 +161509,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 +161590,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 +161681,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 +161761,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 +162286,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &822 + items: &823 title: Ruby Gems metadata type: object properties: @@ -162239,7 +162383,7 @@ webhooks: - owner - package_version - registry - repository: *784 + repository: *785 sender: *4 required: - action @@ -162315,9 +162459,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 +162823,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *822 + items: *823 source_url: type: string format: uri @@ -162750,7 +162894,7 @@ webhooks: - owner - package_version - registry - repository: *784 + repository: *785 sender: *4 required: - action @@ -162931,12 +163075,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 +163157,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 +163307,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 +163387,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 +163467,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 +163546,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 +163655,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 +163687,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 +163933,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 +164059,7 @@ webhooks: - creator - created_at - updated_at - repository: *784 + repository: *785 sender: *4 required: - action @@ -163996,11 +164140,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 +164224,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 +164356,7 @@ webhooks: repository: anyOf: - type: 'null' - - *784 + - *785 sender: *4 required: - action @@ -164306,11 +164450,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 +164548,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 +164747,7 @@ webhooks: type: string required: - after_id - repository: *784 + repository: *785 sender: *4 required: - action @@ -164683,10 +164827,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 +164957,7 @@ webhooks: - creator - created_at - updated_at - repository: *784 + repository: *785 sender: *4 required: - action @@ -164893,10 +165037,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 +165080,7 @@ webhooks: - name - created_at - updated_at - repository: *784 + repository: *785 sender: *4 required: - action @@ -165015,14 +165159,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 +165255,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 +165339,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 +165423,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 +165507,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 +165615,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 +165698,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 +165783,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 +165846,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 +165999,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 +166082,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 +166205,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 +166290,7 @@ webhooks: type: string enum: - archived - changes: &832 + changes: &833 type: object properties: archived_at: @@ -166162,9 +166306,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 +166447,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 +166531,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 +166614,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 +166721,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 +166741,7 @@ webhooks: required: - id - name - - &831 + - &832 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -166630,8 +166774,8 @@ webhooks: oneOf: - type: string - type: integer - - *830 - *831 + - *832 type: - 'null' - string @@ -166654,9 +166798,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 +166897,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 +166982,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 +167067,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 +167150,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 +167233,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 +167381,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 +167454,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 +167534,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 +169889,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 sender: *4 required: - action @@ -169827,11 +169971,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 +172317,7 @@ webhooks: - draft reason: type: string - repository: *784 + repository: *785 sender: *4 required: - action @@ -172255,11 +172399,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 +174745,7 @@ webhooks: - draft reason: type: string - repository: *784 + repository: *785 sender: *4 required: - action @@ -174683,11 +174827,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 +174895,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *784 + repository: *785 sender: *4 required: - action @@ -174832,12 +174976,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 +175061,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 +177392,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 sender: *4 required: - action @@ -177327,11 +177471,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 +179821,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *784 + repository: *785 sender: *4 required: - action @@ -179801,12 +179945,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 +180030,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 +182365,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 sender: *4 required: - action @@ -182301,11 +182445,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 +184797,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 sender: *4 required: - action @@ -184734,10 +184878,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 +187227,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 sender: *4 required: - action @@ -187163,12 +187307,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 +187391,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 +187477,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 +187562,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 +187942,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 +190174,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *784 + repository: *785 sender: *4 required: - action @@ -190110,7 +190254,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 +190547,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 +192767,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *784 + repository: *785 sender: *4 required: - action @@ -192703,11 +192847,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 +195072,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *784 + repository: *785 sender: *4 required: - action @@ -195009,9 +195153,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 +197388,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *784 + repository: *785 review: description: The review that was affected. type: object @@ -197314,6 +197458,11 @@ webhooks: submitted_at: type: string format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -197490,9 +197639,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 +199755,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 +199823,11 @@ webhooks: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -199840,12 +199994,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 +202346,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 requested_reviewer: title: User type: @@ -202278,12 +202432,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 +204791,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 +204986,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 +207340,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 requested_reviewer: title: User type: @@ -207273,12 +207427,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 +209772,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 +209956,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 +212194,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *784 - review: *839 + repository: *785 + review: *840 sender: *4 required: - action @@ -212121,9 +212275,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 +214408,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *784 + repository: *785 sender: *4 thread: type: object @@ -214568,6 +214722,11 @@ webhooks: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -214646,9 +214805,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 +216921,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *784 + repository: *785 sender: *4 thread: type: object @@ -217073,6 +217232,11 @@ webhooks: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -217156,10 +217320,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 +219658,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 sender: *4 required: - action @@ -219576,11 +219740,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 +222094,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 sender: *4 required: - action @@ -222009,11 +222173,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 +224516,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 sender: *4 required: - action @@ -224433,10 +224597,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 +226929,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 sender: *4 required: - action @@ -226968,7 +227132,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 +227227,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 +227816,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 +228295,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *822 + items: *823 summary: type: string tag_name: @@ -228187,7 +228351,7 @@ webhooks: - owner - package_version - registry - repository: *784 + repository: *785 sender: *4 required: - action @@ -228265,9 +228429,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 +228743,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *822 + items: *823 summary: type: string tag_name: @@ -228629,7 +228793,7 @@ webhooks: - owner - package_version - registry - repository: *784 + repository: *785 sender: *4 required: - action @@ -228706,10 +228870,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 +229090,11 @@ webhooks: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time discussion_url: type: string format: uri @@ -229032,9 +229201,10 @@ webhooks: - published_at - assets - tarball_url + - updated_at - zipball_url - body - repository: *784 + repository: *785 sender: *4 required: - action @@ -229111,11 +229281,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 +229402,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 +229484,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 +229509,7 @@ webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -229638,6 +229809,11 @@ webhooks: upload_url: type: string format: uri-template + updated_at: + type: + - string + - 'null' + format: date-time url: type: string format: uri @@ -229646,7 +229822,7 @@ webhooks: - string - 'null' format: uri - repository: *784 + repository: *785 sender: *4 required: - action @@ -229722,10 +229898,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 +229923,7 @@ webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -230041,6 +230218,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 +230234,7 @@ webhooks: - string - 'null' format: uri - repository: *784 + repository: *785 sender: *4 required: - action @@ -230128,11 +230310,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 +230390,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 +230470,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 +230550,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 +230630,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 +230710,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 +230791,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 +230879,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 +230997,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 +231072,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 +231156,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 +231236,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 +231333,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 +231416,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 +231498,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 +231580,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 +231891,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 +231972,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 +232053,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 +232177,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 +232390,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 +232471,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 +232677,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 +232758,7 @@ webhooks: type: string enum: - created - alert: &844 + alert: &845 type: object properties: number: *101 @@ -232686,10 +232868,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 +232952,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 +233194,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 +233276,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 +233358,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 +233440,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 +233574,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 +233655,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 +233845,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 +233922,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 +234112,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 +234193,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 +234503,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 +234596,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 +234678,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 +234762,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &849 + changes: &850 type: object properties: tier: @@ -234624,13 +234806,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 +234889,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 +234969,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 +235056,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 +235493,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 +235617,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 +235709,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 +235801,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 +235893,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 +235972,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 +236170,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 +236642,7 @@ webhooks: - topics - visibility sender: *4 - team: *850 + team: *851 required: - action - team @@ -236536,9 +236718,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 +237190,7 @@ webhooks: - topics - visibility sender: *4 - team: *850 + team: *851 required: - action - team @@ -237085,9 +237267,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 +237739,7 @@ webhooks: - topics - visibility sender: *4 - team: *850 + team: *851 required: - action - team @@ -237701,9 +237883,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 +238355,7 @@ webhooks: - topics - visibility sender: *4 - team: *850 + team: *851 required: - action - changes @@ -238251,9 +238433,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 +238905,7 @@ webhooks: - topics - visibility sender: *4 - team: *850 + team: *851 required: - action - team @@ -238799,10 +238981,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 +239057,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 +239149,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 +239487,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 +239851,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 +240079,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 +240309,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 +241333,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 +242342,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..7c1c5e6c2e 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.deref.json @@ -33671,11 +33671,16 @@ }, "encrypted_sas_url": { "type": "string" + }, + "container": { + "type": "string", + "description": "The name of the Azure Blob Storage container to which the audit logs will be sent." } }, "required": [ "key_id", - "encrypted_sas_url" + "encrypted_sas_url", + "container" ] }, { @@ -34178,11 +34183,16 @@ }, "encrypted_sas_url": { "type": "string" + }, + "container": { + "type": "string", + "description": "The name of the Azure Blob Storage container to which the audit logs will be sent." } }, "required": [ "key_id", - "encrypted_sas_url" + "encrypted_sas_url", + "container" ] }, { @@ -48386,7 +48396,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 +49759,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 +51147,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 +52508,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 +53867,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 +64663,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 +82937,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 +89844,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 +137926,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 +146915,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 +160121,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 +195793,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 +197149,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 +198298,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 +200253,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 +201634,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 +202779,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 +376561,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 +399826,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 +403202,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 +410754,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 +415686,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 +420415,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 +420986,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 +423788,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 +427147,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 +430303,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 +435450,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 +438693,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 +442020,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 +445369,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 +462973,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 +466226,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 +469447,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 +472773,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 +486505,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 +487100,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 +547779,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -546110,6 +548632,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -547924,6 +550453,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -548673,6 +551209,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -549447,6 +551990,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -550258,6 +552808,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -554477,7 +557034,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 +558398,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 +559396,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 +561370,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 +562749,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 +563743,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 +614766,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 +667993,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 +703495,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 +707430,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 +711367,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 +722703,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 +726640,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 +975029,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 +977943,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 +983700,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 +986614,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 +992371,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 +996234,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 +1001042,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 +1004905,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 +1008282,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 +1011731,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 +1015388,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 +1018849,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 +1022491,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 +1025976,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 +1029489,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 +1032926,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 +1036425,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 +1038617,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 +1042054,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 +1045518,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 +1048821,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 +1051029,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 +1054473,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 +1058086,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 +1061530,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 +1065041,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 +1068455,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 +1071898,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 +1296717,13 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -1295412,6 +1301756,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -1321077,6 +1327428,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -1326581,6 +1332939,13 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" } }, "required": [ @@ -1331778,6 +1338143,13 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" } }, "required": [ @@ -1359563,6 +1365935,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1359700,6 +1366079,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1361979,6 +1368359,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1362116,6 +1368503,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1364448,6 +1370836,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1364585,6 +1370980,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1366589,6 +1372985,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1366998,6 +1373395,13 @@ "type": "string", "format": "uri-template" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "url": { "type": "string", "format": "uri" @@ -1369010,6 +1375414,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1369412,6 +1375817,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 +1378115,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1371840,6 +1378259,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1373843,6 +1380263,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1374245,6 +1380666,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 +1409975,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 +1413200,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 +1416425,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 +1486220,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 +1490083,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 +1494888,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 +1498751,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 +1503556,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 +1507419,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 +1512224,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 +1516087,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..25a9ef4660 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.deref.yaml @@ -11813,9 +11813,14 @@ paths: endpoint used to encrypt secrets. encrypted_sas_url: type: string + container: + type: string + description: The name of the Azure Blob Storage container + to which the audit logs will be sent. required: - key_id - encrypted_sas_url + - container - &80 title: AzureHubConfig description: Azure Event Hubs Config for audit log streaming configuration. @@ -17679,11 +17684,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 +21755,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 +22428,7 @@ paths: url: type: string format: uri - user: &742 + user: &743 title: Public User description: Public User type: object @@ -26919,7 +27001,7 @@ paths: type: array items: *59 examples: - default: &758 + default: &759 value: - login: github id: 1 @@ -30156,7 +30238,7 @@ paths: type: array items: *225 examples: - default: &745 + default: &746 value: total_count: 1 repositories: @@ -32238,12 +32320,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 +32384,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 +37475,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 +42651,7 @@ paths: parameters: - *73 - *327 - - &757 + - &758 name: repo_name description: repo_name parameter in: path @@ -43902,7 +43984,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 +44025,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 +51050,7 @@ paths: - updated_at - url examples: - default: &732 + default: &733 value: - author: login: octocat @@ -51216,7 +51298,7 @@ paths: application/json: schema: *387 examples: - default: &733 + default: &734 value: author: login: octocat @@ -51407,7 +51489,7 @@ paths: - updated_at - url examples: - default: &734 + default: &735 value: - author: login: octocat @@ -51633,7 +51715,7 @@ paths: application/json: schema: *390 examples: - default: &735 + default: &736 value: author: login: octocat @@ -52349,7 +52431,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 +52496,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 +52638,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 +52717,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 +52928,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 +53766,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 +66436,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 +71644,7 @@ paths: type: array items: *514 examples: - default: &748 + default: &749 value: total_count: 2 machines: @@ -82760,7 +82842,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 +83817,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 +84251,7 @@ paths: type: array items: *593 examples: - default: &763 + default: &764 value: - id: 1 repository: @@ -86123,6 +86205,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 +88608,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 +96568,11 @@ paths: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time author: *4 assets: type: array @@ -98712,7 +98811,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &845 + items: &846 type: object properties: type: @@ -105013,6 +105112,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 +106432,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 +106473,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 +106574,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 +106605,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 +106618,7 @@ paths: type: array items: *387 examples: - default: *732 + default: *733 headers: Link: *38 x-github: @@ -106545,7 +106647,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 +106710,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 +106744,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 +106770,7 @@ paths: application/json: schema: *387 examples: - default: *733 + default: *734 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106693,7 +106795,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 +106825,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 +106839,7 @@ paths: type: array items: *390 examples: - default: *734 + default: *735 headers: Link: *38 x-github: @@ -106766,7 +106868,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 +106920,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 +106955,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 +106981,7 @@ paths: application/json: schema: *390 examples: - default: *735 + default: *736 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106904,7 +107006,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 +107037,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 +107096,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 +107158,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 +107216,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 +107275,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 +107313,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 +107364,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 +107401,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 +107441,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 +107478,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 +107487,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 +107520,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 +107548,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 +107582,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 +107611,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 +107623,7 @@ paths: type: array items: *402 examples: - default: *738 + default: *739 headers: Link: *38 '404': *6 @@ -107547,7 +107649,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 +107658,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 +107682,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 +107750,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 +107778,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 +107820,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 +107828,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 +107979,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 +108031,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 +108062,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 +108097,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 +108189,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 +108201,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 +108234,7 @@ paths: application/json: schema: oneOf: - - &743 + - &744 title: Private User description: Private User type: object @@ -108382,7 +108484,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 +108644,7 @@ paths: description: Response content: application/json: - schema: *743 + schema: *744 examples: default: value: @@ -108940,7 +109042,7 @@ paths: type: integer secrets: type: array - items: &744 + items: &745 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -109060,7 +109162,7 @@ paths: description: Response content: application/json: - schema: *744 + schema: *745 examples: default: value: @@ -109206,7 +109308,7 @@ paths: type: array items: *225 examples: - default: *745 + default: *746 '401': *23 '403': *27 '404': *6 @@ -109473,7 +109575,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 +109628,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 +109673,9 @@ paths: description: Response content: application/json: - schema: *746 + schema: *747 examples: - default: *747 + default: *748 '404': *6 x-github: githubCloudOnly: false @@ -109612,7 +109714,7 @@ paths: type: array items: *514 examples: - default: *748 + default: *749 '304': *35 '500': *88 '401': *23 @@ -110578,7 +110680,7 @@ paths: type: array items: *332 examples: - default: &760 + default: &761 value: - id: 197 name: hello_docker @@ -110679,7 +110781,7 @@ paths: application/json: schema: type: array - items: &749 + items: &750 title: Email description: Email type: object @@ -110749,9 +110851,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 +110930,7 @@ paths: application/json: schema: type: array - items: *749 + items: *750 examples: default: value: @@ -111086,7 +111188,7 @@ paths: application/json: schema: type: array - items: &750 + items: &751 title: GPG Key description: A unique encryption key type: object @@ -111231,7 +111333,7 @@ paths: - subkeys - revoked examples: - default: &776 + default: &777 value: - id: 3 name: Octocat's GPG Key @@ -111316,9 +111418,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 +111477,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 +111489,9 @@ paths: description: Response content: application/json: - schema: *750 + schema: *751 examples: - default: *751 + default: *752 '404': *6 '304': *35 '403': *27 @@ -111412,7 +111514,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 +111969,7 @@ paths: application/json: schema: type: array - items: &753 + items: &754 title: Key description: Key type: object @@ -111970,9 +112072,9 @@ paths: description: Response content: application/json: - schema: *753 + schema: *754 examples: - default: &754 + default: &755 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -112011,9 +112113,9 @@ paths: description: Response content: application/json: - schema: *753 + schema: *754 examples: - default: *754 + default: *755 '404': *6 '304': *35 '403': *27 @@ -112069,7 +112171,7 @@ paths: application/json: schema: type: array - items: &755 + items: &756 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -112148,7 +112250,7 @@ paths: - account - plan examples: - default: &756 + default: &757 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -112210,9 +112312,9 @@ paths: application/json: schema: type: array - items: *755 + items: *756 examples: - default: *756 + default: *757 headers: Link: *38 '304': *35 @@ -113216,7 +113318,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 +113391,7 @@ paths: type: array items: *59 examples: - default: *758 + default: *759 headers: Link: *38 '304': *35 @@ -113331,7 +113433,7 @@ paths: - docker - nuget - container - - *759 + - *760 - *19 - *17 responses: @@ -113343,8 +113445,8 @@ paths: type: array items: *332 examples: - default: *760 - '400': *761 + default: *761 + '400': *762 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -113373,7 +113475,7 @@ paths: application/json: schema: *332 examples: - default: &777 + default: &778 value: id: 40201 name: octo-name @@ -113828,9 +113930,9 @@ paths: application/json: schema: type: array - items: *749 + items: *750 examples: - default: *762 + default: *763 headers: Link: *38 '304': *35 @@ -113943,7 +114045,7 @@ paths: type: array items: *64 examples: - default: &769 + default: &770 summary: Default response value: - id: 1296269 @@ -114303,7 +114405,7 @@ paths: type: array items: *593 examples: - default: *763 + default: *764 headers: Link: *38 '304': *35 @@ -114382,7 +114484,7 @@ paths: application/json: schema: type: array - items: &764 + items: &765 title: Social account description: Social media account type: object @@ -114399,7 +114501,7 @@ paths: - provider - url examples: - default: &765 + default: &766 value: - provider: twitter url: https://twitter.com/github @@ -114462,9 +114564,9 @@ paths: application/json: schema: type: array - items: *764 + items: *765 examples: - default: *765 + default: *766 '422': *15 '304': *35 '404': *6 @@ -114552,7 +114654,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 +114674,7 @@ paths: - title - created_at examples: - default: &778 + default: &779 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -114639,9 +114741,9 @@ paths: description: Response content: application/json: - schema: *766 + schema: *767 examples: - default: &767 + default: &768 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -114672,7 +114774,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 +114786,9 @@ paths: description: Response content: application/json: - schema: *766 + schema: *767 examples: - default: *767 + default: *768 '404': *6 '304': *35 '403': *27 @@ -114709,7 +114811,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 +114840,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 +114865,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 +115238,10 @@ paths: application/json: schema: oneOf: + - *744 - *743 - - *742 examples: - default-response: &771 + default-response: &772 summary: Default response value: login: octocat @@ -115174,7 +115276,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 +115336,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 +115385,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 +115438,8 @@ paths: required: - subject_digests examples: - default: *773 - withPredicateType: *774 + default: *774 + withPredicateType: *775 responses: '200': description: Response @@ -115391,7 +115493,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 +115736,7 @@ paths: type: array items: *332 examples: - default: *760 + default: *761 '403': *27 '401': *23 x-github: @@ -116038,9 +116140,9 @@ paths: application/json: schema: type: array - items: *750 + items: *751 examples: - default: *776 + default: *777 headers: Link: *38 x-github: @@ -116230,7 +116332,7 @@ paths: type: array items: *59 examples: - default: *758 + default: *759 headers: Link: *38 x-github: @@ -116269,7 +116371,7 @@ paths: - docker - nuget - container - - *759 + - *760 - *247 - *19 - *17 @@ -116282,10 +116384,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 +116417,7 @@ paths: application/json: schema: *332 examples: - default: *777 + default: *778 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -117099,9 +117201,9 @@ paths: application/json: schema: type: array - items: *764 + items: *765 examples: - default: *765 + default: *766 headers: Link: *38 x-github: @@ -117131,9 +117233,9 @@ paths: application/json: schema: type: array - items: *766 + items: *767 examples: - default: *778 + default: *779 headers: Link: *38 x-github: @@ -117158,7 +117260,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 +117272,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 +117436,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 +117505,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 +117526,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 +117599,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 +118512,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 +118591,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 +118818,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 +119010,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 +119085,7 @@ webhooks: required: true content: application/json: - schema: &788 + schema: &789 title: Exemption request cancellation event type: object properties: @@ -118991,11 +119093,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 +119335,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 +119445,7 @@ webhooks: required: true content: application/json: - schema: &789 + schema: &790 title: Exemption request completed event type: object properties: @@ -119351,11 +119453,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 +119527,7 @@ webhooks: required: true content: application/json: - schema: &790 + schema: &791 title: Exemption request created event type: object properties: @@ -119433,11 +119535,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 +119609,7 @@ webhooks: required: true content: application/json: - schema: &791 + schema: &792 title: Exemption response dismissed event type: object properties: @@ -119515,12 +119617,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 +119694,7 @@ webhooks: required: true content: application/json: - schema: &792 + schema: &793 title: Exemption response submitted event type: object properties: @@ -119600,12 +119702,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 +119780,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 +119847,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 +119914,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 +119981,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 +120049,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 +120127,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 +120237,7 @@ webhooks: - examples: - neutral - deployment: *793 + deployment: *794 details_url: type: string examples: @@ -120233,9 +120335,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 +120730,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 +121129,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 +121537,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 +122532,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 +123220,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 +123902,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 +124223,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 +124641,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 +124926,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 +125274,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 +125559,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 +125569,7 @@ webhooks: type: - string - 'null' - repository: *784 + repository: *785 sender: *4 required: - action @@ -125710,12 +125812,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 +126079,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 +126163,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 +126184,7 @@ webhooks: enum: - tag - branch - repository: *784 + repository: *785 sender: *4 required: - ref @@ -126165,9 +126267,9 @@ webhooks: enum: - created definition: *117 - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 sender: *4 required: - action @@ -126252,9 +126354,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 +126434,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 +126514,9 @@ webhooks: enum: - updated definition: *117 - enterprise: *781 - installation: *782 - organization: *783 + enterprise: *782 + installation: *783 + organization: *784 sender: *4 required: - action @@ -126491,10 +126593,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 +126681,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 +126777,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 +126865,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 +126953,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 +127039,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 +127125,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 +127212,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 +127298,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 +127378,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 +127418,8 @@ webhooks: - verified - created_at - read_only - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -127394,11 +127496,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 +128072,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 +128819,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 +128892,7 @@ webhooks: type: string enum: - approved - approver: &800 + approver: &801 type: object properties: avatar_url: @@ -128833,11 +128935,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 +129020,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &802 + workflow_job_run: &803 type: object properties: conclusion: @@ -129664,18 +129766,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 +130494,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 +132443,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 +133139,7 @@ webhooks: type: string enum: - answered - answer: &806 + answer: &807 type: object properties: author_association: @@ -133197,7 +133299,7 @@ webhooks: - created_at - updated_at - body - discussion: &804 + discussion: &805 title: Discussion description: A Discussion in a repository. type: object @@ -133515,10 +133617,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 +133747,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 +133834,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 +133920,7 @@ webhooks: type: string enum: - created - comment: &805 + comment: &806 type: object properties: author_association: @@ -133978,11 +134080,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 +134167,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 +134267,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 +134356,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 +134442,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 +134546,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 +134632,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 +134668,8 @@ webhooks: - color - default - description - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -134650,11 +134752,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 +134838,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 +134924,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 +135013,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 +135105,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 +135190,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 +135278,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 +135364,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 +135437,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 +135500,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 +135566,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 +135632,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 +135698,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 +135764,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 +135830,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 +135897,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 +136575,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 +136723,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 +136763,7 @@ webhooks: - action - sha - html_url - repository: *784 + repository: *785 sender: *4 required: - pages @@ -136737,10 +136839,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 +136868,8 @@ webhooks: - name - full_name - private - repository: *784 - requester: *808 + repository: *785 + requester: *809 sender: *4 required: - action @@ -136842,11 +136944,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 +137025,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 +137106,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 +137155,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 +137242,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 +137272,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 +137353,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 +137540,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 +137622,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 +137874,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 +139054,8 @@ webhooks: - state - locked - assignee - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -139033,7 +139135,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 +139302,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 +140480,8 @@ webhooks: - state - locked - assignee - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -140459,7 +140561,7 @@ webhooks: type: string enum: - edited - changes: &837 + changes: &838 description: The changes to the comment. type: object properties: @@ -140471,9 +140573,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 +141753,8 @@ webhooks: - state - locked - assignee - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -141742,9 +141844,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 +141940,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 +142035,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 +142131,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 +142218,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 +143035,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 +143157,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -143133,8 +143238,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 +144058,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 +144323,8 @@ webhooks: required: - state - closed_at - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -144295,8 +144403,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 +145214,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 +145335,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -145304,8 +145415,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 +146249,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 +146349,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 +146492,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -146478,8 +146592,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 +147407,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 +147529,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 +147611,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 +148425,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 +148547,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 +148629,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 +149468,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 +149567,8 @@ webhooks: format: uri user_view_type: type: string - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -149524,8 +149647,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 +150480,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 +150579,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 +151475,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 +152054,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 +152869,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 +152990,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -152939,9 +153071,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 +153881,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 +154002,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -153947,8 +154082,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 +154919,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 +155019,8 @@ webhooks: user_view_type: type: string type: *315 - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -155773,6 +155911,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 +156512,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 +156596,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 +156682,7 @@ webhooks: type: string enum: - unassigned - assignee: &840 + assignee: &841 title: User type: - object @@ -156613,11 +156754,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 +156837,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 +156922,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 +157759,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 +157858,8 @@ webhooks: format: uri user_view_type: type: string - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -157795,11 +157939,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 +158022,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 +158107,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 +158189,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 +158303,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 +158389,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 +158479,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 +158564,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *784 + repository: *785 sender: *4 required: - action @@ -158500,10 +158644,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 +158735,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *784 + repository: *785 sender: *4 required: - action @@ -158673,10 +158817,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 +158906,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *784 + repository: *785 sender: *4 required: - action @@ -158843,8 +158987,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 +159074,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 +159156,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 +159263,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 +159369,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 +159452,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 +159534,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 +159616,7 @@ webhooks: required: - login - id - team: &818 + team: &819 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -159665,11 +159809,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 +159892,7 @@ webhooks: required: - login - id - team: *818 + team: *819 required: - action - scope @@ -159830,8 +159974,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 +160001,8 @@ webhooks: - base_sha - base_ref - head_commit - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -159944,10 +160088,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 +160164,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 +160273,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 +160358,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 +160441,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 +160585,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -160521,11 +160665,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 +160779,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 +160863,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 +160946,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 +161029,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 +161112,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 +161224,8 @@ webhooks: - role - organization_url - user - organization: *783 - repository: *784 + organization: *784 + repository: *785 sender: *4 required: - action @@ -161159,11 +161303,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 +161386,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 +161509,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 +161590,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 +161681,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 +161761,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 +162286,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &822 + items: &823 title: Ruby Gems metadata type: object properties: @@ -162239,7 +162383,7 @@ webhooks: - owner - package_version - registry - repository: *784 + repository: *785 sender: *4 required: - action @@ -162315,9 +162459,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 +162823,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *822 + items: *823 source_url: type: string format: uri @@ -162750,7 +162894,7 @@ webhooks: - owner - package_version - registry - repository: *784 + repository: *785 sender: *4 required: - action @@ -162931,12 +163075,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 +163157,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 +163307,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 +163387,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 +163467,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 +163546,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 +163655,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 +163687,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 +163933,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 +164059,7 @@ webhooks: - creator - created_at - updated_at - repository: *784 + repository: *785 sender: *4 required: - action @@ -163996,11 +164140,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 +164224,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 +164356,7 @@ webhooks: repository: anyOf: - type: 'null' - - *784 + - *785 sender: *4 required: - action @@ -164306,11 +164450,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 +164548,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 +164747,7 @@ webhooks: type: string required: - after_id - repository: *784 + repository: *785 sender: *4 required: - action @@ -164683,10 +164827,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 +164957,7 @@ webhooks: - creator - created_at - updated_at - repository: *784 + repository: *785 sender: *4 required: - action @@ -164893,10 +165037,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 +165080,7 @@ webhooks: - name - created_at - updated_at - repository: *784 + repository: *785 sender: *4 required: - action @@ -165015,14 +165159,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 +165255,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 +165339,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 +165423,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 +165507,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 +165615,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 +165698,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 +165783,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 +165846,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 +165999,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 +166082,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 +166205,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 +166290,7 @@ webhooks: type: string enum: - archived - changes: &832 + changes: &833 type: object properties: archived_at: @@ -166162,9 +166306,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 +166447,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 +166531,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 +166614,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 +166721,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 +166741,7 @@ webhooks: required: - id - name - - &831 + - &832 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -166630,8 +166774,8 @@ webhooks: oneOf: - type: string - type: integer - - *830 - *831 + - *832 type: - 'null' - string @@ -166654,9 +166798,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 +166897,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 +166982,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 +167067,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 +167150,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 +167233,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 +167381,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 +167454,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 +167534,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 +169889,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 sender: *4 required: - action @@ -169827,11 +169971,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 +172317,7 @@ webhooks: - draft reason: type: string - repository: *784 + repository: *785 sender: *4 required: - action @@ -172255,11 +172399,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 +174745,7 @@ webhooks: - draft reason: type: string - repository: *784 + repository: *785 sender: *4 required: - action @@ -174683,11 +174827,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 +174895,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *784 + repository: *785 sender: *4 required: - action @@ -174832,12 +174976,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 +175061,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 +177392,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 sender: *4 required: - action @@ -177327,11 +177471,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 +179821,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *784 + repository: *785 sender: *4 required: - action @@ -179801,12 +179945,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 +180030,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 +182365,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 sender: *4 required: - action @@ -182301,11 +182445,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 +184797,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 sender: *4 required: - action @@ -184734,10 +184878,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 +187227,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 sender: *4 required: - action @@ -187163,12 +187307,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 +187391,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 +187477,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 +187562,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 +187942,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 +190174,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *784 + repository: *785 sender: *4 required: - action @@ -190110,7 +190254,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 +190547,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 +192767,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *784 + repository: *785 sender: *4 required: - action @@ -192703,11 +192847,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 +195072,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *784 + repository: *785 sender: *4 required: - action @@ -195009,9 +195153,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 +197388,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *784 + repository: *785 review: description: The review that was affected. type: object @@ -197314,6 +197458,11 @@ webhooks: submitted_at: type: string format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -197490,9 +197639,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 +199755,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 +199823,11 @@ webhooks: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -199840,12 +199994,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 +202346,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 requested_reviewer: title: User type: @@ -202278,12 +202432,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 +204791,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 +204986,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 +207340,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 requested_reviewer: title: User type: @@ -207273,12 +207427,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 +209772,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 +209956,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 +212194,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *784 - review: *839 + repository: *785 + review: *840 sender: *4 required: - action @@ -212121,9 +212275,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 +214408,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *784 + repository: *785 sender: *4 thread: type: object @@ -214568,6 +214722,11 @@ webhooks: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -214646,9 +214805,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 +216921,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *784 + repository: *785 sender: *4 thread: type: object @@ -217073,6 +217232,11 @@ webhooks: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -217156,10 +217320,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 +219658,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 sender: *4 required: - action @@ -219576,11 +219740,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 +222094,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 sender: *4 required: - action @@ -222009,11 +222173,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 +224516,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 sender: *4 required: - action @@ -224433,10 +224597,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 +226929,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *784 + repository: *785 sender: *4 required: - action @@ -226968,7 +227132,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 +227227,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 +227816,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 +228295,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *822 + items: *823 summary: type: string tag_name: @@ -228187,7 +228351,7 @@ webhooks: - owner - package_version - registry - repository: *784 + repository: *785 sender: *4 required: - action @@ -228265,9 +228429,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 +228743,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *822 + items: *823 summary: type: string tag_name: @@ -228629,7 +228793,7 @@ webhooks: - owner - package_version - registry - repository: *784 + repository: *785 sender: *4 required: - action @@ -228706,10 +228870,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 +229090,11 @@ webhooks: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time discussion_url: type: string format: uri @@ -229032,9 +229201,10 @@ webhooks: - published_at - assets - tarball_url + - updated_at - zipball_url - body - repository: *784 + repository: *785 sender: *4 required: - action @@ -229111,11 +229281,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 +229402,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 +229484,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 +229509,7 @@ webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -229638,6 +229809,11 @@ webhooks: upload_url: type: string format: uri-template + updated_at: + type: + - string + - 'null' + format: date-time url: type: string format: uri @@ -229646,7 +229822,7 @@ webhooks: - string - 'null' format: uri - repository: *784 + repository: *785 sender: *4 required: - action @@ -229722,10 +229898,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 +229923,7 @@ webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -230041,6 +230218,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 +230234,7 @@ webhooks: - string - 'null' format: uri - repository: *784 + repository: *785 sender: *4 required: - action @@ -230128,11 +230310,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 +230390,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 +230470,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 +230550,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 +230630,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 +230710,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 +230791,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 +230879,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 +230997,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 +231072,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 +231156,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 +231236,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 +231333,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 +231416,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 +231498,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 +231580,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 +231891,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 +231972,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 +232053,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 +232177,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 +232390,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 +232471,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 +232677,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 +232758,7 @@ webhooks: type: string enum: - created - alert: &844 + alert: &845 type: object properties: number: *101 @@ -232686,10 +232868,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 +232952,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 +233194,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 +233276,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 +233358,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 +233440,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 +233574,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 +233655,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 +233845,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 +233922,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 +234112,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 +234193,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 +234503,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 +234596,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 +234678,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 +234762,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &849 + changes: &850 type: object properties: tier: @@ -234624,13 +234806,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 +234889,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 +234969,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 +235056,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 +235493,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 +235617,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 +235709,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 +235801,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 +235893,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 +235972,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 +236170,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 +236642,7 @@ webhooks: - topics - visibility sender: *4 - team: *850 + team: *851 required: - action - team @@ -236536,9 +236718,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 +237190,7 @@ webhooks: - topics - visibility sender: *4 - team: *850 + team: *851 required: - action - team @@ -237085,9 +237267,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 +237739,7 @@ webhooks: - topics - visibility sender: *4 - team: *850 + team: *851 required: - action - team @@ -237701,9 +237883,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 +238355,7 @@ webhooks: - topics - visibility sender: *4 - team: *850 + team: *851 required: - action - changes @@ -238251,9 +238433,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 +238905,7 @@ webhooks: - topics - visibility sender: *4 - team: *850 + team: *851 required: - action - team @@ -238799,10 +238981,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 +239057,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 +239149,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 +239487,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 +239851,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 +240079,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 +240309,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 +241333,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 +242342,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..2aedf1ae7a 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 + } ] } } @@ -117578,11 +117592,16 @@ }, "encrypted_sas_url": { "type": "string" + }, + "container": { + "type": "string", + "description": "The name of the Azure Blob Storage container to which the audit logs will be sent." } }, "required": [ "key_id", - "encrypted_sas_url" + "encrypted_sas_url", + "container" ] }, "azure-hub-config": { @@ -120869,7 +120888,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 +123891,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 +124294,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 +146434,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 +148990,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "$ref": "#/components/schemas/simple-user" }, @@ -151802,6 +151946,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 +159237,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 +160685,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 +166240,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -166495,6 +166664,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -166632,6 +166808,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -166657,6 +166834,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -167059,6 +167237,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 +190270,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 +191777,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 +193088,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 +194390,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 +195685,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 +197008,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 +198295,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 +199563,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 +201442,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 +202792,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 +204054,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 +206135,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 +246744,13 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -268677,6 +268941,13 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" } }, "required": [ @@ -271928,6 +272199,13 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" } }, "required": [ @@ -286931,6 +287209,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -287340,6 +287619,13 @@ "type": "string", "format": "uri-template" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "url": { "type": "string", "format": "uri" @@ -333525,10 +333811,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..3e52d0c5d7 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 @@ -84938,9 +84945,14 @@ components: to encrypt secrets. encrypted_sas_url: type: string + container: + type: string + description: The name of the Azure Blob Storage container to which the audit + logs will be sent. required: - key_id - encrypted_sas_url + - container azure-hub-config: title: AzureHubConfig description: Azure Event Hubs Config for audit log streaming configuration. @@ -87510,7 +87522,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 +89709,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 +89984,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 +106101,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 +107898,11 @@ components: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time author: "$ref": "#/components/schemas/simple-user" assets: @@ -109787,6 +109888,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 +115278,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 +116354,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 +120527,11 @@ components: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -120719,6 +120837,11 @@ components: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time discussion_url: type: string format: uri @@ -120825,6 +120948,7 @@ components: - published_at - assets - tarball_url + - updated_at - zipball_url - body webhooks_release_1: @@ -120849,6 +120973,7 @@ components: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -121143,6 +121268,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 +138006,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 +139106,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 +140085,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 +141046,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 +142009,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 +142996,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 +143952,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 +144890,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 +146289,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 +147296,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 +148230,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 +149782,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 +180143,11 @@ components: submitted_at: type: string format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -196663,6 +196846,11 @@ components: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -199090,6 +199278,11 @@ components: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -210322,6 +210515,7 @@ components: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -210621,6 +210815,11 @@ components: upload_url: type: string format: uri-template + updated_at: + type: + - string + - 'null' + format: date-time url: type: string format: uri @@ -248998,10 +249197,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..2aedf1ae7a 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 + } ] } } @@ -117578,11 +117592,16 @@ }, "encrypted_sas_url": { "type": "string" + }, + "container": { + "type": "string", + "description": "The name of the Azure Blob Storage container to which the audit logs will be sent." } }, "required": [ "key_id", - "encrypted_sas_url" + "encrypted_sas_url", + "container" ] }, "azure-hub-config": { @@ -120869,7 +120888,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 +123891,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 +124294,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 +146434,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 +148990,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "$ref": "#/components/schemas/simple-user" }, @@ -151802,6 +151946,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 +159237,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 +160685,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 +166240,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -166495,6 +166664,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -166632,6 +166808,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -166657,6 +166834,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -167059,6 +167237,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 +190270,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 +191777,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 +193088,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 +194390,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 +195685,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 +197008,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 +198295,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 +199563,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 +201442,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 +202792,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 +204054,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 +206135,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 +246744,13 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -268677,6 +268941,13 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" } }, "required": [ @@ -271928,6 +272199,13 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" } }, "required": [ @@ -286931,6 +287209,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -287340,6 +287619,13 @@ "type": "string", "format": "uri-template" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "url": { "type": "string", "format": "uri" @@ -333525,10 +333811,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..3e52d0c5d7 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 @@ -84938,9 +84945,14 @@ components: to encrypt secrets. encrypted_sas_url: type: string + container: + type: string + description: The name of the Azure Blob Storage container to which the audit + logs will be sent. required: - key_id - encrypted_sas_url + - container azure-hub-config: title: AzureHubConfig description: Azure Event Hubs Config for audit log streaming configuration. @@ -87510,7 +87522,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 +89709,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 +89984,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 +106101,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 +107898,11 @@ components: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time author: "$ref": "#/components/schemas/simple-user" assets: @@ -109787,6 +109888,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 +115278,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 +116354,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 +120527,11 @@ components: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -120719,6 +120837,11 @@ components: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time discussion_url: type: string format: uri @@ -120825,6 +120948,7 @@ components: - published_at - assets - tarball_url + - updated_at - zipball_url - body webhooks_release_1: @@ -120849,6 +120973,7 @@ components: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -121143,6 +121268,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 +138006,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 +139106,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 +140085,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 +141046,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 +142009,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 +142996,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 +143952,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 +144890,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 +146289,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 +147296,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 +148230,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 +149782,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 +180143,11 @@ components: submitted_at: type: string format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -196663,6 +196846,11 @@ components: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -199090,6 +199278,11 @@ components: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -210322,6 +210515,7 @@ components: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -210621,6 +210815,11 @@ components: upload_url: type: string format: uri-template + updated_at: + type: + - string + - 'null' + format: date-time url: type: string format: uri @@ -248998,10 +249197,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/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json index 23139c2540..e9080e3636 100644 --- a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json +++ b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json @@ -49663,6 +49663,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": [ @@ -67763,6 +67871,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": [ @@ -74815,6 +75031,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": [ @@ -104634,6 +104958,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": [ @@ -113599,6 +114031,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": [ @@ -142777,7 +143317,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", @@ -143920,7 +144460,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", @@ -144940,7 +145480,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", @@ -146678,7 +147218,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", @@ -147846,7 +148386,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", @@ -148854,7 +149394,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", @@ -291964,6 +292504,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": [ @@ -312548,6 +313196,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": [ @@ -315810,6 +316566,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": [ @@ -323230,6 +324094,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": [ @@ -328042,6 +329014,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": [ @@ -332651,6 +333731,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": [ @@ -333114,6 +334302,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] } } @@ -335896,6 +337098,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": [ @@ -339141,6 +340451,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": [ @@ -342183,6 +343601,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": [ @@ -371867,6 +373393,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": [ @@ -372347,6 +373981,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", @@ -428782,6 +430423,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -429619,6 +431267,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -431402,6 +433057,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -432146,6 +433808,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -432915,6 +434584,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -433717,6 +435393,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -437761,7 +439444,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", @@ -438913,7 +440596,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", @@ -439697,7 +441380,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", @@ -441454,7 +443137,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", @@ -442621,7 +444304,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", @@ -443401,7 +445084,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", @@ -468763,6 +470446,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" }, @@ -498716,6 +500507,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": [ @@ -530318,6 +532217,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": [ @@ -534133,6 +536140,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": [ @@ -537950,6 +540065,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": [ @@ -549054,6 +551277,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": [ @@ -552871,6 +555202,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": [ @@ -773331,6 +775770,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", @@ -776688,6 +779235,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", @@ -780253,6 +782908,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", @@ -783622,6 +786385,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", @@ -787172,6 +790043,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", @@ -790565,6 +793544,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", @@ -793986,6 +797073,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", @@ -797331,6 +800526,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", @@ -800738,6 +804041,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", @@ -802822,6 +806233,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", @@ -806167,6 +809686,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", @@ -809539,6 +813166,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", @@ -812750,6 +816485,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", @@ -814850,6 +818693,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", @@ -818303,6 +822254,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", @@ -821655,6 +825714,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", @@ -825074,6 +829241,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", @@ -828396,6 +832671,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", @@ -1022685,6 +1027068,13 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -1027733,6 +1032123,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -1053446,6 +1057843,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -1058966,6 +1063370,13 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" } }, "required": [ @@ -1064179,6 +1068590,13 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" } }, "required": [ @@ -1092092,6 +1096510,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1092229,6 +1096654,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1094524,6 +1098950,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1094661,6 +1099094,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1097009,6 +1101443,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1097146,6 +1101587,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1099166,6 +1103608,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1099575,6 +1104018,13 @@ "type": "string", "format": "uri-template" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "url": { "type": "string", "format": "uri" @@ -1101603,6 +1106053,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1102005,6 +1106456,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" @@ -1104312,6 +1108770,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1104449,6 +1108914,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1106468,6 +1110934,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1106870,6 +1111337,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" @@ -1130458,7 +1134932,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", @@ -1133469,7 +1137943,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", @@ -1136480,7 +1140954,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", diff --git a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml index 7eb5ade8fd..6598e3891c 100644 --- a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml +++ b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml @@ -15312,7 +15312,7 @@ paths: timeline_url: type: string format: uri - type: &554 + type: &555 title: Issue Type description: The type of issue. type: @@ -15452,6 +15452,82 @@ paths: - blocking - total_blocked_by - total_blocking + issue_field_values: + type: array + items: &554 + title: Issue Field Value + description: A value assigned to an issue field + type: object + properties: + issue_field_id: + description: Unique identifier for the issue field. + type: integer + format: int64 + examples: + - 1 + node_id: + type: string + examples: + - IFT_GDKND + data_type: + description: The data type of the issue field + type: string + enum: + - text + - single_select + - number + - date + examples: + - text + value: + description: The value of the issue field + anyOf: + - type: string + examples: + - Sample text + - type: number + examples: + - 42.5 + - type: integer + examples: + - 1 + type: + - 'null' + - string + - number + - integer + single_select_option: + description: Details about the selected option + (only present for single_select fields) + type: + - object + - 'null' + properties: + id: + description: Unique identifier for the option. + type: integer + format: int64 + examples: + - 1 + name: + description: The name of the option + type: string + examples: + - High + 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 @@ -16044,7 +16120,7 @@ paths: url: type: string format: uri - user: &569 + user: &570 title: Public User description: Public User type: object @@ -21911,7 +21987,7 @@ paths: type: array items: *68 examples: - default: &578 + default: &579 value: - login: github id: 1 @@ -23134,7 +23210,7 @@ paths: type: array items: *82 examples: - default: &575 + default: &576 value: total_count: 1 repositories: @@ -30772,7 +30848,7 @@ paths: - nuget - container - *130 - - &579 + - &580 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -30813,7 +30889,7 @@ paths: default: *211 '403': *41 '401': *39 - '400': &581 + '400': &582 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -34550,10 +34626,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: @@ -37037,7 +37114,7 @@ paths: - updated_at - url examples: - default: &559 + default: &560 value: - author: login: octocat @@ -37285,7 +37362,7 @@ paths: application/json: schema: *272 examples: - default: &560 + default: &561 value: author: login: octocat @@ -37476,7 +37553,7 @@ paths: - updated_at - url examples: - default: &561 + default: &562 value: - author: login: octocat @@ -37702,7 +37779,7 @@ paths: application/json: schema: *275 examples: - default: &562 + default: &563 value: author: login: octocat @@ -38382,7 +38459,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &563 + response-if-user-is-a-team-maintainer: &564 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -38447,7 +38524,7 @@ paths: application/json: schema: *286 examples: - response-if-users-membership-with-team-is-now-pending: &564 + response-if-users-membership-with-team-is-now-pending: &565 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -38590,7 +38667,7 @@ paths: - updated_at - permissions examples: - default: &565 + default: &566 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -38667,7 +38744,7 @@ paths: application/json: schema: *287 examples: - default: &566 + default: &567 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -38871,7 +38948,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &567 + schema: &568 title: Team Repository description: A team's access to a repository. type: object @@ -39600,7 +39677,7 @@ paths: type: array items: *291 examples: - response-if-child-teams-exist: &568 + response-if-child-teams-exist: &569 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -51185,7 +51262,7 @@ paths: check. type: array items: *358 - deployment: &604 + deployment: &605 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -64578,7 +64655,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &632 + last_response: &633 title: Hook Response type: object properties: @@ -65203,7 +65280,7 @@ paths: - html_url - created_at examples: - default: &583 + default: &584 value: - id: 1 repository: @@ -67173,6 +67250,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 @@ -69131,6 +69215,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 @@ -76754,6 +76843,11 @@ paths: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time author: *17 assets: type: array @@ -78824,7 +78918,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &652 + items: &653 type: object properties: type: @@ -83019,6 +83113,9 @@ paths: - 'null' sub_issues_summary: *552 issue_dependencies_summary: *553 + issue_field_values: + type: array + items: *554 state: type: string state_reason: @@ -83095,7 +83192,7 @@ paths: timeline_url: type: string format: uri - type: *554 + type: *555 performed_via_github_app: anyOf: - type: 'null' @@ -84449,7 +84546,7 @@ paths: description: Response content: application/json: - schema: &555 + schema: &556 type: object properties: status: @@ -84469,7 +84566,7 @@ paths: - name - number examples: - default: &556 + default: &557 value: status: scheduled scheduled_time: Tuesday, January 22 at 15:34 -0800 @@ -84514,9 +84611,9 @@ paths: description: Response content: application/json: - schema: *555 + schema: *556 examples: - default: *556 + default: *557 '401': description: Unauthorized requestBody: @@ -85109,7 +85206,7 @@ paths: application/json: schema: type: array - items: &557 + items: &558 type: object properties: key: @@ -85117,7 +85214,7 @@ paths: pretty-print: type: string examples: - default: &558 + default: &559 value: - key: ssh-rsa AAAAB3NzaC1yc2EAAAAB... pretty-print: ssh-rsa 01:14:0f:f2:0f:e2:fe:e8:f4:72:62:af:75:f7:1a:88:3e:04:92:64 @@ -85160,9 +85257,9 @@ paths: application/json: schema: type: array - items: *557 + items: *558 examples: - default: *558 + default: *559 '401': description: Unauthorized requestBody: @@ -85214,9 +85311,9 @@ paths: application/json: schema: type: array - items: *557 + items: *558 examples: - default: *558 + default: *559 '401': description: Unauthorized requestBody: @@ -85547,7 +85644,7 @@ paths: type: array items: *272 examples: - default: *559 + default: *560 headers: Link: *6 x-github: @@ -85699,7 +85796,7 @@ paths: application/json: schema: *272 examples: - default: *560 + default: *561 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85768,7 +85865,7 @@ paths: type: array items: *275 examples: - default: *561 + default: *562 headers: Link: *6 x-github: @@ -85910,7 +86007,7 @@ paths: application/json: schema: *275 examples: - default: *562 + default: *563 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86378,7 +86475,7 @@ paths: application/json: schema: *286 examples: - response-if-user-is-a-team-maintainer: *563 + response-if-user-is-a-team-maintainer: *564 '404': *24 x-github: githubCloudOnly: false @@ -86439,7 +86536,7 @@ paths: application/json: schema: *286 examples: - response-if-users-membership-with-team-is-now-pending: *564 + response-if-users-membership-with-team-is-now-pending: *565 '403': description: Forbidden if team synchronization is set up '422': @@ -86515,7 +86612,7 @@ paths: type: array items: *287 examples: - default: *565 + default: *566 headers: Link: *6 '404': *24 @@ -86551,7 +86648,7 @@ paths: application/json: schema: *287 examples: - default: *566 + default: *567 '404': description: Not Found if project is not managed by this team x-github: @@ -86723,7 +86820,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *567 + schema: *568 examples: alternative-response-with-extra-repository-information: value: @@ -86965,7 +87062,7 @@ paths: type: array items: *291 examples: - response-if-child-teams-exist: *568 + response-if-child-teams-exist: *569 headers: Link: *6 '404': *24 @@ -86998,7 +87095,7 @@ paths: application/json: schema: oneOf: - - &570 + - &571 title: Private User description: Private User type: object @@ -87248,7 +87345,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *569 + - *570 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -87406,7 +87503,7 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: default: value: @@ -87484,7 +87581,7 @@ paths: type: array items: *210 examples: - default: &580 + default: &581 value: - id: 197 name: hello_docker @@ -87571,7 +87668,7 @@ paths: application/json: schema: type: array - items: &571 + items: &572 title: Email description: Email type: object @@ -87601,7 +87698,7 @@ paths: - verified - visibility examples: - default: &582 + default: &583 value: - email: octocat@github.com verified: true @@ -87678,7 +87775,7 @@ paths: application/json: schema: type: array - items: *571 + items: *572 examples: default: value: @@ -87936,7 +88033,7 @@ paths: application/json: schema: type: array - items: &572 + items: &573 title: GPG Key description: A unique encryption key type: object @@ -88081,7 +88178,7 @@ paths: - subkeys - revoked examples: - default: &592 + default: &593 value: - id: 3 name: Octocat's GPG Key @@ -88166,9 +88263,9 @@ paths: description: Response content: application/json: - schema: *572 + schema: *573 examples: - default: &573 + default: &574 value: id: 3 name: Octocat's GPG Key @@ -88225,7 +88322,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &574 + - &575 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -88237,9 +88334,9 @@ paths: description: Response content: application/json: - schema: *572 + schema: *573 examples: - default: *573 + default: *574 '404': *24 '304': *40 '403': *41 @@ -88262,7 +88359,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *574 + - *575 responses: '204': description: Response @@ -88453,7 +88550,7 @@ paths: type: array items: *82 examples: - default: *575 + default: *576 headers: Link: *6 '404': *24 @@ -88629,7 +88726,7 @@ paths: application/json: schema: type: array - items: &576 + items: &577 title: Key description: Key type: object @@ -88732,9 +88829,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *577 examples: - default: &577 + default: &578 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -88773,9 +88870,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *577 examples: - default: *577 + default: *578 '404': *24 '304': *40 '403': *41 @@ -89627,7 +89724,7 @@ paths: type: array items: *68 examples: - default: *578 + default: *579 headers: Link: *6 '304': *40 @@ -89669,7 +89766,7 @@ paths: - docker - nuget - container - - *579 + - *580 - *5 - *4 responses: @@ -89681,8 +89778,8 @@ paths: type: array items: *210 examples: - default: *580 - '400': *581 + default: *581 + '400': *582 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89711,7 +89808,7 @@ paths: application/json: schema: *210 examples: - default: &593 + default: &594 value: id: 40201 name: octo-name @@ -90163,9 +90260,9 @@ paths: application/json: schema: type: array - items: *571 + items: *572 examples: - default: *582 + default: *583 headers: Link: *6 '304': *40 @@ -90278,7 +90375,7 @@ paths: type: array items: *82 examples: - default: &589 + default: &590 summary: Default response value: - id: 1296269 @@ -90638,7 +90735,7 @@ paths: type: array items: *439 examples: - default: *583 + default: *584 headers: Link: *6 '304': *40 @@ -90717,7 +90814,7 @@ paths: application/json: schema: type: array - items: &584 + items: &585 title: Social account description: Social media account type: object @@ -90734,7 +90831,7 @@ paths: - provider - url examples: - default: &585 + default: &586 value: - provider: twitter url: https://twitter.com/github @@ -90797,9 +90894,9 @@ paths: application/json: schema: type: array - items: *584 + items: *585 examples: - default: *585 + default: *586 '422': *33 '304': *40 '404': *24 @@ -90887,7 +90984,7 @@ paths: application/json: schema: type: array - items: &586 + items: &587 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -90907,7 +91004,7 @@ paths: - title - created_at examples: - default: &594 + default: &595 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -90974,9 +91071,9 @@ paths: description: Response content: application/json: - schema: *586 + schema: *587 examples: - default: &587 + default: &588 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -91007,7 +91104,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &588 + - &589 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -91019,9 +91116,9 @@ paths: description: Response content: application/json: - schema: *586 + schema: *587 examples: - default: *587 + default: *588 '404': *24 '304': *40 '403': *41 @@ -91044,7 +91141,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *588 + - *589 responses: '204': description: Response @@ -91073,7 +91170,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &595 + - &596 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 @@ -91098,11 +91195,11 @@ paths: type: array items: *82 examples: - default-response: *589 + default-response: *590 application/vnd.github.v3.star+json: schema: type: array - items: &596 + items: &597 title: Starred Repository description: Starred Repository type: object @@ -91472,10 +91569,10 @@ paths: application/json: schema: oneOf: + - *571 - *570 - - *569 examples: - default-response: &590 + default-response: &591 summary: Default response value: login: octocat @@ -91510,7 +91607,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &591 + response-with-git-hub-plan-information: &592 summary: Response with GitHub plan information value: login: octocat @@ -91622,11 +91719,11 @@ paths: application/json: schema: oneOf: + - *571 - *570 - - *569 examples: - default-response: *590 - response-with-git-hub-plan-information: *591 + default-response: *591 + response-with-git-hub-plan-information: *592 '404': *24 x-github: githubCloudOnly: false @@ -91657,7 +91754,7 @@ paths: type: array items: *210 examples: - default: *580 + default: *581 '403': *41 '401': *39 x-github: @@ -92061,9 +92158,9 @@ paths: application/json: schema: type: array - items: *572 + items: *573 examples: - default: *592 + default: *593 headers: Link: *6 x-github: @@ -92253,7 +92350,7 @@ paths: type: array items: *68 examples: - default: *578 + default: *579 headers: Link: *6 x-github: @@ -92292,7 +92389,7 @@ paths: - docker - nuget - container - - *579 + - *580 - *8 - *5 - *4 @@ -92305,10 +92402,10 @@ paths: type: array items: *210 examples: - default: *580 + default: *581 '403': *41 '401': *39 - '400': *581 + '400': *582 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92338,7 +92435,7 @@ paths: application/json: schema: *210 examples: - default: *593 + default: *594 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92971,9 +93068,9 @@ paths: application/json: schema: type: array - items: *584 + items: *585 examples: - default: *585 + default: *586 headers: Link: *6 x-github: @@ -93003,9 +93100,9 @@ paths: application/json: schema: type: array - items: *586 + items: *587 examples: - default: *594 + default: *595 headers: Link: *6 x-github: @@ -93030,7 +93127,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *8 - - *595 + - *596 - *9 - *4 - *5 @@ -93042,11 +93139,11 @@ paths: schema: anyOf: - type: array - items: *596 + items: *597 - type: array items: *82 examples: - default-response: *589 + default-response: *590 headers: Link: *6 x-github: @@ -93258,7 +93355,7 @@ webhooks: type: string enum: - disabled - enterprise: &597 + enterprise: &598 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -93327,7 +93424,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &598 + installation: &599 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -93348,7 +93445,7 @@ webhooks: required: - id - node_id - organization: &599 + organization: &600 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -93421,7 +93518,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &600 + repository: &601 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -94334,10 +94431,10 @@ webhooks: type: string enum: - enabled - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -94423,11 +94520,11 @@ webhooks: type: string enum: - created - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 - rule: &601 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 + rule: &602 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-server@3.14/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -94644,11 +94741,11 @@ webhooks: type: string enum: - deleted - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 - rule: *601 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 + rule: *602 sender: *17 required: - action @@ -94826,11 +94923,11 @@ webhooks: - everyone required: - from - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 - rule: *601 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 + rule: *602 sender: *17 required: - action @@ -94911,11 +95008,11 @@ webhooks: type: string enum: - cancelled - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 - exemption_request: &602 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 + exemption_request: &603 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -95153,7 +95250,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &603 + items: &604 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -95273,11 +95370,11 @@ webhooks: type: string enum: - completed - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 - exemption_request: *602 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 + exemption_request: *603 sender: *17 required: - action @@ -95357,11 +95454,11 @@ webhooks: type: string enum: - created - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 - exemption_request: *602 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 + exemption_request: *603 sender: *17 required: - action @@ -95441,12 +95538,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 - exemption_request: *602 - exemption_response: *603 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 + exemption_request: *603 + exemption_response: *604 sender: *17 required: - action @@ -95528,12 +95625,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 - exemption_request: *602 - exemption_response: *603 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 + exemption_request: *603 + exemption_response: *604 sender: *17 required: - action @@ -95618,12 +95715,12 @@ webhooks: type: string cache_location: type: string - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 ref: type: string - repository: *600 + repository: *601 sender: *17 required: - cache_location @@ -95717,7 +95814,7 @@ webhooks: type: string enum: - completed - check_run: &605 + check_run: &606 title: CheckRun description: A check performed on the code of a given code change type: object @@ -95827,7 +95924,7 @@ webhooks: - examples: - neutral - deployment: *604 + deployment: *605 details_url: type: string examples: @@ -95925,9 +96022,9 @@ webhooks: - output - app - pull_requests - installation: *598 - organization: *599 - repository: *600 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - check_run @@ -96330,10 +96427,10 @@ webhooks: type: string enum: - created - check_run: *605 - installation: *598 - organization: *599 - repository: *600 + check_run: *606 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - check_run @@ -96739,10 +96836,10 @@ webhooks: type: string enum: - requested_action - check_run: *605 - installation: *598 - organization: *599 - repository: *600 + check_run: *606 + installation: *599 + organization: *600 + repository: *601 requested_action: description: The action requested by the user. type: object @@ -97157,10 +97254,10 @@ webhooks: type: string enum: - rerequested - check_run: *605 - installation: *598 - organization: *599 - repository: *600 + check_run: *606 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - check_run @@ -98162,10 +98259,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -98860,10 +98957,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -99552,10 +99649,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -99883,20 +99980,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &606 + commit_oid: &607 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: *597 - installation: *598 - organization: *599 - ref: &607 + enterprise: *598 + installation: *599 + organization: *600 + ref: &608 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: *600 + repository: *601 sender: *17 required: - action @@ -100311,12 +100408,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *606 - enterprise: *597 - installation: *598 - organization: *599 - ref: *607 - repository: *600 + commit_oid: *607 + enterprise: *598 + installation: *599 + organization: *600 + ref: *608 + repository: *601 sender: *17 required: - action @@ -100606,12 +100703,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *606 - enterprise: *597 - installation: *598 - organization: *599 - ref: *607 - repository: *600 + commit_oid: *607 + enterprise: *598 + installation: *599 + organization: *600 + ref: *608 + repository: *601 sender: *17 required: - action @@ -100964,12 +101061,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *606 - enterprise: *597 - installation: *598 - organization: *599 - ref: *607 - repository: *600 + commit_oid: *607 + enterprise: *598 + installation: *599 + organization: *600 + ref: *608 + repository: *601 sender: *17 required: - action @@ -101259,9 +101356,9 @@ webhooks: type: - string - 'null' - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -101269,7 +101366,7 @@ webhooks: type: - string - 'null' - repository: *600 + repository: *601 sender: *17 required: - action @@ -101522,12 +101619,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *606 - enterprise: *597 - installation: *598 - organization: *599 - ref: *607 - repository: *600 + commit_oid: *607 + enterprise: *598 + installation: *599 + organization: *600 + ref: *608 + repository: *601 sender: *17 required: - action @@ -101799,10 +101896,10 @@ webhooks: - updated_at - author_association - body - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -101893,18 +101990,18 @@ webhooks: type: - string - 'null' - enterprise: *597 - installation: *598 + enterprise: *598 + installation: *599 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *599 - pusher_type: &608 + organization: *600 + pusher_type: &609 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &609 + ref: &610 description: The [`git ref`](https://docs.github.com/enterprise-server@3.14/rest/git/refs#get-a-reference) resource. type: string @@ -101914,7 +102011,7 @@ webhooks: enum: - tag - branch - repository: *600 + repository: *601 sender: *17 required: - ref @@ -101997,9 +102094,9 @@ webhooks: enum: - created definition: *230 - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 sender: *17 required: - action @@ -102084,9 +102181,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 sender: *17 required: - action @@ -102164,9 +102261,9 @@ webhooks: enum: - updated definition: *230 - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 sender: *17 required: - action @@ -102243,10 +102340,10 @@ webhooks: type: string enum: - updated - enterprise: *597 - installation: *598 - repository: *600 - organization: *599 + enterprise: *598 + installation: *599 + repository: *601 + organization: *600 sender: *17 new_property_values: type: array @@ -102341,18 +102438,18 @@ webhooks: title: delete event type: object properties: - enterprise: *597 - installation: *598 - organization: *599 - pusher_type: *608 - ref: *609 + enterprise: *598 + installation: *599 + organization: *600 + pusher_type: *609 + ref: *610 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *600 + repository: *601 sender: *17 required: - ref @@ -102447,10 +102544,10 @@ webhooks: enum: - auto_dismissed alert: *401 - installation: *598 - organization: *599 - enterprise: *597 - repository: *600 + installation: *599 + organization: *600 + enterprise: *598 + repository: *601 sender: *17 required: - action @@ -102545,10 +102642,10 @@ webhooks: enum: - auto_reopened alert: *401 - installation: *598 - organization: *599 - enterprise: *597 - repository: *600 + installation: *599 + organization: *600 + enterprise: *598 + repository: *601 sender: *17 required: - action @@ -102643,10 +102740,10 @@ webhooks: enum: - created alert: *401 - installation: *598 - organization: *599 - enterprise: *597 - repository: *600 + installation: *599 + organization: *600 + enterprise: *598 + repository: *601 sender: *17 required: - action @@ -102739,10 +102836,10 @@ webhooks: enum: - dismissed alert: *401 - installation: *598 - organization: *599 - enterprise: *597 - repository: *600 + installation: *599 + organization: *600 + enterprise: *598 + repository: *601 sender: *17 required: - action @@ -102835,10 +102932,10 @@ webhooks: enum: - fixed alert: *401 - installation: *598 - organization: *599 - enterprise: *597 - repository: *600 + installation: *599 + organization: *600 + enterprise: *598 + repository: *601 sender: *17 required: - action @@ -102932,10 +103029,10 @@ webhooks: enum: - reintroduced alert: *401 - installation: *598 - organization: *599 - enterprise: *597 - repository: *600 + installation: *599 + organization: *600 + enterprise: *598 + repository: *601 sender: *17 required: - action @@ -103028,10 +103125,10 @@ webhooks: enum: - reopened alert: *401 - installation: *598 - organization: *599 - enterprise: *597 - repository: *600 + installation: *599 + organization: *600 + enterprise: *598 + repository: *601 sender: *17 required: - action @@ -103118,9 +103215,9 @@ webhooks: type: string enum: - created - enterprise: *597 - installation: *598 - key: &610 + enterprise: *598 + installation: *599 + key: &611 description: The [`deploy key`](https://docs.github.com/enterprise-server@3.14/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -103156,8 +103253,8 @@ webhooks: - verified - created_at - read_only - organization: *599 - repository: *600 + organization: *600 + repository: *601 sender: *17 required: - action @@ -103244,11 +103341,11 @@ webhooks: type: string enum: - deleted - enterprise: *597 - installation: *598 - key: *610 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + key: *611 + organization: *600 + repository: *601 sender: *17 required: - action @@ -103830,12 +103927,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 - workflow: &614 + workflow: &615 title: Workflow type: - object @@ -104587,9 +104684,9 @@ webhooks: pull_requests: type: array items: *485 - repository: *600 - organization: *599 - installation: *598 + repository: *601 + organization: *600 + installation: *599 sender: *17 responses: '200': @@ -104670,7 +104767,7 @@ webhooks: type: string enum: - approved - approver: &611 + approver: &612 type: object properties: avatar_url: @@ -104713,11 +104810,11 @@ webhooks: type: string comment: type: string - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 - reviewers: &612 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 + reviewers: &613 type: array items: type: object @@ -104798,7 +104895,7 @@ webhooks: sender: *17 since: type: string - workflow_job_run: &613 + workflow_job_run: &614 type: object properties: conclusion: @@ -105554,18 +105651,18 @@ webhooks: type: string enum: - rejected - approver: *611 + approver: *612 comment: type: string - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 - reviewers: *612 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 + reviewers: *613 sender: *17 since: type: string - workflow_job_run: *613 + workflow_job_run: *614 workflow_job_runs: type: array items: @@ -106292,13 +106389,13 @@ webhooks: type: string enum: - requested - enterprise: *597 + enterprise: *598 environment: type: string - installation: *598 - organization: *599 - repository: *600 - requestor: &619 + installation: *599 + organization: *600 + repository: *601 + requestor: &620 title: User type: - object @@ -108251,12 +108348,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 - workflow: *614 + workflow: *615 workflow_run: title: Deployment Workflow Run type: @@ -108957,7 +109054,7 @@ webhooks: type: string enum: - answered - answer: &617 + answer: &618 type: object properties: author_association: @@ -109117,7 +109214,7 @@ webhooks: - created_at - updated_at - body - discussion: &615 + discussion: &616 title: Discussion description: A Discussion in a repository. type: object @@ -109435,10 +109532,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -109575,11 +109672,11 @@ webhooks: - from required: - category - discussion: *615 - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + discussion: *616 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -109672,11 +109769,11 @@ webhooks: type: string enum: - closed - discussion: *615 - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + discussion: *616 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -109768,7 +109865,7 @@ webhooks: type: string enum: - created - comment: &616 + comment: &617 type: object properties: author_association: @@ -109928,11 +110025,11 @@ webhooks: - updated_at - body - reactions - discussion: *615 - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + discussion: *616 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -110025,12 +110122,12 @@ webhooks: type: string enum: - deleted - comment: *616 - discussion: *615 - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + comment: *617 + discussion: *616 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -110135,12 +110232,12 @@ webhooks: - from required: - body - comment: *616 - discussion: *615 - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + comment: *617 + discussion: *616 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -110234,11 +110331,11 @@ webhooks: type: string enum: - created - discussion: *615 - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + discussion: *616 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -110330,11 +110427,11 @@ webhooks: type: string enum: - deleted - discussion: *615 - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + discussion: *616 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -110444,11 +110541,11 @@ webhooks: type: string required: - from - discussion: *615 - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + discussion: *616 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -110540,10 +110637,10 @@ webhooks: type: string enum: - labeled - discussion: *615 - enterprise: *597 - installation: *598 - label: &618 + discussion: *616 + enterprise: *598 + installation: *599 + label: &619 title: Label type: object properties: @@ -110576,8 +110673,8 @@ webhooks: - color - default - description - organization: *599 - repository: *600 + organization: *600 + repository: *601 sender: *17 required: - action @@ -110670,11 +110767,11 @@ webhooks: type: string enum: - locked - discussion: *615 - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + discussion: *616 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -110766,11 +110863,11 @@ webhooks: type: string enum: - pinned - discussion: *615 - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + discussion: *616 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -110862,11 +110959,11 @@ webhooks: type: string enum: - reopened - discussion: *615 - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + discussion: *616 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -110961,16 +111058,16 @@ webhooks: changes: type: object properties: - new_discussion: *615 - new_repository: *600 + new_discussion: *616 + new_repository: *601 required: - new_discussion - new_repository - discussion: *615 - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + discussion: *616 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -111063,10 +111160,10 @@ webhooks: type: string enum: - unanswered - discussion: *615 - old_answer: *617 - organization: *599 - repository: *600 + discussion: *616 + old_answer: *618 + organization: *600 + repository: *601 sender: *17 required: - action @@ -111158,12 +111255,12 @@ webhooks: type: string enum: - unlabeled - discussion: *615 - enterprise: *597 - installation: *598 - label: *618 - organization: *599 - repository: *600 + discussion: *616 + enterprise: *598 + installation: *599 + label: *619 + organization: *600 + repository: *601 sender: *17 required: - action @@ -111256,11 +111353,11 @@ webhooks: type: string enum: - unlocked - discussion: *615 - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + discussion: *616 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -111352,11 +111449,11 @@ webhooks: type: string enum: - unpinned - discussion: *615 - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + discussion: *616 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -111597,7 +111694,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *597 + enterprise: *598 forkee: description: The created [`repository`](https://docs.github.com/enterprise-server@3.14/rest/repos/repos#get-a-repository) resource. @@ -112275,9 +112372,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *598 - organization: *599 - repository: *600 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - forkee @@ -112443,9 +112540,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 pages: description: The pages that were updated. type: array @@ -112483,7 +112580,7 @@ webhooks: - action - sha - html_url - repository: *600 + repository: *601 sender: *17 required: - pages @@ -112569,10 +112666,10 @@ webhooks: type: string enum: - created - enterprise: *597 + enterprise: *598 installation: *37 - organization: *599 - repositories: &620 + organization: *600 + repositories: &621 description: An array of repository objects that the installation can access. type: array @@ -112598,8 +112695,8 @@ webhooks: - name - full_name - private - repository: *600 - requester: *619 + repository: *601 + requester: *620 sender: *17 required: - action @@ -112684,11 +112781,11 @@ webhooks: type: string enum: - deleted - enterprise: *597 + enterprise: *598 installation: *37 - organization: *599 - repositories: *620 - repository: *600 + organization: *600 + repositories: *621 + repository: *601 requester: type: - 'null' @@ -112775,11 +112872,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *597 + enterprise: *598 installation: *37 - organization: *599 - repositories: *620 - repository: *600 + organization: *600 + repositories: *621 + repository: *601 requester: type: - 'null' @@ -112866,10 +112963,10 @@ webhooks: type: string enum: - added - enterprise: *597 + enterprise: *598 installation: *37 - organization: *599 - repositories_added: &621 + organization: *600 + repositories_added: &622 description: An array of repository objects, which were added to the installation. type: array @@ -112915,15 +113012,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *600 - repository_selection: &622 + repository: *601 + repository_selection: &623 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *619 + requester: *620 sender: *17 required: - action @@ -113012,10 +113109,10 @@ webhooks: type: string enum: - removed - enterprise: *597 + enterprise: *598 installation: *37 - organization: *599 - repositories_added: *621 + organization: *600 + repositories_added: *622 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -113042,9 +113139,9 @@ webhooks: - name - full_name - private - repository: *600 - repository_selection: *622 - requester: *619 + repository: *601 + repository_selection: *623 + requester: *620 sender: *17 required: - action @@ -113133,11 +113230,11 @@ webhooks: type: string enum: - suspend - enterprise: *597 + enterprise: *598 installation: *37 - organization: *599 - repositories: *620 - repository: *600 + organization: *600 + repositories: *621 + repository: *601 requester: type: - 'null' @@ -113330,10 +113427,10 @@ webhooks: type: string required: - from - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 target_type: type: string @@ -113422,11 +113519,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *597 + enterprise: *598 installation: *37 - organization: *599 - repositories: *620 - repository: *600 + organization: *600 + repositories: *621 + repository: *601 requester: type: - 'null' @@ -113684,8 +113781,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *597 - installation: *598 + enterprise: *598 + installation: *599 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) the comment belongs to. @@ -114520,7 +114617,7 @@ webhooks: title: description: Title of the issue type: string - type: *554 + type: *555 updated_at: type: string format: date-time @@ -114864,8 +114961,8 @@ webhooks: - state - locked - assignee - organization: *599 - repository: *600 + organization: *600 + repository: *601 sender: *17 required: - action @@ -114955,7 +115052,7 @@ webhooks: type: string enum: - deleted - comment: &623 + comment: &624 title: issue comment description: The [comment](https://docs.github.com/enterprise-server@3.14/rest/issues/comments#get-an-issue-comment) itself. @@ -115122,8 +115219,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *597 - installation: *598 + enterprise: *598 + installation: *599 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) the comment belongs to. @@ -115954,7 +116051,7 @@ webhooks: title: description: Title of the issue type: string - type: *554 + type: *555 updated_at: type: string format: date-time @@ -116300,8 +116397,8 @@ webhooks: - state - locked - assignee - organization: *599 - repository: *600 + organization: *600 + repository: *601 sender: *17 required: - action @@ -116391,7 +116488,7 @@ webhooks: type: string enum: - edited - changes: &644 + changes: &645 description: The changes to the comment. type: object properties: @@ -116403,9 +116500,9 @@ webhooks: type: string required: - from - comment: *623 - enterprise: *597 - installation: *598 + comment: *624 + enterprise: *598 + installation: *599 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) the comment belongs to. @@ -117239,7 +117336,7 @@ webhooks: title: description: Title of the issue type: string - type: *554 + type: *555 updated_at: type: string format: date-time @@ -117583,8 +117680,8 @@ webhooks: - state - locked - assignee - organization: *599 - repository: *600 + organization: *600 + repository: *601 sender: *17 required: - action @@ -117676,10 +117773,10 @@ webhooks: type: string enum: - assigned - assignee: *619 - enterprise: *597 - installation: *598 - issue: &626 + assignee: *620 + enterprise: *598 + installation: *599 + issue: &627 title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) itself. @@ -118493,6 +118590,9 @@ webhooks: format: uri sub_issues_summary: *552 issue_dependencies_summary: *553 + issue_field_values: + type: array + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -118509,7 +118609,7 @@ webhooks: title: description: Title of the issue type: string - type: *554 + type: *555 updated_at: type: string format: date-time @@ -118612,8 +118712,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *599 - repository: *600 + organization: *600 + repository: *601 sender: *17 required: - action @@ -118703,8 +118803,8 @@ webhooks: type: string enum: - closed - enterprise: *597 - installation: *598 + enterprise: *598 + installation: *599 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) itself. @@ -119523,6 +119623,9 @@ webhooks: format: uri sub_issues_summary: *552 issue_dependencies_summary: *553 + issue_field_values: + type: array + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -119539,7 +119642,7 @@ webhooks: title: description: Title of the issue type: string - type: *554 + type: *555 updated_at: type: string format: date-time @@ -119785,8 +119888,8 @@ webhooks: required: - state - closed_at - organization: *599 - repository: *600 + organization: *600 + repository: *601 sender: *17 required: - action @@ -119875,8 +119978,8 @@ webhooks: type: string enum: - deleted - enterprise: *597 - installation: *598 + enterprise: *598 + installation: *599 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -120686,6 +120789,9 @@ webhooks: format: uri sub_issues_summary: *552 issue_dependencies_summary: *553 + issue_field_values: + type: array + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -120702,7 +120808,7 @@ webhooks: title: description: Title of the issue type: string - type: *554 + type: *555 updated_at: type: string format: date-time @@ -120804,8 +120910,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *599 - repository: *600 + organization: *600 + repository: *601 sender: *17 required: - action @@ -120894,8 +121000,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *597 - installation: *598 + enterprise: *598 + installation: *599 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -121728,6 +121834,9 @@ webhooks: format: uri sub_issues_summary: *552 issue_dependencies_summary: *553 + issue_field_values: + type: array + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -121744,7 +121853,7 @@ webhooks: title: description: Title of the issue type: string - type: *554 + type: *555 updated_at: type: string format: date-time @@ -121825,7 +121934,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &624 + milestone: &625 title: Milestone description: A collection of related issues and pull requests. type: object @@ -121968,8 +122077,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *599 - repository: *600 + organization: *600 + repository: *601 sender: *17 required: - action @@ -122078,8 +122187,8 @@ webhooks: type: string required: - from - enterprise: *597 - installation: *598 + enterprise: *598 + installation: *599 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -122893,6 +123002,9 @@ webhooks: format: uri sub_issues_summary: *552 issue_dependencies_summary: *553 + issue_field_values: + type: array + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -122906,7 +123018,7 @@ webhooks: timeline_url: type: string format: uri - type: *554 + type: *555 title: description: Title of the issue type: string @@ -123012,9 +123124,9 @@ webhooks: - active_lock_reason - body - reactions - label: *618 - organization: *599 - repository: *600 + label: *619 + organization: *600 + repository: *601 sender: *17 required: - action @@ -123104,8 +123216,8 @@ webhooks: type: string enum: - labeled - enterprise: *597 - installation: *598 + enterprise: *598 + installation: *599 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -123918,6 +124030,9 @@ webhooks: format: uri sub_issues_summary: *552 issue_dependencies_summary: *553 + issue_field_values: + type: array + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -123931,7 +124046,7 @@ webhooks: timeline_url: type: string format: uri - type: *554 + type: *555 title: description: Title of the issue type: string @@ -124037,9 +124152,9 @@ webhooks: - active_lock_reason - body - reactions - label: *618 - organization: *599 - repository: *600 + label: *619 + organization: *600 + repository: *601 sender: *17 required: - action @@ -124129,8 +124244,8 @@ webhooks: type: string enum: - locked - enterprise: *597 - installation: *598 + enterprise: *598 + installation: *599 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -124968,6 +125083,9 @@ webhooks: format: uri sub_issues_summary: *552 issue_dependencies_summary: *553 + issue_field_values: + type: array + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -124981,7 +125099,7 @@ webhooks: timeline_url: type: string format: uri - type: *554 + type: *555 title: description: Title of the issue type: string @@ -125064,8 +125182,8 @@ webhooks: format: uri user_view_type: type: string - organization: *599 - repository: *600 + organization: *600 + repository: *601 sender: *17 required: - action @@ -125154,8 +125272,8 @@ webhooks: type: string enum: - milestoned - enterprise: *597 - installation: *598 + enterprise: *598 + installation: *599 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -125987,6 +126105,9 @@ webhooks: format: uri sub_issues_summary: *552 issue_dependencies_summary: *553 + issue_field_values: + type: array + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -126003,7 +126124,7 @@ webhooks: title: description: Title of the issue type: string - type: *554 + type: *555 updated_at: type: string format: date-time @@ -126083,9 +126204,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *624 - organization: *599 - repository: *600 + milestone: *625 + organization: *600 + repository: *601 sender: *17 required: - action @@ -126989,6 +127110,9 @@ webhooks: format: uri sub_issues_summary: *552 issue_dependencies_summary: *553 + issue_field_values: + type: array + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -127084,7 +127208,7 @@ webhooks: required: - login - id - type: *554 + type: *555 required: - id - number @@ -127565,8 +127689,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *597 - installation: *598 + enterprise: *598 + installation: *599 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -128380,6 +128504,9 @@ webhooks: format: uri sub_issues_summary: *552 issue_dependencies_summary: *553 + issue_field_values: + type: array + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -128396,7 +128523,7 @@ webhooks: title: description: Title of the issue type: string - type: *554 + type: *555 updated_at: type: string format: date-time @@ -128498,8 +128625,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *599 - repository: *600 + organization: *600 + repository: *601 sender: *17 required: - action @@ -128589,9 +128716,9 @@ webhooks: type: string enum: - pinned - enterprise: *597 - installation: *598 - issue: &625 + enterprise: *598 + installation: *599 + issue: &626 title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) itself. @@ -129399,6 +129526,9 @@ webhooks: format: uri sub_issues_summary: *552 issue_dependencies_summary: *553 + issue_field_values: + type: array + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -129415,7 +129545,7 @@ webhooks: title: description: Title of the issue type: string - type: *554 + type: *555 updated_at: type: string format: date-time @@ -129517,8 +129647,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *599 - repository: *600 + organization: *600 + repository: *601 sender: *17 required: - action @@ -129607,8 +129737,8 @@ webhooks: type: string enum: - reopened - enterprise: *597 - installation: *598 + enterprise: *598 + installation: *599 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -130444,6 +130574,9 @@ webhooks: format: uri sub_issues_summary: *552 issue_dependencies_summary: *553 + issue_field_values: + type: array + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -130540,9 +130673,9 @@ webhooks: format: uri user_view_type: type: string - type: *554 - organization: *599 - repository: *600 + type: *555 + organization: *600 + repository: *601 sender: *17 required: - action @@ -131443,6 +131576,9 @@ webhooks: format: uri sub_issues_summary: *552 issue_dependencies_summary: *553 + issue_field_values: + type: array + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -131459,7 +131595,7 @@ webhooks: title: description: Title of the issue type: string - type: *554 + type: *555 updated_at: type: string format: date-time @@ -132041,11 +132177,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *597 - installation: *598 - issue: *625 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + issue: *626 + organization: *600 + repository: *601 sender: *17 required: - action @@ -132136,7 +132272,7 @@ webhooks: type: string enum: - unassigned - assignee: &647 + assignee: &648 title: User type: - object @@ -132208,11 +132344,11 @@ webhooks: required: - login - id - enterprise: *597 - installation: *598 - issue: *626 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + issue: *627 + organization: *600 + repository: *601 sender: *17 required: - action @@ -132301,12 +132437,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *597 - installation: *598 - issue: *626 - label: *618 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + issue: *627 + label: *619 + organization: *600 + repository: *601 sender: *17 required: - action @@ -132396,8 +132532,8 @@ webhooks: type: string enum: - unlocked - enterprise: *597 - installation: *598 + enterprise: *598 + installation: *599 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -133233,6 +133369,9 @@ webhooks: format: uri sub_issues_summary: *552 issue_dependencies_summary: *553 + issue_field_values: + type: array + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -133249,7 +133388,7 @@ webhooks: title: description: Title of the issue type: string - type: *554 + type: *555 updated_at: type: string format: date-time @@ -133329,8 +133468,8 @@ webhooks: format: uri user_view_type: type: string - organization: *599 - repository: *600 + organization: *600 + repository: *601 sender: *17 required: - action @@ -133420,11 +133559,11 @@ webhooks: type: string enum: - unpinned - enterprise: *597 - installation: *598 - issue: *625 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + issue: *626 + organization: *600 + repository: *601 sender: *17 required: - action @@ -133513,11 +133652,11 @@ webhooks: type: string enum: - created - enterprise: *597 - installation: *598 - label: *618 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + label: *619 + organization: *600 + repository: *601 sender: *17 required: - action @@ -133605,11 +133744,11 @@ webhooks: type: string enum: - deleted - enterprise: *597 - installation: *598 - label: *618 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + label: *619 + organization: *600 + repository: *601 sender: *17 required: - action @@ -133729,11 +133868,11 @@ webhooks: type: string required: - from - enterprise: *597 - installation: *598 - label: *618 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + label: *619 + organization: *600 + repository: *601 sender: *17 required: - action @@ -133847,11 +133986,11 @@ webhooks: type: string required: - to - enterprise: *597 - installation: *598 - member: *619 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + member: *620 + organization: *600 + repository: *601 sender: *17 required: - action @@ -133963,11 +134102,11 @@ webhooks: type: - string - 'null' - enterprise: *597 - installation: *598 - member: *619 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + member: *620 + organization: *600 + repository: *601 sender: *17 required: - action @@ -134056,11 +134195,11 @@ webhooks: type: string enum: - removed - enterprise: *597 - installation: *598 - member: *619 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + member: *620 + organization: *600 + repository: *601 sender: *17 required: - action @@ -134148,11 +134287,11 @@ webhooks: type: string enum: - added - enterprise: *597 - installation: *598 - member: *619 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + member: *620 + organization: *600 + repository: *601 scope: description: The scope of the membership. Currently, can only be `team`. @@ -134230,7 +134369,7 @@ webhooks: required: - login - id - team: &627 + team: &628 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -134433,11 +134572,11 @@ webhooks: type: string enum: - removed - enterprise: *597 - installation: *598 - member: *619 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + member: *620 + organization: *600 + repository: *601 scope: description: The scope of the membership. Currently, can only be `team`. @@ -134516,7 +134655,7 @@ webhooks: required: - login - id - team: *627 + team: *628 required: - action - scope @@ -134604,7 +134743,7 @@ webhooks: type: string enum: - deleted - enterprise: *597 + enterprise: *598 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -134713,12 +134852,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *598 - organization: *599 + installation: *599 + organization: *600 repository: anyOf: - type: 'null' - - *600 + - *601 sender: *17 required: - action @@ -134808,11 +134947,11 @@ webhooks: type: string enum: - closed - enterprise: *597 - installation: *598 - milestone: *624 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + milestone: *625 + organization: *600 + repository: *601 sender: *17 required: - action @@ -134901,9 +135040,9 @@ webhooks: type: string enum: - created - enterprise: *597 - installation: *598 - milestone: &628 + enterprise: *598 + installation: *599 + milestone: &629 title: Milestone description: A collection of related issues and pull requests. type: object @@ -135045,8 +135184,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *599 - repository: *600 + organization: *600 + repository: *601 sender: *17 required: - action @@ -135135,11 +135274,11 @@ webhooks: type: string enum: - deleted - enterprise: *597 - installation: *598 - milestone: *624 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + milestone: *625 + organization: *600 + repository: *601 sender: *17 required: - action @@ -135259,11 +135398,11 @@ webhooks: type: string required: - from - enterprise: *597 - installation: *598 - milestone: *624 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + milestone: *625 + organization: *600 + repository: *601 sender: *17 required: - action @@ -135353,11 +135492,11 @@ webhooks: type: string enum: - opened - enterprise: *597 - installation: *598 - milestone: *628 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + milestone: *629 + organization: *600 + repository: *601 sender: *17 required: - action @@ -135446,9 +135585,9 @@ webhooks: type: string enum: - deleted - enterprise: *597 - installation: *598 - membership: &629 + enterprise: *598 + installation: *599 + membership: &630 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -135558,8 +135697,8 @@ webhooks: - role - organization_url - user - organization: *599 - repository: *600 + organization: *600 + repository: *601 sender: *17 required: - action @@ -135647,11 +135786,11 @@ webhooks: type: string enum: - member_added - enterprise: *597 - installation: *598 - membership: *629 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + membership: *630 + organization: *600 + repository: *601 sender: *17 required: - action @@ -135740,8 +135879,8 @@ webhooks: type: string enum: - member_invited - enterprise: *597 - installation: *598 + enterprise: *598 + installation: *599 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -135863,10 +136002,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *599 - repository: *600 + organization: *600 + repository: *601 sender: *17 - user: *619 + user: *620 required: - action - invitation @@ -135954,11 +136093,11 @@ webhooks: type: string enum: - member_removed - enterprise: *597 - installation: *598 - membership: *629 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + membership: *630 + organization: *600 + repository: *601 sender: *17 required: - action @@ -136055,11 +136194,11 @@ webhooks: properties: from: type: string - enterprise: *597 - installation: *598 - membership: *629 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + membership: *630 + organization: *600 + repository: *601 sender: *17 required: - action @@ -136145,9 +136284,9 @@ webhooks: type: string enum: - published - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 package: description: Information about the package. type: object @@ -136670,7 +136809,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &630 + items: &631 title: Ruby Gems metadata type: object properties: @@ -136767,7 +136906,7 @@ webhooks: - owner - package_version - registry - repository: *600 + repository: *601 sender: *17 required: - action @@ -136853,9 +136992,9 @@ webhooks: type: string enum: - updated - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 package: description: Information about the package. type: object @@ -137217,7 +137356,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *630 + items: *631 source_url: type: string format: uri @@ -137288,7 +137427,7 @@ webhooks: - owner - package_version - registry - repository: *600 + repository: *601 sender: *17 required: - action @@ -137479,12 +137618,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *597 + enterprise: *598 id: type: integer - installation: *598 - organization: *599 - repository: *600 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - id @@ -137561,7 +137700,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &631 + personal_access_token_request: &632 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -137711,10 +137850,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *597 - organization: *599 + enterprise: *598 + organization: *600 sender: *17 - installation: *598 + installation: *599 required: - action - personal_access_token_request @@ -137791,11 +137930,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *631 - enterprise: *597 - organization: *599 + personal_access_token_request: *632 + enterprise: *598 + organization: *600 sender: *17 - installation: *598 + installation: *599 required: - action - personal_access_token_request @@ -137871,11 +138010,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *631 - enterprise: *597 - organization: *599 + personal_access_token_request: *632 + enterprise: *598 + organization: *600 sender: *17 - installation: *598 + installation: *599 required: - action - personal_access_token_request @@ -137950,11 +138089,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *631 - organization: *599 - enterprise: *597 + personal_access_token_request: *632 + organization: *600 + enterprise: *598 sender: *17 - installation: *598 + installation: *599 required: - action - personal_access_token_request @@ -138069,7 +138208,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *632 + last_response: *633 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -138101,8 +138240,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *599 - repository: *600 + organization: *600 + repository: *601 sender: *17 zen: description: Random string of GitHub zen. @@ -138357,10 +138496,10 @@ webhooks: - from required: - note - enterprise: *597 - installation: *598 - organization: *599 - project_card: &633 + enterprise: *598 + installation: *599 + organization: *600 + project_card: &634 title: Project Card type: object properties: @@ -138483,7 +138622,7 @@ webhooks: - creator - created_at - updated_at - repository: *600 + repository: *601 sender: *17 required: - action @@ -138574,11 +138713,11 @@ webhooks: type: string enum: - created - enterprise: *597 - installation: *598 - organization: *599 - project_card: *633 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + project_card: *634 + repository: *601 sender: *17 required: - action @@ -138668,9 +138807,9 @@ webhooks: type: string enum: - deleted - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 project_card: title: Project Card type: object @@ -138800,7 +138939,7 @@ webhooks: repository: anyOf: - type: 'null' - - *600 + - *601 sender: *17 required: - action @@ -138904,11 +139043,11 @@ webhooks: - from required: - note - enterprise: *597 - installation: *598 - organization: *599 - project_card: *633 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + project_card: *634 + repository: *601 sender: *17 required: - action @@ -139012,9 +139151,9 @@ webhooks: - from required: - column_id - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 project_card: allOf: - title: Project Card @@ -139211,7 +139350,7 @@ webhooks: type: string required: - after_id - repository: *600 + repository: *601 sender: *17 required: - action @@ -139301,10 +139440,10 @@ webhooks: type: string enum: - closed - enterprise: *597 - installation: *598 - organization: *599 - project: &635 + enterprise: *598 + installation: *599 + organization: *600 + project: &636 title: Project type: object properties: @@ -139431,7 +139570,7 @@ webhooks: - creator - created_at - updated_at - repository: *600 + repository: *601 sender: *17 required: - action @@ -139521,10 +139660,10 @@ webhooks: type: string enum: - created - enterprise: *597 - installation: *598 - organization: *599 - project_column: &634 + enterprise: *598 + installation: *599 + organization: *600 + project_column: &635 title: Project Column type: object properties: @@ -139564,7 +139703,7 @@ webhooks: - name - created_at - updated_at - repository: *600 + repository: *601 sender: *17 required: - action @@ -139653,14 +139792,14 @@ webhooks: type: string enum: - deleted - enterprise: *597 - installation: *598 - organization: *599 - project_column: *634 + enterprise: *598 + installation: *599 + organization: *600 + project_column: *635 repository: anyOf: - type: 'null' - - *600 + - *601 sender: *17 required: - action @@ -139759,11 +139898,11 @@ webhooks: type: string required: - from - enterprise: *597 - installation: *598 - organization: *599 - project_column: *634 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + project_column: *635 + repository: *601 sender: *17 required: - action @@ -139853,11 +139992,11 @@ webhooks: type: string enum: - moved - enterprise: *597 - installation: *598 - organization: *599 - project_column: *634 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + project_column: *635 + repository: *601 sender: *17 required: - action @@ -139947,11 +140086,11 @@ webhooks: type: string enum: - created - enterprise: *597 - installation: *598 - organization: *599 - project: *635 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + project: *636 + repository: *601 sender: *17 required: - action @@ -140041,14 +140180,14 @@ webhooks: type: string enum: - deleted - enterprise: *597 - installation: *598 - organization: *599 - project: *635 + enterprise: *598 + installation: *599 + organization: *600 + project: *636 repository: anyOf: - type: 'null' - - *600 + - *601 sender: *17 required: - action @@ -140159,11 +140298,11 @@ webhooks: type: string required: - from - enterprise: *597 - installation: *598 - organization: *599 - project: *635 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + project: *636 + repository: *601 sender: *17 required: - action @@ -140252,11 +140391,11 @@ webhooks: type: string enum: - reopened - enterprise: *597 - installation: *598 - organization: *599 - project: *635 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + project: *636 + repository: *601 sender: *17 required: - action @@ -140347,9 +140486,9 @@ webhooks: type: string enum: - closed - installation: *598 - organization: *599 - projects_v2: &636 + installation: *599 + organization: *600 + projects_v2: &637 title: Projects v2 Project description: A projects v2 project type: object @@ -140572,9 +140711,9 @@ webhooks: type: string enum: - created - installation: *598 - organization: *599 - projects_v2: *636 + installation: *599 + organization: *600 + projects_v2: *637 sender: *17 required: - action @@ -140665,9 +140804,9 @@ webhooks: type: string enum: - deleted - installation: *598 - organization: *599 - projects_v2: *636 + installation: *599 + organization: *600 + projects_v2: *637 sender: *17 required: - action @@ -140798,9 +140937,9 @@ webhooks: type: string to: type: string - installation: *598 - organization: *599 - projects_v2: *636 + installation: *599 + organization: *600 + projects_v2: *637 sender: *17 required: - action @@ -140893,7 +141032,7 @@ webhooks: type: string enum: - archived - changes: &640 + changes: &641 type: object properties: archived_at: @@ -140909,9 +141048,9 @@ webhooks: - string - 'null' format: date-time - installation: *598 - organization: *599 - projects_v2_item: &637 + installation: *599 + organization: *600 + projects_v2_item: &638 title: Projects v2 Item description: An item belonging to a project type: object @@ -141060,9 +141199,9 @@ webhooks: - 'null' to: type: string - installation: *598 - organization: *599 - projects_v2_item: *637 + installation: *599 + organization: *600 + projects_v2_item: *638 sender: *17 required: - action @@ -141154,9 +141293,9 @@ webhooks: type: string enum: - created - installation: *598 - organization: *599 - projects_v2_item: *637 + installation: *599 + organization: *600 + projects_v2_item: *638 sender: *17 required: - action @@ -141247,9 +141386,9 @@ webhooks: type: string enum: - deleted - installation: *598 - organization: *599 - projects_v2_item: *637 + installation: *599 + organization: *600 + projects_v2_item: *638 sender: *17 required: - action @@ -141364,7 +141503,7 @@ webhooks: oneOf: - type: string - type: integer - - &638 + - &639 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -141384,7 +141523,7 @@ webhooks: required: - id - name - - &639 + - &640 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -141417,8 +141556,8 @@ webhooks: oneOf: - type: string - type: integer - - *638 - *639 + - *640 type: - 'null' - string @@ -141441,9 +141580,9 @@ webhooks: - 'null' required: - body - installation: *598 - organization: *599 - projects_v2_item: *637 + installation: *599 + organization: *600 + projects_v2_item: *638 sender: *17 required: - action @@ -141550,9 +141689,9 @@ webhooks: type: - string - 'null' - installation: *598 - organization: *599 - projects_v2_item: *637 + installation: *599 + organization: *600 + projects_v2_item: *638 sender: *17 required: - action @@ -141645,10 +141784,10 @@ webhooks: type: string enum: - restored - changes: *640 - installation: *598 - organization: *599 - projects_v2_item: *637 + changes: *641 + installation: *599 + organization: *600 + projects_v2_item: *638 sender: *17 required: - action @@ -141740,9 +141879,9 @@ webhooks: type: string enum: - reopened - installation: *598 - organization: *599 - projects_v2: *636 + installation: *599 + organization: *600 + projects_v2: *637 sender: *17 required: - action @@ -141823,10 +141962,10 @@ webhooks: title: public event type: object properties: - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - repository @@ -141913,13 +142052,13 @@ webhooks: type: string enum: - assigned - assignee: *619 - enterprise: *597 - installation: *598 - number: &641 + assignee: *620 + enterprise: *598 + installation: *599 + number: &642 description: The pull request number. type: integer - organization: *599 + organization: *600 pull_request: title: Pull Request type: object @@ -144268,7 +144407,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *600 + repository: *601 sender: *17 required: - action @@ -144360,11 +144499,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *597 - installation: *598 + enterprise: *598 + installation: *599 number: type: integer - organization: *599 + organization: *600 pull_request: title: Pull Request type: object @@ -146706,7 +146845,7 @@ webhooks: - draft reason: type: string - repository: *600 + repository: *601 sender: *17 required: - action @@ -146798,11 +146937,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *597 - installation: *598 + enterprise: *598 + installation: *599 number: type: integer - organization: *599 + organization: *600 pull_request: title: Pull Request type: object @@ -149144,7 +149283,7 @@ webhooks: - draft reason: type: string - repository: *600 + repository: *601 sender: *17 required: - action @@ -149236,11 +149375,11 @@ webhooks: type: string enum: - closed - enterprise: *597 - installation: *598 - number: *641 - organization: *599 - pull_request: &642 + enterprise: *598 + installation: *599 + number: *642 + organization: *600 + pull_request: &643 allOf: - *485 - type: object @@ -149304,7 +149443,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *600 + repository: *601 sender: *17 required: - action @@ -149395,12 +149534,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *597 - installation: *598 - number: *641 - organization: *599 - pull_request: *642 - repository: *600 + enterprise: *598 + installation: *599 + number: *642 + organization: *600 + pull_request: *643 + repository: *601 sender: *17 required: - action @@ -149490,11 +149629,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *597 + enterprise: *598 milestone: *390 - number: *641 - organization: *599 - pull_request: &643 + number: *642 + organization: *600 + pull_request: &644 title: Pull Request type: object properties: @@ -151821,7 +151960,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *600 + repository: *601 sender: *17 required: - action @@ -151953,12 +152092,12 @@ webhooks: type: string required: - from - enterprise: *597 - installation: *598 - number: *641 - organization: *599 - pull_request: *642 - repository: *600 + enterprise: *598 + installation: *599 + number: *642 + organization: *600 + pull_request: *643 + repository: *601 sender: *17 required: - action @@ -152048,11 +152187,11 @@ webhooks: type: string enum: - labeled - enterprise: *597 - installation: *598 - label: *618 - number: *641 - organization: *599 + enterprise: *598 + installation: *599 + label: *619 + number: *642 + organization: *600 pull_request: title: Pull Request type: object @@ -154400,7 +154539,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *600 + repository: *601 sender: *17 required: - action @@ -154491,10 +154630,10 @@ webhooks: type: string enum: - locked - enterprise: *597 - installation: *598 - number: *641 - organization: *599 + enterprise: *598 + installation: *599 + number: *642 + organization: *600 pull_request: title: Pull Request type: object @@ -156840,7 +156979,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *600 + repository: *601 sender: *17 required: - action @@ -156930,12 +157069,12 @@ webhooks: type: string enum: - milestoned - enterprise: *597 + enterprise: *598 milestone: *390 - number: *641 - organization: *599 - pull_request: *643 - repository: *600 + number: *642 + organization: *600 + pull_request: *644 + repository: *601 sender: *17 required: - action @@ -157024,12 +157163,12 @@ webhooks: type: string enum: - opened - enterprise: *597 - installation: *598 - number: *641 - organization: *599 - pull_request: *642 - repository: *600 + enterprise: *598 + installation: *599 + number: *642 + organization: *600 + pull_request: *643 + repository: *601 sender: *17 required: - action @@ -157120,12 +157259,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *597 - installation: *598 - number: *641 - organization: *599 - pull_request: *642 - repository: *600 + enterprise: *598 + installation: *599 + number: *642 + organization: *600 + pull_request: *643 + repository: *601 sender: *17 required: - action @@ -157215,12 +157354,12 @@ webhooks: type: string enum: - reopened - enterprise: *597 - installation: *598 - number: *641 - organization: *599 - pull_request: *642 - repository: *600 + enterprise: *598 + installation: *599 + number: *642 + organization: *600 + pull_request: *643 + repository: *601 sender: *17 required: - action @@ -157605,9 +157744,9 @@ webhooks: - start_side - side - reactions - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 pull_request: type: object properties: @@ -159837,7 +159976,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *600 + repository: *601 sender: *17 required: - action @@ -159927,7 +160066,7 @@ webhooks: type: string enum: - deleted - comment: &645 + comment: &646 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-server@3.14/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -160220,9 +160359,9 @@ webhooks: - start_side - side - reactions - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 pull_request: type: object properties: @@ -162440,7 +162579,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *600 + repository: *601 sender: *17 required: - action @@ -162530,11 +162669,11 @@ webhooks: type: string enum: - edited - changes: *644 - comment: *645 - enterprise: *597 - installation: *598 - organization: *599 + changes: *645 + comment: *646 + enterprise: *598 + installation: *599 + organization: *600 pull_request: type: object properties: @@ -164755,7 +164894,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *600 + repository: *601 sender: *17 required: - action @@ -164846,9 +164985,9 @@ webhooks: type: string enum: - dismissed - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 pull_request: title: Simple Pull Request type: object @@ -167081,7 +167220,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *600 + repository: *601 review: description: The review that was affected. type: object @@ -167151,6 +167290,11 @@ webhooks: submitted_at: type: string format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -167337,9 +167481,9 @@ webhooks: type: string required: - from - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 pull_request: title: Simple Pull Request type: object @@ -169453,8 +169597,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *600 - review: &646 + repository: *601 + review: &647 description: The review that was affected. type: object properties: @@ -169521,6 +169665,11 @@ webhooks: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -169697,12 +169846,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *597 - installation: *598 + enterprise: *598 + installation: *599 number: description: The pull request number. type: integer - organization: *599 + organization: *600 pull_request: title: Pull Request type: object @@ -172049,7 +172198,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *600 + repository: *601 requested_reviewer: title: User type: @@ -172135,12 +172284,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *597 - installation: *598 + enterprise: *598 + installation: *599 number: description: The pull request number. type: integer - organization: *599 + organization: *600 pull_request: title: Pull Request type: object @@ -174494,7 +174643,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *600 + repository: *601 requested_team: title: Team description: Groups of organization members that gives permissions @@ -174699,12 +174848,12 @@ webhooks: type: string enum: - review_requested - enterprise: *597 - installation: *598 + enterprise: *598 + installation: *599 number: description: The pull request number. type: integer - organization: *599 + organization: *600 pull_request: title: Pull Request type: object @@ -177053,7 +177202,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *600 + repository: *601 requested_reviewer: title: User type: @@ -177140,12 +177289,12 @@ webhooks: type: string enum: - review_requested - enterprise: *597 - installation: *598 + enterprise: *598 + installation: *599 number: description: The pull request number. type: integer - organization: *599 + organization: *600 pull_request: title: Pull Request type: object @@ -179485,7 +179634,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *600 + repository: *601 requested_team: title: Team description: Groups of organization members that gives permissions @@ -179679,9 +179828,9 @@ webhooks: type: string enum: - submitted - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 pull_request: title: Simple Pull Request type: object @@ -181917,8 +182066,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *600 - review: *646 + repository: *601 + review: *647 sender: *17 required: - action @@ -182008,9 +182157,9 @@ webhooks: type: string enum: - resolved - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 pull_request: title: Simple Pull Request type: object @@ -184141,7 +184290,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *600 + repository: *601 sender: *17 thread: type: object @@ -184455,6 +184604,11 @@ webhooks: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -184543,9 +184697,9 @@ webhooks: type: string enum: - unresolved - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 pull_request: title: Simple Pull Request type: object @@ -186659,7 +186813,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *600 + repository: *601 sender: *17 thread: type: object @@ -186970,6 +187124,11 @@ webhooks: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -187063,10 +187222,10 @@ webhooks: type: string before: type: string - enterprise: *597 - installation: *598 - number: *641 - organization: *599 + enterprise: *598 + installation: *599 + number: *642 + organization: *600 pull_request: title: Pull Request type: object @@ -189401,7 +189560,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *600 + repository: *601 sender: *17 required: - action @@ -189493,11 +189652,11 @@ webhooks: type: string enum: - unassigned - assignee: *647 - enterprise: *597 - installation: *598 - number: *641 - organization: *599 + assignee: *648 + enterprise: *598 + installation: *599 + number: *642 + organization: *600 pull_request: title: Pull Request type: object @@ -191847,7 +192006,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *600 + repository: *601 sender: *17 required: - action @@ -191936,11 +192095,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *597 - installation: *598 - label: *618 - number: *641 - organization: *599 + enterprise: *598 + installation: *599 + label: *619 + number: *642 + organization: *600 pull_request: title: Pull Request type: object @@ -194279,7 +194438,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *600 + repository: *601 sender: *17 required: - action @@ -194370,10 +194529,10 @@ webhooks: type: string enum: - unlocked - enterprise: *597 - installation: *598 - number: *641 - organization: *599 + enterprise: *598 + installation: *599 + number: *642 + organization: *600 pull_request: title: Pull Request type: object @@ -196702,7 +196861,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *600 + repository: *601 sender: *17 required: - action @@ -196915,7 +197074,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *597 + enterprise: *598 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -197010,8 +197169,8 @@ webhooks: - url - author - committer - installation: *598 - organization: *599 + installation: *599 + organization: *600 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -197609,9 +197768,9 @@ webhooks: type: string enum: - published - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 registry_package: type: object properties: @@ -198088,7 +198247,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *630 + items: *631 summary: type: string tag_name: @@ -198144,7 +198303,7 @@ webhooks: - owner - package_version - registry - repository: *600 + repository: *601 sender: *17 required: - action @@ -198232,9 +198391,9 @@ webhooks: type: string enum: - updated - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 registry_package: type: object properties: @@ -198546,7 +198705,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *630 + items: *631 summary: type: string tag_name: @@ -198596,7 +198755,7 @@ webhooks: - owner - package_version - registry - repository: *600 + repository: *601 sender: *17 required: - action @@ -198683,10 +198842,10 @@ webhooks: type: string enum: - created - enterprise: *597 - installation: *598 - organization: *599 - release: &648 + enterprise: *598 + installation: *599 + organization: *600 + release: &649 title: Release description: The [release](https://docs.github.com/enterprise-server@3.14/rest/releases/releases/#get-a-release) object. @@ -198903,6 +199062,11 @@ webhooks: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time discussion_url: type: string format: uri @@ -199009,9 +199173,10 @@ webhooks: - published_at - assets - tarball_url + - updated_at - zipball_url - body - repository: *600 + repository: *601 sender: *17 required: - action @@ -199098,11 +199263,11 @@ webhooks: type: string enum: - deleted - enterprise: *597 - installation: *598 - organization: *599 - release: *648 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + release: *649 + repository: *601 sender: *17 required: - action @@ -199229,11 +199394,11 @@ webhooks: type: boolean required: - to - enterprise: *597 - installation: *598 - organization: *599 - release: *648 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + release: *649 + repository: *601 sender: *17 required: - action @@ -199321,9 +199486,9 @@ webhooks: type: string enum: - prereleased - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 release: title: Release description: The [release](https://docs.github.com/enterprise-server@3.14/rest/releases/releases/#get-a-release) @@ -199346,6 +199511,7 @@ webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -199645,6 +199811,11 @@ webhooks: upload_url: type: string format: uri-template + updated_at: + type: + - string + - 'null' + format: date-time url: type: string format: uri @@ -199653,7 +199824,7 @@ webhooks: - string - 'null' format: uri - repository: *600 + repository: *601 sender: *17 required: - action @@ -199739,10 +199910,10 @@ webhooks: type: string enum: - published - enterprise: *597 - installation: *598 - organization: *599 - release: &649 + enterprise: *598 + installation: *599 + organization: *600 + release: &650 title: Release description: The [release](https://docs.github.com/enterprise-server@3.14/rest/releases/releases/#get-a-release) object. @@ -199764,6 +199935,7 @@ webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -200058,6 +200230,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 @@ -200069,7 +200246,7 @@ webhooks: - string - 'null' format: uri - repository: *600 + repository: *601 sender: *17 required: - action @@ -200155,11 +200332,11 @@ webhooks: type: string enum: - released - enterprise: *597 - installation: *598 - organization: *599 - release: *648 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + release: *649 + repository: *601 sender: *17 required: - action @@ -200245,11 +200422,11 @@ webhooks: type: string enum: - unpublished - enterprise: *597 - installation: *598 - organization: *599 - release: *649 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + release: *650 + repository: *601 sender: *17 required: - action @@ -200335,10 +200512,10 @@ webhooks: type: string enum: - anonymous_access_disabled - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -200423,10 +200600,10 @@ webhooks: type: string enum: - anonymous_access_enabled - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -200511,10 +200688,10 @@ webhooks: type: string enum: - archived - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -200601,10 +200778,10 @@ webhooks: type: string enum: - created - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -200692,10 +200869,10 @@ webhooks: type: string enum: - deleted - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -200790,10 +200967,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -200918,10 +201095,10 @@ webhooks: - 'null' items: type: string - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -201009,10 +201186,10 @@ webhooks: type: string enum: - privatized - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -201099,10 +201276,10 @@ webhooks: type: string enum: - publicized - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -201206,10 +201383,10 @@ webhooks: - name required: - repository - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -201289,10 +201466,10 @@ webhooks: type: string enum: - created - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 repository_ruleset: *257 sender: *17 required: @@ -201371,10 +201548,10 @@ webhooks: type: string enum: - deleted - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 repository_ruleset: *257 sender: *17 required: @@ -201453,10 +201630,10 @@ webhooks: type: string enum: - edited - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 repository_ruleset: *257 changes: type: object @@ -201774,10 +201951,10 @@ webhooks: - from required: - owner - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -201865,10 +202042,10 @@ webhooks: type: string enum: - unarchived - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -201956,7 +202133,7 @@ webhooks: type: string enum: - create - alert: &650 + alert: &651 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -202080,10 +202257,10 @@ webhooks: type: string enum: - open - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -202303,10 +202480,10 @@ webhooks: type: string enum: - dismissed - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -202394,11 +202571,11 @@ webhooks: type: string enum: - reopen - alert: *650 - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + alert: *651 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -202610,10 +202787,10 @@ webhooks: enum: - fixed - open - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -202701,7 +202878,7 @@ webhooks: type: string enum: - created - alert: &651 + alert: &652 type: object properties: number: *91 @@ -202778,10 +202955,10 @@ webhooks: format: date-time description: 'The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -202872,11 +203049,11 @@ webhooks: type: string enum: - created - alert: *651 - installation: *598 - location: *652 - organization: *599 - repository: *600 + alert: *652 + installation: *599 + location: *653 + organization: *600 + repository: *601 sender: *17 required: - location @@ -203119,11 +203296,11 @@ webhooks: type: string enum: - reopened - alert: *651 - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + alert: *652 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -203211,11 +203388,11 @@ webhooks: type: string enum: - resolved - alert: *651 - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + alert: *652 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -203303,11 +203480,11 @@ webhooks: type: string enum: - validated - alert: *651 - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + alert: *652 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -203393,11 +203570,11 @@ webhooks: type: string enum: - published - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 - security_advisory: &653 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 + security_advisory: &654 description: The details of the security advisory, including summary, description, and severity. type: object @@ -203593,11 +203770,11 @@ webhooks: type: string enum: - updated - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 - security_advisory: *653 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 + security_advisory: *654 sender: *17 required: - action @@ -203680,10 +203857,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -203880,9 +204057,9 @@ webhooks: type: object properties: security_and_analysis: *235 - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 repository: *300 sender: *17 required: @@ -203971,12 +204148,12 @@ webhooks: type: string enum: - cancelled - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 - sponsorship: &654 + sponsorship: &655 type: object properties: created_at: @@ -204291,12 +204468,12 @@ webhooks: type: string enum: - created - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 - sponsorship: *654 + sponsorship: *655 required: - action - sponsorship @@ -204394,12 +204571,12 @@ webhooks: type: string required: - from - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 - sponsorship: *654 + sponsorship: *655 required: - action - changes @@ -204486,17 +204663,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &655 + effective_date: &656 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: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 - sponsorship: *654 + sponsorship: *655 required: - action - sponsorship @@ -204580,7 +204757,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &656 + changes: &657 type: object properties: tier: @@ -204624,13 +204801,13 @@ webhooks: - from required: - tier - effective_date: *655 - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + effective_date: *656 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 - sponsorship: *654 + sponsorship: *655 required: - action - changes @@ -204717,13 +204894,13 @@ webhooks: type: string enum: - tier_changed - changes: *656 - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + changes: *657 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 - sponsorship: *654 + sponsorship: *655 required: - action - changes @@ -204807,10 +204984,10 @@ webhooks: type: string enum: - created - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 starred_at: description: 'The time the star was created. This is a timestamp @@ -204904,10 +205081,10 @@ webhooks: type: string enum: - deleted - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 starred_at: description: 'The time the star was created. This is a timestamp @@ -205346,15 +205523,15 @@ webhooks: type: - string - 'null' - enterprise: *597 + enterprise: *598 id: description: The unique identifier of the status. type: integer - installation: *598 + installation: *599 name: type: string - organization: *599 - repository: *600 + organization: *600 + repository: *601 sender: *17 sha: description: The Commit SHA. @@ -205467,12 +205644,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 - team: &657 + team: &658 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -205675,9 +205852,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 repository: title: Repository description: A git repository @@ -206147,7 +206324,7 @@ webhooks: - topics - visibility sender: *17 - team: *657 + team: *658 required: - action - team @@ -206233,9 +206410,9 @@ webhooks: type: string enum: - created - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 repository: title: Repository description: A git repository @@ -206705,7 +206882,7 @@ webhooks: - topics - visibility sender: *17 - team: *657 + team: *658 required: - action - team @@ -206792,9 +206969,9 @@ webhooks: type: string enum: - deleted - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 repository: title: Repository description: A git repository @@ -207264,7 +207441,7 @@ webhooks: - topics - visibility sender: *17 - team: *657 + team: *658 required: - action - team @@ -207418,9 +207595,9 @@ webhooks: - from required: - permissions - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 repository: title: Repository description: A git repository @@ -207890,7 +208067,7 @@ webhooks: - topics - visibility sender: *17 - team: *657 + team: *658 required: - action - changes @@ -207978,9 +208155,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 repository: title: Repository description: A git repository @@ -208450,7 +208627,7 @@ webhooks: - topics - visibility sender: *17 - team: *657 + team: *658 required: - action - team @@ -208533,12 +208710,12 @@ webhooks: type: string enum: - created - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 - user: *619 + user: *620 required: - action responses: @@ -208616,12 +208793,12 @@ webhooks: type: string enum: - deleted - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 - user: *619 + user: *620 required: - action responses: @@ -208702,10 +208879,10 @@ webhooks: type: string enum: - started - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -208788,17 +208965,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *597 + enterprise: *598 inputs: type: - object - 'null' additionalProperties: true - installation: *598 - organization: *599 + installation: *599 + organization: *600 ref: type: string - repository: *600 + repository: *601 sender: *17 workflow: type: string @@ -208890,10 +209067,10 @@ webhooks: type: string enum: - completed - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 workflow_job: allOf: @@ -209238,10 +209415,10 @@ webhooks: type: string enum: - in_progress - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 workflow_job: allOf: @@ -209612,10 +209789,10 @@ webhooks: type: string enum: - queued - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 workflow_job: type: object @@ -209850,10 +210027,10 @@ webhooks: type: string enum: - waiting - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 workflow_job: type: object @@ -210090,12 +210267,12 @@ webhooks: type: string enum: - completed - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 - workflow: *614 + workflow: *615 workflow_run: title: Workflow Run type: object @@ -211124,12 +211301,12 @@ webhooks: type: string enum: - in_progress - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 - workflow: *614 + workflow: *615 workflow_run: title: Workflow Run type: object @@ -212143,12 +212320,12 @@ webhooks: type: string enum: - requested - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 - workflow: *614 + workflow: *615 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.json b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.json index 23139c2540..e9080e3636 100644 --- a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.json +++ b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.json @@ -49663,6 +49663,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": [ @@ -67763,6 +67871,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": [ @@ -74815,6 +75031,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": [ @@ -104634,6 +104958,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": [ @@ -113599,6 +114031,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": [ @@ -142777,7 +143317,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", @@ -143920,7 +144460,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", @@ -144940,7 +145480,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", @@ -146678,7 +147218,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", @@ -147846,7 +148386,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", @@ -148854,7 +149394,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", @@ -291964,6 +292504,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": [ @@ -312548,6 +313196,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": [ @@ -315810,6 +316566,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": [ @@ -323230,6 +324094,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": [ @@ -328042,6 +329014,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": [ @@ -332651,6 +333731,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": [ @@ -333114,6 +334302,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] } } @@ -335896,6 +337098,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": [ @@ -339141,6 +340451,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": [ @@ -342183,6 +343601,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": [ @@ -371867,6 +373393,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": [ @@ -372347,6 +373981,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", @@ -428782,6 +430423,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -429619,6 +431267,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -431402,6 +433057,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -432146,6 +433808,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -432915,6 +434584,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -433717,6 +435393,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -437761,7 +439444,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", @@ -438913,7 +440596,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", @@ -439697,7 +441380,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", @@ -441454,7 +443137,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", @@ -442621,7 +444304,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", @@ -443401,7 +445084,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", @@ -468763,6 +470446,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" }, @@ -498716,6 +500507,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": [ @@ -530318,6 +532217,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": [ @@ -534133,6 +536140,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": [ @@ -537950,6 +540065,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": [ @@ -549054,6 +551277,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": [ @@ -552871,6 +555202,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": [ @@ -773331,6 +775770,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", @@ -776688,6 +779235,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", @@ -780253,6 +782908,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", @@ -783622,6 +786385,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", @@ -787172,6 +790043,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", @@ -790565,6 +793544,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", @@ -793986,6 +797073,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", @@ -797331,6 +800526,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", @@ -800738,6 +804041,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", @@ -802822,6 +806233,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", @@ -806167,6 +809686,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", @@ -809539,6 +813166,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", @@ -812750,6 +816485,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", @@ -814850,6 +818693,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", @@ -818303,6 +822254,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", @@ -821655,6 +825714,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", @@ -825074,6 +829241,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", @@ -828396,6 +832671,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", @@ -1022685,6 +1027068,13 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -1027733,6 +1032123,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -1053446,6 +1057843,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "user": { "title": "User", "type": [ @@ -1058966,6 +1063370,13 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" } }, "required": [ @@ -1064179,6 +1068590,13 @@ "node_id", "comments" ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" } }, "required": [ @@ -1092092,6 +1096510,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1092229,6 +1096654,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1094524,6 +1098950,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1094661,6 +1099094,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1097009,6 +1101443,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1097146,6 +1101587,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1099166,6 +1103608,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1099575,6 +1104018,13 @@ "type": "string", "format": "uri-template" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "url": { "type": "string", "format": "uri" @@ -1101603,6 +1106053,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1102005,6 +1106456,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" @@ -1104312,6 +1108770,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "discussion_url": { "type": "string", "format": "uri" @@ -1104449,6 +1108914,7 @@ "published_at", "assets", "tarball_url", + "updated_at", "zipball_url", "body" ] @@ -1106468,6 +1110934,7 @@ "tag_name", "tarball_url", "target_commitish", + "updated_at", "upload_url", "url", "zipball_url" @@ -1106870,6 +1111337,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" @@ -1130458,7 +1134932,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", @@ -1133469,7 +1137943,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", @@ -1136480,7 +1140954,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", diff --git a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.yaml b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.yaml index 7eb5ade8fd..6598e3891c 100644 --- a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.yaml +++ b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.yaml @@ -15312,7 +15312,7 @@ paths: timeline_url: type: string format: uri - type: &554 + type: &555 title: Issue Type description: The type of issue. type: @@ -15452,6 +15452,82 @@ paths: - blocking - total_blocked_by - total_blocking + issue_field_values: + type: array + items: &554 + title: Issue Field Value + description: A value assigned to an issue field + type: object + properties: + issue_field_id: + description: Unique identifier for the issue field. + type: integer + format: int64 + examples: + - 1 + node_id: + type: string + examples: + - IFT_GDKND + data_type: + description: The data type of the issue field + type: string + enum: + - text + - single_select + - number + - date + examples: + - text + value: + description: The value of the issue field + anyOf: + - type: string + examples: + - Sample text + - type: number + examples: + - 42.5 + - type: integer + examples: + - 1 + type: + - 'null' + - string + - number + - integer + single_select_option: + description: Details about the selected option + (only present for single_select fields) + type: + - object + - 'null' + properties: + id: + description: Unique identifier for the option. + type: integer + format: int64 + examples: + - 1 + name: + description: The name of the option + type: string + examples: + - High + 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 @@ -16044,7 +16120,7 @@ paths: url: type: string format: uri - user: &569 + user: &570 title: Public User description: Public User type: object @@ -21911,7 +21987,7 @@ paths: type: array items: *68 examples: - default: &578 + default: &579 value: - login: github id: 1 @@ -23134,7 +23210,7 @@ paths: type: array items: *82 examples: - default: &575 + default: &576 value: total_count: 1 repositories: @@ -30772,7 +30848,7 @@ paths: - nuget - container - *130 - - &579 + - &580 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -30813,7 +30889,7 @@ paths: default: *211 '403': *41 '401': *39 - '400': &581 + '400': &582 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -34550,10 +34626,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: @@ -37037,7 +37114,7 @@ paths: - updated_at - url examples: - default: &559 + default: &560 value: - author: login: octocat @@ -37285,7 +37362,7 @@ paths: application/json: schema: *272 examples: - default: &560 + default: &561 value: author: login: octocat @@ -37476,7 +37553,7 @@ paths: - updated_at - url examples: - default: &561 + default: &562 value: - author: login: octocat @@ -37702,7 +37779,7 @@ paths: application/json: schema: *275 examples: - default: &562 + default: &563 value: author: login: octocat @@ -38382,7 +38459,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &563 + response-if-user-is-a-team-maintainer: &564 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -38447,7 +38524,7 @@ paths: application/json: schema: *286 examples: - response-if-users-membership-with-team-is-now-pending: &564 + response-if-users-membership-with-team-is-now-pending: &565 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -38590,7 +38667,7 @@ paths: - updated_at - permissions examples: - default: &565 + default: &566 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -38667,7 +38744,7 @@ paths: application/json: schema: *287 examples: - default: &566 + default: &567 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -38871,7 +38948,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &567 + schema: &568 title: Team Repository description: A team's access to a repository. type: object @@ -39600,7 +39677,7 @@ paths: type: array items: *291 examples: - response-if-child-teams-exist: &568 + response-if-child-teams-exist: &569 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -51185,7 +51262,7 @@ paths: check. type: array items: *358 - deployment: &604 + deployment: &605 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -64578,7 +64655,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &632 + last_response: &633 title: Hook Response type: object properties: @@ -65203,7 +65280,7 @@ paths: - html_url - created_at examples: - default: &583 + default: &584 value: - id: 1 repository: @@ -67173,6 +67250,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 @@ -69131,6 +69215,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 @@ -76754,6 +76843,11 @@ paths: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time author: *17 assets: type: array @@ -78824,7 +78918,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &652 + items: &653 type: object properties: type: @@ -83019,6 +83113,9 @@ paths: - 'null' sub_issues_summary: *552 issue_dependencies_summary: *553 + issue_field_values: + type: array + items: *554 state: type: string state_reason: @@ -83095,7 +83192,7 @@ paths: timeline_url: type: string format: uri - type: *554 + type: *555 performed_via_github_app: anyOf: - type: 'null' @@ -84449,7 +84546,7 @@ paths: description: Response content: application/json: - schema: &555 + schema: &556 type: object properties: status: @@ -84469,7 +84566,7 @@ paths: - name - number examples: - default: &556 + default: &557 value: status: scheduled scheduled_time: Tuesday, January 22 at 15:34 -0800 @@ -84514,9 +84611,9 @@ paths: description: Response content: application/json: - schema: *555 + schema: *556 examples: - default: *556 + default: *557 '401': description: Unauthorized requestBody: @@ -85109,7 +85206,7 @@ paths: application/json: schema: type: array - items: &557 + items: &558 type: object properties: key: @@ -85117,7 +85214,7 @@ paths: pretty-print: type: string examples: - default: &558 + default: &559 value: - key: ssh-rsa AAAAB3NzaC1yc2EAAAAB... pretty-print: ssh-rsa 01:14:0f:f2:0f:e2:fe:e8:f4:72:62:af:75:f7:1a:88:3e:04:92:64 @@ -85160,9 +85257,9 @@ paths: application/json: schema: type: array - items: *557 + items: *558 examples: - default: *558 + default: *559 '401': description: Unauthorized requestBody: @@ -85214,9 +85311,9 @@ paths: application/json: schema: type: array - items: *557 + items: *558 examples: - default: *558 + default: *559 '401': description: Unauthorized requestBody: @@ -85547,7 +85644,7 @@ paths: type: array items: *272 examples: - default: *559 + default: *560 headers: Link: *6 x-github: @@ -85699,7 +85796,7 @@ paths: application/json: schema: *272 examples: - default: *560 + default: *561 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85768,7 +85865,7 @@ paths: type: array items: *275 examples: - default: *561 + default: *562 headers: Link: *6 x-github: @@ -85910,7 +86007,7 @@ paths: application/json: schema: *275 examples: - default: *562 + default: *563 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86378,7 +86475,7 @@ paths: application/json: schema: *286 examples: - response-if-user-is-a-team-maintainer: *563 + response-if-user-is-a-team-maintainer: *564 '404': *24 x-github: githubCloudOnly: false @@ -86439,7 +86536,7 @@ paths: application/json: schema: *286 examples: - response-if-users-membership-with-team-is-now-pending: *564 + response-if-users-membership-with-team-is-now-pending: *565 '403': description: Forbidden if team synchronization is set up '422': @@ -86515,7 +86612,7 @@ paths: type: array items: *287 examples: - default: *565 + default: *566 headers: Link: *6 '404': *24 @@ -86551,7 +86648,7 @@ paths: application/json: schema: *287 examples: - default: *566 + default: *567 '404': description: Not Found if project is not managed by this team x-github: @@ -86723,7 +86820,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *567 + schema: *568 examples: alternative-response-with-extra-repository-information: value: @@ -86965,7 +87062,7 @@ paths: type: array items: *291 examples: - response-if-child-teams-exist: *568 + response-if-child-teams-exist: *569 headers: Link: *6 '404': *24 @@ -86998,7 +87095,7 @@ paths: application/json: schema: oneOf: - - &570 + - &571 title: Private User description: Private User type: object @@ -87248,7 +87345,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *569 + - *570 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -87406,7 +87503,7 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: default: value: @@ -87484,7 +87581,7 @@ paths: type: array items: *210 examples: - default: &580 + default: &581 value: - id: 197 name: hello_docker @@ -87571,7 +87668,7 @@ paths: application/json: schema: type: array - items: &571 + items: &572 title: Email description: Email type: object @@ -87601,7 +87698,7 @@ paths: - verified - visibility examples: - default: &582 + default: &583 value: - email: octocat@github.com verified: true @@ -87678,7 +87775,7 @@ paths: application/json: schema: type: array - items: *571 + items: *572 examples: default: value: @@ -87936,7 +88033,7 @@ paths: application/json: schema: type: array - items: &572 + items: &573 title: GPG Key description: A unique encryption key type: object @@ -88081,7 +88178,7 @@ paths: - subkeys - revoked examples: - default: &592 + default: &593 value: - id: 3 name: Octocat's GPG Key @@ -88166,9 +88263,9 @@ paths: description: Response content: application/json: - schema: *572 + schema: *573 examples: - default: &573 + default: &574 value: id: 3 name: Octocat's GPG Key @@ -88225,7 +88322,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &574 + - &575 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -88237,9 +88334,9 @@ paths: description: Response content: application/json: - schema: *572 + schema: *573 examples: - default: *573 + default: *574 '404': *24 '304': *40 '403': *41 @@ -88262,7 +88359,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *574 + - *575 responses: '204': description: Response @@ -88453,7 +88550,7 @@ paths: type: array items: *82 examples: - default: *575 + default: *576 headers: Link: *6 '404': *24 @@ -88629,7 +88726,7 @@ paths: application/json: schema: type: array - items: &576 + items: &577 title: Key description: Key type: object @@ -88732,9 +88829,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *577 examples: - default: &577 + default: &578 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -88773,9 +88870,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *577 examples: - default: *577 + default: *578 '404': *24 '304': *40 '403': *41 @@ -89627,7 +89724,7 @@ paths: type: array items: *68 examples: - default: *578 + default: *579 headers: Link: *6 '304': *40 @@ -89669,7 +89766,7 @@ paths: - docker - nuget - container - - *579 + - *580 - *5 - *4 responses: @@ -89681,8 +89778,8 @@ paths: type: array items: *210 examples: - default: *580 - '400': *581 + default: *581 + '400': *582 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89711,7 +89808,7 @@ paths: application/json: schema: *210 examples: - default: &593 + default: &594 value: id: 40201 name: octo-name @@ -90163,9 +90260,9 @@ paths: application/json: schema: type: array - items: *571 + items: *572 examples: - default: *582 + default: *583 headers: Link: *6 '304': *40 @@ -90278,7 +90375,7 @@ paths: type: array items: *82 examples: - default: &589 + default: &590 summary: Default response value: - id: 1296269 @@ -90638,7 +90735,7 @@ paths: type: array items: *439 examples: - default: *583 + default: *584 headers: Link: *6 '304': *40 @@ -90717,7 +90814,7 @@ paths: application/json: schema: type: array - items: &584 + items: &585 title: Social account description: Social media account type: object @@ -90734,7 +90831,7 @@ paths: - provider - url examples: - default: &585 + default: &586 value: - provider: twitter url: https://twitter.com/github @@ -90797,9 +90894,9 @@ paths: application/json: schema: type: array - items: *584 + items: *585 examples: - default: *585 + default: *586 '422': *33 '304': *40 '404': *24 @@ -90887,7 +90984,7 @@ paths: application/json: schema: type: array - items: &586 + items: &587 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -90907,7 +91004,7 @@ paths: - title - created_at examples: - default: &594 + default: &595 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -90974,9 +91071,9 @@ paths: description: Response content: application/json: - schema: *586 + schema: *587 examples: - default: &587 + default: &588 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -91007,7 +91104,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &588 + - &589 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -91019,9 +91116,9 @@ paths: description: Response content: application/json: - schema: *586 + schema: *587 examples: - default: *587 + default: *588 '404': *24 '304': *40 '403': *41 @@ -91044,7 +91141,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *588 + - *589 responses: '204': description: Response @@ -91073,7 +91170,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &595 + - &596 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 @@ -91098,11 +91195,11 @@ paths: type: array items: *82 examples: - default-response: *589 + default-response: *590 application/vnd.github.v3.star+json: schema: type: array - items: &596 + items: &597 title: Starred Repository description: Starred Repository type: object @@ -91472,10 +91569,10 @@ paths: application/json: schema: oneOf: + - *571 - *570 - - *569 examples: - default-response: &590 + default-response: &591 summary: Default response value: login: octocat @@ -91510,7 +91607,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &591 + response-with-git-hub-plan-information: &592 summary: Response with GitHub plan information value: login: octocat @@ -91622,11 +91719,11 @@ paths: application/json: schema: oneOf: + - *571 - *570 - - *569 examples: - default-response: *590 - response-with-git-hub-plan-information: *591 + default-response: *591 + response-with-git-hub-plan-information: *592 '404': *24 x-github: githubCloudOnly: false @@ -91657,7 +91754,7 @@ paths: type: array items: *210 examples: - default: *580 + default: *581 '403': *41 '401': *39 x-github: @@ -92061,9 +92158,9 @@ paths: application/json: schema: type: array - items: *572 + items: *573 examples: - default: *592 + default: *593 headers: Link: *6 x-github: @@ -92253,7 +92350,7 @@ paths: type: array items: *68 examples: - default: *578 + default: *579 headers: Link: *6 x-github: @@ -92292,7 +92389,7 @@ paths: - docker - nuget - container - - *579 + - *580 - *8 - *5 - *4 @@ -92305,10 +92402,10 @@ paths: type: array items: *210 examples: - default: *580 + default: *581 '403': *41 '401': *39 - '400': *581 + '400': *582 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92338,7 +92435,7 @@ paths: application/json: schema: *210 examples: - default: *593 + default: *594 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92971,9 +93068,9 @@ paths: application/json: schema: type: array - items: *584 + items: *585 examples: - default: *585 + default: *586 headers: Link: *6 x-github: @@ -93003,9 +93100,9 @@ paths: application/json: schema: type: array - items: *586 + items: *587 examples: - default: *594 + default: *595 headers: Link: *6 x-github: @@ -93030,7 +93127,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *8 - - *595 + - *596 - *9 - *4 - *5 @@ -93042,11 +93139,11 @@ paths: schema: anyOf: - type: array - items: *596 + items: *597 - type: array items: *82 examples: - default-response: *589 + default-response: *590 headers: Link: *6 x-github: @@ -93258,7 +93355,7 @@ webhooks: type: string enum: - disabled - enterprise: &597 + enterprise: &598 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -93327,7 +93424,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &598 + installation: &599 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -93348,7 +93445,7 @@ webhooks: required: - id - node_id - organization: &599 + organization: &600 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -93421,7 +93518,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &600 + repository: &601 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -94334,10 +94431,10 @@ webhooks: type: string enum: - enabled - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -94423,11 +94520,11 @@ webhooks: type: string enum: - created - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 - rule: &601 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 + rule: &602 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-server@3.14/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -94644,11 +94741,11 @@ webhooks: type: string enum: - deleted - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 - rule: *601 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 + rule: *602 sender: *17 required: - action @@ -94826,11 +94923,11 @@ webhooks: - everyone required: - from - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 - rule: *601 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 + rule: *602 sender: *17 required: - action @@ -94911,11 +95008,11 @@ webhooks: type: string enum: - cancelled - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 - exemption_request: &602 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 + exemption_request: &603 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -95153,7 +95250,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &603 + items: &604 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -95273,11 +95370,11 @@ webhooks: type: string enum: - completed - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 - exemption_request: *602 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 + exemption_request: *603 sender: *17 required: - action @@ -95357,11 +95454,11 @@ webhooks: type: string enum: - created - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 - exemption_request: *602 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 + exemption_request: *603 sender: *17 required: - action @@ -95441,12 +95538,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 - exemption_request: *602 - exemption_response: *603 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 + exemption_request: *603 + exemption_response: *604 sender: *17 required: - action @@ -95528,12 +95625,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 - exemption_request: *602 - exemption_response: *603 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 + exemption_request: *603 + exemption_response: *604 sender: *17 required: - action @@ -95618,12 +95715,12 @@ webhooks: type: string cache_location: type: string - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 ref: type: string - repository: *600 + repository: *601 sender: *17 required: - cache_location @@ -95717,7 +95814,7 @@ webhooks: type: string enum: - completed - check_run: &605 + check_run: &606 title: CheckRun description: A check performed on the code of a given code change type: object @@ -95827,7 +95924,7 @@ webhooks: - examples: - neutral - deployment: *604 + deployment: *605 details_url: type: string examples: @@ -95925,9 +96022,9 @@ webhooks: - output - app - pull_requests - installation: *598 - organization: *599 - repository: *600 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - check_run @@ -96330,10 +96427,10 @@ webhooks: type: string enum: - created - check_run: *605 - installation: *598 - organization: *599 - repository: *600 + check_run: *606 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - check_run @@ -96739,10 +96836,10 @@ webhooks: type: string enum: - requested_action - check_run: *605 - installation: *598 - organization: *599 - repository: *600 + check_run: *606 + installation: *599 + organization: *600 + repository: *601 requested_action: description: The action requested by the user. type: object @@ -97157,10 +97254,10 @@ webhooks: type: string enum: - rerequested - check_run: *605 - installation: *598 - organization: *599 - repository: *600 + check_run: *606 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - check_run @@ -98162,10 +98259,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -98860,10 +98957,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -99552,10 +99649,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -99883,20 +99980,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &606 + commit_oid: &607 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: *597 - installation: *598 - organization: *599 - ref: &607 + enterprise: *598 + installation: *599 + organization: *600 + ref: &608 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: *600 + repository: *601 sender: *17 required: - action @@ -100311,12 +100408,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *606 - enterprise: *597 - installation: *598 - organization: *599 - ref: *607 - repository: *600 + commit_oid: *607 + enterprise: *598 + installation: *599 + organization: *600 + ref: *608 + repository: *601 sender: *17 required: - action @@ -100606,12 +100703,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *606 - enterprise: *597 - installation: *598 - organization: *599 - ref: *607 - repository: *600 + commit_oid: *607 + enterprise: *598 + installation: *599 + organization: *600 + ref: *608 + repository: *601 sender: *17 required: - action @@ -100964,12 +101061,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *606 - enterprise: *597 - installation: *598 - organization: *599 - ref: *607 - repository: *600 + commit_oid: *607 + enterprise: *598 + installation: *599 + organization: *600 + ref: *608 + repository: *601 sender: *17 required: - action @@ -101259,9 +101356,9 @@ webhooks: type: - string - 'null' - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -101269,7 +101366,7 @@ webhooks: type: - string - 'null' - repository: *600 + repository: *601 sender: *17 required: - action @@ -101522,12 +101619,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *606 - enterprise: *597 - installation: *598 - organization: *599 - ref: *607 - repository: *600 + commit_oid: *607 + enterprise: *598 + installation: *599 + organization: *600 + ref: *608 + repository: *601 sender: *17 required: - action @@ -101799,10 +101896,10 @@ webhooks: - updated_at - author_association - body - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -101893,18 +101990,18 @@ webhooks: type: - string - 'null' - enterprise: *597 - installation: *598 + enterprise: *598 + installation: *599 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *599 - pusher_type: &608 + organization: *600 + pusher_type: &609 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &609 + ref: &610 description: The [`git ref`](https://docs.github.com/enterprise-server@3.14/rest/git/refs#get-a-reference) resource. type: string @@ -101914,7 +102011,7 @@ webhooks: enum: - tag - branch - repository: *600 + repository: *601 sender: *17 required: - ref @@ -101997,9 +102094,9 @@ webhooks: enum: - created definition: *230 - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 sender: *17 required: - action @@ -102084,9 +102181,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 sender: *17 required: - action @@ -102164,9 +102261,9 @@ webhooks: enum: - updated definition: *230 - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 sender: *17 required: - action @@ -102243,10 +102340,10 @@ webhooks: type: string enum: - updated - enterprise: *597 - installation: *598 - repository: *600 - organization: *599 + enterprise: *598 + installation: *599 + repository: *601 + organization: *600 sender: *17 new_property_values: type: array @@ -102341,18 +102438,18 @@ webhooks: title: delete event type: object properties: - enterprise: *597 - installation: *598 - organization: *599 - pusher_type: *608 - ref: *609 + enterprise: *598 + installation: *599 + organization: *600 + pusher_type: *609 + ref: *610 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *600 + repository: *601 sender: *17 required: - ref @@ -102447,10 +102544,10 @@ webhooks: enum: - auto_dismissed alert: *401 - installation: *598 - organization: *599 - enterprise: *597 - repository: *600 + installation: *599 + organization: *600 + enterprise: *598 + repository: *601 sender: *17 required: - action @@ -102545,10 +102642,10 @@ webhooks: enum: - auto_reopened alert: *401 - installation: *598 - organization: *599 - enterprise: *597 - repository: *600 + installation: *599 + organization: *600 + enterprise: *598 + repository: *601 sender: *17 required: - action @@ -102643,10 +102740,10 @@ webhooks: enum: - created alert: *401 - installation: *598 - organization: *599 - enterprise: *597 - repository: *600 + installation: *599 + organization: *600 + enterprise: *598 + repository: *601 sender: *17 required: - action @@ -102739,10 +102836,10 @@ webhooks: enum: - dismissed alert: *401 - installation: *598 - organization: *599 - enterprise: *597 - repository: *600 + installation: *599 + organization: *600 + enterprise: *598 + repository: *601 sender: *17 required: - action @@ -102835,10 +102932,10 @@ webhooks: enum: - fixed alert: *401 - installation: *598 - organization: *599 - enterprise: *597 - repository: *600 + installation: *599 + organization: *600 + enterprise: *598 + repository: *601 sender: *17 required: - action @@ -102932,10 +103029,10 @@ webhooks: enum: - reintroduced alert: *401 - installation: *598 - organization: *599 - enterprise: *597 - repository: *600 + installation: *599 + organization: *600 + enterprise: *598 + repository: *601 sender: *17 required: - action @@ -103028,10 +103125,10 @@ webhooks: enum: - reopened alert: *401 - installation: *598 - organization: *599 - enterprise: *597 - repository: *600 + installation: *599 + organization: *600 + enterprise: *598 + repository: *601 sender: *17 required: - action @@ -103118,9 +103215,9 @@ webhooks: type: string enum: - created - enterprise: *597 - installation: *598 - key: &610 + enterprise: *598 + installation: *599 + key: &611 description: The [`deploy key`](https://docs.github.com/enterprise-server@3.14/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -103156,8 +103253,8 @@ webhooks: - verified - created_at - read_only - organization: *599 - repository: *600 + organization: *600 + repository: *601 sender: *17 required: - action @@ -103244,11 +103341,11 @@ webhooks: type: string enum: - deleted - enterprise: *597 - installation: *598 - key: *610 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + key: *611 + organization: *600 + repository: *601 sender: *17 required: - action @@ -103830,12 +103927,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 - workflow: &614 + workflow: &615 title: Workflow type: - object @@ -104587,9 +104684,9 @@ webhooks: pull_requests: type: array items: *485 - repository: *600 - organization: *599 - installation: *598 + repository: *601 + organization: *600 + installation: *599 sender: *17 responses: '200': @@ -104670,7 +104767,7 @@ webhooks: type: string enum: - approved - approver: &611 + approver: &612 type: object properties: avatar_url: @@ -104713,11 +104810,11 @@ webhooks: type: string comment: type: string - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 - reviewers: &612 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 + reviewers: &613 type: array items: type: object @@ -104798,7 +104895,7 @@ webhooks: sender: *17 since: type: string - workflow_job_run: &613 + workflow_job_run: &614 type: object properties: conclusion: @@ -105554,18 +105651,18 @@ webhooks: type: string enum: - rejected - approver: *611 + approver: *612 comment: type: string - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 - reviewers: *612 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 + reviewers: *613 sender: *17 since: type: string - workflow_job_run: *613 + workflow_job_run: *614 workflow_job_runs: type: array items: @@ -106292,13 +106389,13 @@ webhooks: type: string enum: - requested - enterprise: *597 + enterprise: *598 environment: type: string - installation: *598 - organization: *599 - repository: *600 - requestor: &619 + installation: *599 + organization: *600 + repository: *601 + requestor: &620 title: User type: - object @@ -108251,12 +108348,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 - workflow: *614 + workflow: *615 workflow_run: title: Deployment Workflow Run type: @@ -108957,7 +109054,7 @@ webhooks: type: string enum: - answered - answer: &617 + answer: &618 type: object properties: author_association: @@ -109117,7 +109214,7 @@ webhooks: - created_at - updated_at - body - discussion: &615 + discussion: &616 title: Discussion description: A Discussion in a repository. type: object @@ -109435,10 +109532,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -109575,11 +109672,11 @@ webhooks: - from required: - category - discussion: *615 - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + discussion: *616 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -109672,11 +109769,11 @@ webhooks: type: string enum: - closed - discussion: *615 - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + discussion: *616 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -109768,7 +109865,7 @@ webhooks: type: string enum: - created - comment: &616 + comment: &617 type: object properties: author_association: @@ -109928,11 +110025,11 @@ webhooks: - updated_at - body - reactions - discussion: *615 - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + discussion: *616 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -110025,12 +110122,12 @@ webhooks: type: string enum: - deleted - comment: *616 - discussion: *615 - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + comment: *617 + discussion: *616 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -110135,12 +110232,12 @@ webhooks: - from required: - body - comment: *616 - discussion: *615 - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + comment: *617 + discussion: *616 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -110234,11 +110331,11 @@ webhooks: type: string enum: - created - discussion: *615 - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + discussion: *616 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -110330,11 +110427,11 @@ webhooks: type: string enum: - deleted - discussion: *615 - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + discussion: *616 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -110444,11 +110541,11 @@ webhooks: type: string required: - from - discussion: *615 - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + discussion: *616 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -110540,10 +110637,10 @@ webhooks: type: string enum: - labeled - discussion: *615 - enterprise: *597 - installation: *598 - label: &618 + discussion: *616 + enterprise: *598 + installation: *599 + label: &619 title: Label type: object properties: @@ -110576,8 +110673,8 @@ webhooks: - color - default - description - organization: *599 - repository: *600 + organization: *600 + repository: *601 sender: *17 required: - action @@ -110670,11 +110767,11 @@ webhooks: type: string enum: - locked - discussion: *615 - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + discussion: *616 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -110766,11 +110863,11 @@ webhooks: type: string enum: - pinned - discussion: *615 - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + discussion: *616 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -110862,11 +110959,11 @@ webhooks: type: string enum: - reopened - discussion: *615 - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + discussion: *616 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -110961,16 +111058,16 @@ webhooks: changes: type: object properties: - new_discussion: *615 - new_repository: *600 + new_discussion: *616 + new_repository: *601 required: - new_discussion - new_repository - discussion: *615 - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + discussion: *616 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -111063,10 +111160,10 @@ webhooks: type: string enum: - unanswered - discussion: *615 - old_answer: *617 - organization: *599 - repository: *600 + discussion: *616 + old_answer: *618 + organization: *600 + repository: *601 sender: *17 required: - action @@ -111158,12 +111255,12 @@ webhooks: type: string enum: - unlabeled - discussion: *615 - enterprise: *597 - installation: *598 - label: *618 - organization: *599 - repository: *600 + discussion: *616 + enterprise: *598 + installation: *599 + label: *619 + organization: *600 + repository: *601 sender: *17 required: - action @@ -111256,11 +111353,11 @@ webhooks: type: string enum: - unlocked - discussion: *615 - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + discussion: *616 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -111352,11 +111449,11 @@ webhooks: type: string enum: - unpinned - discussion: *615 - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + discussion: *616 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -111597,7 +111694,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *597 + enterprise: *598 forkee: description: The created [`repository`](https://docs.github.com/enterprise-server@3.14/rest/repos/repos#get-a-repository) resource. @@ -112275,9 +112372,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *598 - organization: *599 - repository: *600 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - forkee @@ -112443,9 +112540,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 pages: description: The pages that were updated. type: array @@ -112483,7 +112580,7 @@ webhooks: - action - sha - html_url - repository: *600 + repository: *601 sender: *17 required: - pages @@ -112569,10 +112666,10 @@ webhooks: type: string enum: - created - enterprise: *597 + enterprise: *598 installation: *37 - organization: *599 - repositories: &620 + organization: *600 + repositories: &621 description: An array of repository objects that the installation can access. type: array @@ -112598,8 +112695,8 @@ webhooks: - name - full_name - private - repository: *600 - requester: *619 + repository: *601 + requester: *620 sender: *17 required: - action @@ -112684,11 +112781,11 @@ webhooks: type: string enum: - deleted - enterprise: *597 + enterprise: *598 installation: *37 - organization: *599 - repositories: *620 - repository: *600 + organization: *600 + repositories: *621 + repository: *601 requester: type: - 'null' @@ -112775,11 +112872,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *597 + enterprise: *598 installation: *37 - organization: *599 - repositories: *620 - repository: *600 + organization: *600 + repositories: *621 + repository: *601 requester: type: - 'null' @@ -112866,10 +112963,10 @@ webhooks: type: string enum: - added - enterprise: *597 + enterprise: *598 installation: *37 - organization: *599 - repositories_added: &621 + organization: *600 + repositories_added: &622 description: An array of repository objects, which were added to the installation. type: array @@ -112915,15 +113012,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *600 - repository_selection: &622 + repository: *601 + repository_selection: &623 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *619 + requester: *620 sender: *17 required: - action @@ -113012,10 +113109,10 @@ webhooks: type: string enum: - removed - enterprise: *597 + enterprise: *598 installation: *37 - organization: *599 - repositories_added: *621 + organization: *600 + repositories_added: *622 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -113042,9 +113139,9 @@ webhooks: - name - full_name - private - repository: *600 - repository_selection: *622 - requester: *619 + repository: *601 + repository_selection: *623 + requester: *620 sender: *17 required: - action @@ -113133,11 +113230,11 @@ webhooks: type: string enum: - suspend - enterprise: *597 + enterprise: *598 installation: *37 - organization: *599 - repositories: *620 - repository: *600 + organization: *600 + repositories: *621 + repository: *601 requester: type: - 'null' @@ -113330,10 +113427,10 @@ webhooks: type: string required: - from - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 target_type: type: string @@ -113422,11 +113519,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *597 + enterprise: *598 installation: *37 - organization: *599 - repositories: *620 - repository: *600 + organization: *600 + repositories: *621 + repository: *601 requester: type: - 'null' @@ -113684,8 +113781,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *597 - installation: *598 + enterprise: *598 + installation: *599 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) the comment belongs to. @@ -114520,7 +114617,7 @@ webhooks: title: description: Title of the issue type: string - type: *554 + type: *555 updated_at: type: string format: date-time @@ -114864,8 +114961,8 @@ webhooks: - state - locked - assignee - organization: *599 - repository: *600 + organization: *600 + repository: *601 sender: *17 required: - action @@ -114955,7 +115052,7 @@ webhooks: type: string enum: - deleted - comment: &623 + comment: &624 title: issue comment description: The [comment](https://docs.github.com/enterprise-server@3.14/rest/issues/comments#get-an-issue-comment) itself. @@ -115122,8 +115219,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *597 - installation: *598 + enterprise: *598 + installation: *599 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) the comment belongs to. @@ -115954,7 +116051,7 @@ webhooks: title: description: Title of the issue type: string - type: *554 + type: *555 updated_at: type: string format: date-time @@ -116300,8 +116397,8 @@ webhooks: - state - locked - assignee - organization: *599 - repository: *600 + organization: *600 + repository: *601 sender: *17 required: - action @@ -116391,7 +116488,7 @@ webhooks: type: string enum: - edited - changes: &644 + changes: &645 description: The changes to the comment. type: object properties: @@ -116403,9 +116500,9 @@ webhooks: type: string required: - from - comment: *623 - enterprise: *597 - installation: *598 + comment: *624 + enterprise: *598 + installation: *599 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) the comment belongs to. @@ -117239,7 +117336,7 @@ webhooks: title: description: Title of the issue type: string - type: *554 + type: *555 updated_at: type: string format: date-time @@ -117583,8 +117680,8 @@ webhooks: - state - locked - assignee - organization: *599 - repository: *600 + organization: *600 + repository: *601 sender: *17 required: - action @@ -117676,10 +117773,10 @@ webhooks: type: string enum: - assigned - assignee: *619 - enterprise: *597 - installation: *598 - issue: &626 + assignee: *620 + enterprise: *598 + installation: *599 + issue: &627 title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) itself. @@ -118493,6 +118590,9 @@ webhooks: format: uri sub_issues_summary: *552 issue_dependencies_summary: *553 + issue_field_values: + type: array + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -118509,7 +118609,7 @@ webhooks: title: description: Title of the issue type: string - type: *554 + type: *555 updated_at: type: string format: date-time @@ -118612,8 +118712,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *599 - repository: *600 + organization: *600 + repository: *601 sender: *17 required: - action @@ -118703,8 +118803,8 @@ webhooks: type: string enum: - closed - enterprise: *597 - installation: *598 + enterprise: *598 + installation: *599 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) itself. @@ -119523,6 +119623,9 @@ webhooks: format: uri sub_issues_summary: *552 issue_dependencies_summary: *553 + issue_field_values: + type: array + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -119539,7 +119642,7 @@ webhooks: title: description: Title of the issue type: string - type: *554 + type: *555 updated_at: type: string format: date-time @@ -119785,8 +119888,8 @@ webhooks: required: - state - closed_at - organization: *599 - repository: *600 + organization: *600 + repository: *601 sender: *17 required: - action @@ -119875,8 +119978,8 @@ webhooks: type: string enum: - deleted - enterprise: *597 - installation: *598 + enterprise: *598 + installation: *599 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -120686,6 +120789,9 @@ webhooks: format: uri sub_issues_summary: *552 issue_dependencies_summary: *553 + issue_field_values: + type: array + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -120702,7 +120808,7 @@ webhooks: title: description: Title of the issue type: string - type: *554 + type: *555 updated_at: type: string format: date-time @@ -120804,8 +120910,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *599 - repository: *600 + organization: *600 + repository: *601 sender: *17 required: - action @@ -120894,8 +121000,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *597 - installation: *598 + enterprise: *598 + installation: *599 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -121728,6 +121834,9 @@ webhooks: format: uri sub_issues_summary: *552 issue_dependencies_summary: *553 + issue_field_values: + type: array + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -121744,7 +121853,7 @@ webhooks: title: description: Title of the issue type: string - type: *554 + type: *555 updated_at: type: string format: date-time @@ -121825,7 +121934,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &624 + milestone: &625 title: Milestone description: A collection of related issues and pull requests. type: object @@ -121968,8 +122077,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *599 - repository: *600 + organization: *600 + repository: *601 sender: *17 required: - action @@ -122078,8 +122187,8 @@ webhooks: type: string required: - from - enterprise: *597 - installation: *598 + enterprise: *598 + installation: *599 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -122893,6 +123002,9 @@ webhooks: format: uri sub_issues_summary: *552 issue_dependencies_summary: *553 + issue_field_values: + type: array + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -122906,7 +123018,7 @@ webhooks: timeline_url: type: string format: uri - type: *554 + type: *555 title: description: Title of the issue type: string @@ -123012,9 +123124,9 @@ webhooks: - active_lock_reason - body - reactions - label: *618 - organization: *599 - repository: *600 + label: *619 + organization: *600 + repository: *601 sender: *17 required: - action @@ -123104,8 +123216,8 @@ webhooks: type: string enum: - labeled - enterprise: *597 - installation: *598 + enterprise: *598 + installation: *599 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -123918,6 +124030,9 @@ webhooks: format: uri sub_issues_summary: *552 issue_dependencies_summary: *553 + issue_field_values: + type: array + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -123931,7 +124046,7 @@ webhooks: timeline_url: type: string format: uri - type: *554 + type: *555 title: description: Title of the issue type: string @@ -124037,9 +124152,9 @@ webhooks: - active_lock_reason - body - reactions - label: *618 - organization: *599 - repository: *600 + label: *619 + organization: *600 + repository: *601 sender: *17 required: - action @@ -124129,8 +124244,8 @@ webhooks: type: string enum: - locked - enterprise: *597 - installation: *598 + enterprise: *598 + installation: *599 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -124968,6 +125083,9 @@ webhooks: format: uri sub_issues_summary: *552 issue_dependencies_summary: *553 + issue_field_values: + type: array + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -124981,7 +125099,7 @@ webhooks: timeline_url: type: string format: uri - type: *554 + type: *555 title: description: Title of the issue type: string @@ -125064,8 +125182,8 @@ webhooks: format: uri user_view_type: type: string - organization: *599 - repository: *600 + organization: *600 + repository: *601 sender: *17 required: - action @@ -125154,8 +125272,8 @@ webhooks: type: string enum: - milestoned - enterprise: *597 - installation: *598 + enterprise: *598 + installation: *599 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -125987,6 +126105,9 @@ webhooks: format: uri sub_issues_summary: *552 issue_dependencies_summary: *553 + issue_field_values: + type: array + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -126003,7 +126124,7 @@ webhooks: title: description: Title of the issue type: string - type: *554 + type: *555 updated_at: type: string format: date-time @@ -126083,9 +126204,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *624 - organization: *599 - repository: *600 + milestone: *625 + organization: *600 + repository: *601 sender: *17 required: - action @@ -126989,6 +127110,9 @@ webhooks: format: uri sub_issues_summary: *552 issue_dependencies_summary: *553 + issue_field_values: + type: array + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -127084,7 +127208,7 @@ webhooks: required: - login - id - type: *554 + type: *555 required: - id - number @@ -127565,8 +127689,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *597 - installation: *598 + enterprise: *598 + installation: *599 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -128380,6 +128504,9 @@ webhooks: format: uri sub_issues_summary: *552 issue_dependencies_summary: *553 + issue_field_values: + type: array + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -128396,7 +128523,7 @@ webhooks: title: description: Title of the issue type: string - type: *554 + type: *555 updated_at: type: string format: date-time @@ -128498,8 +128625,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *599 - repository: *600 + organization: *600 + repository: *601 sender: *17 required: - action @@ -128589,9 +128716,9 @@ webhooks: type: string enum: - pinned - enterprise: *597 - installation: *598 - issue: &625 + enterprise: *598 + installation: *599 + issue: &626 title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) itself. @@ -129399,6 +129526,9 @@ webhooks: format: uri sub_issues_summary: *552 issue_dependencies_summary: *553 + issue_field_values: + type: array + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -129415,7 +129545,7 @@ webhooks: title: description: Title of the issue type: string - type: *554 + type: *555 updated_at: type: string format: date-time @@ -129517,8 +129647,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *599 - repository: *600 + organization: *600 + repository: *601 sender: *17 required: - action @@ -129607,8 +129737,8 @@ webhooks: type: string enum: - reopened - enterprise: *597 - installation: *598 + enterprise: *598 + installation: *599 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -130444,6 +130574,9 @@ webhooks: format: uri sub_issues_summary: *552 issue_dependencies_summary: *553 + issue_field_values: + type: array + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -130540,9 +130673,9 @@ webhooks: format: uri user_view_type: type: string - type: *554 - organization: *599 - repository: *600 + type: *555 + organization: *600 + repository: *601 sender: *17 required: - action @@ -131443,6 +131576,9 @@ webhooks: format: uri sub_issues_summary: *552 issue_dependencies_summary: *553 + issue_field_values: + type: array + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -131459,7 +131595,7 @@ webhooks: title: description: Title of the issue type: string - type: *554 + type: *555 updated_at: type: string format: date-time @@ -132041,11 +132177,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *597 - installation: *598 - issue: *625 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + issue: *626 + organization: *600 + repository: *601 sender: *17 required: - action @@ -132136,7 +132272,7 @@ webhooks: type: string enum: - unassigned - assignee: &647 + assignee: &648 title: User type: - object @@ -132208,11 +132344,11 @@ webhooks: required: - login - id - enterprise: *597 - installation: *598 - issue: *626 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + issue: *627 + organization: *600 + repository: *601 sender: *17 required: - action @@ -132301,12 +132437,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *597 - installation: *598 - issue: *626 - label: *618 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + issue: *627 + label: *619 + organization: *600 + repository: *601 sender: *17 required: - action @@ -132396,8 +132532,8 @@ webhooks: type: string enum: - unlocked - enterprise: *597 - installation: *598 + enterprise: *598 + installation: *599 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -133233,6 +133369,9 @@ webhooks: format: uri sub_issues_summary: *552 issue_dependencies_summary: *553 + issue_field_values: + type: array + items: *554 state: description: State of the issue; either 'open' or 'closed' type: string @@ -133249,7 +133388,7 @@ webhooks: title: description: Title of the issue type: string - type: *554 + type: *555 updated_at: type: string format: date-time @@ -133329,8 +133468,8 @@ webhooks: format: uri user_view_type: type: string - organization: *599 - repository: *600 + organization: *600 + repository: *601 sender: *17 required: - action @@ -133420,11 +133559,11 @@ webhooks: type: string enum: - unpinned - enterprise: *597 - installation: *598 - issue: *625 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + issue: *626 + organization: *600 + repository: *601 sender: *17 required: - action @@ -133513,11 +133652,11 @@ webhooks: type: string enum: - created - enterprise: *597 - installation: *598 - label: *618 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + label: *619 + organization: *600 + repository: *601 sender: *17 required: - action @@ -133605,11 +133744,11 @@ webhooks: type: string enum: - deleted - enterprise: *597 - installation: *598 - label: *618 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + label: *619 + organization: *600 + repository: *601 sender: *17 required: - action @@ -133729,11 +133868,11 @@ webhooks: type: string required: - from - enterprise: *597 - installation: *598 - label: *618 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + label: *619 + organization: *600 + repository: *601 sender: *17 required: - action @@ -133847,11 +133986,11 @@ webhooks: type: string required: - to - enterprise: *597 - installation: *598 - member: *619 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + member: *620 + organization: *600 + repository: *601 sender: *17 required: - action @@ -133963,11 +134102,11 @@ webhooks: type: - string - 'null' - enterprise: *597 - installation: *598 - member: *619 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + member: *620 + organization: *600 + repository: *601 sender: *17 required: - action @@ -134056,11 +134195,11 @@ webhooks: type: string enum: - removed - enterprise: *597 - installation: *598 - member: *619 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + member: *620 + organization: *600 + repository: *601 sender: *17 required: - action @@ -134148,11 +134287,11 @@ webhooks: type: string enum: - added - enterprise: *597 - installation: *598 - member: *619 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + member: *620 + organization: *600 + repository: *601 scope: description: The scope of the membership. Currently, can only be `team`. @@ -134230,7 +134369,7 @@ webhooks: required: - login - id - team: &627 + team: &628 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -134433,11 +134572,11 @@ webhooks: type: string enum: - removed - enterprise: *597 - installation: *598 - member: *619 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + member: *620 + organization: *600 + repository: *601 scope: description: The scope of the membership. Currently, can only be `team`. @@ -134516,7 +134655,7 @@ webhooks: required: - login - id - team: *627 + team: *628 required: - action - scope @@ -134604,7 +134743,7 @@ webhooks: type: string enum: - deleted - enterprise: *597 + enterprise: *598 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -134713,12 +134852,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *598 - organization: *599 + installation: *599 + organization: *600 repository: anyOf: - type: 'null' - - *600 + - *601 sender: *17 required: - action @@ -134808,11 +134947,11 @@ webhooks: type: string enum: - closed - enterprise: *597 - installation: *598 - milestone: *624 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + milestone: *625 + organization: *600 + repository: *601 sender: *17 required: - action @@ -134901,9 +135040,9 @@ webhooks: type: string enum: - created - enterprise: *597 - installation: *598 - milestone: &628 + enterprise: *598 + installation: *599 + milestone: &629 title: Milestone description: A collection of related issues and pull requests. type: object @@ -135045,8 +135184,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *599 - repository: *600 + organization: *600 + repository: *601 sender: *17 required: - action @@ -135135,11 +135274,11 @@ webhooks: type: string enum: - deleted - enterprise: *597 - installation: *598 - milestone: *624 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + milestone: *625 + organization: *600 + repository: *601 sender: *17 required: - action @@ -135259,11 +135398,11 @@ webhooks: type: string required: - from - enterprise: *597 - installation: *598 - milestone: *624 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + milestone: *625 + organization: *600 + repository: *601 sender: *17 required: - action @@ -135353,11 +135492,11 @@ webhooks: type: string enum: - opened - enterprise: *597 - installation: *598 - milestone: *628 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + milestone: *629 + organization: *600 + repository: *601 sender: *17 required: - action @@ -135446,9 +135585,9 @@ webhooks: type: string enum: - deleted - enterprise: *597 - installation: *598 - membership: &629 + enterprise: *598 + installation: *599 + membership: &630 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -135558,8 +135697,8 @@ webhooks: - role - organization_url - user - organization: *599 - repository: *600 + organization: *600 + repository: *601 sender: *17 required: - action @@ -135647,11 +135786,11 @@ webhooks: type: string enum: - member_added - enterprise: *597 - installation: *598 - membership: *629 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + membership: *630 + organization: *600 + repository: *601 sender: *17 required: - action @@ -135740,8 +135879,8 @@ webhooks: type: string enum: - member_invited - enterprise: *597 - installation: *598 + enterprise: *598 + installation: *599 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -135863,10 +136002,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *599 - repository: *600 + organization: *600 + repository: *601 sender: *17 - user: *619 + user: *620 required: - action - invitation @@ -135954,11 +136093,11 @@ webhooks: type: string enum: - member_removed - enterprise: *597 - installation: *598 - membership: *629 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + membership: *630 + organization: *600 + repository: *601 sender: *17 required: - action @@ -136055,11 +136194,11 @@ webhooks: properties: from: type: string - enterprise: *597 - installation: *598 - membership: *629 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + membership: *630 + organization: *600 + repository: *601 sender: *17 required: - action @@ -136145,9 +136284,9 @@ webhooks: type: string enum: - published - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 package: description: Information about the package. type: object @@ -136670,7 +136809,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &630 + items: &631 title: Ruby Gems metadata type: object properties: @@ -136767,7 +136906,7 @@ webhooks: - owner - package_version - registry - repository: *600 + repository: *601 sender: *17 required: - action @@ -136853,9 +136992,9 @@ webhooks: type: string enum: - updated - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 package: description: Information about the package. type: object @@ -137217,7 +137356,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *630 + items: *631 source_url: type: string format: uri @@ -137288,7 +137427,7 @@ webhooks: - owner - package_version - registry - repository: *600 + repository: *601 sender: *17 required: - action @@ -137479,12 +137618,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *597 + enterprise: *598 id: type: integer - installation: *598 - organization: *599 - repository: *600 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - id @@ -137561,7 +137700,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &631 + personal_access_token_request: &632 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -137711,10 +137850,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *597 - organization: *599 + enterprise: *598 + organization: *600 sender: *17 - installation: *598 + installation: *599 required: - action - personal_access_token_request @@ -137791,11 +137930,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *631 - enterprise: *597 - organization: *599 + personal_access_token_request: *632 + enterprise: *598 + organization: *600 sender: *17 - installation: *598 + installation: *599 required: - action - personal_access_token_request @@ -137871,11 +138010,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *631 - enterprise: *597 - organization: *599 + personal_access_token_request: *632 + enterprise: *598 + organization: *600 sender: *17 - installation: *598 + installation: *599 required: - action - personal_access_token_request @@ -137950,11 +138089,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *631 - organization: *599 - enterprise: *597 + personal_access_token_request: *632 + organization: *600 + enterprise: *598 sender: *17 - installation: *598 + installation: *599 required: - action - personal_access_token_request @@ -138069,7 +138208,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *632 + last_response: *633 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -138101,8 +138240,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *599 - repository: *600 + organization: *600 + repository: *601 sender: *17 zen: description: Random string of GitHub zen. @@ -138357,10 +138496,10 @@ webhooks: - from required: - note - enterprise: *597 - installation: *598 - organization: *599 - project_card: &633 + enterprise: *598 + installation: *599 + organization: *600 + project_card: &634 title: Project Card type: object properties: @@ -138483,7 +138622,7 @@ webhooks: - creator - created_at - updated_at - repository: *600 + repository: *601 sender: *17 required: - action @@ -138574,11 +138713,11 @@ webhooks: type: string enum: - created - enterprise: *597 - installation: *598 - organization: *599 - project_card: *633 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + project_card: *634 + repository: *601 sender: *17 required: - action @@ -138668,9 +138807,9 @@ webhooks: type: string enum: - deleted - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 project_card: title: Project Card type: object @@ -138800,7 +138939,7 @@ webhooks: repository: anyOf: - type: 'null' - - *600 + - *601 sender: *17 required: - action @@ -138904,11 +139043,11 @@ webhooks: - from required: - note - enterprise: *597 - installation: *598 - organization: *599 - project_card: *633 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + project_card: *634 + repository: *601 sender: *17 required: - action @@ -139012,9 +139151,9 @@ webhooks: - from required: - column_id - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 project_card: allOf: - title: Project Card @@ -139211,7 +139350,7 @@ webhooks: type: string required: - after_id - repository: *600 + repository: *601 sender: *17 required: - action @@ -139301,10 +139440,10 @@ webhooks: type: string enum: - closed - enterprise: *597 - installation: *598 - organization: *599 - project: &635 + enterprise: *598 + installation: *599 + organization: *600 + project: &636 title: Project type: object properties: @@ -139431,7 +139570,7 @@ webhooks: - creator - created_at - updated_at - repository: *600 + repository: *601 sender: *17 required: - action @@ -139521,10 +139660,10 @@ webhooks: type: string enum: - created - enterprise: *597 - installation: *598 - organization: *599 - project_column: &634 + enterprise: *598 + installation: *599 + organization: *600 + project_column: &635 title: Project Column type: object properties: @@ -139564,7 +139703,7 @@ webhooks: - name - created_at - updated_at - repository: *600 + repository: *601 sender: *17 required: - action @@ -139653,14 +139792,14 @@ webhooks: type: string enum: - deleted - enterprise: *597 - installation: *598 - organization: *599 - project_column: *634 + enterprise: *598 + installation: *599 + organization: *600 + project_column: *635 repository: anyOf: - type: 'null' - - *600 + - *601 sender: *17 required: - action @@ -139759,11 +139898,11 @@ webhooks: type: string required: - from - enterprise: *597 - installation: *598 - organization: *599 - project_column: *634 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + project_column: *635 + repository: *601 sender: *17 required: - action @@ -139853,11 +139992,11 @@ webhooks: type: string enum: - moved - enterprise: *597 - installation: *598 - organization: *599 - project_column: *634 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + project_column: *635 + repository: *601 sender: *17 required: - action @@ -139947,11 +140086,11 @@ webhooks: type: string enum: - created - enterprise: *597 - installation: *598 - organization: *599 - project: *635 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + project: *636 + repository: *601 sender: *17 required: - action @@ -140041,14 +140180,14 @@ webhooks: type: string enum: - deleted - enterprise: *597 - installation: *598 - organization: *599 - project: *635 + enterprise: *598 + installation: *599 + organization: *600 + project: *636 repository: anyOf: - type: 'null' - - *600 + - *601 sender: *17 required: - action @@ -140159,11 +140298,11 @@ webhooks: type: string required: - from - enterprise: *597 - installation: *598 - organization: *599 - project: *635 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + project: *636 + repository: *601 sender: *17 required: - action @@ -140252,11 +140391,11 @@ webhooks: type: string enum: - reopened - enterprise: *597 - installation: *598 - organization: *599 - project: *635 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + project: *636 + repository: *601 sender: *17 required: - action @@ -140347,9 +140486,9 @@ webhooks: type: string enum: - closed - installation: *598 - organization: *599 - projects_v2: &636 + installation: *599 + organization: *600 + projects_v2: &637 title: Projects v2 Project description: A projects v2 project type: object @@ -140572,9 +140711,9 @@ webhooks: type: string enum: - created - installation: *598 - organization: *599 - projects_v2: *636 + installation: *599 + organization: *600 + projects_v2: *637 sender: *17 required: - action @@ -140665,9 +140804,9 @@ webhooks: type: string enum: - deleted - installation: *598 - organization: *599 - projects_v2: *636 + installation: *599 + organization: *600 + projects_v2: *637 sender: *17 required: - action @@ -140798,9 +140937,9 @@ webhooks: type: string to: type: string - installation: *598 - organization: *599 - projects_v2: *636 + installation: *599 + organization: *600 + projects_v2: *637 sender: *17 required: - action @@ -140893,7 +141032,7 @@ webhooks: type: string enum: - archived - changes: &640 + changes: &641 type: object properties: archived_at: @@ -140909,9 +141048,9 @@ webhooks: - string - 'null' format: date-time - installation: *598 - organization: *599 - projects_v2_item: &637 + installation: *599 + organization: *600 + projects_v2_item: &638 title: Projects v2 Item description: An item belonging to a project type: object @@ -141060,9 +141199,9 @@ webhooks: - 'null' to: type: string - installation: *598 - organization: *599 - projects_v2_item: *637 + installation: *599 + organization: *600 + projects_v2_item: *638 sender: *17 required: - action @@ -141154,9 +141293,9 @@ webhooks: type: string enum: - created - installation: *598 - organization: *599 - projects_v2_item: *637 + installation: *599 + organization: *600 + projects_v2_item: *638 sender: *17 required: - action @@ -141247,9 +141386,9 @@ webhooks: type: string enum: - deleted - installation: *598 - organization: *599 - projects_v2_item: *637 + installation: *599 + organization: *600 + projects_v2_item: *638 sender: *17 required: - action @@ -141364,7 +141503,7 @@ webhooks: oneOf: - type: string - type: integer - - &638 + - &639 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -141384,7 +141523,7 @@ webhooks: required: - id - name - - &639 + - &640 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -141417,8 +141556,8 @@ webhooks: oneOf: - type: string - type: integer - - *638 - *639 + - *640 type: - 'null' - string @@ -141441,9 +141580,9 @@ webhooks: - 'null' required: - body - installation: *598 - organization: *599 - projects_v2_item: *637 + installation: *599 + organization: *600 + projects_v2_item: *638 sender: *17 required: - action @@ -141550,9 +141689,9 @@ webhooks: type: - string - 'null' - installation: *598 - organization: *599 - projects_v2_item: *637 + installation: *599 + organization: *600 + projects_v2_item: *638 sender: *17 required: - action @@ -141645,10 +141784,10 @@ webhooks: type: string enum: - restored - changes: *640 - installation: *598 - organization: *599 - projects_v2_item: *637 + changes: *641 + installation: *599 + organization: *600 + projects_v2_item: *638 sender: *17 required: - action @@ -141740,9 +141879,9 @@ webhooks: type: string enum: - reopened - installation: *598 - organization: *599 - projects_v2: *636 + installation: *599 + organization: *600 + projects_v2: *637 sender: *17 required: - action @@ -141823,10 +141962,10 @@ webhooks: title: public event type: object properties: - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - repository @@ -141913,13 +142052,13 @@ webhooks: type: string enum: - assigned - assignee: *619 - enterprise: *597 - installation: *598 - number: &641 + assignee: *620 + enterprise: *598 + installation: *599 + number: &642 description: The pull request number. type: integer - organization: *599 + organization: *600 pull_request: title: Pull Request type: object @@ -144268,7 +144407,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *600 + repository: *601 sender: *17 required: - action @@ -144360,11 +144499,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *597 - installation: *598 + enterprise: *598 + installation: *599 number: type: integer - organization: *599 + organization: *600 pull_request: title: Pull Request type: object @@ -146706,7 +146845,7 @@ webhooks: - draft reason: type: string - repository: *600 + repository: *601 sender: *17 required: - action @@ -146798,11 +146937,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *597 - installation: *598 + enterprise: *598 + installation: *599 number: type: integer - organization: *599 + organization: *600 pull_request: title: Pull Request type: object @@ -149144,7 +149283,7 @@ webhooks: - draft reason: type: string - repository: *600 + repository: *601 sender: *17 required: - action @@ -149236,11 +149375,11 @@ webhooks: type: string enum: - closed - enterprise: *597 - installation: *598 - number: *641 - organization: *599 - pull_request: &642 + enterprise: *598 + installation: *599 + number: *642 + organization: *600 + pull_request: &643 allOf: - *485 - type: object @@ -149304,7 +149443,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *600 + repository: *601 sender: *17 required: - action @@ -149395,12 +149534,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *597 - installation: *598 - number: *641 - organization: *599 - pull_request: *642 - repository: *600 + enterprise: *598 + installation: *599 + number: *642 + organization: *600 + pull_request: *643 + repository: *601 sender: *17 required: - action @@ -149490,11 +149629,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *597 + enterprise: *598 milestone: *390 - number: *641 - organization: *599 - pull_request: &643 + number: *642 + organization: *600 + pull_request: &644 title: Pull Request type: object properties: @@ -151821,7 +151960,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *600 + repository: *601 sender: *17 required: - action @@ -151953,12 +152092,12 @@ webhooks: type: string required: - from - enterprise: *597 - installation: *598 - number: *641 - organization: *599 - pull_request: *642 - repository: *600 + enterprise: *598 + installation: *599 + number: *642 + organization: *600 + pull_request: *643 + repository: *601 sender: *17 required: - action @@ -152048,11 +152187,11 @@ webhooks: type: string enum: - labeled - enterprise: *597 - installation: *598 - label: *618 - number: *641 - organization: *599 + enterprise: *598 + installation: *599 + label: *619 + number: *642 + organization: *600 pull_request: title: Pull Request type: object @@ -154400,7 +154539,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *600 + repository: *601 sender: *17 required: - action @@ -154491,10 +154630,10 @@ webhooks: type: string enum: - locked - enterprise: *597 - installation: *598 - number: *641 - organization: *599 + enterprise: *598 + installation: *599 + number: *642 + organization: *600 pull_request: title: Pull Request type: object @@ -156840,7 +156979,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *600 + repository: *601 sender: *17 required: - action @@ -156930,12 +157069,12 @@ webhooks: type: string enum: - milestoned - enterprise: *597 + enterprise: *598 milestone: *390 - number: *641 - organization: *599 - pull_request: *643 - repository: *600 + number: *642 + organization: *600 + pull_request: *644 + repository: *601 sender: *17 required: - action @@ -157024,12 +157163,12 @@ webhooks: type: string enum: - opened - enterprise: *597 - installation: *598 - number: *641 - organization: *599 - pull_request: *642 - repository: *600 + enterprise: *598 + installation: *599 + number: *642 + organization: *600 + pull_request: *643 + repository: *601 sender: *17 required: - action @@ -157120,12 +157259,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *597 - installation: *598 - number: *641 - organization: *599 - pull_request: *642 - repository: *600 + enterprise: *598 + installation: *599 + number: *642 + organization: *600 + pull_request: *643 + repository: *601 sender: *17 required: - action @@ -157215,12 +157354,12 @@ webhooks: type: string enum: - reopened - enterprise: *597 - installation: *598 - number: *641 - organization: *599 - pull_request: *642 - repository: *600 + enterprise: *598 + installation: *599 + number: *642 + organization: *600 + pull_request: *643 + repository: *601 sender: *17 required: - action @@ -157605,9 +157744,9 @@ webhooks: - start_side - side - reactions - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 pull_request: type: object properties: @@ -159837,7 +159976,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *600 + repository: *601 sender: *17 required: - action @@ -159927,7 +160066,7 @@ webhooks: type: string enum: - deleted - comment: &645 + comment: &646 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-server@3.14/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -160220,9 +160359,9 @@ webhooks: - start_side - side - reactions - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 pull_request: type: object properties: @@ -162440,7 +162579,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *600 + repository: *601 sender: *17 required: - action @@ -162530,11 +162669,11 @@ webhooks: type: string enum: - edited - changes: *644 - comment: *645 - enterprise: *597 - installation: *598 - organization: *599 + changes: *645 + comment: *646 + enterprise: *598 + installation: *599 + organization: *600 pull_request: type: object properties: @@ -164755,7 +164894,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *600 + repository: *601 sender: *17 required: - action @@ -164846,9 +164985,9 @@ webhooks: type: string enum: - dismissed - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 pull_request: title: Simple Pull Request type: object @@ -167081,7 +167220,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *600 + repository: *601 review: description: The review that was affected. type: object @@ -167151,6 +167290,11 @@ webhooks: submitted_at: type: string format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -167337,9 +167481,9 @@ webhooks: type: string required: - from - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 pull_request: title: Simple Pull Request type: object @@ -169453,8 +169597,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *600 - review: &646 + repository: *601 + review: &647 description: The review that was affected. type: object properties: @@ -169521,6 +169665,11 @@ webhooks: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time user: title: User type: @@ -169697,12 +169846,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *597 - installation: *598 + enterprise: *598 + installation: *599 number: description: The pull request number. type: integer - organization: *599 + organization: *600 pull_request: title: Pull Request type: object @@ -172049,7 +172198,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *600 + repository: *601 requested_reviewer: title: User type: @@ -172135,12 +172284,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *597 - installation: *598 + enterprise: *598 + installation: *599 number: description: The pull request number. type: integer - organization: *599 + organization: *600 pull_request: title: Pull Request type: object @@ -174494,7 +174643,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *600 + repository: *601 requested_team: title: Team description: Groups of organization members that gives permissions @@ -174699,12 +174848,12 @@ webhooks: type: string enum: - review_requested - enterprise: *597 - installation: *598 + enterprise: *598 + installation: *599 number: description: The pull request number. type: integer - organization: *599 + organization: *600 pull_request: title: Pull Request type: object @@ -177053,7 +177202,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *600 + repository: *601 requested_reviewer: title: User type: @@ -177140,12 +177289,12 @@ webhooks: type: string enum: - review_requested - enterprise: *597 - installation: *598 + enterprise: *598 + installation: *599 number: description: The pull request number. type: integer - organization: *599 + organization: *600 pull_request: title: Pull Request type: object @@ -179485,7 +179634,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *600 + repository: *601 requested_team: title: Team description: Groups of organization members that gives permissions @@ -179679,9 +179828,9 @@ webhooks: type: string enum: - submitted - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 pull_request: title: Simple Pull Request type: object @@ -181917,8 +182066,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *600 - review: *646 + repository: *601 + review: *647 sender: *17 required: - action @@ -182008,9 +182157,9 @@ webhooks: type: string enum: - resolved - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 pull_request: title: Simple Pull Request type: object @@ -184141,7 +184290,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *600 + repository: *601 sender: *17 thread: type: object @@ -184455,6 +184604,11 @@ webhooks: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -184543,9 +184697,9 @@ webhooks: type: string enum: - unresolved - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 pull_request: title: Simple Pull Request type: object @@ -186659,7 +186813,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *600 + repository: *601 sender: *17 thread: type: object @@ -186970,6 +187124,11 @@ webhooks: required: - node_id - comments + updated_at: + type: + - string + - 'null' + format: date-time required: - action - thread @@ -187063,10 +187222,10 @@ webhooks: type: string before: type: string - enterprise: *597 - installation: *598 - number: *641 - organization: *599 + enterprise: *598 + installation: *599 + number: *642 + organization: *600 pull_request: title: Pull Request type: object @@ -189401,7 +189560,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *600 + repository: *601 sender: *17 required: - action @@ -189493,11 +189652,11 @@ webhooks: type: string enum: - unassigned - assignee: *647 - enterprise: *597 - installation: *598 - number: *641 - organization: *599 + assignee: *648 + enterprise: *598 + installation: *599 + number: *642 + organization: *600 pull_request: title: Pull Request type: object @@ -191847,7 +192006,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *600 + repository: *601 sender: *17 required: - action @@ -191936,11 +192095,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *597 - installation: *598 - label: *618 - number: *641 - organization: *599 + enterprise: *598 + installation: *599 + label: *619 + number: *642 + organization: *600 pull_request: title: Pull Request type: object @@ -194279,7 +194438,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *600 + repository: *601 sender: *17 required: - action @@ -194370,10 +194529,10 @@ webhooks: type: string enum: - unlocked - enterprise: *597 - installation: *598 - number: *641 - organization: *599 + enterprise: *598 + installation: *599 + number: *642 + organization: *600 pull_request: title: Pull Request type: object @@ -196702,7 +196861,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *600 + repository: *601 sender: *17 required: - action @@ -196915,7 +197074,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *597 + enterprise: *598 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -197010,8 +197169,8 @@ webhooks: - url - author - committer - installation: *598 - organization: *599 + installation: *599 + organization: *600 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -197609,9 +197768,9 @@ webhooks: type: string enum: - published - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 registry_package: type: object properties: @@ -198088,7 +198247,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *630 + items: *631 summary: type: string tag_name: @@ -198144,7 +198303,7 @@ webhooks: - owner - package_version - registry - repository: *600 + repository: *601 sender: *17 required: - action @@ -198232,9 +198391,9 @@ webhooks: type: string enum: - updated - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 registry_package: type: object properties: @@ -198546,7 +198705,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *630 + items: *631 summary: type: string tag_name: @@ -198596,7 +198755,7 @@ webhooks: - owner - package_version - registry - repository: *600 + repository: *601 sender: *17 required: - action @@ -198683,10 +198842,10 @@ webhooks: type: string enum: - created - enterprise: *597 - installation: *598 - organization: *599 - release: &648 + enterprise: *598 + installation: *599 + organization: *600 + release: &649 title: Release description: The [release](https://docs.github.com/enterprise-server@3.14/rest/releases/releases/#get-a-release) object. @@ -198903,6 +199062,11 @@ webhooks: - string - 'null' format: date-time + updated_at: + type: + - string + - 'null' + format: date-time discussion_url: type: string format: uri @@ -199009,9 +199173,10 @@ webhooks: - published_at - assets - tarball_url + - updated_at - zipball_url - body - repository: *600 + repository: *601 sender: *17 required: - action @@ -199098,11 +199263,11 @@ webhooks: type: string enum: - deleted - enterprise: *597 - installation: *598 - organization: *599 - release: *648 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + release: *649 + repository: *601 sender: *17 required: - action @@ -199229,11 +199394,11 @@ webhooks: type: boolean required: - to - enterprise: *597 - installation: *598 - organization: *599 - release: *648 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + release: *649 + repository: *601 sender: *17 required: - action @@ -199321,9 +199486,9 @@ webhooks: type: string enum: - prereleased - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 release: title: Release description: The [release](https://docs.github.com/enterprise-server@3.14/rest/releases/releases/#get-a-release) @@ -199346,6 +199511,7 @@ webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -199645,6 +199811,11 @@ webhooks: upload_url: type: string format: uri-template + updated_at: + type: + - string + - 'null' + format: date-time url: type: string format: uri @@ -199653,7 +199824,7 @@ webhooks: - string - 'null' format: uri - repository: *600 + repository: *601 sender: *17 required: - action @@ -199739,10 +199910,10 @@ webhooks: type: string enum: - published - enterprise: *597 - installation: *598 - organization: *599 - release: &649 + enterprise: *598 + installation: *599 + organization: *600 + release: &650 title: Release description: The [release](https://docs.github.com/enterprise-server@3.14/rest/releases/releases/#get-a-release) object. @@ -199764,6 +199935,7 @@ webhooks: - tag_name - tarball_url - target_commitish + - updated_at - upload_url - url - zipball_url @@ -200058,6 +200230,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 @@ -200069,7 +200246,7 @@ webhooks: - string - 'null' format: uri - repository: *600 + repository: *601 sender: *17 required: - action @@ -200155,11 +200332,11 @@ webhooks: type: string enum: - released - enterprise: *597 - installation: *598 - organization: *599 - release: *648 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + release: *649 + repository: *601 sender: *17 required: - action @@ -200245,11 +200422,11 @@ webhooks: type: string enum: - unpublished - enterprise: *597 - installation: *598 - organization: *599 - release: *649 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + release: *650 + repository: *601 sender: *17 required: - action @@ -200335,10 +200512,10 @@ webhooks: type: string enum: - anonymous_access_disabled - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -200423,10 +200600,10 @@ webhooks: type: string enum: - anonymous_access_enabled - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -200511,10 +200688,10 @@ webhooks: type: string enum: - archived - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -200601,10 +200778,10 @@ webhooks: type: string enum: - created - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -200692,10 +200869,10 @@ webhooks: type: string enum: - deleted - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -200790,10 +200967,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -200918,10 +201095,10 @@ webhooks: - 'null' items: type: string - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -201009,10 +201186,10 @@ webhooks: type: string enum: - privatized - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -201099,10 +201276,10 @@ webhooks: type: string enum: - publicized - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -201206,10 +201383,10 @@ webhooks: - name required: - repository - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -201289,10 +201466,10 @@ webhooks: type: string enum: - created - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 repository_ruleset: *257 sender: *17 required: @@ -201371,10 +201548,10 @@ webhooks: type: string enum: - deleted - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 repository_ruleset: *257 sender: *17 required: @@ -201453,10 +201630,10 @@ webhooks: type: string enum: - edited - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 repository_ruleset: *257 changes: type: object @@ -201774,10 +201951,10 @@ webhooks: - from required: - owner - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -201865,10 +202042,10 @@ webhooks: type: string enum: - unarchived - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -201956,7 +202133,7 @@ webhooks: type: string enum: - create - alert: &650 + alert: &651 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -202080,10 +202257,10 @@ webhooks: type: string enum: - open - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -202303,10 +202480,10 @@ webhooks: type: string enum: - dismissed - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -202394,11 +202571,11 @@ webhooks: type: string enum: - reopen - alert: *650 - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + alert: *651 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -202610,10 +202787,10 @@ webhooks: enum: - fixed - open - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -202701,7 +202878,7 @@ webhooks: type: string enum: - created - alert: &651 + alert: &652 type: object properties: number: *91 @@ -202778,10 +202955,10 @@ webhooks: format: date-time description: 'The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -202872,11 +203049,11 @@ webhooks: type: string enum: - created - alert: *651 - installation: *598 - location: *652 - organization: *599 - repository: *600 + alert: *652 + installation: *599 + location: *653 + organization: *600 + repository: *601 sender: *17 required: - location @@ -203119,11 +203296,11 @@ webhooks: type: string enum: - reopened - alert: *651 - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + alert: *652 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -203211,11 +203388,11 @@ webhooks: type: string enum: - resolved - alert: *651 - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + alert: *652 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -203303,11 +203480,11 @@ webhooks: type: string enum: - validated - alert: *651 - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + alert: *652 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -203393,11 +203570,11 @@ webhooks: type: string enum: - published - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 - security_advisory: &653 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 + security_advisory: &654 description: The details of the security advisory, including summary, description, and severity. type: object @@ -203593,11 +203770,11 @@ webhooks: type: string enum: - updated - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 - security_advisory: *653 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 + security_advisory: *654 sender: *17 required: - action @@ -203680,10 +203857,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -203880,9 +204057,9 @@ webhooks: type: object properties: security_and_analysis: *235 - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 repository: *300 sender: *17 required: @@ -203971,12 +204148,12 @@ webhooks: type: string enum: - cancelled - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 - sponsorship: &654 + sponsorship: &655 type: object properties: created_at: @@ -204291,12 +204468,12 @@ webhooks: type: string enum: - created - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 - sponsorship: *654 + sponsorship: *655 required: - action - sponsorship @@ -204394,12 +204571,12 @@ webhooks: type: string required: - from - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 - sponsorship: *654 + sponsorship: *655 required: - action - changes @@ -204486,17 +204663,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &655 + effective_date: &656 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: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 - sponsorship: *654 + sponsorship: *655 required: - action - sponsorship @@ -204580,7 +204757,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &656 + changes: &657 type: object properties: tier: @@ -204624,13 +204801,13 @@ webhooks: - from required: - tier - effective_date: *655 - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + effective_date: *656 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 - sponsorship: *654 + sponsorship: *655 required: - action - changes @@ -204717,13 +204894,13 @@ webhooks: type: string enum: - tier_changed - changes: *656 - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + changes: *657 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 - sponsorship: *654 + sponsorship: *655 required: - action - changes @@ -204807,10 +204984,10 @@ webhooks: type: string enum: - created - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 starred_at: description: 'The time the star was created. This is a timestamp @@ -204904,10 +205081,10 @@ webhooks: type: string enum: - deleted - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 starred_at: description: 'The time the star was created. This is a timestamp @@ -205346,15 +205523,15 @@ webhooks: type: - string - 'null' - enterprise: *597 + enterprise: *598 id: description: The unique identifier of the status. type: integer - installation: *598 + installation: *599 name: type: string - organization: *599 - repository: *600 + organization: *600 + repository: *601 sender: *17 sha: description: The Commit SHA. @@ -205467,12 +205644,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 - team: &657 + team: &658 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -205675,9 +205852,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 repository: title: Repository description: A git repository @@ -206147,7 +206324,7 @@ webhooks: - topics - visibility sender: *17 - team: *657 + team: *658 required: - action - team @@ -206233,9 +206410,9 @@ webhooks: type: string enum: - created - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 repository: title: Repository description: A git repository @@ -206705,7 +206882,7 @@ webhooks: - topics - visibility sender: *17 - team: *657 + team: *658 required: - action - team @@ -206792,9 +206969,9 @@ webhooks: type: string enum: - deleted - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 repository: title: Repository description: A git repository @@ -207264,7 +207441,7 @@ webhooks: - topics - visibility sender: *17 - team: *657 + team: *658 required: - action - team @@ -207418,9 +207595,9 @@ webhooks: - from required: - permissions - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 repository: title: Repository description: A git repository @@ -207890,7 +208067,7 @@ webhooks: - topics - visibility sender: *17 - team: *657 + team: *658 required: - action - changes @@ -207978,9 +208155,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *597 - installation: *598 - organization: *599 + enterprise: *598 + installation: *599 + organization: *600 repository: title: Repository description: A git repository @@ -208450,7 +208627,7 @@ webhooks: - topics - visibility sender: *17 - team: *657 + team: *658 required: - action - team @@ -208533,12 +208710,12 @@ webhooks: type: string enum: - created - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 - user: *619 + user: *620 required: - action responses: @@ -208616,12 +208793,12 @@ webhooks: type: string enum: - deleted - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 - user: *619 + user: *620 required: - action responses: @@ -208702,10 +208879,10 @@ webhooks: type: string enum: - started - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 required: - action @@ -208788,17 +208965,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *597 + enterprise: *598 inputs: type: - object - 'null' additionalProperties: true - installation: *598 - organization: *599 + installation: *599 + organization: *600 ref: type: string - repository: *600 + repository: *601 sender: *17 workflow: type: string @@ -208890,10 +209067,10 @@ webhooks: type: string enum: - completed - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 workflow_job: allOf: @@ -209238,10 +209415,10 @@ webhooks: type: string enum: - in_progress - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 workflow_job: allOf: @@ -209612,10 +209789,10 @@ webhooks: type: string enum: - queued - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 workflow_job: type: object @@ -209850,10 +210027,10 @@ webhooks: type: string enum: - waiting - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 workflow_job: type: object @@ -210090,12 +210267,12 @@ webhooks: type: string enum: - completed - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 - workflow: *614 + workflow: *615 workflow_run: title: Workflow Run type: object @@ -211124,12 +211301,12 @@ webhooks: type: string enum: - in_progress - enterprise: *597 - installation: *598 - organization: *599 - repository: *600 + enterprise: *598 + installation: *599 + organization: *600 + repository: *601 sender: *17 - workflow: *614 + workflow: *615 workflow_run: {"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}