|
20918 | 20918 | },
|
20919 | 20919 | "dependabot_secrets": {
|
20920 | 20920 | "type": "string",
|
20921 |
| - "description": "The leve of permission to grant the access token to manage Dependabot secrets.", |
| 20921 | + "description": "The level of permission to grant the access token to manage Dependabot secrets.", |
20922 | 20922 | "enum": ["read", "write"]
|
20923 | 20923 | },
|
20924 | 20924 | "deployments": {
|
@@ -23233,12 +23233,12 @@
|
23233 | 23233 | "type": "object",
|
23234 | 23234 | "properties": {
|
23235 | 23235 | "id": {
|
23236 |
| - "description": "The id of the runner.", |
| 23236 | + "description": "The ID of the runner.", |
23237 | 23237 | "type": "integer",
|
23238 | 23238 | "examples": [5]
|
23239 | 23239 | },
|
23240 | 23240 | "runner_group_id": {
|
23241 |
| - "description": "The id of the runner group.", |
| 23241 | + "description": "The ID of the runner group.", |
23242 | 23242 | "type": "integer",
|
23243 | 23243 | "examples": [1]
|
23244 | 23244 | },
|
|
24647 | 24647 | "updated_at"
|
24648 | 24648 | ]
|
24649 | 24649 | },
|
| 24650 | + "issue-type": { |
| 24651 | + "title": "Issue Type", |
| 24652 | + "description": "The type of issue.", |
| 24653 | + "type": ["object", "null"], |
| 24654 | + "properties": { |
| 24655 | + "id": { |
| 24656 | + "type": "integer", |
| 24657 | + "description": "The unique identifier of the issue type." |
| 24658 | + }, |
| 24659 | + "node_id": { |
| 24660 | + "type": "string", |
| 24661 | + "description": "The node identifier of the issue type." |
| 24662 | + }, |
| 24663 | + "name": { |
| 24664 | + "type": "string", |
| 24665 | + "description": "The name of the issue type." |
| 24666 | + }, |
| 24667 | + "description": { |
| 24668 | + "type": ["string", "null"], |
| 24669 | + "description": "The description of the issue type." |
| 24670 | + }, |
| 24671 | + "color": { |
| 24672 | + "type": ["string", "null"], |
| 24673 | + "description": "The color of the issue type.", |
| 24674 | + "enum": [ |
| 24675 | + "gray", |
| 24676 | + "blue", |
| 24677 | + "green", |
| 24678 | + "yellow", |
| 24679 | + "orange", |
| 24680 | + "red", |
| 24681 | + "pink", |
| 24682 | + "purple", |
| 24683 | + null |
| 24684 | + ] |
| 24685 | + }, |
| 24686 | + "created_at": { |
| 24687 | + "type": "string", |
| 24688 | + "description": "The time the issue type created.", |
| 24689 | + "format": "date-time" |
| 24690 | + }, |
| 24691 | + "updated_at": { |
| 24692 | + "type": "string", |
| 24693 | + "description": "The time the issue type last updated.", |
| 24694 | + "format": "date-time" |
| 24695 | + }, |
| 24696 | + "is_enabled": { |
| 24697 | + "type": "boolean", |
| 24698 | + "description": "The enabled state of the issue type." |
| 24699 | + } |
| 24700 | + }, |
| 24701 | + "required": ["id", "node_id", "name", "description"] |
| 24702 | + }, |
24650 | 24703 | "author-association": {
|
24651 | 24704 | "title": "author_association",
|
24652 | 24705 | "type": "string",
|
|
24821 | 24874 | "body_html": { "type": "string" },
|
24822 | 24875 | "body_text": { "type": "string" },
|
24823 | 24876 | "timeline_url": { "type": "string", "format": "uri" },
|
| 24877 | + "type": { "$ref": "#/components/schemas/issue-type" }, |
24824 | 24878 | "repository": { "$ref": "#/components/schemas/repository" },
|
24825 | 24879 | "performed_via_github_app": {
|
24826 | 24880 | "anyOf": [
|
|
40165 | 40219 | "body_html": { "type": "string" },
|
40166 | 40220 | "body_text": { "type": "string" },
|
40167 | 40221 | "timeline_url": { "type": "string", "format": "uri" },
|
| 40222 | + "type": { "$ref": "#/components/schemas/issue-type" }, |
40168 | 40223 | "performed_via_github_app": {
|
40169 | 40224 | "anyOf": [
|
40170 | 40225 | { "type": "null" },
|
|
43650 | 43705 | "state_reason": { "type": ["string", "null"] },
|
43651 | 43706 | "timeline_url": { "type": "string", "format": "uri" },
|
43652 | 43707 | "title": { "description": "Title of the issue", "type": "string" },
|
| 43708 | + "type": { "$ref": "#/components/schemas/issue-type" }, |
43653 | 43709 | "updated_at": { "type": "string", "format": "date-time" },
|
43654 | 43710 | "url": {
|
43655 | 43711 | "description": "URL for the issue",
|
|
44323 | 44379 | "state_reason": { "type": ["string", "null"] },
|
44324 | 44380 | "timeline_url": { "type": "string", "format": "uri" },
|
44325 | 44381 | "title": { "description": "Title of the issue", "type": "string" },
|
| 44382 | + "type": { "$ref": "#/components/schemas/issue-type" }, |
44326 | 44383 | "updated_at": { "type": "string", "format": "date-time" },
|
44327 | 44384 | "url": {
|
44328 | 44385 | "description": "URL for the issue",
|
|
56602 | 56659 | "description": "Title of the issue",
|
56603 | 56660 | "type": "string"
|
56604 | 56661 | },
|
| 56662 | + "type": { "$ref": "#/components/schemas/issue-type" }, |
56605 | 56663 | "updated_at": { "type": "string", "format": "date-time" },
|
56606 | 56664 | "url": {
|
56607 | 56665 | "description": "URL for the issue",
|
|
57540 | 57598 | "description": "Title of the issue",
|
57541 | 57599 | "type": "string"
|
57542 | 57600 | },
|
| 57601 | + "type": { "$ref": "#/components/schemas/issue-type" }, |
57543 | 57602 | "updated_at": { "type": "string", "format": "date-time" },
|
57544 | 57603 | "url": {
|
57545 | 57604 | "description": "URL for the issue",
|
|
58482 | 58541 | "description": "Title of the issue",
|
58483 | 58542 | "type": "string"
|
58484 | 58543 | },
|
| 58544 | + "type": { "$ref": "#/components/schemas/issue-type" }, |
58485 | 58545 | "updated_at": { "type": "string", "format": "date-time" },
|
58486 | 58546 | "url": {
|
58487 | 58547 | "description": "URL for the issue",
|
|
59456 | 59516 | "description": "Title of the issue",
|
59457 | 59517 | "type": "string"
|
59458 | 59518 | },
|
| 59519 | + "type": { "$ref": "#/components/schemas/issue-type" }, |
59459 | 59520 | "updated_at": { "type": "string", "format": "date-time" },
|
59460 | 59521 | "url": {
|
59461 | 59522 | "description": "URL for the issue",
|
|
60250 | 60311 | "description": "Title of the issue",
|
60251 | 60312 | "type": "string"
|
60252 | 60313 | },
|
| 60314 | + "type": { "$ref": "#/components/schemas/issue-type" }, |
60253 | 60315 | "updated_at": { "type": "string", "format": "date-time" },
|
60254 | 60316 | "url": {
|
60255 | 60317 | "description": "URL for the issue",
|
|
60969 | 61031 | "description": "Title of the issue",
|
60970 | 61032 | "type": "string"
|
60971 | 61033 | },
|
| 61034 | + "type": { "$ref": "#/components/schemas/issue-type" }, |
60972 | 61035 | "updated_at": { "type": "string", "format": "date-time" },
|
60973 | 61036 | "url": {
|
60974 | 61037 | "description": "URL for the issue",
|
|
61669 | 61732 | },
|
61670 | 61733 | "state_reason": { "type": ["string", "null"] },
|
61671 | 61734 | "timeline_url": { "type": "string", "format": "uri" },
|
| 61735 | + "type": { "$ref": "#/components/schemas/issue-type" }, |
61672 | 61736 | "title": {
|
61673 | 61737 | "description": "Title of the issue",
|
61674 | 61738 | "type": "string"
|
|
62369 | 62433 | },
|
62370 | 62434 | "state_reason": { "type": ["string", "null"] },
|
62371 | 62435 | "timeline_url": { "type": "string", "format": "uri" },
|
| 62436 | + "type": { "$ref": "#/components/schemas/issue-type" }, |
62372 | 62437 | "title": {
|
62373 | 62438 | "description": "Title of the issue",
|
62374 | 62439 | "type": "string"
|
|
63094 | 63159 | },
|
63095 | 63160 | "state_reason": { "type": ["string", "null"] },
|
63096 | 63161 | "timeline_url": { "type": "string", "format": "uri" },
|
| 63162 | + "type": { "$ref": "#/components/schemas/issue-type" }, |
63097 | 63163 | "title": {
|
63098 | 63164 | "description": "Title of the issue",
|
63099 | 63165 | "type": "string"
|
|
63795 | 63861 | "description": "Title of the issue",
|
63796 | 63862 | "type": "string"
|
63797 | 63863 | },
|
| 63864 | + "type": { "$ref": "#/components/schemas/issue-type" }, |
63798 | 63865 | "updated_at": { "type": "string", "format": "date-time" },
|
63799 | 63866 | "url": {
|
63800 | 63867 | "description": "URL for the issue",
|
|
65601 | 65668 | "description": "Title of the issue",
|
65602 | 65669 | "type": "string"
|
65603 | 65670 | },
|
| 65671 | + "type": { "$ref": "#/components/schemas/issue-type" }, |
65604 | 65672 | "updated_at": { "type": "string", "format": "date-time" },
|
65605 | 65673 | "url": {
|
65606 | 65674 | "description": "URL for the issue",
|
|
66381 | 66449 | "url": { "type": "string", "format": "uri" },
|
66382 | 66450 | "user_view_type": { "type": "string" }
|
66383 | 66451 | }
|
66384 |
| - } |
| 66452 | + }, |
| 66453 | + "type": { "$ref": "#/components/schemas/issue-type" } |
66385 | 66454 | }
|
66386 | 66455 | },
|
66387 | 66456 | "organization": {
|
|
67069 | 67138 | "description": "Title of the issue",
|
67070 | 67139 | "type": "string"
|
67071 | 67140 | },
|
| 67141 | + "type": { "$ref": "#/components/schemas/issue-type" }, |
67072 | 67142 | "updated_at": { "type": "string", "format": "date-time" },
|
67073 | 67143 | "url": {
|
67074 | 67144 | "description": "URL for the issue",
|
|
68231 | 68301 | "description": "Title of the issue",
|
68232 | 68302 | "type": "string"
|
68233 | 68303 | },
|
| 68304 | + "type": { "$ref": "#/components/schemas/issue-type" }, |
68234 | 68305 | "updated_at": { "type": "string", "format": "date-time" },
|
68235 | 68306 | "url": {
|
68236 | 68307 | "description": "URL for the issue",
|
|
0 commit comments