Skip to content

Commit

Permalink
feat: remove GHES 3.0 and 3.1 (#179)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: remove GHES 3.0 and 3.1 schemas and types
  • Loading branch information
octokitbot authored Jun 12, 2022
1 parent fe05fa8 commit 37ae869
Show file tree
Hide file tree
Showing 17 changed files with 9 additions and 193,730 deletions.
6 changes: 2 additions & 4 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": "5.9.0",
"version": "5.9.1",
"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": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
Expand Down Expand Up @@ -39678,9 +39678,7 @@
"application/json": {
"schema": { "$ref": "#/components/schemas/code-of-conduct" },
"examples": {
"default": {
"$ref": "#/components/examples/code-of-conduct-2"
}
"default": { "$ref": "#/components/examples/code-of-conduct" }
}
}
}
Expand Down
Loading

0 comments on commit 37ae869

Please sign in to comment.