Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
octokitbot committed Jan 12, 2025
1 parent 8bd4526 commit 8273484
Show file tree
Hide file tree
Showing 34 changed files with 462 additions and 1,129,042 deletions.
54 changes: 47 additions & 7 deletions cache/api.github.com.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openapi": "3.0.3",
"info": {
"version": "17.1.1",
"version": "18.0.0",
"title": "GitHub's official OpenAPI spec + Octokit extension",
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
"license": {
Expand Down Expand Up @@ -2427,7 +2427,7 @@
"tags": [
"classroom"
],
"operationId": "classroom/list-accepted-assigments-for-an-assignment",
"operationId": "classroom/list-accepted-assignments-for-an-assignment",
"externalDocs": {
"description": "API method documentation",
"url": "https://docs.github.com/rest/classroom/classroom#list-accepted-assignments-for-an-assignment"
Expand Down Expand Up @@ -143734,6 +143734,9 @@
"id"
]
},
"dismissed_comment": {
"$ref": "#/components/schemas/code-scanning-alert-dismissed-comment"
},
"dismissed_reason": {
"description": "The reason for dismissing or closing the alert.",
"type": "string",
Expand All @@ -143745,6 +143748,10 @@
null
]
},
"fixed_at": {
"description": "The time that the alert was fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.",
"nullable": true
},
"html_url": {
"description": "The GitHub URL of the alert resource.",
"type": "string",
Expand Down Expand Up @@ -143860,7 +143867,8 @@
]
},
"state": {
"description": "State of a code scanning alert.",
"description": "State of a code scanning alert. Events for alerts found outside the default branch will return a `null` value until they are dismissed or fixed.",
"nullable": true,
"type": "string",
"enum": [
"open",
Expand Down Expand Up @@ -144054,6 +144062,9 @@
"id"
]
},
"dismissed_comment": {
"$ref": "#/components/schemas/code-scanning-alert-dismissed-comment"
},
"dismissed_reason": {
"description": "The reason for dismissing or closing the alert.",
"type": "string",
Expand All @@ -144065,6 +144076,10 @@
null
]
},
"fixed_at": {
"description": "The time that the alert was fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.",
"nullable": true
},
"html_url": {
"description": "The GitHub URL of the alert resource.",
"type": "string",
Expand Down Expand Up @@ -144315,6 +144330,7 @@
"nullable": true
},
"fixed_at": {
"description": "The time that the alert was fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.",
"nullable": true
},
"html_url": {
Expand Down Expand Up @@ -144457,7 +144473,7 @@
]
},
"state": {
"description": "State of a code scanning alert.",
"description": "State of a code scanning alert. Events for alerts found outside the default branch will return a `null` value until they are dismissed or fixed.",
"type": "string",
"nullable": true,
"enum": [
Expand Down Expand Up @@ -144661,6 +144677,9 @@
"id"
]
},
"dismissed_comment": {
"$ref": "#/components/schemas/code-scanning-alert-dismissed-comment"
},
"dismissed_reason": {
"description": "The reason for dismissing or closing the alert.",
"type": "string",
Expand All @@ -144672,6 +144691,10 @@
null
]
},
"fixed_at": {
"description": "The time that the alert was fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.",
"nullable": true
},
"html_url": {
"description": "The GitHub URL of the alert resource.",
"type": "string",
Expand Down Expand Up @@ -144813,7 +144836,8 @@
]
},
"state": {
"description": "State of a code scanning alert.",
"description": "State of a code scanning alert. Events for alerts found outside the default branch will return a `null` value until they are dismissed or fixed.",
"nullable": true,
"type": "string",
"enum": [
"fixed"
Expand Down Expand Up @@ -144919,11 +144943,18 @@
"type": "object",
"nullable": true
},
"dismissed_comment": {
"$ref": "#/components/schemas/code-scanning-alert-dismissed-comment"
},
"dismissed_reason": {
"description": "The reason for dismissing or closing the alert. Can be one of: `false positive`, `won't fix`, and `used in tests`.",
"type": "string",
"nullable": true
},
"fixed_at": {
"description": "The time that the alert was fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.",
"nullable": true
},
"html_url": {
"description": "The GitHub URL of the alert resource.",
"type": "string",
Expand Down Expand Up @@ -145061,7 +145092,8 @@
]
},
"state": {
"description": "State of a code scanning alert.",
"description": "State of a code scanning alert. Events for alerts found outside the default branch will return a `null` value until they are dismissed or fixed.",
"nullable": true,
"type": "string",
"enum": [
"open",
Expand Down Expand Up @@ -145170,10 +145202,17 @@
"dismissed_by": {
"nullable": true
},
"dismissed_comment": {
"$ref": "#/components/schemas/code-scanning-alert-dismissed-comment"
},
"dismissed_reason": {
"description": "The reason for dismissing or closing the alert. Can be one of: `false positive`, `won't fix`, and `used in tests`.",
"nullable": true
},
"fixed_at": {
"description": "The time that the alert was fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.",
"nullable": true
},
"html_url": {
"description": "The GitHub URL of the alert resource.",
"type": "string",
Expand Down Expand Up @@ -145289,7 +145328,8 @@
]
},
"state": {
"description": "State of a code scanning alert.",
"description": "State of a code scanning alert. Events for alerts found outside the default branch will return a `null` value until they are dismissed or fixed.",
"nullable": true,
"type": "string",
"enum": [
"open",
Expand Down
54 changes: 47 additions & 7 deletions cache/ghec.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openapi": "3.0.3",
"info": {
"version": "17.1.1",
"version": "18.0.0",
"title": "GitHub's official OpenAPI spec + Octokit extension",
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
"license": {
Expand Down Expand Up @@ -2443,7 +2443,7 @@
"tags": [
"classroom"
],
"operationId": "classroom/list-accepted-assigments-for-an-assignment",
"operationId": "classroom/list-accepted-assignments-for-an-assignment",
"externalDocs": {
"description": "API method documentation",
"url": "https://docs.github.com/enterprise-cloud@latest//rest/classroom/classroom#list-accepted-assignments-for-an-assignment"
Expand Down Expand Up @@ -156598,6 +156598,9 @@
"id"
]
},
"dismissed_comment": {
"$ref": "#/components/schemas/code-scanning-alert-dismissed-comment"
},
"dismissed_reason": {
"description": "The reason for dismissing or closing the alert.",
"type": "string",
Expand All @@ -156609,6 +156612,10 @@
null
]
},
"fixed_at": {
"description": "The time that the alert was fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.",
"nullable": true
},
"html_url": {
"description": "The GitHub URL of the alert resource.",
"type": "string",
Expand Down Expand Up @@ -156724,7 +156731,8 @@
]
},
"state": {
"description": "State of a code scanning alert.",
"description": "State of a code scanning alert. Events for alerts found outside the default branch will return a `null` value until they are dismissed or fixed.",
"nullable": true,
"type": "string",
"enum": [
"open",
Expand Down Expand Up @@ -156918,6 +156926,9 @@
"id"
]
},
"dismissed_comment": {
"$ref": "#/components/schemas/code-scanning-alert-dismissed-comment"
},
"dismissed_reason": {
"description": "The reason for dismissing or closing the alert.",
"type": "string",
Expand All @@ -156929,6 +156940,10 @@
null
]
},
"fixed_at": {
"description": "The time that the alert was fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.",
"nullable": true
},
"html_url": {
"description": "The GitHub URL of the alert resource.",
"type": "string",
Expand Down Expand Up @@ -157179,6 +157194,7 @@
"nullable": true
},
"fixed_at": {
"description": "The time that the alert was fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.",
"nullable": true
},
"html_url": {
Expand Down Expand Up @@ -157321,7 +157337,7 @@
]
},
"state": {
"description": "State of a code scanning alert.",
"description": "State of a code scanning alert. Events for alerts found outside the default branch will return a `null` value until they are dismissed or fixed.",
"type": "string",
"nullable": true,
"enum": [
Expand Down Expand Up @@ -157525,6 +157541,9 @@
"id"
]
},
"dismissed_comment": {
"$ref": "#/components/schemas/code-scanning-alert-dismissed-comment"
},
"dismissed_reason": {
"description": "The reason for dismissing or closing the alert.",
"type": "string",
Expand All @@ -157536,6 +157555,10 @@
null
]
},
"fixed_at": {
"description": "The time that the alert was fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.",
"nullable": true
},
"html_url": {
"description": "The GitHub URL of the alert resource.",
"type": "string",
Expand Down Expand Up @@ -157677,7 +157700,8 @@
]
},
"state": {
"description": "State of a code scanning alert.",
"description": "State of a code scanning alert. Events for alerts found outside the default branch will return a `null` value until they are dismissed or fixed.",
"nullable": true,
"type": "string",
"enum": [
"fixed"
Expand Down Expand Up @@ -157783,11 +157807,18 @@
"type": "object",
"nullable": true
},
"dismissed_comment": {
"$ref": "#/components/schemas/code-scanning-alert-dismissed-comment"
},
"dismissed_reason": {
"description": "The reason for dismissing or closing the alert. Can be one of: `false positive`, `won't fix`, and `used in tests`.",
"type": "string",
"nullable": true
},
"fixed_at": {
"description": "The time that the alert was fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.",
"nullable": true
},
"html_url": {
"description": "The GitHub URL of the alert resource.",
"type": "string",
Expand Down Expand Up @@ -157925,7 +157956,8 @@
]
},
"state": {
"description": "State of a code scanning alert.",
"description": "State of a code scanning alert. Events for alerts found outside the default branch will return a `null` value until they are dismissed or fixed.",
"nullable": true,
"type": "string",
"enum": [
"open",
Expand Down Expand Up @@ -158034,10 +158066,17 @@
"dismissed_by": {
"nullable": true
},
"dismissed_comment": {
"$ref": "#/components/schemas/code-scanning-alert-dismissed-comment"
},
"dismissed_reason": {
"description": "The reason for dismissing or closing the alert. Can be one of: `false positive`, `won't fix`, and `used in tests`.",
"nullable": true
},
"fixed_at": {
"description": "The time that the alert was fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.",
"nullable": true
},
"html_url": {
"description": "The GitHub URL of the alert resource.",
"type": "string",
Expand Down Expand Up @@ -158153,7 +158192,8 @@
]
},
"state": {
"description": "State of a code scanning alert.",
"description": "State of a code scanning alert. Events for alerts found outside the default branch will return a `null` value until they are dismissed or fixed.",
"nullable": true,
"type": "string",
"enum": [
"open",
Expand Down
Loading

0 comments on commit 8273484

Please sign in to comment.