@octokit/openapi 5.6.1 → 5.6.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (27) hide show
  1. package/generated/api.github.com.deref.json +3451 -2749
  2. package/generated/api.github.com.json +440 -1599
  3. package/generated/ghes-2.22-diff-to-ghes-3.0.deref.json +1 -1
  4. package/generated/ghes-2.22-diff-to-ghes-3.0.json +1 -1
  5. package/generated/ghes-2.22.deref.json +1 -1
  6. package/generated/ghes-2.22.json +1 -1
  7. package/generated/ghes-3.0-anicca-diff-to-ghes-3.1.deref.json +0 -145
  8. package/generated/ghes-3.0-diff-to-ghes-3.1.deref.json +8739 -19455
  9. package/generated/ghes-3.0-diff-to-ghes-3.1.json +245 -1527
  10. package/generated/ghes-3.0.deref.json +3494 -1920
  11. package/generated/ghes-3.0.json +420 -721
  12. package/generated/ghes-3.1-anicca-diff-to-ghes-3.2.deref.json +286 -1466
  13. package/generated/ghes-3.1-diff-to-ghes-3.2.deref.json +58842 -105018
  14. package/generated/ghes-3.1-diff-to-ghes-3.2.json +11129 -16701
  15. package/generated/ghes-3.1.deref.json +3545 -1951
  16. package/generated/ghes-3.1.json +467 -752
  17. package/generated/ghes-3.2-anicca-diff-to-api.github.com.deref.json +7 -136
  18. package/generated/ghes-3.2-diff-to-api.github.com.deref.json +333 -2109
  19. package/generated/ghes-3.2-diff-to-api.github.com.json +45 -742
  20. package/generated/ghes-3.2.deref.json +3597 -1953
  21. package/generated/ghes-3.2.json +474 -752
  22. package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +3 -59
  23. package/generated/github.ae-diff-to-api.github.com.deref.json +4 -4963
  24. package/generated/github.ae-diff-to-api.github.com.json +109 -2784
  25. package/generated/github.ae.deref.json +2270 -2214
  26. package/generated/github.ae.json +337 -1464
  27. package/package.json +2 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "5.6.1",
4
+ "version": "5.6.5",
5
5
  "title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
  "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
  "license": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
@@ -621,6 +621,7 @@
621
621
  }
622
622
  },
