这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
296 changes: 59 additions & 237 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.1.2",
"version": "5.1.3",
"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 @@ -45124,112 +45124,54 @@
"type": "integer",
"example": 1
},
"events_url": {
"type": "string",
"format": "uri",
"example": "http://api.github.com/repos/octocat/Hello-World/events"
},
"forks_url": {
"type": "string",
"format": "uri",
"example": "http://api.github.com/repos/octocat/Hello-World/forks"
},
"git_commits_url": {
"type": "string",
"example": "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}"
},
"git_refs_url": {
"type": "string",
"example": "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}"
},
"git_tags_url": {
"type": "string",
"example": "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}"
},
"git_url": { "type": "string" },
"issue_comment_url": {
"type": "string",
"example": "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}"
},
"issue_events_url": {
"type": "string",
"example": "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}"
},
"issues_url": {
"type": "string",
"example": "http://api.github.com/repos/octocat/Hello-World/issues{/number}"
},
"keys_url": {
"type": "string",
"example": "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}"
},
"labels_url": {
"type": "string",
"example": "http://api.github.com/repos/octocat/Hello-World/labels{/name}"
},
"languages_url": {
"type": "string",
"format": "uri",
"example": "http://api.github.com/repos/octocat/Hello-World/languages"
},
"merges_url": {
"node_id": { "type": "string", "example": "MDQ6VGVhbTE=" },
"url": {
"description": "URL for the team",
"type": "string",
"format": "uri",
"example": "http://api.github.com/repos/octocat/Hello-World/merges"
},
"milestones_url": {
"type": "string",
"example": "http://api.github.com/repos/octocat/Hello-World/milestones{/number}"
},
"notifications_url": {
"type": "string",
"example": "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}"
},
"pulls_url": {
"type": "string",
"example": "http://api.github.com/repos/octocat/Hello-World/pulls{/number}"
"example": "https://api.github.com/organizations/1/team/1"
},
"releases_url": {
"members_url": {
"type": "string",
"example": "http://api.github.com/repos/octocat/Hello-World/releases{/id}"
"example": "https://api.github.com/organizations/1/team/1/members{/member}"
},
"ssh_url": { "type": "string" },
"stargazers_url": {
"name": {
"description": "Name of the team",
"type": "string",
"format": "uri",
"example": "http://api.github.com/repos/octocat/Hello-World/stargazers"
"example": "Justice League"
},
"statuses_url": {
"description": {
"description": "Description of the team",
"type": "string",
"example": "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}"
"nullable": true,
"example": "A great team."
},
"subscribers_url": {
"permission": {
"description": "Permission that the team will have for its repositories",
"type": "string",
"format": "uri",
"example": "http://api.github.com/repos/octocat/Hello-World/subscribers"
"example": "admin"
},
"subscription_url": {
"privacy": {
"description": "The level of privacy this team should have",
"type": "string",
"format": "uri",
"example": "http://api.github.com/repos/octocat/Hello-World/subscription"
"example": "closed"
},
"tags_url": {
"html_url": {
"type": "string",
"format": "uri",
"example": "http://api.github.com/repos/octocat/Hello-World/tags"
"example": "https://github.com/orgs/rails/teams/core"
},
"teams_url": {
"repositories_url": {
"type": "string",
"format": "uri",
"example": "http://api.github.com/repos/octocat/Hello-World/teams"
},
"trees_url": {
"type": "string",
"example": "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}"
"example": "https://api.github.com/organizations/1/team/1/repos"
},
"clone_url": { "type": "string" },
"mirror_url": { "type": "string", "nullable": true },
"parent": { "$ref": "#/components/schemas/nullable-team-simple" }
"slug": { "type": "string", "example": "justice-league" },
"ldap_dn": {
"description": "Distinguished Name (DN) that team maps to within LDAP environment",
"example": "uid=example,ou=users,dc=github,dc=com",
"type": "string"
}
},
"required": [
"id",
Expand All @@ -45241,9 +45183,9 @@
"permission",
"html_url",
"repositories_url",
"slug",
"parent"
]
"slug"
],
"nullable": true
},
"team": {
"title": "Team",
Expand Down Expand Up @@ -45300,130 +45242,42 @@
"url": {
"type": "string",
"format": "uri",
"example": "http://api.github.com/repos/octocat/Hello-World/hooks"
"example": "https://api.github.com/orgs/octocat/memberships/defunkt"
},
"svn_url": { "type": "string" },
"homepage": { "type": "string", "nullable": true },
"language": { "type": "string", "nullable": true },
"user": { "$ref": "#/components/schemas/nullable-simple-user" },
"stargazers_count": { "type": "integer" },
"owner": { "$ref": "#/components/schemas/nullable-simple-user" },
"size": { "type": "integer" },
"default_branch": { "type": "string" },
"open_issues_count": { "type": "integer" },
"exclude_metadata": { "type": "boolean" },
"exclude_git_data": { "type": "boolean" },
"exclude_attachments": { "type": "boolean" },
"exclude_releases": { "type": "boolean" },
"exclude_owner_projects": { "type": "boolean" },
"repositories": { "type": "array", "items": { "type": "string" } },
"has_issues": { "type": "boolean" },
"has_projects": { "type": "boolean" },
"has_wiki": { "type": "boolean" },
"has_pages": { "type": "boolean" },
"has_downloads": { "type": "boolean" },
"archived": { "type": "boolean" },
"disabled": { "type": "boolean" },
"visibility": { "type": "string" },
"pushed_at": {
"state": {
"type": "string",
"format": "date-time",
"example": "2011-01-26T19:06:43Z",
"nullable": true
"description": "The state of the member in the organization. The `pending` state indicates the user has not yet accepted an invitation.",
"example": "active",
"enum": ["active", "pending"]
},
"created_at": {
"role": {
"type": "string",
"format": "date-time",
"example": "2011-01-26T19:01:12Z",
"nullable": true
"description": "The user's membership type in the organization.",
"example": "admin",
"enum": ["admin", "member", "billing_manager"]
},
"updated_at": {
"organization_url": {
"type": "string",
"format": "date-time",
"example": "2011-01-26T19:14:43Z",
"nullable": true
},
"permissions": {
"type": "object",
"properties": {
"admin": { "type": "boolean" },
"maintain": { "type": "boolean" },
"push": { "type": "boolean" },
"triage": { "type": "boolean" },
"pull": { "type": "boolean" }
}
"format": "uri",
"example": "https://api.github.com/orgs/octocat"
},
"template_repository": {
"$ref": "#/components/schemas/nullable-repository"
"organization": {
"$ref": "#/components/schemas/organization-simple"
},
"temp_clone_token": { "type": "string" },
"delete_branch_on_merge": { "type": "boolean" },
"subscribers_count": { "type": "integer" },
"network_count": { "type": "integer" },
"code_of_conduct": { "$ref": "#/components/schemas/code-of-conduct" },
"license": {
"user": { "$ref": "#/components/schemas/nullable-simple-user" },
"permissions": {
"type": "object",
"properties": {
"key": { "type": "string" },
"name": { "type": "string" },
"spdx_id": { "type": "string" },
"url": { "type": "string" },
"node_id": { "type": "string" }
},
"nullable": true
},
"forks": { "type": "integer", "example": 0 },
"open_issues": { "type": "integer", "example": 0 },
"watchers": { "type": "integer", "example": 0 }
"properties": { "can_create_repository": { "type": "boolean" } },
"required": ["can_create_repository"]
}
},
"required": [
"archive_url",
"assignees_url",
"blobs_url",
"branches_url",
"collaborators_url",
"comments_url",
"commits_url",
"compare_url",
"contents_url",
"contributors_url",
"deployments_url",
"description",
"downloads_url",
"events_url",
"fork",
"forks_url",
"full_name",
"git_commits_url",
"git_refs_url",
"git_tags_url",
"hooks_url",
"html_url",
"id",
"node_id",
"issue_comment_url",
"issue_events_url",
"issues_url",
"keys_url",
"labels_url",
"languages_url",
"merges_url",
"milestones_url",
"name",
"notifications_url",
"owner",
"guid",
"state",
"lock_repositories",
"exclude_metadata",
"exclude_git_data",
"exclude_attachments",
"exclude_releases",
"exclude_owner_projects",
"repositories",
"role",
"organization_url",
"url",
"created_at",
"updated_at"
"organization",
"user"
]
},
"migration": {
Expand Down Expand Up @@ -45463,45 +45317,13 @@
"format": "date-time",
"example": "2015-07-06T15:33:38-07:00"
},
"forks": { "type": "integer", "example": 0 },
"open_issues": { "type": "integer", "example": 0 },
"watchers": { "type": "integer", "example": 0 }
"node_id": { "type": "string" },
"archive_url": { "type": "string", "format": "uri" },
"exclude": { "type": "array", "items": {} }
},
"required": [
"archive_url",
"assignees_url",
"blobs_url",
"branches_url",
"collaborators_url",
"comments_url",
"commits_url",
"compare_url",
"contents_url",
"contributors_url",
"deployments_url",
"description",
"downloads_url",
"events_url",
"fork",
"forks_url",
"full_name",
"git_commits_url",
"git_refs_url",
"git_tags_url",
"hooks_url",
"html_url",
"id",
"node_id",
"issue_comment_url",
"issue_events_url",
"issues_url",
"keys_url",
"labels_url",
"languages_url",
"merges_url",
"milestones_url",
"name",
"notifications_url",
"owner",
"guid",
"state",
Expand Down
6 changes: 3 additions & 3 deletions cache/ghes-2.22.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openapi": "3.0.3",
"info": {
"version": "5.1.2",
"version": "5.1.3",
"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 @@ -6838,7 +6838,7 @@
"category": "orgs",
"subcategory": null
},
"x-octokit": {}
"x-octokit": { "diff": { "ghes-3.0.json": { "type": "changed" } } }
}
},
"/orgs/{org}/actions/runner-groups": {
Expand Down Expand Up @@ -17329,7 +17329,7 @@
"previews": [],
"category": "code-scanning"
},
"x-octokit": {}
"x-octokit": { "diff": { "ghes-3.0.json": { "type": "changed" } } }
}
},
"/repos/{owner}/{repo}/code-scanning/analyses": {
Expand Down
Loading