623
623
  "requestBody": {
624
+ "required": true,
624
625
  "content": {
625
626
  "application/json": {
626
627
  "schema": {
@@ -1302,6 +1303,7 @@
1302
1303
  }
1303
1304
  },
1304
1305
  "requestBody": {
1306
+ "required": true,
1305
1307
  "content": {
1306
1308
  "application/json": {
1307
1309
  "schema": {
@@ -1520,6 +1522,7 @@
1520
1522
  "tags": ["enterprise-admin"],
1521
1523
  "operationId": "enterprise-admin/set-announcement",
1522
1524
  "requestBody": {
1525
+ "required": true,
1523
1526
  "content": {
1524
1527
  "application/json": {
1525
1528
  "schema": { "$ref": "#/components/schemas/announcement" }
@@ -1952,338 +1955,6 @@
1952
1955
  "x-octokit": { "diff": { "api.github.com.json": { "type": "added" } } }
1953
1956
  }
1954
1957
  },
1955
- "/repos/{owner}/{repo}": {
1956
- "patch": {
1957
- "summary": "Update a repository",
1958
- "description": "**Note**: To edit a repository's topics, use the [Replace all repository topics](https://docs.github.com/github-ae@latest/rest/reference/repos#replace-all-repository-topics) endpoint.",
1959
- "tags": ["repos"],
1960
- "operationId": "repos/update",
1961
- "externalDocs": {
1962
- "description": "API method documentation",
1963
- "url": "https://docs.github.com/github-ae@latest/rest/reference/repos/#update-a-repository"
1964
- },
1965
- "parameters": [
1966
- { "$ref": "#/components/parameters/owner" },
1967
- { "$ref": "#/components/parameters/repo" }
1968
- ],
1969
- "requestBody": {
1970
- "content": {
1971
- "application/json": {
1972
- "schema": {
1973
- "type": "object",
1974
- "properties": {
1975
- "name": {
1976
- "type": "string",
1977
- "description": "The name of the repository."
1978
- },
1979
- "description": {
1980
- "type": "string",
1981
- "description": "A short description of the repository."
1982
- },
1983
- "homepage": {
1984
- "type": "string",
1985
- "description": "A URL with more information about the repository."
1986
- },
1987
- "private": {
1988
- "type": "boolean",
1989
- "description": "Either `true` to make the repository private or `false` to make it public. Default: `false`. \n**Note**: You will get a `422` error if the organization restricts [changing repository visibility](https://help.github.com/articles/repository-permission-levels-for-an-organization#changing-the-visibility-of-repositories) to organization owners and a non-owner tries to change the value of private. **Note**: You will get a `422` error if the organization restricts [changing repository visibility](https://help.github.com/articles/repository-permission-levels-for-an-organization#changing-the-visibility-of-repositories) to organization owners and a non-owner tries to change the value of private.",
1990
- "default": false
1991
- },
1992
- "visibility": {
1993
- "type": "string",
1994
- "description": "Can be `public` or `private`. If your organization is associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+, `visibility` can also be `internal`. The `visibility` parameter overrides the `private` parameter when you use both along with the `nebula-preview` preview header.",
1995
- "enum": ["public", "private", "visibility", "internal"]
1996
- },
1997
- "has_issues": {
1998
- "type": "boolean",
1999
- "description": "Either `true` to enable issues for this repository or `false` to disable them.",
2000
- "default": true
2001
- },
2002
- "has_projects": {
2003
- "type": "boolean",
2004
- "description": "Either `true` to enable projects for this repository or `false` to disable them. **Note:** If you're creating a repository in an organization that has disabled repository projects, the default is `false`, and if you pass `true`, the API returns an error.",
2005
- "default": true
2006
- },
2007
- "has_wiki": {
2008
- "type": "boolean",
2009
- "description": "Either `true` to enable the wiki for this repository or `false` to disable it.",
2010
- "default": true
2011
- },
2012
- "is_template": {
2013
- "type": "boolean",
2014
- "description": "Either `true` to make this repo available as a template repository or `false` to prevent it.",
2015
- "default": false
2016
- },
2017
- "default_branch": {
2018
- "type": "string",
2019
- "description": "Updates the default branch for this repository."
2020
- },
2021
- "allow_squash_merge": {
2022
- "type": "boolean",
2023
- "description": "Either `true` to allow squash-merging pull requests, or `false` to prevent squash-merging.",
2024
- "default": true
2025
- },
2026
- "allow_merge_commit": {
2027
- "type": "boolean",
2028
- "description": "Either `true` to allow merging pull requests with a merge commit, or `false` to prevent merging pull requests with merge commits.",
2029
- "default": true
2030
- },
2031
- "allow_rebase_merge": {
2032
- "type": "boolean",
2033
- "description": "Either `true` to allow rebase-merging pull requests, or `false` to prevent rebase-merging.",
2034
- "default": true
2035
- },
2036
- "allow_auto_merge": {
2037
- "type": "boolean",
2038
- "description": "Either `true` to allow auto-merge on pull requests, or `false` to disallow auto-merge.",
2039
- "default": false
2040
- },
2041
- "delete_branch_on_merge": {
2042
- "type": "boolean",
2043
- "description": "Either `true` to allow automatically deleting head branches when pull requests are merged, or `false` to prevent automatic deletion.",
2044
- "default": false
2045
- },
2046
- "archived": {
2047
- "type": "boolean",
2048
- "description": "`true` to archive this repository. **Note**: You cannot unarchive repositories through the API.",
2049
- "default": false
2050
- },
2051
- "allow_forking": {
2052
- "type": "boolean",
2053
- "description": "Either `true` to allow private forks, or `false` to prevent private forks.",
2054
- "default": false
2055
- }
2056
- }
2057
- },
2058
- "example": {
2059
- "name": "Hello-World",
2060
- "description": "This is your first repository",
2061
- "homepage": "https://github.com",
2062
- "private": true,
2063
- "has_issues": true,
2064
- "has_projects": true,
2065
- "has_wiki": true
2066
- }
2067
- }
2068
- }
2069
- },
2070
- "responses": {
2071
- "200": {
2072
- "description": "Response",
2073
- "content": {
2074
- "application/json": {
2075
- "schema": { "$ref": "#/components/schemas/full-repository" },
2076
- "examples": {
2077
- "default": { "$ref": "#/components/examples/full-repository" }
2078
- }
2079
- }
2080
- }
2081
- },
2082
- "307": { "$ref": "#/components/responses/temporary_redirect" },
2083
- "403": { "$ref": "#/components/responses/forbidden" },
2084
- "404": { "$ref": "#/components/responses/not_found" },
2085
- "422": { "$ref": "#/components/responses/validation_failed" }
2086
- },
2087
- "x-github": {
2088
- "githubCloudOnly": false,
2089
- "enabledForGitHubApps": true,
2090
- "previews": [
2091
- {
2092
- "required": false,
2093
- "name": "nebula",
2094
- "note": "You can set the visibility of a repository using the new `visibility` parameter in the [Repositories API](https://docs.github.com/github-ae@latest/rest/reference/repos/), and get a repository's visibility with a new response key. For more information, see the [blog post](https://developer.github.com/changes/2019-12-03-internal-visibility-changes/).\n\nTo access repository visibility during the preview period, you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.nebula-preview+json\n```"
2095
- },
2096
- {
2097
- "required": false,
2098
- "name": "baptiste",
2099
- "note": "The `is_template` and `template_repository` keys are currently available for developer to preview. See [Create a repository using a template](https://docs.github.com/github-ae@latest/rest/reference/repos#create-a-repository-using-a-template) to learn how to create template repositories. To access these new response keys during the preview period, you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n\n```shell\napplication/vnd.github.baptiste-preview+json\n```"
2100
- }
2101
- ],
2102
- "category": "repos",
2103
- "subcategory": null
2104
- },
2105
- "x-octokit": {
2106
- "diff": { "api.github.com.json": { "type": "changed" } }
2107
- }
2108
- }
2109
- },
2110
- "/repos/{owner}/{repo}/releases": {
2111
- "post": {
2112
- "summary": "Create a release",
2113
- "description": "Users with push access to the repository can create a release.\n\nThis endpoint triggers [notifications](https://docs.github.com/en/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. See \"[Secondary rate limits](https://docs.github.com/github-ae@latest/rest/overview/resources-in-the-rest-api#secondary-rate-limits)\" and \"[Dealing with secondary rate limits](https://docs.github.com/github-ae@latest/rest/guides/best-practices-for-integrators#dealing-with-secondary-rate-limits)\" for details.",
2114
- "tags": ["repos"],
2115
- "operationId": "repos/create-release",
2116
- "externalDocs": {
2117
- "description": "API method documentation",
2118
- "url": "https://docs.github.com/github-ae@latest/rest/reference/repos#create-a-release"
2119
- },
2120
- "parameters": [
2121
- { "$ref": "#/components/parameters/owner" },
2122
- { "$ref": "#/components/parameters/repo" }
2123
- ],
2124
- "requestBody": {
2125
- "required": true,
2126
- "content": {
2127
- "application/json": {
2128
- "schema": {
2129
- "type": "object",
2130
- "properties": {
2131
- "tag_name": {
2132
- "type": "string",
2133
- "description": "The name of the tag."
2134
- },
2135
- "target_commitish": {
2136
- "type": "string",
2137
- "description": "Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch (usually `master`)."
2138
- },
2139
- "name": {
2140
- "type": "string",
2141
- "description": "The name of the release."
2142
- },
2143
- "body": {
2144
- "type": "string",
2145
- "description": "Text describing the contents of the tag."
2146
- },
2147
- "draft": {
2148
- "type": "boolean",
2149
- "description": "`true` to create a draft (unpublished) release, `false` to create a published one.",
2150
- "default": false
2151
- },
2152
- "prerelease": {
2153
- "type": "boolean",
2154
- "description": "`true` to identify the release as a prerelease. `false` to identify the release as a full release.",
2155
- "default": false
2156
- }
2157
- },
2158
- "required": ["tag_name"]
2159
- },
2160
- "example": {
2161
- "tag_name": "v1.0.0",
2162
- "target_commitish": "master",
2163
- "name": "v1.0.0",
2164
- "body": "Description of the release",
2165
- "draft": false,
2166
- "prerelease": false
2167
- }
2168
- }
2169
- }
2170
- },
2171
- "responses": {
2172
- "201": {
2173
- "description": "Response",
2174
- "content": {
2175
- "application/json": {
2176
- "schema": { "$ref": "#/components/schemas/release" },
2177
- "examples": {
2178
- "default": { "$ref": "#/components/examples/release" }
2179
- }
2180
- }
2181
- },
2182
- "headers": {
2183
- "Location": {
2184
- "example": "https://api.github.com/repos/octocat/Hello-World/releases/1",
2185
- "schema": { "type": "string" }
2186
- }
2187
- }
2188
- },
2189
- "422": { "$ref": "#/components/responses/validation_failed" }
2190
- },
2191
- "x-github": {
2192
- "triggersNotification": true,
2193
- "githubCloudOnly": false,
2194
- "enabledForGitHubApps": true,
2195
- "previews": [],
2196
- "category": "repos",
2197
- "subcategory": "releases"
2198
- },
2199
- "x-octokit": {
2200
- "diff": { "api.github.com.json": { "type": "changed" } }
2201
- }
2202
- }
2203
- },
2204
- "/repos/{owner}/{repo}/releases/{release_id}": {
2205
- "patch": {
2206
- "summary": "Update a release",
2207
- "description": "Users with push access to the repository can edit a release.",
2208
- "tags": ["repos"],
2209
- "operationId": "repos/update-release",
2210
- "externalDocs": {
2211
- "description": "API method documentation",
2212
- "url": "https://docs.github.com/github-ae@latest/rest/reference/repos#update-a-release"
2213
- },
2214
- "parameters": [
2215
- { "$ref": "#/components/parameters/owner" },
2216
- { "$ref": "#/components/parameters/repo" },
2217
- { "$ref": "#/components/parameters/release-id" }
2218
- ],
2219
- "requestBody": {
2220
- "content": {
2221
- "application/json": {
2222
- "schema": {
2223
- "type": "object",
2224
- "properties": {
2225
- "tag_name": {
2226
- "type": "string",
2227
- "description": "The name of the tag."
2228
- },
2229
- "target_commitish": {
2230
- "type": "string",
2231
- "description": "Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch (usually `master`)."
2232
- },
2233
- "name": {
2234
- "type": "string",
2235
- "description": "The name of the release."
2236
- },
2237
- "body": {
2238
- "type": "string",
2239
- "description": "Text describing the contents of the tag."
2240
- },
2241
- "draft": {
2242
- "type": "boolean",
2243
- "description": "`true` makes the release a draft, and `false` publishes the release."
2244
- },
2245
- "prerelease": {
2246
- "type": "boolean",
2247
- "description": "`true` to identify the release as a prerelease, `false` to identify the release as a full release."
2248
- }
2249
- }
2250
- },
2251
- "example": {
2252
- "tag_name": "v1.0.0",
2253
- "target_commitish": "master",
2254
- "name": "v1.0.0",
2255
- "body": "Description of the release",
2256
- "draft": false,
2257
- "prerelease": false
2258
- }
2259
- }
2260
- }
2261
- },
2262
- "responses": {
2263
- "200": {
2264
- "description": "Response",
2265
- "content": {
2266
- "application/json": {
2267
- "schema": { "$ref": "#/components/schemas/release" },
2268
- "examples": {
2269
- "default": { "$ref": "#/components/examples/release" }
2270
- }
2271
- }
2272
- }
2273
- }
2274
- },
2275
- "x-github": {
2276
- "githubCloudOnly": false,
2277
- "enabledForGitHubApps": true,
2278
- "previews": [],
2279
- "category": "repos",
2280
- "subcategory": "releases"
2281
- },
2282
- "x-octokit": {
2283
- "diff": { "api.github.com.json": { "type": "changed" } }
2284
- }
2285
- }
2286
- },
2287
1958
  "/users/{username}/suspended": {
2288
1959
  "put": {
2289
1960
  "summary": "Suspend a user",
@@ -2432,25 +2103,6 @@
2432
2103
  "in": "path",
2433
2104
  "required": true,
2434
2105
  "schema": { "type": "string" }
2435
- },
2436
- "owner": {
2437
- "name": "owner",
2438
- "in": "path",
2439
- "required": true,
2440
- "schema": { "type": "string" }
2441
- },
2442
- "repo": {
2443
- "name": "repo",
2444
- "in": "path",
2445
- "required": true,
2446
- "schema": { "type": "string" }
2447
- },
2448
- "release-id": {
2449
- "name": "release_id",
2450
- "description": "release_id parameter",
2451
- "in": "path",
2452
- "required": true,
2453
- "schema": { "type": "integer" }
2454
2106
  }
2455
2107
  },
2456
2108
  "schemas": {
@@ -2919,567 +2571,80 @@
2919
2571
  },
2920
2572
  "required": ["total_users", "admin_users", "suspended_users"]
2921
2573
  },
2922
- "full-repository": {
2923
- "title": "Full Repository",
2924
- "description": "Full Repository",
2574
+ "nullable-simple-user": {
2575
+ "title": "Simple User",
2576
+ "description": "Simple User",
2925
2577
  "type": "object",
2926
2578
  "properties": {
2927
- "id": { "type": "integer", "example": 1296269 },
2928
- "node_id": {
2929
- "type": "string",
2930
- "example": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5"
2931
- },
2932
- "name": { "type": "string", "example": "Hello-World" },
2933
- "full_name": { "type": "string", "example": "octocat/Hello-World" },
2934
- "owner": { "$ref": "#/components/schemas/simple-user" },
2935
- "private": { "type": "boolean" },
2936
- "html_url": {
2579
+ "name": { "nullable": true, "type": "string" },
2580
+ "email": { "nullable": true, "type": "string" },
2581
+ "login": { "type": "string", "example": "octocat" },
2582
+ "id": { "type": "integer", "example": 1 },
2583
+ "node_id": { "type": "string", "example": "MDQ6VXNlcjE=" },
2584
+ "avatar_url": {
2937
2585
  "type": "string",
2938
2586
  "format": "uri",
2939
- "example": "https://github.com/octocat/Hello-World"
2587
+ "example": "https://github.com/images/error/octocat_happy.gif"
2940
2588
  },
2941
- "description": {
2589
+ "gravatar_id": {
2942
2590
  "type": "string",
2943
- "example": "This your first repo!",
2591
+ "example": "41d064eb2195891e12d0413f63227ea7",
2944
2592
  "nullable": true
2945
2593
  },
2946
- "fork": { "type": "boolean" },
2947
2594
  "url": {
2948
2595
  "type": "string",
2949
2596
  "format": "uri",
2950
- "example": "https://api.github.com/repos/octocat/Hello-World"
2951
- },
2952
- "archive_url": {
2953
- "type": "string",
2954
- "example": "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}"
2955
- },
2956
- "assignees_url": {
2957
- "type": "string",
2958
- "example": "http://api.github.com/repos/octocat/Hello-World/assignees{/user}"
2959
- },
2960
- "blobs_url": {
2961
- "type": "string",
2962
- "example": "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}"
2963
- },
2964
- "branches_url": {
2965
- "type": "string",
2966
- "example": "http://api.github.com/repos/octocat/Hello-World/branches{/branch}"
2597
+ "example": "https://api.github.com/users/octocat"
2967
2598
  },
2968
- "collaborators_url": {
2599
+ "html_url": {
2969
2600
  "type": "string",
2970
- "example": "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}"
2601
+ "format": "uri",
2602
+ "example": "https://github.com/octocat"
2971
2603
  },
2972
- "comments_url": {
2604
+ "followers_url": {
2973
2605
  "type": "string",
2974
- "example": "http://api.github.com/repos/octocat/Hello-World/comments{/number}"
2606
+ "format": "uri",
2607
+ "example": "https://api.github.com/users/octocat/followers"
2975
2608
  },
2976
- "commits_url": {
2609
+ "following_url": {
2977
2610
  "type": "string",
2978
- "example": "http://api.github.com/repos/octocat/Hello-World/commits{/sha}"
2611
+ "example": "https://api.github.com/users/octocat/following{/other_user}"
2979
2612
  },
2980
- "compare_url": {
2613
+ "gists_url": {
2981
2614
  "type": "string",
2982
- "example": "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}"
2615
+ "example": "https://api.github.com/users/octocat/gists{/gist_id}"
2983
2616
  },
2984
- "contents_url": {
2617
+ "starred_url": {
2985
2618
  "type": "string",
2986
- "example": "http://api.github.com/repos/octocat/Hello-World/contents/{+path}"
2619
+ "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}"
2987
2620
  },
2988
- "contributors_url": {
2621
+ "subscriptions_url": {
2989
2622
  "type": "string",
2990
2623
  "format": "uri",
2991
- "example": "http://api.github.com/repos/octocat/Hello-World/contributors"
2624
+ "example": "https://api.github.com/users/octocat/subscriptions"
2992
2625
  },
2993
- "deployments_url": {
2626
+ "organizations_url": {
2994
2627
  "type": "string",
2995
2628
  "format": "uri",
2996
- "example": "http://api.github.com/repos/octocat/Hello-World/deployments"
2629
+ "example": "https://api.github.com/users/octocat/orgs"
2997
2630
  },
2998
- "downloads_url": {
2631
+ "repos_url": {
2999
2632
  "type": "string",
3000
2633
  "format": "uri",
3001
- "example": "http://api.github.com/repos/octocat/Hello-World/downloads"
2634
+ "example": "https://api.github.com/users/octocat/repos"
3002
2635
  },
3003
2636
  "events_url": {
3004
2637
  "type": "string",
3005
- "format": "uri",
3006
- "example": "http://api.github.com/repos/octocat/Hello-World/events"
2638
+ "example": "https://api.github.com/users/octocat/events{/privacy}"
3007
2639
  },
3008
- "forks_url": {
2640
+ "received_events_url": {
3009
2641
  "type": "string",
3010
2642
  "format": "uri",
3011
- "example": "http://api.github.com/repos/octocat/Hello-World/forks"
3012
- },
3013
- "git_commits_url": {
3014
- "type": "string",
3015
- "example": "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}"
3016
- },
3017
- "git_refs_url": {
3018
- "type": "string",
3019
- "example": "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}"
2643
+ "example": "https://api.github.com/users/octocat/received_events"
3020
2644
  },
3021
- "git_tags_url": {
3022
- "type": "string",
3023
- "example": "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}"
3024
- },
3025
- "git_url": {
3026
- "type": "string",
3027
- "example": "git:github.com/octocat/Hello-World.git"
3028
- },
3029
- "issue_comment_url": {
3030
- "type": "string",
3031
- "example": "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}"
3032
- },
3033
- "issue_events_url": {
3034
- "type": "string",
3035
- "example": "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}"
3036
- },
3037
- "issues_url": {
3038
- "type": "string",
3039
- "example": "http://api.github.com/repos/octocat/Hello-World/issues{/number}"
3040
- },
3041
- "keys_url": {
3042
- "type": "string",
3043
- "example": "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}"
3044
- },
3045
- "labels_url": {
3046
- "type": "string",
3047
- "example": "http://api.github.com/repos/octocat/Hello-World/labels{/name}"
3048
- },
3049
- "languages_url": {
3050
- "type": "string",
3051
- "format": "uri",
3052
- "example": "http://api.github.com/repos/octocat/Hello-World/languages"
3053
- },
3054
- "merges_url": {
3055
- "type": "string",
3056
- "format": "uri",
3057
- "example": "http://api.github.com/repos/octocat/Hello-World/merges"
3058
- },
3059
- "milestones_url": {
3060
- "type": "string",
3061
- "example": "http://api.github.com/repos/octocat/Hello-World/milestones{/number}"
3062
- },
3063
- "notifications_url": {
3064
- "type": "string",
3065
- "example": "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}"
3066
- },
3067
- "pulls_url": {
3068
- "type": "string",
3069
- "example": "http://api.github.com/repos/octocat/Hello-World/pulls{/number}"
3070
- },
3071
- "releases_url": {
3072
- "type": "string",
3073
- "example": "http://api.github.com/repos/octocat/Hello-World/releases{/id}"
3074
- },
3075
- "ssh_url": {
3076
- "type": "string",
3077
- "example": "git@github.com:octocat/Hello-World.git"
3078
- },
3079
- "stargazers_url": {
3080
- "type": "string",
3081
- "format": "uri",
3082
- "example": "http://api.github.com/repos/octocat/Hello-World/stargazers"
3083
- },
3084
- "statuses_url": {
3085
- "type": "string",
3086
- "example": "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}"
3087
- },
3088
- "subscribers_url": {
3089
- "type": "string",
3090
- "format": "uri",
3091
- "example": "http://api.github.com/repos/octocat/Hello-World/subscribers"
3092
- },
3093
- "subscription_url": {
3094
- "type": "string",
3095
- "format": "uri",
3096
- "example": "http://api.github.com/repos/octocat/Hello-World/subscription"
3097
- },
3098
- "tags_url": {
3099
- "type": "string",
3100
- "format": "uri",
3101
- "example": "http://api.github.com/repos/octocat/Hello-World/tags"
3102
- },
3103
- "teams_url": {
3104
- "type": "string",
3105
- "format": "uri",
3106
- "example": "http://api.github.com/repos/octocat/Hello-World/teams"
3107
- },
3108
- "trees_url": {
3109
- "type": "string",
3110
- "example": "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}"
3111
- },
3112
- "clone_url": {
3113
- "type": "string",
3114
- "example": "https://github.com/octocat/Hello-World.git"
3115
- },
3116
- "mirror_url": {
3117
- "type": "string",
3118
- "format": "uri",
3119
- "example": "git:git.example.com/octocat/Hello-World",
3120
- "nullable": true
3121
- },
3122
- "hooks_url": {
3123
- "type": "string",
3124
- "format": "uri",
3125
- "example": "http://api.github.com/repos/octocat/Hello-World/hooks"
3126
- },
3127
- "svn_url": {
3128
- "type": "string",
3129
- "format": "uri",
3130
- "example": "https://svn.github.com/octocat/Hello-World"
3131
- },
3132
- "homepage": {
3133
- "type": "string",
3134
- "format": "uri",
3135
- "example": "https://github.com",
3136
- "nullable": true
3137
- },
3138
- "language": { "type": "string", "nullable": true },
3139
- "forks_count": { "type": "integer", "example": 9 },
3140
- "stargazers_count": { "type": "integer", "example": 80 },
3141
- "watchers_count": { "type": "integer", "example": 80 },
3142
- "size": { "type": "integer", "example": 108 },
3143
- "default_branch": { "type": "string", "example": "master" },
3144
- "open_issues_count": { "type": "integer", "example": 0 },
3145
- "is_template": { "type": "boolean", "example": true },
3146
- "topics": {
3147
- "type": "array",
3148
- "items": { "type": "string" },
3149
- "example": ["octocat", "atom", "electron", "API"]
3150
- },
3151
- "has_issues": { "type": "boolean", "example": true },
3152
- "has_projects": { "type": "boolean", "example": true },
3153
- "has_wiki": { "type": "boolean", "example": true },
3154
- "has_pages": { "type": "boolean" },
3155
- "has_downloads": { "type": "boolean", "example": true },
3156
- "archived": { "type": "boolean" },
3157
- "disabled": {
3158
- "type": "boolean",
3159
- "description": "Returns whether or not this repository disabled."
3160
- },
3161
- "visibility": {
3162
- "description": "The repository visibility: public, private, or internal.",
3163
- "type": "string",
3164
- "example": "public"
3165
- },
3166
- "pushed_at": {
3167
- "type": "string",
3168
- "format": "date-time",
3169
- "example": "2011-01-26T19:06:43Z"
3170
- },
3171
- "created_at": {
3172
- "type": "string",
3173
- "format": "date-time",
3174
- "example": "2011-01-26T19:01:12Z"
3175
- },
3176
- "updated_at": {
3177
- "type": "string",
3178
- "format": "date-time",
3179
- "example": "2011-01-26T19:14:43Z"
3180
- },
3181
- "permissions": {
3182
- "type": "object",
3183
- "properties": {
3184
- "admin": { "type": "boolean" },
3185
- "maintain": { "type": "boolean" },
3186
- "push": { "type": "boolean" },
3187
- "triage": { "type": "boolean" },
3188
- "pull": { "type": "boolean" }
3189
- },
3190
- "required": ["admin", "pull", "push"]
3191
- },
3192
- "allow_rebase_merge": { "type": "boolean", "example": true },
3193
- "template_repository": {
3194
- "$ref": "#/components/schemas/nullable-repository"
3195
- },
3196
- "temp_clone_token": { "type": "string", "nullable": true },
3197
- "allow_squash_merge": { "type": "boolean", "example": true },
3198
- "allow_auto_merge": { "type": "boolean", "example": false },
3199
- "delete_branch_on_merge": { "type": "boolean", "example": false },
3200
- "allow_merge_commit": { "type": "boolean", "example": true },
3201
- "allow_forking": { "type": "boolean", "example": true },
3202
- "subscribers_count": { "type": "integer", "example": 42 },
3203
- "network_count": { "type": "integer", "example": 0 },
3204
- "license": { "$ref": "#/components/schemas/nullable-license-simple" },
3205
- "organization": {
3206
- "$ref": "#/components/schemas/nullable-simple-user"
3207
- },
3208
- "parent": { "$ref": "#/components/schemas/repository" },
3209
- "source": { "$ref": "#/components/schemas/repository" },
3210
- "forks": { "type": "integer" },
3211
- "master_branch": { "type": "string" },
3212
- "open_issues": { "type": "integer" },
3213
- "watchers": { "type": "integer" },
3214
- "anonymous_access_enabled": {
3215
- "description": "Whether anonymous git access is allowed.",
3216
- "default": true,
3217
- "type": "boolean"
3218
- },
3219
- "code_of_conduct": {
3220
- "$ref": "#/components/schemas/code-of-conduct-simple"
3221
- },
3222
- "security_and_analysis": {
3223
- "nullable": true,
3224
- "type": "object",
3225
- "properties": {
3226
- "advanced_security": {
3227
- "type": "object",
3228
- "properties": {
3229
- "status": {
3230
- "type": "string",
3231
- "enum": ["enabled", "disabled"]
3232
- }
3233
- }
3234
- },
3235
- "secret_scanning": {
3236
- "type": "object",
3237
- "properties": {
3238
- "status": {
3239
- "type": "string",
3240
- "enum": ["enabled", "disabled"]
3241
- }
3242
- }
3243
- }
3244
- }
3245
- }
3246
- },
3247
- "required": [
3248
- "archive_url",
3249
- "assignees_url",
3250
- "blobs_url",
3251
- "branches_url",
3252
- "collaborators_url",
3253
- "comments_url",
3254
- "commits_url",
3255
- "compare_url",
3256
- "contents_url",
3257
- "contributors_url",
3258
- "deployments_url",
3259
- "description",
3260
- "downloads_url",
3261
- "events_url",
3262
- "fork",
3263
- "forks_url",
3264
- "full_name",
3265
- "git_commits_url",
3266
- "git_refs_url",
3267
- "git_tags_url",
3268
- "hooks_url",
3269
- "html_url",
3270
- "id",
3271
- "node_id",
3272
- "issue_comment_url",
3273
- "issue_events_url",
3274
- "issues_url",
3275
- "keys_url",
3276
- "labels_url",
3277
- "languages_url",
3278
- "merges_url",
3279
- "milestones_url",
3280
- "name",
3281
- "notifications_url",
3282
- "owner",
3283
- "private",
3284
- "pulls_url",
3285
- "releases_url",
3286
- "stargazers_url",
3287
- "statuses_url",
3288
- "subscribers_url",
3289
- "subscription_url",
3290
- "tags_url",
3291
- "teams_url",
3292
- "trees_url",
3293
- "url",
3294
- "clone_url",
3295
- "default_branch",
3296
- "forks",
3297
- "forks_count",
3298
- "git_url",
3299
- "has_downloads",
3300
- "has_issues",
3301
- "has_projects",
3302
- "has_wiki",
3303
- "has_pages",
3304
- "homepage",
3305
- "language",
3306
- "archived",
3307
- "disabled",
3308
- "mirror_url",
3309
- "open_issues",
3310
- "open_issues_count",
3311
- "license",
3312
- "pushed_at",
3313
- "size",
3314
- "ssh_url",
3315
- "stargazers_count",
3316
- "svn_url",
3317
- "watchers",
3318
- "watchers_count",
3319
- "created_at",
3320
- "updated_at",
3321
- "network_count",
3322
- "subscribers_count"
3323
- ]
3324
- },
3325
- "release": {
3326
- "title": "Release",
3327
- "description": "A release.",
3328
- "type": "object",
3329
- "properties": {
3330
- "url": { "type": "string", "format": "uri" },
3331
- "html_url": { "type": "string", "format": "uri" },
3332
- "assets_url": { "type": "string", "format": "uri" },
3333
- "upload_url": { "type": "string" },
3334
- "tarball_url": {
3335
- "type": "string",
3336
- "format": "uri",
3337
- "nullable": true
3338
- },
3339
- "zipball_url": {
3340
- "type": "string",
3341
- "format": "uri",
3342
- "nullable": true
3343
- },
3344
- "id": { "type": "integer" },
3345
- "node_id": { "type": "string" },
3346
- "tag_name": {
3347
- "description": "The name of the tag.",
3348
- "example": "v1.0.0",
3349
- "type": "string"
3350
- },
3351
- "target_commitish": {
3352
- "description": "Specifies the commitish value that determines where the Git tag is created from.",
3353
- "example": "master",
3354
- "type": "string"
3355
- },
3356
- "name": { "type": "string", "nullable": true },
3357
- "body": { "type": "string", "nullable": true },
3358
- "draft": {
3359
- "description": "true to create a draft (unpublished) release, false to create a published one.",
3360
- "example": false,
3361
- "type": "boolean"
3362
- },
3363
- "prerelease": {
3364
- "description": "Whether to identify the release as a prerelease or a full release.",
3365
- "example": false,
3366
- "type": "boolean"
3367
- },
3368
- "created_at": { "type": "string", "format": "date-time" },
3369
- "published_at": {
3370
- "type": "string",
3371
- "format": "date-time",
3372
- "nullable": true
3373
- },
3374
- "author": { "$ref": "#/components/schemas/simple-user" },
3375
- "assets": {
3376
- "type": "array",
3377
- "items": { "$ref": "#/components/schemas/release-asset" }
3378
- },
3379
- "body_html": { "type": "string" },
3380
- "body_text": { "type": "string" },
3381
- "mentions_count": { "type": "integer" },
3382
- "discussion_url": {
3383
- "description": "The URL of the release discussion.",
3384
- "type": "string",
3385
- "format": "uri"
3386
- },
3387
- "reactions": { "$ref": "#/components/schemas/reaction-rollup" }
3388
- },
3389
- "required": [
3390
- "assets_url",
3391
- "upload_url",
3392
- "tarball_url",
3393
- "zipball_url",
3394
- "created_at",
3395
- "published_at",
3396
- "draft",
3397
- "id",
3398
- "node_id",
3399
- "author",
3400
- "html_url",
3401
- "name",
3402
- "prerelease",
3403
- "tag_name",
3404
- "target_commitish",
3405
- "assets",
3406
- "url"
3407
- ]
3408
- },
3409
- "nullable-simple-user": {
3410
- "title": "Simple User",
3411
- "description": "Simple User",
3412
- "type": "object",
3413
- "properties": {
3414
- "name": { "nullable": true, "type": "string" },
3415
- "email": { "nullable": true, "type": "string" },
3416
- "login": { "type": "string", "example": "octocat" },
3417
- "id": { "type": "integer", "example": 1 },
3418
- "node_id": { "type": "string", "example": "MDQ6VXNlcjE=" },
3419
- "avatar_url": {
3420
- "type": "string",
3421
- "format": "uri",
3422
- "example": "https://github.com/images/error/octocat_happy.gif"
3423
- },
3424
- "gravatar_id": {
3425
- "type": "string",
3426
- "example": "41d064eb2195891e12d0413f63227ea7",
3427
- "nullable": true
3428
- },
3429
- "url": {
3430
- "type": "string",
3431
- "format": "uri",
3432
- "example": "https://api.github.com/users/octocat"
3433
- },
3434
- "html_url": {
3435
- "type": "string",
3436
- "format": "uri",
3437
- "example": "https://github.com/octocat"
3438
- },
3439
- "followers_url": {
3440
- "type": "string",
3441
- "format": "uri",
3442
- "example": "https://api.github.com/users/octocat/followers"
3443
- },
3444
- "following_url": {
3445
- "type": "string",
3446
- "example": "https://api.github.com/users/octocat/following{/other_user}"
3447
- },
3448
- "gists_url": {
3449
- "type": "string",
3450
- "example": "https://api.github.com/users/octocat/gists{/gist_id}"
3451
- },
3452
- "starred_url": {
3453
- "type": "string",
3454
- "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}"
3455
- },
3456
- "subscriptions_url": {
3457
- "type": "string",
3458
- "format": "uri",
3459
- "example": "https://api.github.com/users/octocat/subscriptions"
3460
- },
3461
- "organizations_url": {
3462
- "type": "string",
3463
- "format": "uri",
3464
- "example": "https://api.github.com/users/octocat/orgs"
3465
- },
3466
- "repos_url": {
3467
- "type": "string",
3468
- "format": "uri",
3469
- "example": "https://api.github.com/users/octocat/repos"
3470
- },
3471
- "events_url": {
3472
- "type": "string",
3473
- "example": "https://api.github.com/users/octocat/events{/privacy}"
3474
- },
3475
- "received_events_url": {
3476
- "type": "string",
3477
- "format": "uri",
3478
- "example": "https://api.github.com/users/octocat/received_events"
3479
- },
3480
- "type": { "type": "string", "example": "User" },
3481
- "site_admin": { "type": "boolean" },
3482
- "starred_at": {
2645
+ "type": { "type": "string", "example": "User" },
2646
+ "site_admin": { "type": "boolean" },
2647
+ "starred_at": {
3483
2648
  "type": "string",
3484
2649
  "example": "\"2020-07-09T00:17:55Z\""
3485
2650
  }
@@ -3713,1389 +2878,125 @@
3713
2878
  },
3714
2879
  "simple-user": {
3715
2880
  "title": "Simple User",
3716
- "description": "Simple User",
3717
- "type": "object",
3718
- "properties": {
3719
- "name": { "nullable": true, "type": "string" },
3720
- "email": { "nullable": true, "type": "string" },
3721
- "login": { "type": "string", "example": "octocat" },
3722
- "id": { "type": "integer", "example": 1 },
3723
- "node_id": { "type": "string", "example": "MDQ6VXNlcjE=" },
3724
- "avatar_url": {
3725
- "type": "string",
3726
- "format": "uri",
3727
- "example": "https://github.com/images/error/octocat_happy.gif"
3728
- },
3729
- "gravatar_id": {
3730
- "type": "string",
3731
- "example": "41d064eb2195891e12d0413f63227ea7",
3732
- "nullable": true
3733
- },
3734
- "url": {
3735
- "type": "string",
3736
- "format": "uri",
3737
- "example": "https://api.github.com/users/octocat"
3738
- },
3739
- "html_url": {
3740
- "type": "string",
3741
- "format": "uri",
3742
- "example": "https://github.com/octocat"
3743
- },
3744
- "followers_url": {
3745
- "type": "string",
3746
- "format": "uri",
3747
- "example": "https://api.github.com/users/octocat/followers"
3748
- },
3749
- "following_url": {
3750
- "type": "string",
3751
- "example": "https://api.github.com/users/octocat/following{/other_user}"
3752
- },
3753
- "gists_url": {
3754
- "type": "string",
3755
- "example": "https://api.github.com/users/octocat/gists{/gist_id}"
3756
- },
3757
- "starred_url": {
3758
- "type": "string",
3759
- "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}"
3760
- },
3761
- "subscriptions_url": {
3762
- "type": "string",
3763
- "format": "uri",
3764
- "example": "https://api.github.com/users/octocat/subscriptions"
3765
- },
3766
- "organizations_url": {
3767
- "type": "string",
3768
- "format": "uri",
3769
- "example": "https://api.github.com/users/octocat/orgs"
3770
- },
3771
- "repos_url": {
3772
- "type": "string",
3773
- "format": "uri",
3774
- "example": "https://api.github.com/users/octocat/repos"
3775
- },
3776
- "events_url": {
3777
- "type": "string",
3778
- "example": "https://api.github.com/users/octocat/events{/privacy}"
3779
- },
3780
- "received_events_url": {
3781
- "type": "string",
3782
- "format": "uri",
3783
- "example": "https://api.github.com/users/octocat/received_events"
3784
- },
3785
- "type": { "type": "string", "example": "User" },
3786
- "site_admin": { "type": "boolean" },
3787
- "starred_at": {
3788
- "type": "string",
3789
- "example": "\"2020-07-09T00:17:55Z\""
3790
- }
3791
- },
3792
- "required": [
3793
- "avatar_url",
3794
- "events_url",
3795
- "followers_url",
3796
- "following_url",
3797
- "gists_url",
3798
- "gravatar_id",
3799
- "html_url",
3800
- "id",
3801
- "node_id",
3802
- "login",
3803
- "organizations_url",
3804
- "received_events_url",
3805
- "repos_url",
3806
- "site_admin",
3807
- "starred_url",
3808
- "subscriptions_url",
3809
- "type",
3810
- "url"
3811
- ]
3812
- },
3813
- "basic-error": {
3814
- "title": "Basic Error",
3815
- "description": "Basic Error",
3816
- "type": "object",
3817
- "properties": {
3818
- "message": { "type": "string" },
3819
- "documentation_url": { "type": "string" },
3820
- "url": { "type": "string" },
3821
- "status": { "type": "string" }
3822
- }
3823
- },
3824
- "announcement-message": {
3825
- "type": "string",
3826
- "description": "The announcement text in GitHub Flavored Markdown. For more information about GitHub Flavored Markdown, see \"[Mastering markdown](https://guides.github.com/features/mastering-markdown/).\"",
3827
- "example": "Very **important** announcement about _nothing_."
3828
- },
3829
- "announcement-expiration": {
3830
- "type": "string",
3831
- "format": "date-time",
3832
- "description": "The time at which the announcement expires. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`. To set an announcement that never expires, omit this parameter, set it to `null`, or set it to an empty string.",
3833
- "example": "\"2021-01-01T00:00:00.000-07:00\"",
3834
- "nullable": true
3835
- },
3836
- "nullable-repository": {
3837
- "title": "Repository",
3838
- "description": "A git repository",
3839
- "type": "object",
3840
- "properties": {
3841
- "id": {
3842
- "description": "Unique identifier of the repository",
3843
- "example": 42,
3844
- "type": "integer"
3845
- },
3846
- "node_id": {
3847
- "type": "string",
3848
- "example": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5"
3849
- },
3850
- "name": {
3851
- "description": "The name of the repository.",
3852
- "type": "string",
3853
- "example": "Team Environment"
3854
- },
3855
- "full_name": { "type": "string", "example": "octocat/Hello-World" },
3856
- "license": { "$ref": "#/components/schemas/nullable-license-simple" },
3857
- "organization": {
3858
- "$ref": "#/components/schemas/nullable-simple-user"
3859
- },
3860
- "forks": { "type": "integer" },
3861
- "permissions": {
3862
- "type": "object",
3863
- "properties": {
3864
- "admin": { "type": "boolean" },
3865
- "pull": { "type": "boolean" },
3866
- "triage": { "type": "boolean" },
3867
- "push": { "type": "boolean" },
3868
- "maintain": { "type": "boolean" }
3869
- },
3870
- "required": ["admin", "pull", "push"]
3871
- },
3872
- "owner": { "$ref": "#/components/schemas/simple-user" },
3873
- "private": {
3874
- "description": "Whether the repository is private or public.",
3875
- "default": false,
3876
- "type": "boolean"
3877
- },
3878
- "html_url": {
3879
- "type": "string",
3880
- "format": "uri",
3881
- "example": "https://github.com/octocat/Hello-World"
3882
- },
3883
- "description": {
3884
- "type": "string",
3885
- "example": "This your first repo!",
3886
- "nullable": true
3887
- },
3888
- "fork": { "type": "boolean" },
3889
- "url": {
3890
- "type": "string",
3891
- "format": "uri",
3892
- "example": "https://api.github.com/repos/octocat/Hello-World"
3893
- },
3894
- "archive_url": {
3895
- "type": "string",
3896
- "example": "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}"
3897
- },
3898
- "assignees_url": {
3899
- "type": "string",
3900
- "example": "http://api.github.com/repos/octocat/Hello-World/assignees{/user}"
3901
- },
3902
- "blobs_url": {
3903
- "type": "string",
3904
- "example": "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}"
3905
- },
3906
- "branches_url": {
3907
- "type": "string",
3908
- "example": "http://api.github.com/repos/octocat/Hello-World/branches{/branch}"
3909
- },
3910
- "collaborators_url": {
3911
- "type": "string",
3912
- "example": "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}"
3913
- },
3914
- "comments_url": {
3915
- "type": "string",
3916
- "example": "http://api.github.com/repos/octocat/Hello-World/comments{/number}"
3917
- },
3918
- "commits_url": {
3919
- "type": "string",
3920
- "example": "http://api.github.com/repos/octocat/Hello-World/commits{/sha}"
3921
- },
3922
- "compare_url": {
3923
- "type": "string",
3924
- "example": "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}"
3925
- },
3926
- "contents_url": {
3927
- "type": "string",
3928
- "example": "http://api.github.com/repos/octocat/Hello-World/contents/{+path}"
3929
- },
3930
- "contributors_url": {
3931
- "type": "string",
3932
- "format": "uri",
3933
- "example": "http://api.github.com/repos/octocat/Hello-World/contributors"
3934
- },
3935
- "deployments_url": {
3936
- "type": "string",
3937
- "format": "uri",
3938
- "example": "http://api.github.com/repos/octocat/Hello-World/deployments"
3939
- },
3940
- "downloads_url": {
3941
- "type": "string",
3942
- "format": "uri",
3943
- "example": "http://api.github.com/repos/octocat/Hello-World/downloads"
3944
- },
3945
- "events_url": {
3946
- "type": "string",
3947
- "format": "uri",
3948
- "example": "http://api.github.com/repos/octocat/Hello-World/events"
3949
- },
3950
- "forks_url": {
3951
- "type": "string",
3952
- "format": "uri",
3953
- "example": "http://api.github.com/repos/octocat/Hello-World/forks"
3954
- },
3955
- "git_commits_url": {
3956
- "type": "string",
3957
- "example": "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}"
3958
- },
3959
- "git_refs_url": {
3960
- "type": "string",
3961
- "example": "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}"
3962
- },
3963
- "git_tags_url": {
3964
- "type": "string",
3965
- "example": "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}"
3966
- },
3967
- "git_url": {
3968
- "type": "string",
3969
- "example": "git:github.com/octocat/Hello-World.git"
3970
- },
3971
- "issue_comment_url": {
3972
- "type": "string",
3973
- "example": "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}"
3974
- },
3975
- "issue_events_url": {
3976
- "type": "string",
3977
- "example": "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}"
3978
- },
3979
- "issues_url": {
3980
- "type": "string",
3981
- "example": "http://api.github.com/repos/octocat/Hello-World/issues{/number}"
3982
- },
3983
- "keys_url": {
3984
- "type": "string",
3985
- "example": "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}"
3986
- },
3987
- "labels_url": {
3988
- "type": "string",
3989
- "example": "http://api.github.com/repos/octocat/Hello-World/labels{/name}"
3990
- },
3991
- "languages_url": {
3992
- "type": "string",
3993
- "format": "uri",
3994
- "example": "http://api.github.com/repos/octocat/Hello-World/languages"
3995
- },
3996
- "merges_url": {
3997
- "type": "string",
3998
- "format": "uri",
3999
- "example": "http://api.github.com/repos/octocat/Hello-World/merges"
4000
- },
4001
- "milestones_url": {
4002
- "type": "string",
4003
- "example": "http://api.github.com/repos/octocat/Hello-World/milestones{/number}"
4004
- },
4005
- "notifications_url": {
4006
- "type": "string",
4007
- "example": "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}"
4008
- },
4009
- "pulls_url": {
4010
- "type": "string",
4011
- "example": "http://api.github.com/repos/octocat/Hello-World/pulls{/number}"
4012
- },
4013
- "releases_url": {
4014
- "type": "string",
4015
- "example": "http://api.github.com/repos/octocat/Hello-World/releases{/id}"
4016
- },
4017
- "ssh_url": {
4018
- "type": "string",
4019
- "example": "git@github.com:octocat/Hello-World.git"
4020
- },
4021
- "stargazers_url": {
4022
- "type": "string",
4023
- "format": "uri",
4024
- "example": "http://api.github.com/repos/octocat/Hello-World/stargazers"
4025
- },
4026
- "statuses_url": {
4027
- "type": "string",
4028
- "example": "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}"
4029
- },
4030
- "subscribers_url": {
4031
- "type": "string",
4032
- "format": "uri",
4033
- "example": "http://api.github.com/repos/octocat/Hello-World/subscribers"
4034
- },
4035
- "subscription_url": {
4036
- "type": "string",
4037
- "format": "uri",
4038
- "example": "http://api.github.com/repos/octocat/Hello-World/subscription"
4039
- },
4040
- "tags_url": {
4041
- "type": "string",
4042
- "format": "uri",
4043
- "example": "http://api.github.com/repos/octocat/Hello-World/tags"
4044
- },
4045
- "teams_url": {
4046
- "type": "string",
4047
- "format": "uri",
4048
- "example": "http://api.github.com/repos/octocat/Hello-World/teams"
4049
- },
4050
- "trees_url": {
4051
- "type": "string",
4052
- "example": "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}"
4053
- },
4054
- "clone_url": {
4055
- "type": "string",
4056
- "example": "https://github.com/octocat/Hello-World.git"
4057
- },
4058
- "mirror_url": {
4059
- "type": "string",
4060
- "format": "uri",
4061
- "example": "git:git.example.com/octocat/Hello-World",
4062
- "nullable": true
4063
- },
4064
- "hooks_url": {
4065
- "type": "string",
4066
- "format": "uri",
4067
- "example": "http://api.github.com/repos/octocat/Hello-World/hooks"
4068
- },
4069
- "svn_url": {
4070
- "type": "string",
4071
- "format": "uri",
4072
- "example": "https://svn.github.com/octocat/Hello-World"
4073
- },
4074
- "homepage": {
4075
- "type": "string",
4076
- "format": "uri",
4077
- "example": "https://github.com",
4078
- "nullable": true
4079
- },
4080
- "language": { "type": "string", "nullable": true },
4081
- "forks_count": { "type": "integer", "example": 9 },
4082
- "stargazers_count": { "type": "integer", "example": 80 },
4083
- "watchers_count": { "type": "integer", "example": 80 },
4084
- "size": { "type": "integer", "example": 108 },
4085
- "default_branch": {
4086
- "description": "The default branch of the repository.",
4087
- "type": "string",
4088
- "example": "master"
4089
- },
4090
- "open_issues_count": { "type": "integer", "example": 0 },
4091
- "is_template": {
4092
- "description": "Whether this repository acts as a template that can be used to generate new repositories.",
4093
- "default": false,
4094
- "type": "boolean",
4095
- "example": true
4096
- },
4097
- "topics": { "type": "array", "items": { "type": "string" } },
4098
- "has_issues": {
4099
- "description": "Whether issues are enabled.",
4100
- "default": true,
4101
- "type": "boolean",
4102
- "example": true
4103
- },
4104
- "has_projects": {
4105
- "description": "Whether projects are enabled.",
4106
- "default": true,
4107
- "type": "boolean",
4108
- "example": true
4109
- },
4110
- "has_wiki": {
4111
- "description": "Whether the wiki is enabled.",
4112
- "default": true,
4113
- "type": "boolean",
4114
- "example": true
4115
- },
4116
- "has_pages": { "type": "boolean" },
4117
- "has_downloads": {
4118
- "description": "Whether downloads are enabled.",
4119
- "default": true,
4120
- "type": "boolean",
4121
- "example": true
4122
- },
4123
- "archived": {
4124
- "description": "Whether the repository is archived.",
4125
- "default": false,
4126
- "type": "boolean"
4127
- },
4128
- "disabled": {
4129
- "type": "boolean",
4130
- "description": "Returns whether or not this repository disabled."
4131
- },
4132
- "visibility": {
4133
- "description": "The repository visibility: public, private, or internal.",
4134
- "default": "public",
4135
- "type": "string"
4136
- },
4137
- "pushed_at": {
4138
- "type": "string",
4139
- "format": "date-time",
4140
- "example": "2011-01-26T19:06:43Z",
4141
- "nullable": true
4142
- },
4143
- "created_at": {
4144
- "type": "string",
4145
- "format": "date-time",
4146
- "example": "2011-01-26T19:01:12Z",
4147
- "nullable": true
4148
- },
4149
- "updated_at": {
4150
- "type": "string",
4151
- "format": "date-time",
4152
- "example": "2011-01-26T19:14:43Z",
4153
- "nullable": true
4154
- },
4155
- "allow_rebase_merge": {
4156
- "description": "Whether to allow rebase merges for pull requests.",
4157
- "default": true,
4158
- "type": "boolean",
4159
- "example": true
4160
- },
4161
- "template_repository": {
4162
- "nullable": true,
4163
- "type": "object",
4164
- "properties": {
4165
- "id": { "type": "integer" },
4166
- "node_id": { "type": "string" },
4167
- "name": { "type": "string" },
4168
- "full_name": { "type": "string" },
4169
- "owner": {
4170
- "type": "object",
4171
- "properties": {
4172
- "login": { "type": "string" },
4173
- "id": { "type": "integer" },
4174
- "node_id": { "type": "string" },
4175
- "avatar_url": { "type": "string" },
4176
- "gravatar_id": { "type": "string" },
4177
- "url": { "type": "string" },
4178
- "html_url": { "type": "string" },
4179
- "followers_url": { "type": "string" },
4180
- "following_url": { "type": "string" },
4181
- "gists_url": { "type": "string" },
4182
- "starred_url": { "type": "string" },
4183
- "subscriptions_url": { "type": "string" },
4184
- "organizations_url": { "type": "string" },
4185
- "repos_url": { "type": "string" },
4186
- "events_url": { "type": "string" },
4187
- "received_events_url": { "type": "string" },
4188
- "type": { "type": "string" },
4189
- "site_admin": { "type": "boolean" }
4190
- }
4191
- },
4192
- "private": { "type": "boolean" },
4193
- "html_url": { "type": "string" },
4194
- "description": { "type": "string" },
4195
- "fork": { "type": "boolean" },
4196
- "url": { "type": "string" },
4197
- "archive_url": { "type": "string" },
4198
- "assignees_url": { "type": "string" },
4199
- "blobs_url": { "type": "string" },
4200
- "branches_url": { "type": "string" },
4201
- "collaborators_url": { "type": "string" },
4202
- "comments_url": { "type": "string" },
4203
- "commits_url": { "type": "string" },
4204
- "compare_url": { "type": "string" },
4205
- "contents_url": { "type": "string" },
4206
- "contributors_url": { "type": "string" },
4207
- "deployments_url": { "type": "string" },
4208
- "downloads_url": { "type": "string" },
4209
- "events_url": { "type": "string" },
4210
- "forks_url": { "type": "string" },
4211
- "git_commits_url": { "type": "string" },
4212
- "git_refs_url": { "type": "string" },
4213
- "git_tags_url": { "type": "string" },
4214
- "git_url": { "type": "string" },
4215
- "issue_comment_url": { "type": "string" },
4216
- "issue_events_url": { "type": "string" },
4217
- "issues_url": { "type": "string" },
4218
- "keys_url": { "type": "string" },
4219
- "labels_url": { "type": "string" },
4220
- "languages_url": { "type": "string" },
4221
- "merges_url": { "type": "string" },
4222
- "milestones_url": { "type": "string" },
4223
- "notifications_url": { "type": "string" },
4224
- "pulls_url": { "type": "string" },
4225
- "releases_url": { "type": "string" },
4226
- "ssh_url": { "type": "string" },
4227
- "stargazers_url": { "type": "string" },
4228
- "statuses_url": { "type": "string" },
4229
- "subscribers_url": { "type": "string" },
4230
- "subscription_url": { "type": "string" },
4231
- "tags_url": { "type": "string" },
4232
- "teams_url": { "type": "string" },
4233
- "trees_url": { "type": "string" },
4234
- "clone_url": { "type": "string" },
4235
- "mirror_url": { "type": "string" },
4236
- "hooks_url": { "type": "string" },
4237
- "svn_url": { "type": "string" },
4238
- "homepage": { "type": "string" },
4239
- "language": { "type": "string" },
4240
- "forks_count": { "type": "integer" },
4241
- "stargazers_count": { "type": "integer" },
4242
- "watchers_count": { "type": "integer" },
4243
- "size": { "type": "integer" },
4244
- "default_branch": { "type": "string" },
4245
- "open_issues_count": { "type": "integer" },
4246
- "is_template": { "type": "boolean" },
4247
- "topics": { "type": "array", "items": { "type": "string" } },
4248
- "has_issues": { "type": "boolean" },
4249
- "has_projects": { "type": "boolean" },
4250
- "has_wiki": { "type": "boolean" },
4251
- "has_pages": { "type": "boolean" },
4252
- "has_downloads": { "type": "boolean" },
4253
- "archived": { "type": "boolean" },
4254
- "disabled": { "type": "boolean" },
4255
- "visibility": { "type": "string" },
4256
- "pushed_at": { "type": "string" },
4257
- "created_at": { "type": "string" },
4258
- "updated_at": { "type": "string" },
4259
- "permissions": {
4260
- "type": "object",
4261
- "properties": {
4262
- "admin": { "type": "boolean" },
4263
- "maintain": { "type": "boolean" },
4264
- "push": { "type": "boolean" },
4265
- "triage": { "type": "boolean" },
4266
- "pull": { "type": "boolean" }
4267
- }
4268
- },
4269
- "allow_rebase_merge": { "type": "boolean" },
4270
- "temp_clone_token": { "type": "string" },
4271
- "allow_squash_merge": { "type": "boolean" },
4272
- "allow_auto_merge": { "type": "boolean" },
4273
- "delete_branch_on_merge": { "type": "boolean" },
4274
- "allow_merge_commit": { "type": "boolean" },
4275
- "subscribers_count": { "type": "integer" },
4276
- "network_count": { "type": "integer" }
4277
- }
4278
- },
4279
- "temp_clone_token": { "type": "string" },
4280
- "allow_squash_merge": {
4281
- "description": "Whether to allow squash merges for pull requests.",
4282
- "default": true,
4283
- "type": "boolean",
4284
- "example": true
4285
- },
4286
- "allow_auto_merge": {
4287
- "description": "Whether to allow Auto-merge to be used on pull requests.",
4288
- "default": false,
4289
- "type": "boolean",
4290
- "example": false
4291
- },
4292
- "delete_branch_on_merge": {
4293
- "description": "Whether to delete head branches when pull requests are merged",
4294
- "default": false,
4295
- "type": "boolean",
4296
- "example": false
4297
- },
4298
- "allow_merge_commit": {
4299
- "description": "Whether to allow merge commits for pull requests.",
4300
- "default": true,
4301
- "type": "boolean",
4302
- "example": true
4303
- },
4304
- "allow_forking": {
4305
- "description": "Whether to allow forking this repo",
4306
- "type": "boolean"
4307
- },
4308
- "subscribers_count": { "type": "integer" },
4309
- "network_count": { "type": "integer" },
4310
- "open_issues": { "type": "integer" },
4311
- "watchers": { "type": "integer" },
4312
- "master_branch": { "type": "string" },
4313
- "starred_at": {
4314
- "type": "string",
4315
- "example": "\"2020-07-09T00:17:42Z\""
4316
- }
4317
- },
4318
- "required": [
4319
- "archive_url",
4320
- "assignees_url",
4321
- "blobs_url",
4322
- "branches_url",
4323
- "collaborators_url",
4324
- "comments_url",
4325
- "commits_url",
4326
- "compare_url",
4327
- "contents_url",
4328
- "contributors_url",
4329
- "deployments_url",
4330
- "description",
4331
- "downloads_url",
4332
- "events_url",
4333
- "fork",
4334
- "forks_url",
4335
- "full_name",
4336
- "git_commits_url",
4337
- "git_refs_url",
4338
- "git_tags_url",
4339
- "hooks_url",
4340
- "html_url",
4341
- "id",
4342
- "node_id",
4343
- "issue_comment_url",
4344
- "issue_events_url",
4345
- "issues_url",
4346
- "keys_url",
4347
- "labels_url",
4348
- "languages_url",
4349
- "merges_url",
4350
- "milestones_url",
4351
- "name",
4352
- "notifications_url",
4353
- "owner",
4354
- "private",
4355
- "pulls_url",
4356
- "releases_url",
4357
- "stargazers_url",
4358
- "statuses_url",
4359
- "subscribers_url",
4360
- "subscription_url",
4361
- "tags_url",
4362
- "teams_url",
4363
- "trees_url",
4364
- "url",
4365
- "clone_url",
4366
- "default_branch",
4367
- "forks",
4368
- "forks_count",
4369
- "git_url",
4370
- "has_downloads",
4371
- "has_issues",
4372
- "has_projects",
4373
- "has_wiki",
4374
- "has_pages",
4375
- "homepage",
4376
- "language",
4377
- "archived",
4378
- "disabled",
4379
- "mirror_url",
4380
- "open_issues",
4381
- "open_issues_count",
4382
- "license",
4383
- "pushed_at",
4384
- "size",
4385
- "ssh_url",
4386
- "stargazers_count",
4387
- "svn_url",
4388
- "watchers",
4389
- "watchers_count",
4390
- "created_at",
4391
- "updated_at"
4392
- ],
4393
- "nullable": true
4394
- },
4395
- "nullable-license-simple": {
4396
- "title": "License Simple",
4397
- "description": "License Simple",
4398
- "type": "object",
4399
- "properties": {
4400
- "key": { "type": "string", "example": "mit" },
4401
- "name": { "type": "string", "example": "MIT License" },
4402
- "url": {
4403
- "type": "string",
4404
- "nullable": true,
4405
- "format": "uri",
4406
- "example": "https://api.github.com/licenses/mit"
4407
- },
4408
- "spdx_id": { "type": "string", "nullable": true, "example": "MIT" },
4409
- "node_id": { "type": "string", "example": "MDc6TGljZW5zZW1pdA==" },
4410
- "html_url": { "type": "string", "format": "uri" }
4411
- },
4412
- "required": ["key", "name", "url", "spdx_id", "node_id"],
4413
- "nullable": true
4414
- },
4415
- "repository": {
4416
- "title": "Repository",
4417
- "description": "A git repository",
4418
- "type": "object",
4419
- "properties": {
4420
- "id": {
4421
- "description": "Unique identifier of the repository",
4422
- "example": 42,
4423
- "type": "integer"
4424
- },
4425
- "node_id": {
4426
- "type": "string",
4427
- "example": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5"
4428
- },
4429
- "name": {
4430
- "description": "The name of the repository.",
4431
- "type": "string",
4432
- "example": "Team Environment"
4433
- },
4434
- "full_name": { "type": "string", "example": "octocat/Hello-World" },
4435
- "license": { "$ref": "#/components/schemas/nullable-license-simple" },
4436
- "organization": {
4437
- "$ref": "#/components/schemas/nullable-simple-user"
4438
- },
4439
- "forks": { "type": "integer" },
4440
- "permissions": {
4441
- "type": "object",
4442
- "properties": {
4443
- "admin": { "type": "boolean" },
4444
- "pull": { "type": "boolean" },
4445
- "triage": { "type": "boolean" },
4446
- "push": { "type": "boolean" },
4447
- "maintain": { "type": "boolean" }
4448
- },
4449
- "required": ["admin", "pull", "push"]
4450
- },
4451
- "owner": { "$ref": "#/components/schemas/simple-user" },
4452
- "private": {
4453
- "description": "Whether the repository is private or public.",
4454
- "default": false,
4455
- "type": "boolean"
4456
- },
4457
- "html_url": {
4458
- "type": "string",
4459
- "format": "uri",
4460
- "example": "https://github.com/octocat/Hello-World"
4461
- },
4462
- "description": {
4463
- "type": "string",
4464
- "example": "This your first repo!",
4465
- "nullable": true
4466
- },
4467
- "fork": { "type": "boolean" },
4468
- "url": {
4469
- "type": "string",
4470
- "format": "uri",
4471
- "example": "https://api.github.com/repos/octocat/Hello-World"
4472
- },
4473
- "archive_url": {
4474
- "type": "string",
4475
- "example": "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}"
4476
- },
4477
- "assignees_url": {
4478
- "type": "string",
4479
- "example": "http://api.github.com/repos/octocat/Hello-World/assignees{/user}"
4480
- },
4481
- "blobs_url": {
4482
- "type": "string",
4483
- "example": "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}"
4484
- },
4485
- "branches_url": {
4486
- "type": "string",
4487
- "example": "http://api.github.com/repos/octocat/Hello-World/branches{/branch}"
4488
- },
4489
- "collaborators_url": {
4490
- "type": "string",
4491
- "example": "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}"
4492
- },
4493
- "comments_url": {
4494
- "type": "string",
4495
- "example": "http://api.github.com/repos/octocat/Hello-World/comments{/number}"
4496
- },
4497
- "commits_url": {
4498
- "type": "string",
4499
- "example": "http://api.github.com/repos/octocat/Hello-World/commits{/sha}"
4500
- },
4501
- "compare_url": {
4502
- "type": "string",
4503
- "example": "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}"
4504
- },
4505
- "contents_url": {
4506
- "type": "string",
4507
- "example": "http://api.github.com/repos/octocat/Hello-World/contents/{+path}"
4508
- },
4509
- "contributors_url": {
4510
- "type": "string",
4511
- "format": "uri",
4512
- "example": "http://api.github.com/repos/octocat/Hello-World/contributors"
4513
- },
4514
- "deployments_url": {
4515
- "type": "string",
4516
- "format": "uri",
4517
- "example": "http://api.github.com/repos/octocat/Hello-World/deployments"
4518
- },
4519
- "downloads_url": {
4520
- "type": "string",
4521
- "format": "uri",
4522
- "example": "http://api.github.com/repos/octocat/Hello-World/downloads"
4523
- },
4524
- "events_url": {
4525
- "type": "string",
4526
- "format": "uri",
4527
- "example": "http://api.github.com/repos/octocat/Hello-World/events"
4528
- },
4529
- "forks_url": {
4530
- "type": "string",
4531
- "format": "uri",
4532
- "example": "http://api.github.com/repos/octocat/Hello-World/forks"
4533
- },
4534
- "git_commits_url": {
4535
- "type": "string",
4536
- "example": "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}"
4537
- },
4538
- "git_refs_url": {
4539
- "type": "string",
4540
- "example": "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}"
4541
- },
4542
- "git_tags_url": {
4543
- "type": "string",
4544
- "example": "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}"
4545
- },
4546
- "git_url": {
4547
- "type": "string",
4548
- "example": "git:github.com/octocat/Hello-World.git"
4549
- },
4550
- "issue_comment_url": {
4551
- "type": "string",
4552
- "example": "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}"
4553
- },
4554
- "issue_events_url": {
4555
- "type": "string",
4556
- "example": "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}"
4557
- },
4558
- "issues_url": {
4559
- "type": "string",
4560
- "example": "http://api.github.com/repos/octocat/Hello-World/issues{/number}"
4561
- },
4562
- "keys_url": {
4563
- "type": "string",
4564
- "example": "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}"
4565
- },
4566
- "labels_url": {
4567
- "type": "string",
4568
- "example": "http://api.github.com/repos/octocat/Hello-World/labels{/name}"
4569
- },
4570
- "languages_url": {
4571
- "type": "string",
4572
- "format": "uri",
4573
- "example": "http://api.github.com/repos/octocat/Hello-World/languages"
4574
- },
4575
- "merges_url": {
4576
- "type": "string",
4577
- "format": "uri",
4578
- "example": "http://api.github.com/repos/octocat/Hello-World/merges"
4579
- },
4580
- "milestones_url": {
4581
- "type": "string",
4582
- "example": "http://api.github.com/repos/octocat/Hello-World/milestones{/number}"
4583
- },
4584
- "notifications_url": {
4585
- "type": "string",
4586
- "example": "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}"
4587
- },
4588
- "pulls_url": {
4589
- "type": "string",
4590
- "example": "http://api.github.com/repos/octocat/Hello-World/pulls{/number}"
4591
- },
4592
- "releases_url": {
4593
- "type": "string",
4594
- "example": "http://api.github.com/repos/octocat/Hello-World/releases{/id}"
4595
- },
4596
- "ssh_url": {
4597
- "type": "string",
4598
- "example": "git@github.com:octocat/Hello-World.git"
4599
- },
4600
- "stargazers_url": {
2881
+ "description": "Simple User",
2882
+ "type": "object",
2883
+ "properties": {
2884
+ "name": { "nullable": true, "type": "string" },
2885
+ "email": { "nullable": true, "type": "string" },
2886
+ "login": { "type": "string", "example": "octocat" },
2887
+ "id": { "type": "integer", "example": 1 },
2888
+ "node_id": { "type": "string", "example": "MDQ6VXNlcjE=" },
2889
+ "avatar_url": {
4601
2890
  "type": "string",
4602
2891
  "format": "uri",
4603
- "example": "http://api.github.com/repos/octocat/Hello-World/stargazers"
4604
- },
4605
- "statuses_url": {
4606
- "type": "string",
4607
- "example": "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}"
2892
+ "example": "https://github.com/images/error/octocat_happy.gif"
4608
2893
  },
4609
- "subscribers_url": {
2894
+ "gravatar_id": {
4610
2895
  "type": "string",
4611
- "format": "uri",
4612
- "example": "http://api.github.com/repos/octocat/Hello-World/subscribers"
2896
+ "example": "41d064eb2195891e12d0413f63227ea7",
2897
+ "nullable": true
4613
2898
  },
4614
- "subscription_url": {
2899
+ "url": {
4615
2900
  "type": "string",
4616
2901
  "format": "uri",
4617
- "example": "http://api.github.com/repos/octocat/Hello-World/subscription"
2902
+ "example": "https://api.github.com/users/octocat"
4618
2903
  },
4619
- "tags_url": {
2904
+ "html_url": {
4620
2905
  "type": "string",
4621
2906
  "format": "uri",
4622
- "example": "http://api.github.com/repos/octocat/Hello-World/tags"
2907
+ "example": "https://github.com/octocat"
4623
2908
  },
4624
- "teams_url": {
2909
+ "followers_url": {
4625
2910
  "type": "string",
4626
2911
  "format": "uri",
4627
- "example": "http://api.github.com/repos/octocat/Hello-World/teams"
2912
+ "example": "https://api.github.com/users/octocat/followers"
4628
2913
  },
4629
- "trees_url": {
2914
+ "following_url": {
4630
2915
  "type": "string",
4631
- "example": "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}"
2916
+ "example": "https://api.github.com/users/octocat/following{/other_user}"
4632
2917
  },
4633
- "clone_url": {
2918
+ "gists_url": {
4634
2919
  "type": "string",
4635
- "example": "https://github.com/octocat/Hello-World.git"
2920
+ "example": "https://api.github.com/users/octocat/gists{/gist_id}"
4636
2921
  },
4637
- "mirror_url": {
2922
+ "starred_url": {
4638
2923
  "type": "string",
4639
- "format": "uri",
4640
- "example": "git:git.example.com/octocat/Hello-World",
4641
- "nullable": true
2924
+ "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}"
4642
2925
  },
4643
- "hooks_url": {
2926
+ "subscriptions_url": {
4644
2927
  "type": "string",
4645
2928
  "format": "uri",
4646
- "example": "http://api.github.com/repos/octocat/Hello-World/hooks"
2929
+ "example": "https://api.github.com/users/octocat/subscriptions"
4647
2930
  },
4648
- "svn_url": {
2931
+ "organizations_url": {
4649
2932
  "type": "string",
4650
2933
  "format": "uri",
4651
- "example": "https://svn.github.com/octocat/Hello-World"
2934
+ "example": "https://api.github.com/users/octocat/orgs"
4652
2935
  },
4653
- "homepage": {
2936
+ "repos_url": {
4654
2937
  "type": "string",
4655
2938
  "format": "uri",
4656
- "example": "https://github.com",
4657
- "nullable": true
4658
- },
4659
- "language": { "type": "string", "nullable": true },
4660
- "forks_count": { "type": "integer", "example": 9 },
4661
- "stargazers_count": { "type": "integer", "example": 80 },
4662
- "watchers_count": { "type": "integer", "example": 80 },
4663
- "size": { "type": "integer", "example": 108 },
4664
- "default_branch": {
4665
- "description": "The default branch of the repository.",
4666
- "type": "string",
4667
- "example": "master"
4668
- },
4669
- "open_issues_count": { "type": "integer", "example": 0 },
4670
- "is_template": {
4671
- "description": "Whether this repository acts as a template that can be used to generate new repositories.",
4672
- "default": false,
4673
- "type": "boolean",
4674
- "example": true
4675
- },
4676
- "topics": { "type": "array", "items": { "type": "string" } },
4677
- "has_issues": {
4678
- "description": "Whether issues are enabled.",
4679
- "default": true,
4680
- "type": "boolean",
4681
- "example": true
4682
- },
4683
- "has_projects": {
4684
- "description": "Whether projects are enabled.",
4685
- "default": true,
4686
- "type": "boolean",
4687
- "example": true
4688
- },
4689
- "has_wiki": {
4690
- "description": "Whether the wiki is enabled.",
4691
- "default": true,
4692
- "type": "boolean",
4693
- "example": true
4694
- },
4695
- "has_pages": { "type": "boolean" },
4696
- "has_downloads": {
4697
- "description": "Whether downloads are enabled.",
4698
- "default": true,
4699
- "type": "boolean",
4700
- "example": true
4701
- },
4702
- "archived": {
4703
- "description": "Whether the repository is archived.",
4704
- "default": false,
4705
- "type": "boolean"
4706
- },
4707
- "disabled": {
4708
- "type": "boolean",
4709
- "description": "Returns whether or not this repository disabled."
4710
- },
4711
- "visibility": {
4712
- "description": "The repository visibility: public, private, or internal.",
4713
- "default": "public",
4714
- "type": "string"
4715
- },
4716
- "pushed_at": {
4717
- "type": "string",
4718
- "format": "date-time",
4719
- "example": "2011-01-26T19:06:43Z",
4720
- "nullable": true
2939
+ "example": "https://api.github.com/users/octocat/repos"
4721
2940
  },
4722
- "created_at": {
2941
+ "events_url": {
4723
2942
  "type": "string",
4724
- "format": "date-time",
4725
- "example": "2011-01-26T19:01:12Z",
4726
- "nullable": true
2943
+ "example": "https://api.github.com/users/octocat/events{/privacy}"
4727
2944
  },
4728
- "updated_at": {
2945
+ "received_events_url": {
4729
2946
  "type": "string",
4730
- "format": "date-time",
4731
- "example": "2011-01-26T19:14:43Z",
4732
- "nullable": true
4733
- },
4734
- "allow_rebase_merge": {
4735
- "description": "Whether to allow rebase merges for pull requests.",
4736
- "default": true,
4737
- "type": "boolean",
4738
- "example": true
4739
- },
4740
- "template_repository": {
4741
- "nullable": true,
4742
- "type": "object",
4743
- "properties": {
4744
- "id": { "type": "integer" },
4745
- "node_id": { "type": "string" },
4746
- "name": { "type": "string" },
4747
- "full_name": { "type": "string" },
4748
- "owner": {
4749
- "type": "object",
4750
- "properties": {
4751
- "login": { "type": "string" },
4752
- "id": { "type": "integer" },
4753
- "node_id": { "type": "string" },
4754
- "avatar_url": { "type": "string" },
4755
- "gravatar_id": { "type": "string" },
4756
- "url": { "type": "string" },
4757
- "html_url": { "type": "string" },
4758
- "followers_url": { "type": "string" },
4759
- "following_url": { "type": "string" },
4760
- "gists_url": { "type": "string" },
4761
- "starred_url": { "type": "string" },
4762
- "subscriptions_url": { "type": "string" },
4763
- "organizations_url": { "type": "string" },
4764
- "repos_url": { "type": "string" },
4765
- "events_url": { "type": "string" },
4766
- "received_events_url": { "type": "string" },
4767
- "type": { "type": "string" },
4768
- "site_admin": { "type": "boolean" }
4769
- }
4770
- },
4771
- "private": { "type": "boolean" },
4772
- "html_url": { "type": "string" },
4773
- "description": { "type": "string" },
4774
- "fork": { "type": "boolean" },
4775
- "url": { "type": "string" },
4776
- "archive_url": { "type": "string" },
4777
- "assignees_url": { "type": "string" },
4778
- "blobs_url": { "type": "string" },
4779
- "branches_url": { "type": "string" },
4780
- "collaborators_url": { "type": "string" },
4781
- "comments_url": { "type": "string" },
4782
- "commits_url": { "type": "string" },
4783
- "compare_url": { "type": "string" },
4784
- "contents_url": { "type": "string" },
4785
- "contributors_url": { "type": "string" },
4786
- "deployments_url": { "type": "string" },
4787
- "downloads_url": { "type": "string" },
4788
- "events_url": { "type": "string" },
4789
- "forks_url": { "type": "string" },
4790
- "git_commits_url": { "type": "string" },
4791
- "git_refs_url": { "type": "string" },
4792
- "git_tags_url": { "type": "string" },
4793
- "git_url": { "type": "string" },
4794
- "issue_comment_url": { "type": "string" },
4795
- "issue_events_url": { "type": "string" },
4796
- "issues_url": { "type": "string" },
4797
- "keys_url": { "type": "string" },
4798
- "labels_url": { "type": "string" },
4799
- "languages_url": { "type": "string" },
4800
- "merges_url": { "type": "string" },
4801
- "milestones_url": { "type": "string" },
4802
- "notifications_url": { "type": "string" },
4803
- "pulls_url": { "type": "string" },
4804
- "releases_url": { "type": "string" },
4805
- "ssh_url": { "type": "string" },
4806
- "stargazers_url": { "type": "string" },
4807
- "statuses_url": { "type": "string" },
4808
- "subscribers_url": { "type": "string" },
4809
- "subscription_url": { "type": "string" },
4810
- "tags_url": { "type": "string" },
4811
- "teams_url": { "type": "string" },
4812
- "trees_url": { "type": "string" },
4813
- "clone_url": { "type": "string" },
4814
- "mirror_url": { "type": "string" },
4815
- "hooks_url": { "type": "string" },
4816
- "svn_url": { "type": "string" },
4817
- "homepage": { "type": "string" },
4818
- "language": { "type": "string" },
4819
- "forks_count": { "type": "integer" },
4820
- "stargazers_count": { "type": "integer" },
4821
- "watchers_count": { "type": "integer" },
4822
- "size": { "type": "integer" },
4823
- "default_branch": { "type": "string" },
4824
- "open_issues_count": { "type": "integer" },
4825
- "is_template": { "type": "boolean" },
4826
- "topics": { "type": "array", "items": { "type": "string" } },
4827
- "has_issues": { "type": "boolean" },
4828
- "has_projects": { "type": "boolean" },
4829
- "has_wiki": { "type": "boolean" },
4830
- "has_pages": { "type": "boolean" },
4831
- "has_downloads": { "type": "boolean" },
4832
- "archived": { "type": "boolean" },
4833
- "disabled": { "type": "boolean" },
4834
- "visibility": { "type": "string" },
4835
- "pushed_at": { "type": "string" },
4836
- "created_at": { "type": "string" },
4837
- "updated_at": { "type": "string" },
4838
- "permissions": {
4839
- "type": "object",
4840
- "properties": {
4841
- "admin": { "type": "boolean" },
4842
- "maintain": { "type": "boolean" },
4843
- "push": { "type": "boolean" },
4844
- "triage": { "type": "boolean" },
4845
- "pull": { "type": "boolean" }
4846
- }
4847
- },
4848
- "allow_rebase_merge": { "type": "boolean" },
4849
- "temp_clone_token": { "type": "string" },
4850
- "allow_squash_merge": { "type": "boolean" },
4851
- "allow_auto_merge": { "type": "boolean" },
4852
- "delete_branch_on_merge": { "type": "boolean" },
4853
- "allow_merge_commit": { "type": "boolean" },
4854
- "subscribers_count": { "type": "integer" },
4855
- "network_count": { "type": "integer" }
4856
- }
4857
- },
4858
- "temp_clone_token": { "type": "string" },
4859
- "allow_squash_merge": {
4860
- "description": "Whether to allow squash merges for pull requests.",
4861
- "default": true,
4862
- "type": "boolean",
4863
- "example": true
4864
- },
4865
- "allow_auto_merge": {
4866
- "description": "Whether to allow Auto-merge to be used on pull requests.",
4867
- "default": false,
4868
- "type": "boolean",
4869
- "example": false
4870
- },
4871
- "delete_branch_on_merge": {
4872
- "description": "Whether to delete head branches when pull requests are merged",
4873
- "default": false,
4874
- "type": "boolean",
4875
- "example": false
4876
- },
4877
- "allow_merge_commit": {
4878
- "description": "Whether to allow merge commits for pull requests.",
4879
- "default": true,
4880
- "type": "boolean",
4881
- "example": true
4882
- },
4883
- "allow_forking": {
4884
- "description": "Whether to allow forking this repo",
4885
- "type": "boolean"
2947
+ "format": "uri",
2948
+ "example": "https://api.github.com/users/octocat/received_events"
4886
2949
  },
4887
- "subscribers_count": { "type": "integer" },
4888
- "network_count": { "type": "integer" },
4889
- "open_issues": { "type": "integer" },
4890
- "watchers": { "type": "integer" },
4891
- "master_branch": { "type": "string" },
2950
+ "type": { "type": "string", "example": "User" },
2951
+ "site_admin": { "type": "boolean" },
4892
2952
  "starred_at": {
4893
2953
  "type": "string",
4894
- "example": "\"2020-07-09T00:17:42Z\""
2954
+ "example": "\"2020-07-09T00:17:55Z\""
4895
2955
  }
4896
2956
  },
4897
2957
  "required": [
4898
- "archive_url",
4899
- "assignees_url",
4900
- "blobs_url",
4901
- "branches_url",
4902
- "collaborators_url",
4903
- "comments_url",
4904
- "commits_url",
4905
- "compare_url",
4906
- "contents_url",
4907
- "contributors_url",
4908
- "deployments_url",
4909
- "description",
4910
- "downloads_url",
2958
+ "avatar_url",
4911
2959
  "events_url",
4912
- "fork",
4913
- "forks_url",
4914
- "full_name",
4915
- "git_commits_url",
4916
- "git_refs_url",
4917
- "git_tags_url",
4918
- "hooks_url",
2960
+ "followers_url",
2961
+ "following_url",
2962
+ "gists_url",
2963
+ "gravatar_id",
4919
2964
  "html_url",
4920
2965
  "id",
4921
2966
  "node_id",
4922
- "issue_comment_url",
4923
- "issue_events_url",
4924
- "issues_url",
4925
- "keys_url",
4926
- "labels_url",
4927
- "languages_url",
4928
- "merges_url",
4929
- "milestones_url",
4930
- "name",
4931
- "notifications_url",
4932
- "owner",
4933
- "private",
4934
- "pulls_url",
4935
- "releases_url",
4936
- "stargazers_url",
4937
- "statuses_url",
4938
- "subscribers_url",
4939
- "subscription_url",
4940
- "tags_url",
4941
- "teams_url",
4942
- "trees_url",
4943
- "url",
4944
- "clone_url",
4945
- "default_branch",
4946
- "forks",
4947
- "forks_count",
4948
- "git_url",
4949
- "has_downloads",
4950
- "has_issues",
4951
- "has_projects",
4952
- "has_wiki",
4953
- "has_pages",
4954
- "homepage",
4955
- "language",
4956
- "archived",
4957
- "disabled",
4958
- "mirror_url",
4959
- "open_issues",
4960
- "open_issues_count",
4961
- "license",
4962
- "pushed_at",
4963
- "size",
4964
- "ssh_url",
4965
- "stargazers_count",
4966
- "svn_url",
4967
- "watchers",
4968
- "watchers_count",
4969
- "created_at",
4970
- "updated_at"
2967
+ "login",
2968
+ "organizations_url",
2969
+ "received_events_url",
2970
+ "repos_url",
2971
+ "site_admin",
2972
+ "starred_url",
2973
+ "subscriptions_url",
2974
+ "type",
2975
+ "url"
4971
2976
  ]
4972
2977
  },
4973
- "code-of-conduct-simple": {
4974
- "title": "Code Of Conduct Simple",
4975
- "description": "Code of Conduct Simple",
4976
- "type": "object",
4977
- "properties": {
4978
- "url": {
4979
- "type": "string",
4980
- "format": "uri",
4981
- "example": "https://api.github.com/repos/github/docs/community/code_of_conduct"
4982
- },
4983
- "key": { "type": "string", "example": "citizen_code_of_conduct" },
4984
- "name": { "type": "string", "example": "Citizen Code of Conduct" },
4985
- "html_url": {
4986
- "type": "string",
4987
- "nullable": true,
4988
- "format": "uri",
4989
- "example": "https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md"
4990
- }
4991
- },
4992
- "required": ["url", "key", "name", "html_url"]
4993
- },
4994
- "validation-error": {
4995
- "title": "Validation Error",
4996
- "description": "Validation Error",
2978
+ "basic-error": {
2979
+ "title": "Basic Error",
2980
+ "description": "Basic Error",
4997
2981
  "type": "object",
4998
- "required": ["message", "documentation_url"],
4999
2982
  "properties": {
5000
2983
  "message": { "type": "string" },
5001
2984
  "documentation_url": { "type": "string" },
5002
- "errors": {
5003
- "type": "array",
5004
- "items": {
5005
- "type": "object",
5006
- "required": ["code"],
5007
- "properties": {
5008
- "resource": { "type": "string" },
5009
- "field": { "type": "string" },
5010
- "message": { "type": "string" },
5011
- "code": { "type": "string" },
5012
- "index": { "type": "integer" },
5013
- "value": {
5014
- "oneOf": [
5015
- { "type": "string", "nullable": true },
5016
- { "type": "integer", "nullable": true },
5017
- {
5018
- "type": "array",
5019
- "nullable": true,
5020
- "items": { "type": "string" }
5021
- }
5022
- ]
5023
- }
5024
- }
5025
- }
5026
- }
2985
+ "url": { "type": "string" },
2986
+ "status": { "type": "string" }
5027
2987
  }
5028
2988
  },
5029
- "release-asset": {
5030
- "title": "Release Asset",
5031
- "description": "Data related to a release.",
5032
- "type": "object",
5033
- "properties": {
5034
- "url": { "type": "string", "format": "uri" },
5035
- "browser_download_url": { "type": "string", "format": "uri" },
5036
- "id": { "type": "integer" },
5037
- "node_id": { "type": "string" },
5038
- "name": {
5039
- "description": "The file name of the asset.",
5040
- "type": "string",
5041
- "example": "Team Environment"
5042
- },
5043
- "label": { "type": "string", "nullable": true },
5044
- "state": {
5045
- "description": "State of the release asset.",
5046
- "type": "string",
5047
- "enum": ["uploaded", "open"]
5048
- },
5049
- "content_type": { "type": "string" },
5050
- "size": { "type": "integer" },
5051
- "download_count": { "type": "integer" },
5052
- "created_at": { "type": "string", "format": "date-time" },
5053
- "updated_at": { "type": "string", "format": "date-time" },
5054
- "uploader": { "$ref": "#/components/schemas/nullable-simple-user" }
5055
- },
5056
- "required": [
5057
- "id",
5058
- "name",
5059
- "content_type",
5060
- "size",
5061
- "state",
5062
- "url",
5063
- "node_id",
5064
- "download_count",
5065
- "label",
5066
- "uploader",
5067
- "browser_download_url",
5068
- "created_at",
5069
- "updated_at"
5070
- ]
2989
+ "announcement-message": {
2990
+ "type": "string",
2991
+ "description": "The announcement text in GitHub Flavored Markdown. For more information about GitHub Flavored Markdown, see \"[Mastering markdown](https://guides.github.com/features/mastering-markdown/).\"",
2992
+ "example": "Very **important** announcement about _nothing_."
5071
2993
  },
5072
- "reaction-rollup": {
5073
- "title": "Reaction Rollup",
5074
- "type": "object",
5075
- "properties": {
5076
- "url": { "type": "string", "format": "uri" },
5077
- "total_count": { "type": "integer" },
5078
- "+1": { "type": "integer" },
5079
- "-1": { "type": "integer" },
5080
- "laugh": { "type": "integer" },
5081
- "confused": { "type": "integer" },
5082
- "heart": { "type": "integer" },
5083
- "hooray": { "type": "integer" },
5084
- "eyes": { "type": "integer" },
5085
- "rocket": { "type": "integer" }
5086
- },
5087
- "required": [
5088
- "url",
5089
- "total_count",
5090
- "+1",
5091
- "-1",
5092
- "laugh",
5093
- "confused",
5094
- "heart",
5095
- "hooray",
5096
- "eyes",
5097
- "rocket"
5098
- ]
2994
+ "announcement-expiration": {
2995
+ "type": "string",
2996
+ "format": "date-time",
2997
+ "description": "The time at which the announcement expires. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`. To set an announcement that never expires, omit this parameter, set it to `null`, or set it to an empty string.",
2998
+ "example": "\"2021-01-01T00:00:00.000-07:00\"",
2999
+ "nullable": true
5099
3000
  }
5100
3001
  },
5101
3002
  "examples": {
@@ -5446,558 +3347,6 @@
5446
3347
  "total_pull_request_comments": 30
5447
3348
  }
5448
3349
  }
5449
- },
5450
- "full-repository": {
5451
- "value": {
5452
- "id": 1296269,
5453
- "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
5454
- "name": "Hello-World",
5455
- "full_name": "octocat/Hello-World",
5456
- "owner": {
5457
- "login": "octocat",
5458
- "id": 1,
5459
- "node_id": "MDQ6VXNlcjE=",
5460
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
5461
- "gravatar_id": "",
5462
- "url": "https://api.github.com/users/octocat",
5463
- "html_url": "https://github.com/octocat",
5464
- "followers_url": "https://api.github.com/users/octocat/followers",
5465
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
5466
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
5467
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
5468
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
5469
- "organizations_url": "https://api.github.com/users/octocat/orgs",
5470
- "repos_url": "https://api.github.com/users/octocat/repos",
5471
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
5472
- "received_events_url": "https://api.github.com/users/octocat/received_events",
5473
- "type": "User",
5474
- "site_admin": false
5475
- },
5476
- "private": false,
5477
- "html_url": "https://github.com/octocat/Hello-World",
5478
- "description": "This your first repo!",
5479
- "fork": false,
5480
- "url": "https://api.github.com/repos/octocat/Hello-World",
5481
- "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}",
5482
- "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}",
5483
- "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}",
5484
- "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}",
5485
- "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}",
5486
- "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}",
5487
- "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}",
5488
- "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}",
5489
- "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}",
5490
- "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors",
5491
- "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments",
5492
- "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads",
5493
- "events_url": "https://api.github.com/repos/octocat/Hello-World/events",
5494
- "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks",
5495
- "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
5496
- "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
5497
- "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
5498
- "git_url": "git:github.com/octocat/Hello-World.git",
5499
- "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
5500
- "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
5501
- "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
5502
- "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}",
5503
- "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}",
5504
- "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages",
5505
- "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges",
5506
- "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}",
5507
- "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
5508
- "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
5509
- "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
5510
- "ssh_url": "git@github.com:octocat/Hello-World.git",
5511
- "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
5512
- "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
5513
- "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
5514
- "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription",
5515
- "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
5516
- "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
5517
- "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
5518
- "clone_url": "https://github.com/octocat/Hello-World.git",
5519
- "mirror_url": "git:git.example.com/octocat/Hello-World",
5520
- "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
5521
- "svn_url": "https://svn.github.com/octocat/Hello-World",
5522
- "homepage": "https://github.com",
5523
- "license": {
5524
- "key": "mit",
5525
- "name": "MIT License",
5526
- "url": "https://api.github.com/licenses/mit",
5527
- "spdx_id": "MIT",
5528
- "node_id": "MDc6TGljZW5zZW1pdA==",
5529
- "html_url": "https://github.com/licenses/mit"
5530
- },
5531
- "language": null,
5532
- "forks_count": 9,
5533
- "forks": 9,
5534
- "stargazers_count": 80,
5535
- "watchers_count": 80,
5536
- "watchers": 80,
5537
- "size": 108,
5538
- "default_branch": "master",
5539
- "open_issues_count": 0,
5540
- "open_issues": 0,
5541
- "is_template": false,
5542
- "topics": ["octocat", "atom", "electron", "api"],
5543
- "has_issues": true,
5544
- "has_projects": true,
5545
- "has_wiki": true,
5546
- "has_pages": false,
5547
- "has_downloads": true,
5548
- "archived": false,
5549
- "disabled": false,
5550
- "visibility": "public",
5551
- "pushed_at": "2011-01-26T19:06:43Z",
5552
- "created_at": "2011-01-26T19:01:12Z",
5553
- "updated_at": "2011-01-26T19:14:43Z",
5554
- "permissions": { "pull": true, "push": false, "admin": false },
5555
- "allow_rebase_merge": true,
5556
- "template_repository": {
5557
- "id": 1296269,
5558
- "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
5559
- "name": "Hello-World-Template",
5560
- "full_name": "octocat/Hello-World-Template",
5561
- "owner": {
5562
- "login": "octocat",
5563
- "id": 1,
5564
- "node_id": "MDQ6VXNlcjE=",
5565
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
5566
- "gravatar_id": "",
5567
- "url": "https://api.github.com/users/octocat",
5568
- "html_url": "https://github.com/octocat",
5569
- "followers_url": "https://api.github.com/users/octocat/followers",
5570
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
5571
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
5572
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
5573
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
5574
- "organizations_url": "https://api.github.com/users/octocat/orgs",
5575
- "repos_url": "https://api.github.com/users/octocat/repos",
5576
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
5577
- "received_events_url": "https://api.github.com/users/octocat/received_events",
5578
- "type": "User",
5579
- "site_admin": false
5580
- },
5581
- "private": false,
5582
- "html_url": "https://github.com/octocat/Hello-World-Template",
5583
- "description": "This your first repo!",
5584
- "fork": false,
5585
- "url": "https://api.github.com/repos/octocat/Hello-World-Template",
5586
- "archive_url": "https://api.github.com/repos/octocat/Hello-World-Template/{archive_format}{/ref}",
5587
- "assignees_url": "https://api.github.com/repos/octocat/Hello-World-Template/assignees{/user}",
5588
- "blobs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/blobs{/sha}",
5589
- "branches_url": "https://api.github.com/repos/octocat/Hello-World-Template/branches{/branch}",
5590
- "collaborators_url": "https://api.github.com/repos/octocat/Hello-World-Template/collaborators{/collaborator}",
5591
- "comments_url": "https://api.github.com/repos/octocat/Hello-World-Template/comments{/number}",
5592
- "commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/commits{/sha}",
5593
- "compare_url": "https://api.github.com/repos/octocat/Hello-World-Template/compare/{base}...{head}",
5594
- "contents_url": "https://api.github.com/repos/octocat/Hello-World-Template/contents/{+path}",
5595
- "contributors_url": "https://api.github.com/repos/octocat/Hello-World-Template/contributors",
5596
- "deployments_url": "https://api.github.com/repos/octocat/Hello-World-Template/deployments",
5597
- "downloads_url": "https://api.github.com/repos/octocat/Hello-World-Template/downloads",
5598
- "events_url": "https://api.github.com/repos/octocat/Hello-World-Template/events",
5599
- "forks_url": "https://api.github.com/repos/octocat/Hello-World-Template/forks",
5600
- "git_commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/commits{/sha}",
5601
- "git_refs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/refs{/sha}",
5602
- "git_tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/tags{/sha}",
5603
- "git_url": "git:github.com/octocat/Hello-World-Template.git",
5604
- "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/comments{/number}",
5605
- "issue_events_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/events{/number}",
5606
- "issues_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues{/number}",
5607
- "keys_url": "https://api.github.com/repos/octocat/Hello-World-Template/keys{/key_id}",
5608
- "labels_url": "https://api.github.com/repos/octocat/Hello-World-Template/labels{/name}",
5609
- "languages_url": "https://api.github.com/repos/octocat/Hello-World-Template/languages",
5610
- "merges_url": "https://api.github.com/repos/octocat/Hello-World-Template/merges",
5611
- "milestones_url": "https://api.github.com/repos/octocat/Hello-World-Template/milestones{/number}",
5612
- "notifications_url": "https://api.github.com/repos/octocat/Hello-World-Template/notifications{?since,all,participating}",
5613
- "pulls_url": "https://api.github.com/repos/octocat/Hello-World-Template/pulls{/number}",
5614
- "releases_url": "https://api.github.com/repos/octocat/Hello-World-Template/releases{/id}",
5615
- "ssh_url": "git@github.com:octocat/Hello-World-Template.git",
5616
- "stargazers_url": "https://api.github.com/repos/octocat/Hello-World-Template/stargazers",
5617
- "statuses_url": "https://api.github.com/repos/octocat/Hello-World-Template/statuses/{sha}",
5618
- "subscribers_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscribers",
5619
- "subscription_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscription",
5620
- "tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/tags",
5621
- "teams_url": "https://api.github.com/repos/octocat/Hello-World-Template/teams",
5622
- "trees_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/trees{/sha}",
5623
- "clone_url": "https://github.com/octocat/Hello-World-Template.git",
5624
- "mirror_url": "git:git.example.com/octocat/Hello-World-Template",
5625
- "hooks_url": "https://api.github.com/repos/octocat/Hello-World-Template/hooks",
5626
- "svn_url": "https://svn.github.com/octocat/Hello-World-Template",
5627
- "homepage": "https://github.com",
5628
- "language": null,
5629
- "forks": 9,
5630
- "forks_count": 9,
5631
- "stargazers_count": 80,
5632
- "watchers_count": 80,
5633
- "watchers": 80,
5634
- "size": 108,
5635
- "default_branch": "master",
5636
- "open_issues": 0,
5637
- "open_issues_count": 0,
5638
- "is_template": true,
5639
- "license": {
5640
- "key": "mit",
5641
- "name": "MIT License",
5642
- "url": "https://api.github.com/licenses/mit",
5643
- "spdx_id": "MIT",
5644
- "node_id": "MDc6TGljZW5zZW1pdA==",
5645
- "html_url": "https://api.github.com/licenses/mit"
5646
- },
5647
- "topics": ["octocat", "atom", "electron", "api"],
5648
- "has_issues": true,
5649
- "has_projects": true,
5650
- "has_wiki": true,
5651
- "has_pages": false,
5652
- "has_downloads": true,
5653
- "archived": false,
5654
- "disabled": false,
5655
- "visibility": "public",
5656
- "pushed_at": "2011-01-26T19:06:43Z",
5657
- "created_at": "2011-01-26T19:01:12Z",
5658
- "updated_at": "2011-01-26T19:14:43Z",
5659
- "permissions": { "admin": false, "push": false, "pull": true },
5660
- "allow_rebase_merge": true,
5661
- "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
5662
- "allow_squash_merge": true,
5663
- "allow_auto_merge": false,
5664
- "delete_branch_on_merge": true,
5665
- "allow_merge_commit": true,
5666
- "subscribers_count": 42,
5667
- "network_count": 0
5668
- },
5669
- "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
5670
- "allow_squash_merge": true,
5671
- "allow_auto_merge": false,
5672
- "delete_branch_on_merge": true,
5673
- "allow_merge_commit": true,
5674
- "allow_forking": true,
5675
- "subscribers_count": 42,
5676
- "network_count": 0,
5677
- "organization": {
5678
- "login": "octocat",
5679
- "id": 1,
5680
- "node_id": "MDQ6VXNlcjE=",
5681
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
5682
- "gravatar_id": "",
5683
- "url": "https://api.github.com/users/octocat",
5684
- "html_url": "https://github.com/octocat",
5685
- "followers_url": "https://api.github.com/users/octocat/followers",
5686
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
5687
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
5688
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
5689
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
5690
- "organizations_url": "https://api.github.com/users/octocat/orgs",
5691
- "repos_url": "https://api.github.com/users/octocat/repos",
5692
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
5693
- "received_events_url": "https://api.github.com/users/octocat/received_events",
5694
- "type": "Organization",
5695
- "site_admin": false
5696
- },
5697
- "parent": {
5698
- "id": 1296269,
5699
- "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
5700
- "name": "Hello-World",
5701
- "full_name": "octocat/Hello-World",
5702
- "owner": {
5703
- "login": "octocat",
5704
- "id": 1,
5705
- "node_id": "MDQ6VXNlcjE=",
5706
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
5707
- "gravatar_id": "",
5708
- "url": "https://api.github.com/users/octocat",
5709
- "html_url": "https://github.com/octocat",
5710
- "followers_url": "https://api.github.com/users/octocat/followers",
5711
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
5712
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
5713
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
5714
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
5715
- "organizations_url": "https://api.github.com/users/octocat/orgs",
5716
- "repos_url": "https://api.github.com/users/octocat/repos",
5717
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
5718
- "received_events_url": "https://api.github.com/users/octocat/received_events",
5719
- "type": "User",
5720
- "site_admin": false
5721
- },
5722
- "private": false,
5723
- "html_url": "https://github.com/octocat/Hello-World",
5724
- "description": "This your first repo!",
5725
- "fork": false,
5726
- "url": "https://api.github.com/repos/octocat/Hello-World",
5727
- "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}",
5728
- "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}",
5729
- "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}",
5730
- "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}",
5731
- "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}",
5732
- "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}",
5733
- "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}",
5734
- "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}",
5735
- "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}",
5736
- "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors",
5737
- "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments",
5738
- "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads",
5739
- "events_url": "https://api.github.com/repos/octocat/Hello-World/events",
5740
- "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks",
5741
- "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
5742
- "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
5743
- "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
5744
- "git_url": "git:github.com/octocat/Hello-World.git",
5745
- "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
5746
- "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
5747
- "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
5748
- "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}",
5749
- "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}",
5750
- "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages",
5751
- "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges",
5752
- "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}",
5753
- "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
5754
- "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
5755
- "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
5756
- "ssh_url": "git@github.com:octocat/Hello-World.git",
5757
- "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
5758
- "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
5759
- "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
5760
- "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription",
5761
- "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
5762
- "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
5763
- "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
5764
- "clone_url": "https://github.com/octocat/Hello-World.git",
5765
- "mirror_url": "git:git.example.com/octocat/Hello-World",
5766
- "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
5767
- "svn_url": "https://svn.github.com/octocat/Hello-World",
5768
- "homepage": "https://github.com",
5769
- "language": null,
5770
- "forks_count": 9,
5771
- "stargazers_count": 80,
5772
- "watchers_count": 80,
5773
- "size": 108,
5774
- "default_branch": "master",
5775
- "open_issues_count": 0,
5776
- "is_template": true,
5777
- "topics": ["octocat", "atom", "electron", "api"],
5778
- "has_issues": true,
5779
- "has_projects": true,
5780
- "has_wiki": true,
5781
- "has_pages": false,
5782
- "has_downloads": true,
5783
- "archived": false,
5784
- "disabled": false,
5785
- "visibility": "public",
5786
- "pushed_at": "2011-01-26T19:06:43Z",
5787
- "created_at": "2011-01-26T19:01:12Z",
5788
- "updated_at": "2011-01-26T19:14:43Z",
5789
- "permissions": { "admin": false, "push": false, "pull": true },
5790
- "allow_rebase_merge": true,
5791
- "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
5792
- "allow_squash_merge": true,
5793
- "allow_auto_merge": false,
5794
- "delete_branch_on_merge": true,
5795
- "allow_merge_commit": true,
5796
- "subscribers_count": 42,
5797
- "network_count": 0,
5798
- "license": {
5799
- "key": "mit",
5800
- "name": "MIT License",
5801
- "url": "https://api.github.com/licenses/mit",
5802
- "spdx_id": "MIT",
5803
- "node_id": "MDc6TGljZW5zZW1pdA==",
5804
- "html_url": "https://api.github.com/licenses/mit"
5805
- },
5806
- "forks": 1,
5807
- "open_issues": 1,
5808
- "watchers": 1
5809
- },
5810
- "source": {
5811
- "id": 1296269,
5812
- "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
5813
- "name": "Hello-World",
5814
- "full_name": "octocat/Hello-World",
5815
- "owner": {
5816
- "login": "octocat",
5817
- "id": 1,
5818
- "node_id": "MDQ6VXNlcjE=",
5819
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
5820
- "gravatar_id": "",
5821
- "url": "https://api.github.com/users/octocat",
5822
- "html_url": "https://github.com/octocat",
5823
- "followers_url": "https://api.github.com/users/octocat/followers",
5824
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
5825
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
5826
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
5827
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
5828
- "organizations_url": "https://api.github.com/users/octocat/orgs",
5829
- "repos_url": "https://api.github.com/users/octocat/repos",
5830
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
5831
- "received_events_url": "https://api.github.com/users/octocat/received_events",
5832
- "type": "User",
5833
- "site_admin": false
5834
- },
5835
- "private": false,
5836
- "html_url": "https://github.com/octocat/Hello-World",
5837
- "description": "This your first repo!",
5838
- "fork": false,
5839
- "url": "https://api.github.com/repos/octocat/Hello-World",
5840
- "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}",
5841
- "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}",
5842
- "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}",
5843
- "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}",
5844
- "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}",
5845
- "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}",
5846
- "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}",
5847
- "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}",
5848
- "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}",
5849
- "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors",
5850
- "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments",
5851
- "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads",
5852
- "events_url": "https://api.github.com/repos/octocat/Hello-World/events",
5853
- "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks",
5854
- "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
5855
- "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
5856
- "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
5857
- "git_url": "git:github.com/octocat/Hello-World.git",
5858
- "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
5859
- "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
5860
- "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
5861
- "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}",
5862
- "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}",
5863
- "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages",
5864
- "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges",
5865
- "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}",
5866
- "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
5867
- "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
5868
- "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
5869
- "ssh_url": "git@github.com:octocat/Hello-World.git",
5870
- "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
5871
- "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
5872
- "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
5873
- "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription",
5874
- "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
5875
- "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
5876
- "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
5877
- "clone_url": "https://github.com/octocat/Hello-World.git",
5878
- "mirror_url": "git:git.example.com/octocat/Hello-World",
5879
- "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
5880
- "svn_url": "https://svn.github.com/octocat/Hello-World",
5881
- "homepage": "https://github.com",
5882
- "language": null,
5883
- "forks_count": 9,
5884
- "stargazers_count": 80,
5885
- "watchers_count": 80,
5886
- "size": 108,
5887
- "default_branch": "master",
5888
- "open_issues_count": 0,
5889
- "is_template": true,
5890
- "topics": ["octocat", "atom", "electron", "api"],
5891
- "has_issues": true,
5892
- "has_projects": true,
5893
- "has_wiki": true,
5894
- "has_pages": false,
5895
- "has_downloads": true,
5896
- "archived": false,
5897
- "disabled": false,
5898
- "visibility": "public",
5899
- "pushed_at": "2011-01-26T19:06:43Z",
5900
- "created_at": "2011-01-26T19:01:12Z",
5901
- "updated_at": "2011-01-26T19:14:43Z",
5902
- "permissions": { "admin": false, "push": false, "pull": true },
5903
- "allow_rebase_merge": true,
5904
- "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
5905
- "allow_squash_merge": true,
5906
- "allow_auto_merge": false,
5907
- "delete_branch_on_merge": true,
5908
- "allow_merge_commit": true,
5909
- "subscribers_count": 42,
5910
- "network_count": 0,
5911
- "license": {
5912
- "key": "mit",
5913
- "name": "MIT License",
5914
- "url": "https://api.github.com/licenses/mit",
5915
- "spdx_id": "MIT",
5916
- "node_id": "MDc6TGljZW5zZW1pdA==",
5917
- "html_url": "https://api.github.com/licenses/mit"
5918
- },
5919
- "forks": 1,
5920
- "open_issues": 1,
5921
- "watchers": 1
5922
- }
5923
- }
5924
- },
5925
- "release": {
5926
- "value": {
5927
- "url": "https://api.github.com/repos/octocat/Hello-World/releases/1",
5928
- "html_url": "https://github.com/octocat/Hello-World/releases/v1.0.0",
5929
- "assets_url": "https://api.github.com/repos/octocat/Hello-World/releases/1/assets",
5930
- "upload_url": "https://uploads.github.com/repos/octocat/Hello-World/releases/1/assets{?name,label}",
5931
- "tarball_url": "https://api.github.com/repos/octocat/Hello-World/tarball/v1.0.0",
5932
- "zipball_url": "https://api.github.com/repos/octocat/Hello-World/zipball/v1.0.0",
5933
- "discussion_url": "https://github.com/octocat/Hello-World/discussions/90",
5934
- "id": 1,
5935
- "node_id": "MDc6UmVsZWFzZTE=",
5936
- "tag_name": "v1.0.0",
5937
- "target_commitish": "master",
5938
- "name": "v1.0.0",
5939
- "body": "Description of the release",
5940
- "draft": false,
5941
- "prerelease": false,
5942
- "created_at": "2013-02-27T19:35:32Z",
5943
- "published_at": "2013-02-27T19:35:32Z",
5944
- "author": {
5945
- "login": "octocat",
5946
- "id": 1,
5947
- "node_id": "MDQ6VXNlcjE=",
5948
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
5949
- "gravatar_id": "",
5950
- "url": "https://api.github.com/users/octocat",
5951
- "html_url": "https://github.com/octocat",
5952
- "followers_url": "https://api.github.com/users/octocat/followers",
5953
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
5954
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
5955
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
5956
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
5957
- "organizations_url": "https://api.github.com/users/octocat/orgs",
5958
- "repos_url": "https://api.github.com/users/octocat/repos",
5959
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
5960
- "received_events_url": "https://api.github.com/users/octocat/received_events",
5961
- "type": "User",
5962
- "site_admin": false
5963
- },
5964
- "assets": [
5965
- {
5966
- "url": "https://api.github.com/repos/octocat/Hello-World/releases/assets/1",
5967
- "browser_download_url": "https://github.com/octocat/Hello-World/releases/download/v1.0.0/example.zip",
5968
- "id": 1,
5969
- "node_id": "MDEyOlJlbGVhc2VBc3NldDE=",
5970
- "name": "example.zip",
5971
- "label": "short description",
5972
- "state": "uploaded",
5973
- "content_type": "application/zip",
5974
- "size": 1024,
5975
- "download_count": 42,
5976
- "created_at": "2013-02-27T19:35:32Z",
5977
- "updated_at": "2013-02-27T19:35:32Z",
5978
- "uploader": {
5979
- "login": "octocat",
5980
- "id": 1,
5981
- "node_id": "MDQ6VXNlcjE=",
5982
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
5983
- "gravatar_id": "",
5984
- "url": "https://api.github.com/users/octocat",
5985
- "html_url": "https://github.com/octocat",
5986
- "followers_url": "https://api.github.com/users/octocat/followers",
5987
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
5988
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
5989
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
5990
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
5991
- "organizations_url": "https://api.github.com/users/octocat/orgs",
5992
- "repos_url": "https://api.github.com/users/octocat/repos",
5993
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
5994
- "received_events_url": "https://api.github.com/users/octocat/received_events",
5995
- "type": "User",
5996
- "site_admin": false
5997
- }
5998
- }
5999
- ]
6000
- }
6001
3350
  }
6002
3351
  },
6003
3352
  "headers": {
@@ -6014,30 +3363,6 @@
6014
3363
  "schema": { "$ref": "#/components/schemas/basic-error" }
6015
3364
  }
6016
3365
  }
6017
- },
6018
- "temporary_redirect": {
6019
- "description": "Temporary Redirect",
6020
- "content": {
6021
- "application/json": {
6022
- "schema": { "$ref": "#/components/schemas/basic-error" }
6023
- }
6024
- }
6025
- },
6026
- "forbidden": {
6027
- "description": "Forbidden",
6028
- "content": {
6029
- "application/json": {
6030
- "schema": { "$ref": "#/components/schemas/basic-error" }
6031
- }
6032
- }
6033
- },
6034
- "validation_failed": {
6035
- "description": "Validation failed",
6036
- "content": {
6037
- "application/json": {
6038
- "schema": { "$ref": "#/components/schemas/validation-error" }
6039
- }
6040
- }
6041
3366
  }
6042
3367
  }
6043
3368
  }