@octokit/openapi 6.1.4 → 6.3.0
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.
- package/generated/api.github.com.deref.json +12366 -10615
- package/generated/api.github.com.json +3916 -3453
- package/generated/ghes-3.2-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.2-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.2-diff-to-ghes-3.3.deref.json +1 -1
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +1 -1
- package/generated/ghes-3.2.deref.json +187 -7
- package/generated/ghes-3.2.json +190 -29
- package/generated/ghes-3.3-anicca-diff-to-ghes-3.4.deref.json +23 -0
- package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +96 -1
- package/generated/ghes-3.3-diff-to-ghes-3.4.json +92 -1
- package/generated/ghes-3.3.deref.json +371 -1395
- package/generated/ghes-3.3.json +491 -315
- package/generated/ghes-3.4-anicca-diff-to-ghes-3.5.deref.json +0 -14
- package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +7801 -10209
- package/generated/ghes-3.4-diff-to-ghes-3.5.json +341 -326
- package/generated/ghes-3.4.deref.json +1434 -3653
- package/generated/ghes-3.4.json +1184 -1001
- package/generated/ghes-3.5-anicca-diff-to-api.github.com.deref.json +69 -73
- package/generated/ghes-3.5-diff-to-api.github.com.deref.json +28230 -31386
- package/generated/ghes-3.5-diff-to-api.github.com.json +813 -744
- package/generated/ghes-3.5.deref.json +1692 -4983
- package/generated/ghes-3.5.json +2093 -2049
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +92 -0
- package/generated/github.ae-diff-to-api.github.com.deref.json +488 -1
- package/generated/github.ae-diff-to-api.github.com.json +362 -12
- package/generated/github.ae.deref.json +253 -104
- package/generated/github.ae.json +263 -81
- package/package.json +1 -1
package/generated/ghes-3.4.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "6.
|
|
4
|
+
"version": "6.3.0",
|
|
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" },
|
|
@@ -8842,7 +8842,7 @@
|
|
|
8842
8842
|
"operationId": "actions/create-or-update-org-secret",
|
|
8843
8843
|
"externalDocs": {
|
|
8844
8844
|
"description": "API method documentation",
|
|
8845
|
-
"url": "https://docs.github.com/
|
|
8845
|
+
"url": "https://docs.github.com/rest/reference/actions#create-or-update-an-organization-secret"
|
|
8846
8846
|
},
|
|
8847
8847
|
"parameters": [
|
|
8848
8848
|
{ "$ref": "#/components/parameters/org" },
|
|
@@ -8857,7 +8857,7 @@
|
|
|
8857
8857
|
"properties": {
|
|
8858
8858
|
"encrypted_value": {
|
|
8859
8859
|
"type": "string",
|
|
8860
|
-
"description": "Value for your secret, encrypted with [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages) using the public key retrieved from the [Get an organization public key](https://docs.github.com/
|
|
8860
|
+
"description": "Value for your secret, encrypted with [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages) using the public key retrieved from the [Get an organization public key](https://docs.github.com/rest/reference/actions#get-an-organization-public-key) endpoint.",
|
|
8861
8861
|
"pattern": "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{4})$"
|
|
8862
8862
|
},
|
|
8863
8863
|
"key_id": {
|
|
@@ -8871,8 +8871,10 @@
|
|
|
8871
8871
|
},
|
|
8872
8872
|
"selected_repository_ids": {
|
|
8873
8873
|
"type": "array",
|
|
8874
|
-
"description": "An array of repository ids that can access the organization secret. You can only provide a list of repository ids when the `visibility` is set to `selected`. You can manage the list of selected repositories using the [List selected repositories for an organization secret](https://docs.github.com/
|
|
8875
|
-
"items": {
|
|
8874
|
+
"description": "An array of repository ids that can access the organization secret. You can only provide a list of repository ids when the `visibility` is set to `selected`. You can manage the list of selected repositories using the [List selected repositories for an organization secret](https://docs.github.com/rest/reference/actions#list-selected-repositories-for-an-organization-secret), [Set selected repositories for an organization secret](https://docs.github.com/rest/reference/actions#set-selected-repositories-for-an-organization-secret), and [Remove selected repository from an organization secret](https://docs.github.com/rest/reference/actions#remove-selected-repository-from-an-organization-secret) endpoints.",
|
|
8875
|
+
"items": {
|
|
8876
|
+
"anyOf": [{ "type": "integer" }, { "type": "string" }]
|
|
8877
|
+
}
|
|
8876
8878
|
}
|
|
8877
8879
|
},
|
|
8878
8880
|
"required": ["visibility"]
|
|
@@ -8883,7 +8885,7 @@
|
|
|
8883
8885
|
"encrypted_value": "c2VjcmV0",
|
|
8884
8886
|
"key_id": "012345678912345678",
|
|
8885
8887
|
"visibility": "selected",
|
|
8886
|
-
"selected_repository_ids": [
|
|
8888
|
+
"selected_repository_ids": [1296269, 1296280]
|
|
8887
8889
|
}
|
|
8888
8890
|
}
|
|
8889
8891
|
}
|
|
@@ -8895,7 +8897,8 @@
|
|
|
8895
8897
|
"description": "Response when creating a secret",
|
|
8896
8898
|
"content": {
|
|
8897
8899
|
"application/json": {
|
|
8898
|
-
"schema": { "$ref": "#/components/schemas/empty-object" }
|
|
8900
|
+
"schema": { "$ref": "#/components/schemas/empty-object" },
|
|
8901
|
+
"examples": { "default": { "value": null } }
|
|
8899
8902
|
}
|
|
8900
8903
|
}
|
|
8901
8904
|
},
|
|
@@ -9281,7 +9284,7 @@
|
|
|
9281
9284
|
"operationId": "dependabot/create-or-update-org-secret",
|
|
9282
9285
|
"externalDocs": {
|
|
9283
9286
|
"description": "API method documentation",
|
|
9284
|
-
"url": "https://docs.github.com/
|
|
9287
|
+
"url": "https://docs.github.com/rest/reference/dependabot#create-or-update-an-organization-secret"
|
|
9285
9288
|
},
|
|
9286
9289
|
"parameters": [
|
|
9287
9290
|
{ "$ref": "#/components/parameters/org" },
|
|
@@ -9296,7 +9299,7 @@
|
|
|
9296
9299
|
"properties": {
|
|
9297
9300
|
"encrypted_value": {
|
|
9298
9301
|
"type": "string",
|
|
9299
|
-
"description": "Value for your secret, encrypted with [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages) using the public key retrieved from the [Get an organization public key](https://docs.github.com/
|
|
9302
|
+
"description": "Value for your secret, encrypted with [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages) using the public key retrieved from the [Get an organization public key](https://docs.github.com/rest/reference/dependabot#get-an-organization-public-key) endpoint.",
|
|
9300
9303
|
"pattern": "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{4})$"
|
|
9301
9304
|
},
|
|
9302
9305
|
"key_id": {
|
|
@@ -9310,8 +9313,10 @@
|
|
|
9310
9313
|
},
|
|
9311
9314
|
"selected_repository_ids": {
|
|
9312
9315
|
"type": "array",
|
|
9313
|
-
"description": "An array of repository ids that can access the organization secret. You can only provide a list of repository ids when the `visibility` is set to `selected`. You can manage the list of selected repositories using the [List selected repositories for an organization secret](https://docs.github.com/
|
|
9314
|
-
"items": {
|
|
9316
|
+
"description": "An array of repository ids that can access the organization secret. You can only provide a list of repository ids when the `visibility` is set to `selected`. You can manage the list of selected repositories using the [List selected repositories for an organization secret](https://docs.github.com/rest/reference/dependabot#list-selected-repositories-for-an-organization-secret), [Set selected repositories for an organization secret](https://docs.github.com/rest/reference/dependabot#set-selected-repositories-for-an-organization-secret), and [Remove selected repository from an organization secret](https://docs.github.com/rest/reference/dependabot#remove-selected-repository-from-an-organization-secret) endpoints.",
|
|
9317
|
+
"items": {
|
|
9318
|
+
"anyOf": [{ "type": "string" }, { "type": "integer" }]
|
|
9319
|
+
}
|
|
9315
9320
|
}
|
|
9316
9321
|
},
|
|
9317
9322
|
"required": ["visibility"]
|
|
@@ -9334,7 +9339,8 @@
|
|
|
9334
9339
|
"description": "Response when creating a secret",
|
|
9335
9340
|
"content": {
|
|
9336
9341
|
"application/json": {
|
|
9337
|
-
"schema": { "$ref": "#/components/schemas/empty-object" }
|
|
9342
|
+
"schema": { "$ref": "#/components/schemas/empty-object" },
|
|
9343
|
+
"examples": { "default": { "value": null } }
|
|
9338
9344
|
}
|
|
9339
9345
|
}
|
|
9340
9346
|
},
|
|
@@ -9563,6 +9569,11 @@
|
|
|
9563
9569
|
"schema": {
|
|
9564
9570
|
"type": "array",
|
|
9565
9571
|
"items": { "$ref": "#/components/schemas/event" }
|
|
9572
|
+
},
|
|
9573
|
+
"examples": {
|
|
9574
|
+
"200-response": {
|
|
9575
|
+
"$ref": "#/components/examples/public-org-events-items"
|
|
9576
|
+
}
|
|
9566
9577
|
}
|
|
9567
9578
|
}
|
|
9568
9579
|
}
|
|
@@ -14948,7 +14959,8 @@
|
|
|
14948
14959
|
"headers": {
|
|
14949
14960
|
"Location": { "$ref": "#/components/headers/location" }
|
|
14950
14961
|
}
|
|
14951
|
-
}
|
|
14962
|
+
},
|
|
14963
|
+
"410": { "$ref": "#/components/responses/gone" }
|
|
14952
14964
|
},
|
|
14953
14965
|
"x-github": {
|
|
14954
14966
|
"githubCloudOnly": false,
|
|
@@ -16770,7 +16782,7 @@
|
|
|
16770
16782
|
},
|
|
16771
16783
|
"url_template": {
|
|
16772
16784
|
"type": "string",
|
|
16773
|
-
"description": "The URL must contain
|
|
16785
|
+
"description": "The URL must contain `<num>` for the reference number."
|
|
16774
16786
|
}
|
|
16775
16787
|
},
|
|
16776
16788
|
"required": ["key_prefix", "url_template"]
|
|
@@ -22927,7 +22939,7 @@
|
|
|
22927
22939
|
}
|
|
22928
22940
|
},
|
|
22929
22941
|
"deployment_branch_policy": {
|
|
22930
|
-
"$ref": "#/components/schemas/
|
|
22942
|
+
"$ref": "#/components/schemas/deployment-branch-policy"
|
|
22931
22943
|
}
|
|
22932
22944
|
},
|
|
22933
22945
|
"additionalProperties": false
|
|
@@ -23012,6 +23024,11 @@
|
|
|
23012
23024
|
"schema": {
|
|
23013
23025
|
"type": "array",
|
|
23014
23026
|
"items": { "$ref": "#/components/schemas/event" }
|
|
23027
|
+
},
|
|
23028
|
+
"examples": {
|
|
23029
|
+
"200-response": {
|
|
23030
|
+
"$ref": "#/components/examples/repo-events-items"
|
|
23031
|
+
}
|
|
23015
23032
|
}
|
|
23016
23033
|
}
|
|
23017
23034
|
}
|
|
@@ -25645,7 +25662,7 @@
|
|
|
25645
25662
|
"operationId": "issues/remove-assignees",
|
|
25646
25663
|
"externalDocs": {
|
|
25647
25664
|
"description": "API method documentation",
|
|
25648
|
-
"url": "https://docs.github.com/
|
|
25665
|
+
"url": "https://docs.github.com/rest/reference/issues#remove-assignees-from-an-issue"
|
|
25649
25666
|
},
|
|
25650
25667
|
"parameters": [
|
|
25651
25668
|
{ "$ref": "#/components/parameters/owner" },
|
|
@@ -25653,6 +25670,7 @@
|
|
|
25653
25670
|
{ "$ref": "#/components/parameters/issue-number" }
|
|
25654
25671
|
],
|
|
25655
25672
|
"requestBody": {
|
|
25673
|
+
"required": true,
|
|
25656
25674
|
"content": {
|
|
25657
25675
|
"application/json": {
|
|
25658
25676
|
"schema": {
|
|
@@ -25663,7 +25681,8 @@
|
|
|
25663
25681
|
"description": "Usernames of assignees to remove from an issue. _NOTE: Only users with push access can remove assignees from an issue. Assignees are silently ignored otherwise._",
|
|
25664
25682
|
"items": { "type": "string" }
|
|
25665
25683
|
}
|
|
25666
|
-
}
|
|
25684
|
+
},
|
|
25685
|
+
"required": ["assignees"]
|
|
25667
25686
|
},
|
|
25668
25687
|
"examples": {
|
|
25669
25688
|
"default": { "value": { "assignees": ["hubot", "other_user"] } }
|
|
@@ -32597,7 +32616,8 @@
|
|
|
32597
32616
|
"description": "Response when creating a secret",
|
|
32598
32617
|
"content": {
|
|
32599
32618
|
"application/json": {
|
|
32600
|
-
"schema": { "$ref": "#/components/schemas/empty-object" }
|
|
32619
|
+
"schema": { "$ref": "#/components/schemas/empty-object" },
|
|
32620
|
+
"examples": { "default": { "value": null } }
|
|
32601
32621
|
}
|
|
32602
32622
|
}
|
|
32603
32623
|
},
|
|
@@ -35576,6 +35596,18 @@
|
|
|
35576
35596
|
}
|
|
35577
35597
|
}
|
|
35578
35598
|
]
|
|
35599
|
+
},
|
|
35600
|
+
"examples": {
|
|
35601
|
+
"default": {
|
|
35602
|
+
"summary": "Example adding multiple email addresses",
|
|
35603
|
+
"value": {
|
|
35604
|
+
"emails": [
|
|
35605
|
+
"octocat@github.com",
|
|
35606
|
+
"mona@github.com",
|
|
35607
|
+
"octocat@octocat.org"
|
|
35608
|
+
]
|
|
35609
|
+
}
|
|
35610
|
+
}
|
|
35579
35611
|
}
|
|
35580
35612
|
}
|
|
35581
35613
|
}
|
|
@@ -35652,6 +35684,14 @@
|
|
|
35652
35684
|
"required": ["emails"]
|
|
35653
35685
|
}
|
|
35654
35686
|
]
|
|
35687
|
+
},
|
|
35688
|
+
"examples": {
|
|
35689
|
+
"default": {
|
|
35690
|
+
"summary": "Example deleting multiple email accounts",
|
|
35691
|
+
"value": {
|
|
35692
|
+
"emails": ["octocat@github.com", "mona@github.com"]
|
|
35693
|
+
}
|
|
35694
|
+
}
|
|
35655
35695
|
}
|
|
35656
35696
|
}
|
|
35657
35697
|
}
|
|
@@ -41786,834 +41826,252 @@
|
|
|
41786
41826
|
"nullable": true,
|
|
41787
41827
|
"enum": [null, "false_positive", "wont_fix", "revoked", "used_in_tests"]
|
|
41788
41828
|
},
|
|
41789
|
-
"
|
|
41790
|
-
"title": "Repository",
|
|
41791
|
-
"description": "
|
|
41829
|
+
"simple-repository": {
|
|
41830
|
+
"title": "Simple Repository",
|
|
41831
|
+
"description": "Simple Repository",
|
|
41792
41832
|
"type": "object",
|
|
41793
41833
|
"properties": {
|
|
41794
41834
|
"id": {
|
|
41795
|
-
"
|
|
41796
|
-
"example":
|
|
41797
|
-
"
|
|
41835
|
+
"type": "integer",
|
|
41836
|
+
"example": 1296269,
|
|
41837
|
+
"description": "A unique identifier of the repository."
|
|
41798
41838
|
},
|
|
41799
41839
|
"node_id": {
|
|
41800
41840
|
"type": "string",
|
|
41801
|
-
"example": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5"
|
|
41841
|
+
"example": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
|
|
41842
|
+
"description": "The GraphQL identifier of the repository."
|
|
41802
41843
|
},
|
|
41803
41844
|
"name": {
|
|
41804
|
-
"description": "The name of the repository.",
|
|
41805
41845
|
"type": "string",
|
|
41806
|
-
"example": "
|
|
41807
|
-
|
|
41808
|
-
"full_name": { "type": "string", "example": "octocat/Hello-World" },
|
|
41809
|
-
"license": { "$ref": "#/components/schemas/nullable-license-simple" },
|
|
41810
|
-
"organization": {
|
|
41811
|
-
"$ref": "#/components/schemas/nullable-simple-user"
|
|
41846
|
+
"example": "Hello-World",
|
|
41847
|
+
"description": "The name of the repository."
|
|
41812
41848
|
},
|
|
41813
|
-
"
|
|
41814
|
-
|
|
41815
|
-
"
|
|
41816
|
-
"
|
|
41817
|
-
"admin": { "type": "boolean" },
|
|
41818
|
-
"pull": { "type": "boolean" },
|
|
41819
|
-
"triage": { "type": "boolean" },
|
|
41820
|
-
"push": { "type": "boolean" },
|
|
41821
|
-
"maintain": { "type": "boolean" }
|
|
41822
|
-
},
|
|
41823
|
-
"required": ["admin", "pull", "push"]
|
|
41849
|
+
"full_name": {
|
|
41850
|
+
"type": "string",
|
|
41851
|
+
"example": "octocat/Hello-World",
|
|
41852
|
+
"description": "The full, globally unique, name of the repository."
|
|
41824
41853
|
},
|
|
41825
41854
|
"owner": { "$ref": "#/components/schemas/simple-user" },
|
|
41826
41855
|
"private": {
|
|
41827
|
-
"
|
|
41828
|
-
"
|
|
41829
|
-
"type": "boolean"
|
|
41856
|
+
"type": "boolean",
|
|
41857
|
+
"description": "Whether the repository is private."
|
|
41830
41858
|
},
|
|
41831
41859
|
"html_url": {
|
|
41832
41860
|
"type": "string",
|
|
41833
41861
|
"format": "uri",
|
|
41834
|
-
"example": "https://github.com/octocat/Hello-World"
|
|
41862
|
+
"example": "https://github.com/octocat/Hello-World",
|
|
41863
|
+
"description": "The URL to view the repository on GitHub.com."
|
|
41835
41864
|
},
|
|
41836
41865
|
"description": {
|
|
41837
41866
|
"type": "string",
|
|
41838
41867
|
"example": "This your first repo!",
|
|
41839
|
-
"nullable": true
|
|
41868
|
+
"nullable": true,
|
|
41869
|
+
"description": "The repository description."
|
|
41870
|
+
},
|
|
41871
|
+
"fork": {
|
|
41872
|
+
"type": "boolean",
|
|
41873
|
+
"description": "Whether the repository is a fork."
|
|
41840
41874
|
},
|
|
41841
|
-
"fork": { "type": "boolean" },
|
|
41842
41875
|
"url": {
|
|
41843
41876
|
"type": "string",
|
|
41844
41877
|
"format": "uri",
|
|
41845
|
-
"example": "https://api.github.com/repos/octocat/Hello-World"
|
|
41878
|
+
"example": "https://api.github.com/repos/octocat/Hello-World",
|
|
41879
|
+
"description": "The URL to get more information about the repository from the GitHub API."
|
|
41846
41880
|
},
|
|
41847
41881
|
"archive_url": {
|
|
41848
41882
|
"type": "string",
|
|
41849
|
-
"example": "
|
|
41883
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}",
|
|
41884
|
+
"description": "A template for the API URL to download the repository as an archive."
|
|
41850
41885
|
},
|
|
41851
41886
|
"assignees_url": {
|
|
41852
41887
|
"type": "string",
|
|
41853
|
-
"example": "
|
|
41888
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}",
|
|
41889
|
+
"description": "A template for the API URL to list the available assignees for issues in the repository."
|
|
41854
41890
|
},
|
|
41855
41891
|
"blobs_url": {
|
|
41856
41892
|
"type": "string",
|
|
41857
|
-
"example": "
|
|
41893
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}",
|
|
41894
|
+
"description": "A template for the API URL to create or retrieve a raw Git blob in the repository."
|
|
41858
41895
|
},
|
|
41859
41896
|
"branches_url": {
|
|
41860
41897
|
"type": "string",
|
|
41861
|
-
"example": "
|
|
41898
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}",
|
|
41899
|
+
"description": "A template for the API URL to get information about branches in the repository."
|
|
41862
41900
|
},
|
|
41863
41901
|
"collaborators_url": {
|
|
41864
41902
|
"type": "string",
|
|
41865
|
-
"example": "
|
|
41903
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}",
|
|
41904
|
+
"description": "A template for the API URL to get information about collaborators of the repository."
|
|
41866
41905
|
},
|
|
41867
41906
|
"comments_url": {
|
|
41868
41907
|
"type": "string",
|
|
41869
|
-
"example": "
|
|
41908
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/comments{/number}",
|
|
41909
|
+
"description": "A template for the API URL to get information about comments on the repository."
|
|
41870
41910
|
},
|
|
41871
41911
|
"commits_url": {
|
|
41872
41912
|
"type": "string",
|
|
41873
|
-
"example": "
|
|
41913
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}",
|
|
41914
|
+
"description": "A template for the API URL to get information about commits on the repository."
|
|
41874
41915
|
},
|
|
41875
41916
|
"compare_url": {
|
|
41876
41917
|
"type": "string",
|
|
41877
|
-
"example": "
|
|
41918
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}",
|
|
41919
|
+
"description": "A template for the API URL to compare two commits or refs."
|
|
41878
41920
|
},
|
|
41879
41921
|
"contents_url": {
|
|
41880
41922
|
"type": "string",
|
|
41881
|
-
"example": "
|
|
41923
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}",
|
|
41924
|
+
"description": "A template for the API URL to get the contents of the repository."
|
|
41882
41925
|
},
|
|
41883
41926
|
"contributors_url": {
|
|
41884
41927
|
"type": "string",
|
|
41885
41928
|
"format": "uri",
|
|
41886
|
-
"example": "
|
|
41929
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/contributors",
|
|
41930
|
+
"description": "A template for the API URL to list the contributors to the repository."
|
|
41887
41931
|
},
|
|
41888
41932
|
"deployments_url": {
|
|
41889
41933
|
"type": "string",
|
|
41890
41934
|
"format": "uri",
|
|
41891
|
-
"example": "
|
|
41935
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/deployments",
|
|
41936
|
+
"description": "The API URL to list the deployments of the repository."
|
|
41892
41937
|
},
|
|
41893
41938
|
"downloads_url": {
|
|
41894
41939
|
"type": "string",
|
|
41895
41940
|
"format": "uri",
|
|
41896
|
-
"example": "
|
|
41941
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/downloads",
|
|
41942
|
+
"description": "The API URL to list the downloads on the repository."
|
|
41897
41943
|
},
|
|
41898
41944
|
"events_url": {
|
|
41899
41945
|
"type": "string",
|
|
41900
41946
|
"format": "uri",
|
|
41901
|
-
"example": "
|
|
41947
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/events",
|
|
41948
|
+
"description": "The API URL to list the events of the repository."
|
|
41902
41949
|
},
|
|
41903
41950
|
"forks_url": {
|
|
41904
41951
|
"type": "string",
|
|
41905
41952
|
"format": "uri",
|
|
41906
|
-
"example": "
|
|
41953
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/forks",
|
|
41954
|
+
"description": "The API URL to list the forks of the repository."
|
|
41907
41955
|
},
|
|
41908
41956
|
"git_commits_url": {
|
|
41909
41957
|
"type": "string",
|
|
41910
|
-
"example": "
|
|
41958
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
|
|
41959
|
+
"description": "A template for the API URL to get information about Git commits of the repository."
|
|
41911
41960
|
},
|
|
41912
41961
|
"git_refs_url": {
|
|
41913
41962
|
"type": "string",
|
|
41914
|
-
"example": "
|
|
41963
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
|
|
41964
|
+
"description": "A template for the API URL to get information about Git refs of the repository."
|
|
41915
41965
|
},
|
|
41916
41966
|
"git_tags_url": {
|
|
41917
41967
|
"type": "string",
|
|
41918
|
-
"example": "
|
|
41919
|
-
|
|
41920
|
-
"git_url": {
|
|
41921
|
-
"type": "string",
|
|
41922
|
-
"example": "git:github.com/octocat/Hello-World.git"
|
|
41968
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
|
|
41969
|
+
"description": "A template for the API URL to get information about Git tags of the repository."
|
|
41923
41970
|
},
|
|
41924
41971
|
"issue_comment_url": {
|
|
41925
41972
|
"type": "string",
|
|
41926
|
-
"example": "
|
|
41973
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
|
|
41974
|
+
"description": "A template for the API URL to get information about issue comments on the repository."
|
|
41927
41975
|
},
|
|
41928
41976
|
"issue_events_url": {
|
|
41929
41977
|
"type": "string",
|
|
41930
|
-
"example": "
|
|
41978
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
|
|
41979
|
+
"description": "A template for the API URL to get information about issue events on the repository."
|
|
41931
41980
|
},
|
|
41932
41981
|
"issues_url": {
|
|
41933
41982
|
"type": "string",
|
|
41934
|
-
"example": "
|
|
41983
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
|
|
41984
|
+
"description": "A template for the API URL to get information about issues on the repository."
|
|
41935
41985
|
},
|
|
41936
41986
|
"keys_url": {
|
|
41937
41987
|
"type": "string",
|
|
41938
|
-
"example": "
|
|
41988
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}",
|
|
41989
|
+
"description": "A template for the API URL to get information about deploy keys on the repository."
|
|
41939
41990
|
},
|
|
41940
41991
|
"labels_url": {
|
|
41941
41992
|
"type": "string",
|
|
41942
|
-
"example": "
|
|
41993
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/labels{/name}",
|
|
41994
|
+
"description": "A template for the API URL to get information about labels of the repository."
|
|
41943
41995
|
},
|
|
41944
41996
|
"languages_url": {
|
|
41945
41997
|
"type": "string",
|
|
41946
41998
|
"format": "uri",
|
|
41947
|
-
"example": "
|
|
41999
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/languages",
|
|
42000
|
+
"description": "The API URL to get information about the languages of the repository."
|
|
41948
42001
|
},
|
|
41949
42002
|
"merges_url": {
|
|
41950
42003
|
"type": "string",
|
|
41951
42004
|
"format": "uri",
|
|
41952
|
-
"example": "
|
|
42005
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/merges",
|
|
42006
|
+
"description": "The API URL to merge branches in the repository."
|
|
41953
42007
|
},
|
|
41954
42008
|
"milestones_url": {
|
|
41955
42009
|
"type": "string",
|
|
41956
|
-
"example": "
|
|
42010
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}",
|
|
42011
|
+
"description": "A template for the API URL to get information about milestones of the repository."
|
|
41957
42012
|
},
|
|
41958
42013
|
"notifications_url": {
|
|
41959
42014
|
"type": "string",
|
|
41960
|
-
"example": "
|
|
42015
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
|
|
42016
|
+
"description": "A template for the API URL to get information about notifications on the repository."
|
|
41961
42017
|
},
|
|
41962
42018
|
"pulls_url": {
|
|
41963
42019
|
"type": "string",
|
|
41964
|
-
"example": "
|
|
42020
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
|
|
42021
|
+
"description": "A template for the API URL to get information about pull requests on the repository."
|
|
41965
42022
|
},
|
|
41966
42023
|
"releases_url": {
|
|
41967
42024
|
"type": "string",
|
|
41968
|
-
"example": "
|
|
41969
|
-
|
|
41970
|
-
"ssh_url": {
|
|
41971
|
-
"type": "string",
|
|
41972
|
-
"example": "git@github.com:octocat/Hello-World.git"
|
|
42025
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
|
|
42026
|
+
"description": "A template for the API URL to get information about releases on the repository."
|
|
41973
42027
|
},
|
|
41974
42028
|
"stargazers_url": {
|
|
41975
42029
|
"type": "string",
|
|
41976
42030
|
"format": "uri",
|
|
41977
|
-
"example": "
|
|
42031
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/stargazers",
|
|
42032
|
+
"description": "The API URL to list the stargazers on the repository."
|
|
41978
42033
|
},
|
|
41979
42034
|
"statuses_url": {
|
|
41980
42035
|
"type": "string",
|
|
41981
|
-
"example": "
|
|
42036
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
|
|
42037
|
+
"description": "A template for the API URL to get information about statuses of a commit."
|
|
41982
42038
|
},
|
|
41983
42039
|
"subscribers_url": {
|
|
41984
42040
|
"type": "string",
|
|
41985
42041
|
"format": "uri",
|
|
41986
|
-
"example": "
|
|
42042
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/subscribers",
|
|
42043
|
+
"description": "The API URL to list the subscribers on the repository."
|
|
41987
42044
|
},
|
|
41988
42045
|
"subscription_url": {
|
|
41989
42046
|
"type": "string",
|
|
41990
42047
|
"format": "uri",
|
|
41991
|
-
"example": "
|
|
42048
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/subscription",
|
|
42049
|
+
"description": "The API URL to subscribe to notifications for this repository."
|
|
41992
42050
|
},
|
|
41993
42051
|
"tags_url": {
|
|
41994
42052
|
"type": "string",
|
|
41995
42053
|
"format": "uri",
|
|
41996
|
-
"example": "
|
|
42054
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/tags",
|
|
42055
|
+
"description": "The API URL to get information about tags on the repository."
|
|
41997
42056
|
},
|
|
41998
42057
|
"teams_url": {
|
|
41999
42058
|
"type": "string",
|
|
42000
42059
|
"format": "uri",
|
|
42001
|
-
"example": "
|
|
42060
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/teams",
|
|
42061
|
+
"description": "The API URL to list the teams on the repository."
|
|
42002
42062
|
},
|
|
42003
42063
|
"trees_url": {
|
|
42004
42064
|
"type": "string",
|
|
42005
|
-
"example": "
|
|
42006
|
-
|
|
42007
|
-
"clone_url": {
|
|
42008
|
-
"type": "string",
|
|
42009
|
-
"example": "https://github.com/octocat/Hello-World.git"
|
|
42010
|
-
},
|
|
42011
|
-
"mirror_url": {
|
|
42012
|
-
"type": "string",
|
|
42013
|
-
"format": "uri",
|
|
42014
|
-
"example": "git:git.example.com/octocat/Hello-World",
|
|
42015
|
-
"nullable": true
|
|
42065
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
|
|
42066
|
+
"description": "A template for the API URL to create or retrieve a raw Git tree of the repository."
|
|
42016
42067
|
},
|
|
42017
42068
|
"hooks_url": {
|
|
42018
42069
|
"type": "string",
|
|
42019
42070
|
"format": "uri",
|
|
42020
|
-
"example": "
|
|
42021
|
-
|
|
42022
|
-
"svn_url": {
|
|
42023
|
-
"type": "string",
|
|
42024
|
-
"format": "uri",
|
|
42025
|
-
"example": "https://svn.github.com/octocat/Hello-World"
|
|
42026
|
-
},
|
|
42027
|
-
"homepage": {
|
|
42028
|
-
"type": "string",
|
|
42029
|
-
"format": "uri",
|
|
42030
|
-
"example": "https://github.com",
|
|
42031
|
-
"nullable": true
|
|
42032
|
-
},
|
|
42033
|
-
"language": { "type": "string", "nullable": true },
|
|
42034
|
-
"forks_count": { "type": "integer", "example": 9 },
|
|
42035
|
-
"stargazers_count": { "type": "integer", "example": 80 },
|
|
42036
|
-
"watchers_count": { "type": "integer", "example": 80 },
|
|
42037
|
-
"size": { "type": "integer", "example": 108 },
|
|
42038
|
-
"default_branch": {
|
|
42039
|
-
"description": "The default branch of the repository.",
|
|
42040
|
-
"type": "string",
|
|
42041
|
-
"example": "master"
|
|
42042
|
-
},
|
|
42043
|
-
"open_issues_count": { "type": "integer", "example": 0 },
|
|
42044
|
-
"is_template": {
|
|
42045
|
-
"description": "Whether this repository acts as a template that can be used to generate new repositories.",
|
|
42046
|
-
"default": false,
|
|
42047
|
-
"type": "boolean",
|
|
42048
|
-
"example": true
|
|
42049
|
-
},
|
|
42050
|
-
"topics": { "type": "array", "items": { "type": "string" } },
|
|
42051
|
-
"has_issues": {
|
|
42052
|
-
"description": "Whether issues are enabled.",
|
|
42053
|
-
"default": true,
|
|
42054
|
-
"type": "boolean",
|
|
42055
|
-
"example": true
|
|
42056
|
-
},
|
|
42057
|
-
"has_projects": {
|
|
42058
|
-
"description": "Whether projects are enabled.",
|
|
42059
|
-
"default": true,
|
|
42060
|
-
"type": "boolean",
|
|
42061
|
-
"example": true
|
|
42062
|
-
},
|
|
42063
|
-
"has_wiki": {
|
|
42064
|
-
"description": "Whether the wiki is enabled.",
|
|
42065
|
-
"default": true,
|
|
42066
|
-
"type": "boolean",
|
|
42067
|
-
"example": true
|
|
42068
|
-
},
|
|
42069
|
-
"has_pages": { "type": "boolean" },
|
|
42070
|
-
"has_downloads": {
|
|
42071
|
-
"description": "Whether downloads are enabled.",
|
|
42072
|
-
"default": true,
|
|
42073
|
-
"type": "boolean",
|
|
42074
|
-
"example": true
|
|
42075
|
-
},
|
|
42076
|
-
"archived": {
|
|
42077
|
-
"description": "Whether the repository is archived.",
|
|
42078
|
-
"default": false,
|
|
42079
|
-
"type": "boolean"
|
|
42080
|
-
},
|
|
42081
|
-
"disabled": {
|
|
42082
|
-
"type": "boolean",
|
|
42083
|
-
"description": "Returns whether or not this repository disabled."
|
|
42084
|
-
},
|
|
42085
|
-
"visibility": {
|
|
42086
|
-
"description": "The repository visibility: public, private, or internal.",
|
|
42087
|
-
"default": "public",
|
|
42088
|
-
"type": "string"
|
|
42089
|
-
},
|
|
42090
|
-
"pushed_at": {
|
|
42091
|
-
"type": "string",
|
|
42092
|
-
"format": "date-time",
|
|
42093
|
-
"example": "2011-01-26T19:06:43Z",
|
|
42094
|
-
"nullable": true
|
|
42095
|
-
},
|
|
42096
|
-
"created_at": {
|
|
42097
|
-
"type": "string",
|
|
42098
|
-
"format": "date-time",
|
|
42099
|
-
"example": "2011-01-26T19:01:12Z",
|
|
42100
|
-
"nullable": true
|
|
42101
|
-
},
|
|
42102
|
-
"updated_at": {
|
|
42103
|
-
"type": "string",
|
|
42104
|
-
"format": "date-time",
|
|
42105
|
-
"example": "2011-01-26T19:14:43Z",
|
|
42106
|
-
"nullable": true
|
|
42107
|
-
},
|
|
42108
|
-
"allow_rebase_merge": {
|
|
42109
|
-
"description": "Whether to allow rebase merges for pull requests.",
|
|
42110
|
-
"default": true,
|
|
42111
|
-
"type": "boolean",
|
|
42112
|
-
"example": true
|
|
42113
|
-
},
|
|
42114
|
-
"template_repository": {
|
|
42115
|
-
"nullable": true,
|
|
42116
|
-
"type": "object",
|
|
42117
|
-
"properties": {
|
|
42118
|
-
"id": { "type": "integer" },
|
|
42119
|
-
"node_id": { "type": "string" },
|
|
42120
|
-
"name": { "type": "string" },
|
|
42121
|
-
"full_name": { "type": "string" },
|
|
42122
|
-
"owner": {
|
|
42123
|
-
"type": "object",
|
|
42124
|
-
"properties": {
|
|
42125
|
-
"login": { "type": "string" },
|
|
42126
|
-
"id": { "type": "integer" },
|
|
42127
|
-
"node_id": { "type": "string" },
|
|
42128
|
-
"avatar_url": { "type": "string" },
|
|
42129
|
-
"gravatar_id": { "type": "string" },
|
|
42130
|
-
"url": { "type": "string" },
|
|
42131
|
-
"html_url": { "type": "string" },
|
|
42132
|
-
"followers_url": { "type": "string" },
|
|
42133
|
-
"following_url": { "type": "string" },
|
|
42134
|
-
"gists_url": { "type": "string" },
|
|
42135
|
-
"starred_url": { "type": "string" },
|
|
42136
|
-
"subscriptions_url": { "type": "string" },
|
|
42137
|
-
"organizations_url": { "type": "string" },
|
|
42138
|
-
"repos_url": { "type": "string" },
|
|
42139
|
-
"events_url": { "type": "string" },
|
|
42140
|
-
"received_events_url": { "type": "string" },
|
|
42141
|
-
"type": { "type": "string" },
|
|
42142
|
-
"site_admin": { "type": "boolean" }
|
|
42143
|
-
}
|
|
42144
|
-
},
|
|
42145
|
-
"private": { "type": "boolean" },
|
|
42146
|
-
"html_url": { "type": "string" },
|
|
42147
|
-
"description": { "type": "string" },
|
|
42148
|
-
"fork": { "type": "boolean" },
|
|
42149
|
-
"url": { "type": "string" },
|
|
42150
|
-
"archive_url": { "type": "string" },
|
|
42151
|
-
"assignees_url": { "type": "string" },
|
|
42152
|
-
"blobs_url": { "type": "string" },
|
|
42153
|
-
"branches_url": { "type": "string" },
|
|
42154
|
-
"collaborators_url": { "type": "string" },
|
|
42155
|
-
"comments_url": { "type": "string" },
|
|
42156
|
-
"commits_url": { "type": "string" },
|
|
42157
|
-
"compare_url": { "type": "string" },
|
|
42158
|
-
"contents_url": { "type": "string" },
|
|
42159
|
-
"contributors_url": { "type": "string" },
|
|
42160
|
-
"deployments_url": { "type": "string" },
|
|
42161
|
-
"downloads_url": { "type": "string" },
|
|
42162
|
-
"events_url": { "type": "string" },
|
|
42163
|
-
"forks_url": { "type": "string" },
|
|
42164
|
-
"git_commits_url": { "type": "string" },
|
|
42165
|
-
"git_refs_url": { "type": "string" },
|
|
42166
|
-
"git_tags_url": { "type": "string" },
|
|
42167
|
-
"git_url": { "type": "string" },
|
|
42168
|
-
"issue_comment_url": { "type": "string" },
|
|
42169
|
-
"issue_events_url": { "type": "string" },
|
|
42170
|
-
"issues_url": { "type": "string" },
|
|
42171
|
-
"keys_url": { "type": "string" },
|
|
42172
|
-
"labels_url": { "type": "string" },
|
|
42173
|
-
"languages_url": { "type": "string" },
|
|
42174
|
-
"merges_url": { "type": "string" },
|
|
42175
|
-
"milestones_url": { "type": "string" },
|
|
42176
|
-
"notifications_url": { "type": "string" },
|
|
42177
|
-
"pulls_url": { "type": "string" },
|
|
42178
|
-
"releases_url": { "type": "string" },
|
|
42179
|
-
"ssh_url": { "type": "string" },
|
|
42180
|
-
"stargazers_url": { "type": "string" },
|
|
42181
|
-
"statuses_url": { "type": "string" },
|
|
42182
|
-
"subscribers_url": { "type": "string" },
|
|
42183
|
-
"subscription_url": { "type": "string" },
|
|
42184
|
-
"tags_url": { "type": "string" },
|
|
42185
|
-
"teams_url": { "type": "string" },
|
|
42186
|
-
"trees_url": { "type": "string" },
|
|
42187
|
-
"clone_url": { "type": "string" },
|
|
42188
|
-
"mirror_url": { "type": "string" },
|
|
42189
|
-
"hooks_url": { "type": "string" },
|
|
42190
|
-
"svn_url": { "type": "string" },
|
|
42191
|
-
"homepage": { "type": "string" },
|
|
42192
|
-
"language": { "type": "string" },
|
|
42193
|
-
"forks_count": { "type": "integer" },
|
|
42194
|
-
"stargazers_count": { "type": "integer" },
|
|
42195
|
-
"watchers_count": { "type": "integer" },
|
|
42196
|
-
"size": { "type": "integer" },
|
|
42197
|
-
"default_branch": { "type": "string" },
|
|
42198
|
-
"open_issues_count": { "type": "integer" },
|
|
42199
|
-
"is_template": { "type": "boolean" },
|
|
42200
|
-
"topics": { "type": "array", "items": { "type": "string" } },
|
|
42201
|
-
"has_issues": { "type": "boolean" },
|
|
42202
|
-
"has_projects": { "type": "boolean" },
|
|
42203
|
-
"has_wiki": { "type": "boolean" },
|
|
42204
|
-
"has_pages": { "type": "boolean" },
|
|
42205
|
-
"has_downloads": { "type": "boolean" },
|
|
42206
|
-
"archived": { "type": "boolean" },
|
|
42207
|
-
"disabled": { "type": "boolean" },
|
|
42208
|
-
"visibility": { "type": "string" },
|
|
42209
|
-
"pushed_at": { "type": "string" },
|
|
42210
|
-
"created_at": { "type": "string" },
|
|
42211
|
-
"updated_at": { "type": "string" },
|
|
42212
|
-
"permissions": {
|
|
42213
|
-
"type": "object",
|
|
42214
|
-
"properties": {
|
|
42215
|
-
"admin": { "type": "boolean" },
|
|
42216
|
-
"maintain": { "type": "boolean" },
|
|
42217
|
-
"push": { "type": "boolean" },
|
|
42218
|
-
"triage": { "type": "boolean" },
|
|
42219
|
-
"pull": { "type": "boolean" }
|
|
42220
|
-
}
|
|
42221
|
-
},
|
|
42222
|
-
"allow_rebase_merge": { "type": "boolean" },
|
|
42223
|
-
"temp_clone_token": { "type": "string" },
|
|
42224
|
-
"allow_squash_merge": { "type": "boolean" },
|
|
42225
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
42226
|
-
"delete_branch_on_merge": { "type": "boolean" },
|
|
42227
|
-
"allow_update_branch": { "type": "boolean" },
|
|
42228
|
-
"allow_merge_commit": { "type": "boolean" },
|
|
42229
|
-
"subscribers_count": { "type": "integer" },
|
|
42230
|
-
"network_count": { "type": "integer" }
|
|
42231
|
-
}
|
|
42232
|
-
},
|
|
42233
|
-
"temp_clone_token": { "type": "string" },
|
|
42234
|
-
"allow_squash_merge": {
|
|
42235
|
-
"description": "Whether to allow squash merges for pull requests.",
|
|
42236
|
-
"default": true,
|
|
42237
|
-
"type": "boolean",
|
|
42238
|
-
"example": true
|
|
42239
|
-
},
|
|
42240
|
-
"allow_auto_merge": {
|
|
42241
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
42242
|
-
"default": false,
|
|
42243
|
-
"type": "boolean",
|
|
42244
|
-
"example": false
|
|
42245
|
-
},
|
|
42246
|
-
"delete_branch_on_merge": {
|
|
42247
|
-
"description": "Whether to delete head branches when pull requests are merged",
|
|
42248
|
-
"default": false,
|
|
42249
|
-
"type": "boolean",
|
|
42250
|
-
"example": false
|
|
42251
|
-
},
|
|
42252
|
-
"allow_update_branch": {
|
|
42253
|
-
"description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.",
|
|
42254
|
-
"default": false,
|
|
42255
|
-
"type": "boolean",
|
|
42256
|
-
"example": false
|
|
42257
|
-
},
|
|
42258
|
-
"allow_merge_commit": {
|
|
42259
|
-
"description": "Whether to allow merge commits for pull requests.",
|
|
42260
|
-
"default": true,
|
|
42261
|
-
"type": "boolean",
|
|
42262
|
-
"example": true
|
|
42263
|
-
},
|
|
42264
|
-
"allow_forking": {
|
|
42265
|
-
"description": "Whether to allow forking this repo",
|
|
42266
|
-
"type": "boolean"
|
|
42267
|
-
},
|
|
42268
|
-
"subscribers_count": { "type": "integer" },
|
|
42269
|
-
"network_count": { "type": "integer" },
|
|
42270
|
-
"open_issues": { "type": "integer" },
|
|
42271
|
-
"watchers": { "type": "integer" },
|
|
42272
|
-
"master_branch": { "type": "string" },
|
|
42273
|
-
"starred_at": {
|
|
42274
|
-
"type": "string",
|
|
42275
|
-
"example": "\"2020-07-09T00:17:42Z\""
|
|
42071
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/hooks",
|
|
42072
|
+
"description": "The API URL to list the hooks on the repository."
|
|
42276
42073
|
}
|
|
42277
42074
|
},
|
|
42278
|
-
"required": [
|
|
42279
|
-
"archive_url",
|
|
42280
|
-
"assignees_url",
|
|
42281
|
-
"blobs_url",
|
|
42282
|
-
"branches_url",
|
|
42283
|
-
"collaborators_url",
|
|
42284
|
-
"comments_url",
|
|
42285
|
-
"commits_url",
|
|
42286
|
-
"compare_url",
|
|
42287
|
-
"contents_url",
|
|
42288
|
-
"contributors_url",
|
|
42289
|
-
"deployments_url",
|
|
42290
|
-
"description",
|
|
42291
|
-
"downloads_url",
|
|
42292
|
-
"events_url",
|
|
42293
|
-
"fork",
|
|
42294
|
-
"forks_url",
|
|
42295
|
-
"full_name",
|
|
42296
|
-
"git_commits_url",
|
|
42297
|
-
"git_refs_url",
|
|
42298
|
-
"git_tags_url",
|
|
42299
|
-
"hooks_url",
|
|
42300
|
-
"html_url",
|
|
42301
|
-
"id",
|
|
42302
|
-
"node_id",
|
|
42303
|
-
"issue_comment_url",
|
|
42304
|
-
"issue_events_url",
|
|
42305
|
-
"issues_url",
|
|
42306
|
-
"keys_url",
|
|
42307
|
-
"labels_url",
|
|
42308
|
-
"languages_url",
|
|
42309
|
-
"merges_url",
|
|
42310
|
-
"milestones_url",
|
|
42311
|
-
"name",
|
|
42312
|
-
"notifications_url",
|
|
42313
|
-
"owner",
|
|
42314
|
-
"private",
|
|
42315
|
-
"pulls_url",
|
|
42316
|
-
"releases_url",
|
|
42317
|
-
"stargazers_url",
|
|
42318
|
-
"statuses_url",
|
|
42319
|
-
"subscribers_url",
|
|
42320
|
-
"subscription_url",
|
|
42321
|
-
"tags_url",
|
|
42322
|
-
"teams_url",
|
|
42323
|
-
"trees_url",
|
|
42324
|
-
"url",
|
|
42325
|
-
"clone_url",
|
|
42326
|
-
"default_branch",
|
|
42327
|
-
"forks",
|
|
42328
|
-
"forks_count",
|
|
42329
|
-
"git_url",
|
|
42330
|
-
"has_downloads",
|
|
42331
|
-
"has_issues",
|
|
42332
|
-
"has_projects",
|
|
42333
|
-
"has_wiki",
|
|
42334
|
-
"has_pages",
|
|
42335
|
-
"homepage",
|
|
42336
|
-
"language",
|
|
42337
|
-
"archived",
|
|
42338
|
-
"disabled",
|
|
42339
|
-
"mirror_url",
|
|
42340
|
-
"open_issues",
|
|
42341
|
-
"open_issues_count",
|
|
42342
|
-
"license",
|
|
42343
|
-
"pushed_at",
|
|
42344
|
-
"size",
|
|
42345
|
-
"ssh_url",
|
|
42346
|
-
"stargazers_count",
|
|
42347
|
-
"svn_url",
|
|
42348
|
-
"watchers",
|
|
42349
|
-
"watchers_count",
|
|
42350
|
-
"created_at",
|
|
42351
|
-
"updated_at"
|
|
42352
|
-
],
|
|
42353
|
-
"nullable": true
|
|
42354
|
-
},
|
|
42355
|
-
"minimal-repository": {
|
|
42356
|
-
"title": "Minimal Repository",
|
|
42357
|
-
"description": "Minimal Repository",
|
|
42358
|
-
"type": "object",
|
|
42359
|
-
"properties": {
|
|
42360
|
-
"id": { "type": "integer", "example": 1296269 },
|
|
42361
|
-
"node_id": {
|
|
42362
|
-
"type": "string",
|
|
42363
|
-
"example": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5"
|
|
42364
|
-
},
|
|
42365
|
-
"name": { "type": "string", "example": "Hello-World" },
|
|
42366
|
-
"full_name": { "type": "string", "example": "octocat/Hello-World" },
|
|
42367
|
-
"owner": { "$ref": "#/components/schemas/simple-user" },
|
|
42368
|
-
"private": { "type": "boolean" },
|
|
42369
|
-
"html_url": {
|
|
42370
|
-
"type": "string",
|
|
42371
|
-
"format": "uri",
|
|
42372
|
-
"example": "https://github.com/octocat/Hello-World"
|
|
42373
|
-
},
|
|
42374
|
-
"description": {
|
|
42375
|
-
"type": "string",
|
|
42376
|
-
"example": "This your first repo!",
|
|
42377
|
-
"nullable": true
|
|
42378
|
-
},
|
|
42379
|
-
"fork": { "type": "boolean" },
|
|
42380
|
-
"url": {
|
|
42381
|
-
"type": "string",
|
|
42382
|
-
"format": "uri",
|
|
42383
|
-
"example": "https://api.github.com/repos/octocat/Hello-World"
|
|
42384
|
-
},
|
|
42385
|
-
"archive_url": {
|
|
42386
|
-
"type": "string",
|
|
42387
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}"
|
|
42388
|
-
},
|
|
42389
|
-
"assignees_url": {
|
|
42390
|
-
"type": "string",
|
|
42391
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/assignees{/user}"
|
|
42392
|
-
},
|
|
42393
|
-
"blobs_url": {
|
|
42394
|
-
"type": "string",
|
|
42395
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}"
|
|
42396
|
-
},
|
|
42397
|
-
"branches_url": {
|
|
42398
|
-
"type": "string",
|
|
42399
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/branches{/branch}"
|
|
42400
|
-
},
|
|
42401
|
-
"collaborators_url": {
|
|
42402
|
-
"type": "string",
|
|
42403
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}"
|
|
42404
|
-
},
|
|
42405
|
-
"comments_url": {
|
|
42406
|
-
"type": "string",
|
|
42407
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/comments{/number}"
|
|
42408
|
-
},
|
|
42409
|
-
"commits_url": {
|
|
42410
|
-
"type": "string",
|
|
42411
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/commits{/sha}"
|
|
42412
|
-
},
|
|
42413
|
-
"compare_url": {
|
|
42414
|
-
"type": "string",
|
|
42415
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}"
|
|
42416
|
-
},
|
|
42417
|
-
"contents_url": {
|
|
42418
|
-
"type": "string",
|
|
42419
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/contents/{+path}"
|
|
42420
|
-
},
|
|
42421
|
-
"contributors_url": {
|
|
42422
|
-
"type": "string",
|
|
42423
|
-
"format": "uri",
|
|
42424
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/contributors"
|
|
42425
|
-
},
|
|
42426
|
-
"deployments_url": {
|
|
42427
|
-
"type": "string",
|
|
42428
|
-
"format": "uri",
|
|
42429
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/deployments"
|
|
42430
|
-
},
|
|
42431
|
-
"downloads_url": {
|
|
42432
|
-
"type": "string",
|
|
42433
|
-
"format": "uri",
|
|
42434
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/downloads"
|
|
42435
|
-
},
|
|
42436
|
-
"events_url": {
|
|
42437
|
-
"type": "string",
|
|
42438
|
-
"format": "uri",
|
|
42439
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/events"
|
|
42440
|
-
},
|
|
42441
|
-
"forks_url": {
|
|
42442
|
-
"type": "string",
|
|
42443
|
-
"format": "uri",
|
|
42444
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/forks"
|
|
42445
|
-
},
|
|
42446
|
-
"git_commits_url": {
|
|
42447
|
-
"type": "string",
|
|
42448
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}"
|
|
42449
|
-
},
|
|
42450
|
-
"git_refs_url": {
|
|
42451
|
-
"type": "string",
|
|
42452
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}"
|
|
42453
|
-
},
|
|
42454
|
-
"git_tags_url": {
|
|
42455
|
-
"type": "string",
|
|
42456
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}"
|
|
42457
|
-
},
|
|
42458
|
-
"git_url": { "type": "string" },
|
|
42459
|
-
"issue_comment_url": {
|
|
42460
|
-
"type": "string",
|
|
42461
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}"
|
|
42462
|
-
},
|
|
42463
|
-
"issue_events_url": {
|
|
42464
|
-
"type": "string",
|
|
42465
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}"
|
|
42466
|
-
},
|
|
42467
|
-
"issues_url": {
|
|
42468
|
-
"type": "string",
|
|
42469
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/issues{/number}"
|
|
42470
|
-
},
|
|
42471
|
-
"keys_url": {
|
|
42472
|
-
"type": "string",
|
|
42473
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}"
|
|
42474
|
-
},
|
|
42475
|
-
"labels_url": {
|
|
42476
|
-
"type": "string",
|
|
42477
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/labels{/name}"
|
|
42478
|
-
},
|
|
42479
|
-
"languages_url": {
|
|
42480
|
-
"type": "string",
|
|
42481
|
-
"format": "uri",
|
|
42482
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/languages"
|
|
42483
|
-
},
|
|
42484
|
-
"merges_url": {
|
|
42485
|
-
"type": "string",
|
|
42486
|
-
"format": "uri",
|
|
42487
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/merges"
|
|
42488
|
-
},
|
|
42489
|
-
"milestones_url": {
|
|
42490
|
-
"type": "string",
|
|
42491
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/milestones{/number}"
|
|
42492
|
-
},
|
|
42493
|
-
"notifications_url": {
|
|
42494
|
-
"type": "string",
|
|
42495
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}"
|
|
42496
|
-
},
|
|
42497
|
-
"pulls_url": {
|
|
42498
|
-
"type": "string",
|
|
42499
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/pulls{/number}"
|
|
42500
|
-
},
|
|
42501
|
-
"releases_url": {
|
|
42502
|
-
"type": "string",
|
|
42503
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/releases{/id}"
|
|
42504
|
-
},
|
|
42505
|
-
"ssh_url": { "type": "string" },
|
|
42506
|
-
"stargazers_url": {
|
|
42507
|
-
"type": "string",
|
|
42508
|
-
"format": "uri",
|
|
42509
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/stargazers"
|
|
42510
|
-
},
|
|
42511
|
-
"statuses_url": {
|
|
42512
|
-
"type": "string",
|
|
42513
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}"
|
|
42514
|
-
},
|
|
42515
|
-
"subscribers_url": {
|
|
42516
|
-
"type": "string",
|
|
42517
|
-
"format": "uri",
|
|
42518
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/subscribers"
|
|
42519
|
-
},
|
|
42520
|
-
"subscription_url": {
|
|
42521
|
-
"type": "string",
|
|
42522
|
-
"format": "uri",
|
|
42523
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/subscription"
|
|
42524
|
-
},
|
|
42525
|
-
"tags_url": {
|
|
42526
|
-
"type": "string",
|
|
42527
|
-
"format": "uri",
|
|
42528
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/tags"
|
|
42529
|
-
},
|
|
42530
|
-
"teams_url": {
|
|
42531
|
-
"type": "string",
|
|
42532
|
-
"format": "uri",
|
|
42533
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/teams"
|
|
42534
|
-
},
|
|
42535
|
-
"trees_url": {
|
|
42536
|
-
"type": "string",
|
|
42537
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}"
|
|
42538
|
-
},
|
|
42539
|
-
"clone_url": { "type": "string" },
|
|
42540
|
-
"mirror_url": { "type": "string", "nullable": true },
|
|
42541
|
-
"hooks_url": {
|
|
42542
|
-
"type": "string",
|
|
42543
|
-
"format": "uri",
|
|
42544
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/hooks"
|
|
42545
|
-
},
|
|
42546
|
-
"svn_url": { "type": "string" },
|
|
42547
|
-
"homepage": { "type": "string", "nullable": true },
|
|
42548
|
-
"language": { "type": "string", "nullable": true },
|
|
42549
|
-
"forks_count": { "type": "integer" },
|
|
42550
|
-
"stargazers_count": { "type": "integer" },
|
|
42551
|
-
"watchers_count": { "type": "integer" },
|
|
42552
|
-
"size": { "type": "integer" },
|
|
42553
|
-
"default_branch": { "type": "string" },
|
|
42554
|
-
"open_issues_count": { "type": "integer" },
|
|
42555
|
-
"is_template": { "type": "boolean" },
|
|
42556
|
-
"topics": { "type": "array", "items": { "type": "string" } },
|
|
42557
|
-
"has_issues": { "type": "boolean" },
|
|
42558
|
-
"has_projects": { "type": "boolean" },
|
|
42559
|
-
"has_wiki": { "type": "boolean" },
|
|
42560
|
-
"has_pages": { "type": "boolean" },
|
|
42561
|
-
"has_downloads": { "type": "boolean" },
|
|
42562
|
-
"archived": { "type": "boolean" },
|
|
42563
|
-
"disabled": { "type": "boolean" },
|
|
42564
|
-
"visibility": { "type": "string" },
|
|
42565
|
-
"pushed_at": {
|
|
42566
|
-
"type": "string",
|
|
42567
|
-
"format": "date-time",
|
|
42568
|
-
"example": "2011-01-26T19:06:43Z",
|
|
42569
|
-
"nullable": true
|
|
42570
|
-
},
|
|
42571
|
-
"created_at": {
|
|
42572
|
-
"type": "string",
|
|
42573
|
-
"format": "date-time",
|
|
42574
|
-
"example": "2011-01-26T19:01:12Z",
|
|
42575
|
-
"nullable": true
|
|
42576
|
-
},
|
|
42577
|
-
"updated_at": {
|
|
42578
|
-
"type": "string",
|
|
42579
|
-
"format": "date-time",
|
|
42580
|
-
"example": "2011-01-26T19:14:43Z",
|
|
42581
|
-
"nullable": true
|
|
42582
|
-
},
|
|
42583
|
-
"permissions": {
|
|
42584
|
-
"type": "object",
|
|
42585
|
-
"properties": {
|
|
42586
|
-
"admin": { "type": "boolean" },
|
|
42587
|
-
"maintain": { "type": "boolean" },
|
|
42588
|
-
"push": { "type": "boolean" },
|
|
42589
|
-
"triage": { "type": "boolean" },
|
|
42590
|
-
"pull": { "type": "boolean" }
|
|
42591
|
-
}
|
|
42592
|
-
},
|
|
42593
|
-
"template_repository": {
|
|
42594
|
-
"$ref": "#/components/schemas/nullable-repository"
|
|
42595
|
-
},
|
|
42596
|
-
"temp_clone_token": { "type": "string" },
|
|
42597
|
-
"delete_branch_on_merge": { "type": "boolean" },
|
|
42598
|
-
"subscribers_count": { "type": "integer" },
|
|
42599
|
-
"network_count": { "type": "integer" },
|
|
42600
|
-
"code_of_conduct": { "$ref": "#/components/schemas/code-of-conduct" },
|
|
42601
|
-
"license": {
|
|
42602
|
-
"type": "object",
|
|
42603
|
-
"properties": {
|
|
42604
|
-
"key": { "type": "string" },
|
|
42605
|
-
"name": { "type": "string" },
|
|
42606
|
-
"spdx_id": { "type": "string" },
|
|
42607
|
-
"url": { "type": "string" },
|
|
42608
|
-
"node_id": { "type": "string" }
|
|
42609
|
-
},
|
|
42610
|
-
"nullable": true
|
|
42611
|
-
},
|
|
42612
|
-
"forks": { "type": "integer", "example": 0 },
|
|
42613
|
-
"open_issues": { "type": "integer", "example": 0 },
|
|
42614
|
-
"watchers": { "type": "integer", "example": 0 },
|
|
42615
|
-
"allow_forking": { "type": "boolean" }
|
|
42616
|
-
},
|
|
42617
42075
|
"required": [
|
|
42618
42076
|
"archive_url",
|
|
42619
42077
|
"assignees_url",
|
|
@@ -42701,7 +42159,7 @@
|
|
|
42701
42159
|
"type": "string",
|
|
42702
42160
|
"description": "The secret that was detected."
|
|
42703
42161
|
},
|
|
42704
|
-
"repository": { "$ref": "#/components/schemas/
|
|
42162
|
+
"repository": { "$ref": "#/components/schemas/simple-repository" }
|
|
42705
42163
|
}
|
|
42706
42164
|
},
|
|
42707
42165
|
"advanced-security-active-committers-user": {
|
|
@@ -42737,6 +42195,7 @@
|
|
|
42737
42195
|
"type": "integer",
|
|
42738
42196
|
"example": 25
|
|
42739
42197
|
},
|
|
42198
|
+
"total_count": { "type": "integer", "example": 2 },
|
|
42740
42199
|
"repositories": {
|
|
42741
42200
|
"type": "array",
|
|
42742
42201
|
"items": {
|
|
@@ -42960,7 +42419,7 @@
|
|
|
42960
42419
|
],
|
|
42961
42420
|
"nullable": true
|
|
42962
42421
|
},
|
|
42963
|
-
"
|
|
42422
|
+
"author-association": {
|
|
42964
42423
|
"title": "author_association",
|
|
42965
42424
|
"type": "string",
|
|
42966
42425
|
"example": "OWNER",
|
|
@@ -43126,7 +42585,7 @@
|
|
|
43126
42585
|
"$ref": "#/components/schemas/nullable-integration"
|
|
43127
42586
|
},
|
|
43128
42587
|
"author_association": {
|
|
43129
|
-
"$ref": "#/components/schemas/
|
|
42588
|
+
"$ref": "#/components/schemas/author-association"
|
|
43130
42589
|
},
|
|
43131
42590
|
"reactions": { "$ref": "#/components/schemas/reaction-rollup" }
|
|
43132
42591
|
},
|
|
@@ -43192,7 +42651,7 @@
|
|
|
43192
42651
|
},
|
|
43193
42652
|
"issue_url": { "type": "string", "format": "uri" },
|
|
43194
42653
|
"author_association": {
|
|
43195
|
-
"$ref": "#/components/schemas/
|
|
42654
|
+
"$ref": "#/components/schemas/author-association"
|
|
43196
42655
|
},
|
|
43197
42656
|
"performed_via_github_app": {
|
|
43198
42657
|
"$ref": "#/components/schemas/nullable-integration"
|
|
@@ -43667,7 +43126,7 @@
|
|
|
43667
43126
|
"example": "2011-04-18T23:23:56Z"
|
|
43668
43127
|
},
|
|
43669
43128
|
"author_association": {
|
|
43670
|
-
"$ref": "#/components/schemas/
|
|
43129
|
+
"$ref": "#/components/schemas/author-association"
|
|
43671
43130
|
}
|
|
43672
43131
|
},
|
|
43673
43132
|
"required": [
|
|
@@ -43842,6 +43301,883 @@
|
|
|
43842
43301
|
},
|
|
43843
43302
|
"required": ["verifiable_password_authentication"]
|
|
43844
43303
|
},
|
|
43304
|
+
"nullable-repository": {
|
|
43305
|
+
"title": "Repository",
|
|
43306
|
+
"description": "A git repository",
|
|
43307
|
+
"type": "object",
|
|
43308
|
+
"properties": {
|
|
43309
|
+
"id": {
|
|
43310
|
+
"description": "Unique identifier of the repository",
|
|
43311
|
+
"example": 42,
|
|
43312
|
+
"type": "integer"
|
|
43313
|
+
},
|
|
43314
|
+
"node_id": {
|
|
43315
|
+
"type": "string",
|
|
43316
|
+
"example": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5"
|
|
43317
|
+
},
|
|
43318
|
+
"name": {
|
|
43319
|
+
"description": "The name of the repository.",
|
|
43320
|
+
"type": "string",
|
|
43321
|
+
"example": "Team Environment"
|
|
43322
|
+
},
|
|
43323
|
+
"full_name": { "type": "string", "example": "octocat/Hello-World" },
|
|
43324
|
+
"license": { "$ref": "#/components/schemas/nullable-license-simple" },
|
|
43325
|
+
"organization": {
|
|
43326
|
+
"$ref": "#/components/schemas/nullable-simple-user"
|
|
43327
|
+
},
|
|
43328
|
+
"forks": { "type": "integer" },
|
|
43329
|
+
"permissions": {
|
|
43330
|
+
"type": "object",
|
|
43331
|
+
"properties": {
|
|
43332
|
+
"admin": { "type": "boolean" },
|
|
43333
|
+
"pull": { "type": "boolean" },
|
|
43334
|
+
"triage": { "type": "boolean" },
|
|
43335
|
+
"push": { "type": "boolean" },
|
|
43336
|
+
"maintain": { "type": "boolean" }
|
|
43337
|
+
},
|
|
43338
|
+
"required": ["admin", "pull", "push"]
|
|
43339
|
+
},
|
|
43340
|
+
"owner": { "$ref": "#/components/schemas/simple-user" },
|
|
43341
|
+
"private": {
|
|
43342
|
+
"description": "Whether the repository is private or public.",
|
|
43343
|
+
"default": false,
|
|
43344
|
+
"type": "boolean"
|
|
43345
|
+
},
|
|
43346
|
+
"html_url": {
|
|
43347
|
+
"type": "string",
|
|
43348
|
+
"format": "uri",
|
|
43349
|
+
"example": "https://github.com/octocat/Hello-World"
|
|
43350
|
+
},
|
|
43351
|
+
"description": {
|
|
43352
|
+
"type": "string",
|
|
43353
|
+
"example": "This your first repo!",
|
|
43354
|
+
"nullable": true
|
|
43355
|
+
},
|
|
43356
|
+
"fork": { "type": "boolean" },
|
|
43357
|
+
"url": {
|
|
43358
|
+
"type": "string",
|
|
43359
|
+
"format": "uri",
|
|
43360
|
+
"example": "https://api.github.com/repos/octocat/Hello-World"
|
|
43361
|
+
},
|
|
43362
|
+
"archive_url": {
|
|
43363
|
+
"type": "string",
|
|
43364
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}"
|
|
43365
|
+
},
|
|
43366
|
+
"assignees_url": {
|
|
43367
|
+
"type": "string",
|
|
43368
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/assignees{/user}"
|
|
43369
|
+
},
|
|
43370
|
+
"blobs_url": {
|
|
43371
|
+
"type": "string",
|
|
43372
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}"
|
|
43373
|
+
},
|
|
43374
|
+
"branches_url": {
|
|
43375
|
+
"type": "string",
|
|
43376
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/branches{/branch}"
|
|
43377
|
+
},
|
|
43378
|
+
"collaborators_url": {
|
|
43379
|
+
"type": "string",
|
|
43380
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}"
|
|
43381
|
+
},
|
|
43382
|
+
"comments_url": {
|
|
43383
|
+
"type": "string",
|
|
43384
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/comments{/number}"
|
|
43385
|
+
},
|
|
43386
|
+
"commits_url": {
|
|
43387
|
+
"type": "string",
|
|
43388
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/commits{/sha}"
|
|
43389
|
+
},
|
|
43390
|
+
"compare_url": {
|
|
43391
|
+
"type": "string",
|
|
43392
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}"
|
|
43393
|
+
},
|
|
43394
|
+
"contents_url": {
|
|
43395
|
+
"type": "string",
|
|
43396
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/contents/{+path}"
|
|
43397
|
+
},
|
|
43398
|
+
"contributors_url": {
|
|
43399
|
+
"type": "string",
|
|
43400
|
+
"format": "uri",
|
|
43401
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/contributors"
|
|
43402
|
+
},
|
|
43403
|
+
"deployments_url": {
|
|
43404
|
+
"type": "string",
|
|
43405
|
+
"format": "uri",
|
|
43406
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/deployments"
|
|
43407
|
+
},
|
|
43408
|
+
"downloads_url": {
|
|
43409
|
+
"type": "string",
|
|
43410
|
+
"format": "uri",
|
|
43411
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/downloads"
|
|
43412
|
+
},
|
|
43413
|
+
"events_url": {
|
|
43414
|
+
"type": "string",
|
|
43415
|
+
"format": "uri",
|
|
43416
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/events"
|
|
43417
|
+
},
|
|
43418
|
+
"forks_url": {
|
|
43419
|
+
"type": "string",
|
|
43420
|
+
"format": "uri",
|
|
43421
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/forks"
|
|
43422
|
+
},
|
|
43423
|
+
"git_commits_url": {
|
|
43424
|
+
"type": "string",
|
|
43425
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}"
|
|
43426
|
+
},
|
|
43427
|
+
"git_refs_url": {
|
|
43428
|
+
"type": "string",
|
|
43429
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}"
|
|
43430
|
+
},
|
|
43431
|
+
"git_tags_url": {
|
|
43432
|
+
"type": "string",
|
|
43433
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}"
|
|
43434
|
+
},
|
|
43435
|
+
"git_url": {
|
|
43436
|
+
"type": "string",
|
|
43437
|
+
"example": "git:github.com/octocat/Hello-World.git"
|
|
43438
|
+
},
|
|
43439
|
+
"issue_comment_url": {
|
|
43440
|
+
"type": "string",
|
|
43441
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}"
|
|
43442
|
+
},
|
|
43443
|
+
"issue_events_url": {
|
|
43444
|
+
"type": "string",
|
|
43445
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}"
|
|
43446
|
+
},
|
|
43447
|
+
"issues_url": {
|
|
43448
|
+
"type": "string",
|
|
43449
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/issues{/number}"
|
|
43450
|
+
},
|
|
43451
|
+
"keys_url": {
|
|
43452
|
+
"type": "string",
|
|
43453
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}"
|
|
43454
|
+
},
|
|
43455
|
+
"labels_url": {
|
|
43456
|
+
"type": "string",
|
|
43457
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/labels{/name}"
|
|
43458
|
+
},
|
|
43459
|
+
"languages_url": {
|
|
43460
|
+
"type": "string",
|
|
43461
|
+
"format": "uri",
|
|
43462
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/languages"
|
|
43463
|
+
},
|
|
43464
|
+
"merges_url": {
|
|
43465
|
+
"type": "string",
|
|
43466
|
+
"format": "uri",
|
|
43467
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/merges"
|
|
43468
|
+
},
|
|
43469
|
+
"milestones_url": {
|
|
43470
|
+
"type": "string",
|
|
43471
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/milestones{/number}"
|
|
43472
|
+
},
|
|
43473
|
+
"notifications_url": {
|
|
43474
|
+
"type": "string",
|
|
43475
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}"
|
|
43476
|
+
},
|
|
43477
|
+
"pulls_url": {
|
|
43478
|
+
"type": "string",
|
|
43479
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/pulls{/number}"
|
|
43480
|
+
},
|
|
43481
|
+
"releases_url": {
|
|
43482
|
+
"type": "string",
|
|
43483
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/releases{/id}"
|
|
43484
|
+
},
|
|
43485
|
+
"ssh_url": {
|
|
43486
|
+
"type": "string",
|
|
43487
|
+
"example": "git@github.com:octocat/Hello-World.git"
|
|
43488
|
+
},
|
|
43489
|
+
"stargazers_url": {
|
|
43490
|
+
"type": "string",
|
|
43491
|
+
"format": "uri",
|
|
43492
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/stargazers"
|
|
43493
|
+
},
|
|
43494
|
+
"statuses_url": {
|
|
43495
|
+
"type": "string",
|
|
43496
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}"
|
|
43497
|
+
},
|
|
43498
|
+
"subscribers_url": {
|
|
43499
|
+
"type": "string",
|
|
43500
|
+
"format": "uri",
|
|
43501
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/subscribers"
|
|
43502
|
+
},
|
|
43503
|
+
"subscription_url": {
|
|
43504
|
+
"type": "string",
|
|
43505
|
+
"format": "uri",
|
|
43506
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/subscription"
|
|
43507
|
+
},
|
|
43508
|
+
"tags_url": {
|
|
43509
|
+
"type": "string",
|
|
43510
|
+
"format": "uri",
|
|
43511
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/tags"
|
|
43512
|
+
},
|
|
43513
|
+
"teams_url": {
|
|
43514
|
+
"type": "string",
|
|
43515
|
+
"format": "uri",
|
|
43516
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/teams"
|
|
43517
|
+
},
|
|
43518
|
+
"trees_url": {
|
|
43519
|
+
"type": "string",
|
|
43520
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}"
|
|
43521
|
+
},
|
|
43522
|
+
"clone_url": {
|
|
43523
|
+
"type": "string",
|
|
43524
|
+
"example": "https://github.com/octocat/Hello-World.git"
|
|
43525
|
+
},
|
|
43526
|
+
"mirror_url": {
|
|
43527
|
+
"type": "string",
|
|
43528
|
+
"format": "uri",
|
|
43529
|
+
"example": "git:git.example.com/octocat/Hello-World",
|
|
43530
|
+
"nullable": true
|
|
43531
|
+
},
|
|
43532
|
+
"hooks_url": {
|
|
43533
|
+
"type": "string",
|
|
43534
|
+
"format": "uri",
|
|
43535
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/hooks"
|
|
43536
|
+
},
|
|
43537
|
+
"svn_url": {
|
|
43538
|
+
"type": "string",
|
|
43539
|
+
"format": "uri",
|
|
43540
|
+
"example": "https://svn.github.com/octocat/Hello-World"
|
|
43541
|
+
},
|
|
43542
|
+
"homepage": {
|
|
43543
|
+
"type": "string",
|
|
43544
|
+
"format": "uri",
|
|
43545
|
+
"example": "https://github.com",
|
|
43546
|
+
"nullable": true
|
|
43547
|
+
},
|
|
43548
|
+
"language": { "type": "string", "nullable": true },
|
|
43549
|
+
"forks_count": { "type": "integer", "example": 9 },
|
|
43550
|
+
"stargazers_count": { "type": "integer", "example": 80 },
|
|
43551
|
+
"watchers_count": { "type": "integer", "example": 80 },
|
|
43552
|
+
"size": { "type": "integer", "example": 108 },
|
|
43553
|
+
"default_branch": {
|
|
43554
|
+
"description": "The default branch of the repository.",
|
|
43555
|
+
"type": "string",
|
|
43556
|
+
"example": "master"
|
|
43557
|
+
},
|
|
43558
|
+
"open_issues_count": { "type": "integer", "example": 0 },
|
|
43559
|
+
"is_template": {
|
|
43560
|
+
"description": "Whether this repository acts as a template that can be used to generate new repositories.",
|
|
43561
|
+
"default": false,
|
|
43562
|
+
"type": "boolean",
|
|
43563
|
+
"example": true
|
|
43564
|
+
},
|
|
43565
|
+
"topics": { "type": "array", "items": { "type": "string" } },
|
|
43566
|
+
"has_issues": {
|
|
43567
|
+
"description": "Whether issues are enabled.",
|
|
43568
|
+
"default": true,
|
|
43569
|
+
"type": "boolean",
|
|
43570
|
+
"example": true
|
|
43571
|
+
},
|
|
43572
|
+
"has_projects": {
|
|
43573
|
+
"description": "Whether projects are enabled.",
|
|
43574
|
+
"default": true,
|
|
43575
|
+
"type": "boolean",
|
|
43576
|
+
"example": true
|
|
43577
|
+
},
|
|
43578
|
+
"has_wiki": {
|
|
43579
|
+
"description": "Whether the wiki is enabled.",
|
|
43580
|
+
"default": true,
|
|
43581
|
+
"type": "boolean",
|
|
43582
|
+
"example": true
|
|
43583
|
+
},
|
|
43584
|
+
"has_pages": { "type": "boolean" },
|
|
43585
|
+
"has_downloads": {
|
|
43586
|
+
"description": "Whether downloads are enabled.",
|
|
43587
|
+
"default": true,
|
|
43588
|
+
"type": "boolean",
|
|
43589
|
+
"example": true
|
|
43590
|
+
},
|
|
43591
|
+
"archived": {
|
|
43592
|
+
"description": "Whether the repository is archived.",
|
|
43593
|
+
"default": false,
|
|
43594
|
+
"type": "boolean"
|
|
43595
|
+
},
|
|
43596
|
+
"disabled": {
|
|
43597
|
+
"type": "boolean",
|
|
43598
|
+
"description": "Returns whether or not this repository disabled."
|
|
43599
|
+
},
|
|
43600
|
+
"visibility": {
|
|
43601
|
+
"description": "The repository visibility: public, private, or internal.",
|
|
43602
|
+
"default": "public",
|
|
43603
|
+
"type": "string"
|
|
43604
|
+
},
|
|
43605
|
+
"pushed_at": {
|
|
43606
|
+
"type": "string",
|
|
43607
|
+
"format": "date-time",
|
|
43608
|
+
"example": "2011-01-26T19:06:43Z",
|
|
43609
|
+
"nullable": true
|
|
43610
|
+
},
|
|
43611
|
+
"created_at": {
|
|
43612
|
+
"type": "string",
|
|
43613
|
+
"format": "date-time",
|
|
43614
|
+
"example": "2011-01-26T19:01:12Z",
|
|
43615
|
+
"nullable": true
|
|
43616
|
+
},
|
|
43617
|
+
"updated_at": {
|
|
43618
|
+
"type": "string",
|
|
43619
|
+
"format": "date-time",
|
|
43620
|
+
"example": "2011-01-26T19:14:43Z",
|
|
43621
|
+
"nullable": true
|
|
43622
|
+
},
|
|
43623
|
+
"allow_rebase_merge": {
|
|
43624
|
+
"description": "Whether to allow rebase merges for pull requests.",
|
|
43625
|
+
"default": true,
|
|
43626
|
+
"type": "boolean",
|
|
43627
|
+
"example": true
|
|
43628
|
+
},
|
|
43629
|
+
"template_repository": {
|
|
43630
|
+
"nullable": true,
|
|
43631
|
+
"type": "object",
|
|
43632
|
+
"properties": {
|
|
43633
|
+
"id": { "type": "integer" },
|
|
43634
|
+
"node_id": { "type": "string" },
|
|
43635
|
+
"name": { "type": "string" },
|
|
43636
|
+
"full_name": { "type": "string" },
|
|
43637
|
+
"owner": {
|
|
43638
|
+
"type": "object",
|
|
43639
|
+
"properties": {
|
|
43640
|
+
"login": { "type": "string" },
|
|
43641
|
+
"id": { "type": "integer" },
|
|
43642
|
+
"node_id": { "type": "string" },
|
|
43643
|
+
"avatar_url": { "type": "string" },
|
|
43644
|
+
"gravatar_id": { "type": "string" },
|
|
43645
|
+
"url": { "type": "string" },
|
|
43646
|
+
"html_url": { "type": "string" },
|
|
43647
|
+
"followers_url": { "type": "string" },
|
|
43648
|
+
"following_url": { "type": "string" },
|
|
43649
|
+
"gists_url": { "type": "string" },
|
|
43650
|
+
"starred_url": { "type": "string" },
|
|
43651
|
+
"subscriptions_url": { "type": "string" },
|
|
43652
|
+
"organizations_url": { "type": "string" },
|
|
43653
|
+
"repos_url": { "type": "string" },
|
|
43654
|
+
"events_url": { "type": "string" },
|
|
43655
|
+
"received_events_url": { "type": "string" },
|
|
43656
|
+
"type": { "type": "string" },
|
|
43657
|
+
"site_admin": { "type": "boolean" }
|
|
43658
|
+
}
|
|
43659
|
+
},
|
|
43660
|
+
"private": { "type": "boolean" },
|
|
43661
|
+
"html_url": { "type": "string" },
|
|
43662
|
+
"description": { "type": "string" },
|
|
43663
|
+
"fork": { "type": "boolean" },
|
|
43664
|
+
"url": { "type": "string" },
|
|
43665
|
+
"archive_url": { "type": "string" },
|
|
43666
|
+
"assignees_url": { "type": "string" },
|
|
43667
|
+
"blobs_url": { "type": "string" },
|
|
43668
|
+
"branches_url": { "type": "string" },
|
|
43669
|
+
"collaborators_url": { "type": "string" },
|
|
43670
|
+
"comments_url": { "type": "string" },
|
|
43671
|
+
"commits_url": { "type": "string" },
|
|
43672
|
+
"compare_url": { "type": "string" },
|
|
43673
|
+
"contents_url": { "type": "string" },
|
|
43674
|
+
"contributors_url": { "type": "string" },
|
|
43675
|
+
"deployments_url": { "type": "string" },
|
|
43676
|
+
"downloads_url": { "type": "string" },
|
|
43677
|
+
"events_url": { "type": "string" },
|
|
43678
|
+
"forks_url": { "type": "string" },
|
|
43679
|
+
"git_commits_url": { "type": "string" },
|
|
43680
|
+
"git_refs_url": { "type": "string" },
|
|
43681
|
+
"git_tags_url": { "type": "string" },
|
|
43682
|
+
"git_url": { "type": "string" },
|
|
43683
|
+
"issue_comment_url": { "type": "string" },
|
|
43684
|
+
"issue_events_url": { "type": "string" },
|
|
43685
|
+
"issues_url": { "type": "string" },
|
|
43686
|
+
"keys_url": { "type": "string" },
|
|
43687
|
+
"labels_url": { "type": "string" },
|
|
43688
|
+
"languages_url": { "type": "string" },
|
|
43689
|
+
"merges_url": { "type": "string" },
|
|
43690
|
+
"milestones_url": { "type": "string" },
|
|
43691
|
+
"notifications_url": { "type": "string" },
|
|
43692
|
+
"pulls_url": { "type": "string" },
|
|
43693
|
+
"releases_url": { "type": "string" },
|
|
43694
|
+
"ssh_url": { "type": "string" },
|
|
43695
|
+
"stargazers_url": { "type": "string" },
|
|
43696
|
+
"statuses_url": { "type": "string" },
|
|
43697
|
+
"subscribers_url": { "type": "string" },
|
|
43698
|
+
"subscription_url": { "type": "string" },
|
|
43699
|
+
"tags_url": { "type": "string" },
|
|
43700
|
+
"teams_url": { "type": "string" },
|
|
43701
|
+
"trees_url": { "type": "string" },
|
|
43702
|
+
"clone_url": { "type": "string" },
|
|
43703
|
+
"mirror_url": { "type": "string" },
|
|
43704
|
+
"hooks_url": { "type": "string" },
|
|
43705
|
+
"svn_url": { "type": "string" },
|
|
43706
|
+
"homepage": { "type": "string" },
|
|
43707
|
+
"language": { "type": "string" },
|
|
43708
|
+
"forks_count": { "type": "integer" },
|
|
43709
|
+
"stargazers_count": { "type": "integer" },
|
|
43710
|
+
"watchers_count": { "type": "integer" },
|
|
43711
|
+
"size": { "type": "integer" },
|
|
43712
|
+
"default_branch": { "type": "string" },
|
|
43713
|
+
"open_issues_count": { "type": "integer" },
|
|
43714
|
+
"is_template": { "type": "boolean" },
|
|
43715
|
+
"topics": { "type": "array", "items": { "type": "string" } },
|
|
43716
|
+
"has_issues": { "type": "boolean" },
|
|
43717
|
+
"has_projects": { "type": "boolean" },
|
|
43718
|
+
"has_wiki": { "type": "boolean" },
|
|
43719
|
+
"has_pages": { "type": "boolean" },
|
|
43720
|
+
"has_downloads": { "type": "boolean" },
|
|
43721
|
+
"archived": { "type": "boolean" },
|
|
43722
|
+
"disabled": { "type": "boolean" },
|
|
43723
|
+
"visibility": { "type": "string" },
|
|
43724
|
+
"pushed_at": { "type": "string" },
|
|
43725
|
+
"created_at": { "type": "string" },
|
|
43726
|
+
"updated_at": { "type": "string" },
|
|
43727
|
+
"permissions": {
|
|
43728
|
+
"type": "object",
|
|
43729
|
+
"properties": {
|
|
43730
|
+
"admin": { "type": "boolean" },
|
|
43731
|
+
"maintain": { "type": "boolean" },
|
|
43732
|
+
"push": { "type": "boolean" },
|
|
43733
|
+
"triage": { "type": "boolean" },
|
|
43734
|
+
"pull": { "type": "boolean" }
|
|
43735
|
+
}
|
|
43736
|
+
},
|
|
43737
|
+
"allow_rebase_merge": { "type": "boolean" },
|
|
43738
|
+
"temp_clone_token": { "type": "string" },
|
|
43739
|
+
"allow_squash_merge": { "type": "boolean" },
|
|
43740
|
+
"allow_auto_merge": { "type": "boolean" },
|
|
43741
|
+
"delete_branch_on_merge": { "type": "boolean" },
|
|
43742
|
+
"allow_update_branch": { "type": "boolean" },
|
|
43743
|
+
"allow_merge_commit": { "type": "boolean" },
|
|
43744
|
+
"subscribers_count": { "type": "integer" },
|
|
43745
|
+
"network_count": { "type": "integer" }
|
|
43746
|
+
}
|
|
43747
|
+
},
|
|
43748
|
+
"temp_clone_token": { "type": "string" },
|
|
43749
|
+
"allow_squash_merge": {
|
|
43750
|
+
"description": "Whether to allow squash merges for pull requests.",
|
|
43751
|
+
"default": true,
|
|
43752
|
+
"type": "boolean",
|
|
43753
|
+
"example": true
|
|
43754
|
+
},
|
|
43755
|
+
"allow_auto_merge": {
|
|
43756
|
+
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
43757
|
+
"default": false,
|
|
43758
|
+
"type": "boolean",
|
|
43759
|
+
"example": false
|
|
43760
|
+
},
|
|
43761
|
+
"delete_branch_on_merge": {
|
|
43762
|
+
"description": "Whether to delete head branches when pull requests are merged",
|
|
43763
|
+
"default": false,
|
|
43764
|
+
"type": "boolean",
|
|
43765
|
+
"example": false
|
|
43766
|
+
},
|
|
43767
|
+
"allow_update_branch": {
|
|
43768
|
+
"description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.",
|
|
43769
|
+
"default": false,
|
|
43770
|
+
"type": "boolean",
|
|
43771
|
+
"example": false
|
|
43772
|
+
},
|
|
43773
|
+
"allow_merge_commit": {
|
|
43774
|
+
"description": "Whether to allow merge commits for pull requests.",
|
|
43775
|
+
"default": true,
|
|
43776
|
+
"type": "boolean",
|
|
43777
|
+
"example": true
|
|
43778
|
+
},
|
|
43779
|
+
"allow_forking": {
|
|
43780
|
+
"description": "Whether to allow forking this repo",
|
|
43781
|
+
"type": "boolean"
|
|
43782
|
+
},
|
|
43783
|
+
"subscribers_count": { "type": "integer" },
|
|
43784
|
+
"network_count": { "type": "integer" },
|
|
43785
|
+
"open_issues": { "type": "integer" },
|
|
43786
|
+
"watchers": { "type": "integer" },
|
|
43787
|
+
"master_branch": { "type": "string" },
|
|
43788
|
+
"starred_at": {
|
|
43789
|
+
"type": "string",
|
|
43790
|
+
"example": "\"2020-07-09T00:17:42Z\""
|
|
43791
|
+
}
|
|
43792
|
+
},
|
|
43793
|
+
"required": [
|
|
43794
|
+
"archive_url",
|
|
43795
|
+
"assignees_url",
|
|
43796
|
+
"blobs_url",
|
|
43797
|
+
"branches_url",
|
|
43798
|
+
"collaborators_url",
|
|
43799
|
+
"comments_url",
|
|
43800
|
+
"commits_url",
|
|
43801
|
+
"compare_url",
|
|
43802
|
+
"contents_url",
|
|
43803
|
+
"contributors_url",
|
|
43804
|
+
"deployments_url",
|
|
43805
|
+
"description",
|
|
43806
|
+
"downloads_url",
|
|
43807
|
+
"events_url",
|
|
43808
|
+
"fork",
|
|
43809
|
+
"forks_url",
|
|
43810
|
+
"full_name",
|
|
43811
|
+
"git_commits_url",
|
|
43812
|
+
"git_refs_url",
|
|
43813
|
+
"git_tags_url",
|
|
43814
|
+
"hooks_url",
|
|
43815
|
+
"html_url",
|
|
43816
|
+
"id",
|
|
43817
|
+
"node_id",
|
|
43818
|
+
"issue_comment_url",
|
|
43819
|
+
"issue_events_url",
|
|
43820
|
+
"issues_url",
|
|
43821
|
+
"keys_url",
|
|
43822
|
+
"labels_url",
|
|
43823
|
+
"languages_url",
|
|
43824
|
+
"merges_url",
|
|
43825
|
+
"milestones_url",
|
|
43826
|
+
"name",
|
|
43827
|
+
"notifications_url",
|
|
43828
|
+
"owner",
|
|
43829
|
+
"private",
|
|
43830
|
+
"pulls_url",
|
|
43831
|
+
"releases_url",
|
|
43832
|
+
"stargazers_url",
|
|
43833
|
+
"statuses_url",
|
|
43834
|
+
"subscribers_url",
|
|
43835
|
+
"subscription_url",
|
|
43836
|
+
"tags_url",
|
|
43837
|
+
"teams_url",
|
|
43838
|
+
"trees_url",
|
|
43839
|
+
"url",
|
|
43840
|
+
"clone_url",
|
|
43841
|
+
"default_branch",
|
|
43842
|
+
"forks",
|
|
43843
|
+
"forks_count",
|
|
43844
|
+
"git_url",
|
|
43845
|
+
"has_downloads",
|
|
43846
|
+
"has_issues",
|
|
43847
|
+
"has_projects",
|
|
43848
|
+
"has_wiki",
|
|
43849
|
+
"has_pages",
|
|
43850
|
+
"homepage",
|
|
43851
|
+
"language",
|
|
43852
|
+
"archived",
|
|
43853
|
+
"disabled",
|
|
43854
|
+
"mirror_url",
|
|
43855
|
+
"open_issues",
|
|
43856
|
+
"open_issues_count",
|
|
43857
|
+
"license",
|
|
43858
|
+
"pushed_at",
|
|
43859
|
+
"size",
|
|
43860
|
+
"ssh_url",
|
|
43861
|
+
"stargazers_count",
|
|
43862
|
+
"svn_url",
|
|
43863
|
+
"watchers",
|
|
43864
|
+
"watchers_count",
|
|
43865
|
+
"created_at",
|
|
43866
|
+
"updated_at"
|
|
43867
|
+
],
|
|
43868
|
+
"nullable": true
|
|
43869
|
+
},
|
|
43870
|
+
"minimal-repository": {
|
|
43871
|
+
"title": "Minimal Repository",
|
|
43872
|
+
"description": "Minimal Repository",
|
|
43873
|
+
"type": "object",
|
|
43874
|
+
"properties": {
|
|
43875
|
+
"id": { "type": "integer", "example": 1296269 },
|
|
43876
|
+
"node_id": {
|
|
43877
|
+
"type": "string",
|
|
43878
|
+
"example": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5"
|
|
43879
|
+
},
|
|
43880
|
+
"name": { "type": "string", "example": "Hello-World" },
|
|
43881
|
+
"full_name": { "type": "string", "example": "octocat/Hello-World" },
|
|
43882
|
+
"owner": { "$ref": "#/components/schemas/simple-user" },
|
|
43883
|
+
"private": { "type": "boolean" },
|
|
43884
|
+
"html_url": {
|
|
43885
|
+
"type": "string",
|
|
43886
|
+
"format": "uri",
|
|
43887
|
+
"example": "https://github.com/octocat/Hello-World"
|
|
43888
|
+
},
|
|
43889
|
+
"description": {
|
|
43890
|
+
"type": "string",
|
|
43891
|
+
"example": "This your first repo!",
|
|
43892
|
+
"nullable": true
|
|
43893
|
+
},
|
|
43894
|
+
"fork": { "type": "boolean" },
|
|
43895
|
+
"url": {
|
|
43896
|
+
"type": "string",
|
|
43897
|
+
"format": "uri",
|
|
43898
|
+
"example": "https://api.github.com/repos/octocat/Hello-World"
|
|
43899
|
+
},
|
|
43900
|
+
"archive_url": {
|
|
43901
|
+
"type": "string",
|
|
43902
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}"
|
|
43903
|
+
},
|
|
43904
|
+
"assignees_url": {
|
|
43905
|
+
"type": "string",
|
|
43906
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/assignees{/user}"
|
|
43907
|
+
},
|
|
43908
|
+
"blobs_url": {
|
|
43909
|
+
"type": "string",
|
|
43910
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}"
|
|
43911
|
+
},
|
|
43912
|
+
"branches_url": {
|
|
43913
|
+
"type": "string",
|
|
43914
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/branches{/branch}"
|
|
43915
|
+
},
|
|
43916
|
+
"collaborators_url": {
|
|
43917
|
+
"type": "string",
|
|
43918
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}"
|
|
43919
|
+
},
|
|
43920
|
+
"comments_url": {
|
|
43921
|
+
"type": "string",
|
|
43922
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/comments{/number}"
|
|
43923
|
+
},
|
|
43924
|
+
"commits_url": {
|
|
43925
|
+
"type": "string",
|
|
43926
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/commits{/sha}"
|
|
43927
|
+
},
|
|
43928
|
+
"compare_url": {
|
|
43929
|
+
"type": "string",
|
|
43930
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}"
|
|
43931
|
+
},
|
|
43932
|
+
"contents_url": {
|
|
43933
|
+
"type": "string",
|
|
43934
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/contents/{+path}"
|
|
43935
|
+
},
|
|
43936
|
+
"contributors_url": {
|
|
43937
|
+
"type": "string",
|
|
43938
|
+
"format": "uri",
|
|
43939
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/contributors"
|
|
43940
|
+
},
|
|
43941
|
+
"deployments_url": {
|
|
43942
|
+
"type": "string",
|
|
43943
|
+
"format": "uri",
|
|
43944
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/deployments"
|
|
43945
|
+
},
|
|
43946
|
+
"downloads_url": {
|
|
43947
|
+
"type": "string",
|
|
43948
|
+
"format": "uri",
|
|
43949
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/downloads"
|
|
43950
|
+
},
|
|
43951
|
+
"events_url": {
|
|
43952
|
+
"type": "string",
|
|
43953
|
+
"format": "uri",
|
|
43954
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/events"
|
|
43955
|
+
},
|
|
43956
|
+
"forks_url": {
|
|
43957
|
+
"type": "string",
|
|
43958
|
+
"format": "uri",
|
|
43959
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/forks"
|
|
43960
|
+
},
|
|
43961
|
+
"git_commits_url": {
|
|
43962
|
+
"type": "string",
|
|
43963
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}"
|
|
43964
|
+
},
|
|
43965
|
+
"git_refs_url": {
|
|
43966
|
+
"type": "string",
|
|
43967
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}"
|
|
43968
|
+
},
|
|
43969
|
+
"git_tags_url": {
|
|
43970
|
+
"type": "string",
|
|
43971
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}"
|
|
43972
|
+
},
|
|
43973
|
+
"git_url": { "type": "string" },
|
|
43974
|
+
"issue_comment_url": {
|
|
43975
|
+
"type": "string",
|
|
43976
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}"
|
|
43977
|
+
},
|
|
43978
|
+
"issue_events_url": {
|
|
43979
|
+
"type": "string",
|
|
43980
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}"
|
|
43981
|
+
},
|
|
43982
|
+
"issues_url": {
|
|
43983
|
+
"type": "string",
|
|
43984
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/issues{/number}"
|
|
43985
|
+
},
|
|
43986
|
+
"keys_url": {
|
|
43987
|
+
"type": "string",
|
|
43988
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}"
|
|
43989
|
+
},
|
|
43990
|
+
"labels_url": {
|
|
43991
|
+
"type": "string",
|
|
43992
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/labels{/name}"
|
|
43993
|
+
},
|
|
43994
|
+
"languages_url": {
|
|
43995
|
+
"type": "string",
|
|
43996
|
+
"format": "uri",
|
|
43997
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/languages"
|
|
43998
|
+
},
|
|
43999
|
+
"merges_url": {
|
|
44000
|
+
"type": "string",
|
|
44001
|
+
"format": "uri",
|
|
44002
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/merges"
|
|
44003
|
+
},
|
|
44004
|
+
"milestones_url": {
|
|
44005
|
+
"type": "string",
|
|
44006
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/milestones{/number}"
|
|
44007
|
+
},
|
|
44008
|
+
"notifications_url": {
|
|
44009
|
+
"type": "string",
|
|
44010
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}"
|
|
44011
|
+
},
|
|
44012
|
+
"pulls_url": {
|
|
44013
|
+
"type": "string",
|
|
44014
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/pulls{/number}"
|
|
44015
|
+
},
|
|
44016
|
+
"releases_url": {
|
|
44017
|
+
"type": "string",
|
|
44018
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/releases{/id}"
|
|
44019
|
+
},
|
|
44020
|
+
"ssh_url": { "type": "string" },
|
|
44021
|
+
"stargazers_url": {
|
|
44022
|
+
"type": "string",
|
|
44023
|
+
"format": "uri",
|
|
44024
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/stargazers"
|
|
44025
|
+
},
|
|
44026
|
+
"statuses_url": {
|
|
44027
|
+
"type": "string",
|
|
44028
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}"
|
|
44029
|
+
},
|
|
44030
|
+
"subscribers_url": {
|
|
44031
|
+
"type": "string",
|
|
44032
|
+
"format": "uri",
|
|
44033
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/subscribers"
|
|
44034
|
+
},
|
|
44035
|
+
"subscription_url": {
|
|
44036
|
+
"type": "string",
|
|
44037
|
+
"format": "uri",
|
|
44038
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/subscription"
|
|
44039
|
+
},
|
|
44040
|
+
"tags_url": {
|
|
44041
|
+
"type": "string",
|
|
44042
|
+
"format": "uri",
|
|
44043
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/tags"
|
|
44044
|
+
},
|
|
44045
|
+
"teams_url": {
|
|
44046
|
+
"type": "string",
|
|
44047
|
+
"format": "uri",
|
|
44048
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/teams"
|
|
44049
|
+
},
|
|
44050
|
+
"trees_url": {
|
|
44051
|
+
"type": "string",
|
|
44052
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}"
|
|
44053
|
+
},
|
|
44054
|
+
"clone_url": { "type": "string" },
|
|
44055
|
+
"mirror_url": { "type": "string", "nullable": true },
|
|
44056
|
+
"hooks_url": {
|
|
44057
|
+
"type": "string",
|
|
44058
|
+
"format": "uri",
|
|
44059
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/hooks"
|
|
44060
|
+
},
|
|
44061
|
+
"svn_url": { "type": "string" },
|
|
44062
|
+
"homepage": { "type": "string", "nullable": true },
|
|
44063
|
+
"language": { "type": "string", "nullable": true },
|
|
44064
|
+
"forks_count": { "type": "integer" },
|
|
44065
|
+
"stargazers_count": { "type": "integer" },
|
|
44066
|
+
"watchers_count": { "type": "integer" },
|
|
44067
|
+
"size": { "type": "integer" },
|
|
44068
|
+
"default_branch": { "type": "string" },
|
|
44069
|
+
"open_issues_count": { "type": "integer" },
|
|
44070
|
+
"is_template": { "type": "boolean" },
|
|
44071
|
+
"topics": { "type": "array", "items": { "type": "string" } },
|
|
44072
|
+
"has_issues": { "type": "boolean" },
|
|
44073
|
+
"has_projects": { "type": "boolean" },
|
|
44074
|
+
"has_wiki": { "type": "boolean" },
|
|
44075
|
+
"has_pages": { "type": "boolean" },
|
|
44076
|
+
"has_downloads": { "type": "boolean" },
|
|
44077
|
+
"archived": { "type": "boolean" },
|
|
44078
|
+
"disabled": { "type": "boolean" },
|
|
44079
|
+
"visibility": { "type": "string" },
|
|
44080
|
+
"pushed_at": {
|
|
44081
|
+
"type": "string",
|
|
44082
|
+
"format": "date-time",
|
|
44083
|
+
"example": "2011-01-26T19:06:43Z",
|
|
44084
|
+
"nullable": true
|
|
44085
|
+
},
|
|
44086
|
+
"created_at": {
|
|
44087
|
+
"type": "string",
|
|
44088
|
+
"format": "date-time",
|
|
44089
|
+
"example": "2011-01-26T19:01:12Z",
|
|
44090
|
+
"nullable": true
|
|
44091
|
+
},
|
|
44092
|
+
"updated_at": {
|
|
44093
|
+
"type": "string",
|
|
44094
|
+
"format": "date-time",
|
|
44095
|
+
"example": "2011-01-26T19:14:43Z",
|
|
44096
|
+
"nullable": true
|
|
44097
|
+
},
|
|
44098
|
+
"permissions": {
|
|
44099
|
+
"type": "object",
|
|
44100
|
+
"properties": {
|
|
44101
|
+
"admin": { "type": "boolean" },
|
|
44102
|
+
"maintain": { "type": "boolean" },
|
|
44103
|
+
"push": { "type": "boolean" },
|
|
44104
|
+
"triage": { "type": "boolean" },
|
|
44105
|
+
"pull": { "type": "boolean" }
|
|
44106
|
+
}
|
|
44107
|
+
},
|
|
44108
|
+
"template_repository": {
|
|
44109
|
+
"$ref": "#/components/schemas/nullable-repository"
|
|
44110
|
+
},
|
|
44111
|
+
"temp_clone_token": { "type": "string" },
|
|
44112
|
+
"delete_branch_on_merge": { "type": "boolean" },
|
|
44113
|
+
"subscribers_count": { "type": "integer" },
|
|
44114
|
+
"network_count": { "type": "integer" },
|
|
44115
|
+
"code_of_conduct": { "$ref": "#/components/schemas/code-of-conduct" },
|
|
44116
|
+
"license": {
|
|
44117
|
+
"type": "object",
|
|
44118
|
+
"properties": {
|
|
44119
|
+
"key": { "type": "string" },
|
|
44120
|
+
"name": { "type": "string" },
|
|
44121
|
+
"spdx_id": { "type": "string" },
|
|
44122
|
+
"url": { "type": "string" },
|
|
44123
|
+
"node_id": { "type": "string" }
|
|
44124
|
+
},
|
|
44125
|
+
"nullable": true
|
|
44126
|
+
},
|
|
44127
|
+
"forks": { "type": "integer", "example": 0 },
|
|
44128
|
+
"open_issues": { "type": "integer", "example": 0 },
|
|
44129
|
+
"watchers": { "type": "integer", "example": 0 },
|
|
44130
|
+
"allow_forking": { "type": "boolean" }
|
|
44131
|
+
},
|
|
44132
|
+
"required": [
|
|
44133
|
+
"archive_url",
|
|
44134
|
+
"assignees_url",
|
|
44135
|
+
"blobs_url",
|
|
44136
|
+
"branches_url",
|
|
44137
|
+
"collaborators_url",
|
|
44138
|
+
"comments_url",
|
|
44139
|
+
"commits_url",
|
|
44140
|
+
"compare_url",
|
|
44141
|
+
"contents_url",
|
|
44142
|
+
"contributors_url",
|
|
44143
|
+
"deployments_url",
|
|
44144
|
+
"description",
|
|
44145
|
+
"downloads_url",
|
|
44146
|
+
"events_url",
|
|
44147
|
+
"fork",
|
|
44148
|
+
"forks_url",
|
|
44149
|
+
"full_name",
|
|
44150
|
+
"git_commits_url",
|
|
44151
|
+
"git_refs_url",
|
|
44152
|
+
"git_tags_url",
|
|
44153
|
+
"hooks_url",
|
|
44154
|
+
"html_url",
|
|
44155
|
+
"id",
|
|
44156
|
+
"node_id",
|
|
44157
|
+
"issue_comment_url",
|
|
44158
|
+
"issue_events_url",
|
|
44159
|
+
"issues_url",
|
|
44160
|
+
"keys_url",
|
|
44161
|
+
"labels_url",
|
|
44162
|
+
"languages_url",
|
|
44163
|
+
"merges_url",
|
|
44164
|
+
"milestones_url",
|
|
44165
|
+
"name",
|
|
44166
|
+
"notifications_url",
|
|
44167
|
+
"owner",
|
|
44168
|
+
"private",
|
|
44169
|
+
"pulls_url",
|
|
44170
|
+
"releases_url",
|
|
44171
|
+
"stargazers_url",
|
|
44172
|
+
"statuses_url",
|
|
44173
|
+
"subscribers_url",
|
|
44174
|
+
"subscription_url",
|
|
44175
|
+
"tags_url",
|
|
44176
|
+
"teams_url",
|
|
44177
|
+
"trees_url",
|
|
44178
|
+
"url"
|
|
44179
|
+
]
|
|
44180
|
+
},
|
|
43845
44181
|
"thread": {
|
|
43846
44182
|
"title": "Thread",
|
|
43847
44183
|
"description": "Thread",
|
|
@@ -48761,7 +49097,7 @@
|
|
|
48761
49097
|
"created_at": { "type": "string", "format": "date-time" },
|
|
48762
49098
|
"updated_at": { "type": "string", "format": "date-time" },
|
|
48763
49099
|
"author_association": {
|
|
48764
|
-
"$ref": "#/components/schemas/
|
|
49100
|
+
"$ref": "#/components/schemas/author-association"
|
|
48765
49101
|
},
|
|
48766
49102
|
"reactions": { "$ref": "#/components/schemas/reaction-rollup" }
|
|
48767
49103
|
},
|
|
@@ -48806,7 +49142,7 @@
|
|
|
48806
49142
|
"properties": { "href": { "type": "string" } },
|
|
48807
49143
|
"required": ["href"]
|
|
48808
49144
|
},
|
|
48809
|
-
"
|
|
49145
|
+
"auto-merge": {
|
|
48810
49146
|
"title": "Auto merge",
|
|
48811
49147
|
"description": "The status of auto merging a pull request.",
|
|
48812
49148
|
"type": "object",
|
|
@@ -49022,9 +49358,9 @@
|
|
|
49022
49358
|
]
|
|
49023
49359
|
},
|
|
49024
49360
|
"author_association": {
|
|
49025
|
-
"$ref": "#/components/schemas/
|
|
49361
|
+
"$ref": "#/components/schemas/author-association"
|
|
49026
49362
|
},
|
|
49027
|
-
"auto_merge": { "$ref": "#/components/schemas/
|
|
49363
|
+
"auto_merge": { "$ref": "#/components/schemas/auto-merge" },
|
|
49028
49364
|
"draft": {
|
|
49029
49365
|
"description": "Indicates whether or not the pull request is a draft.",
|
|
49030
49366
|
"example": false,
|
|
@@ -49733,7 +50069,7 @@
|
|
|
49733
50069
|
"example": 30,
|
|
49734
50070
|
"description": "The amount of time to delay a job after the job is initially triggered. The time (in minutes) must be an integer between 0 and 43,200 (30 days)."
|
|
49735
50071
|
},
|
|
49736
|
-
"
|
|
50072
|
+
"deployment-branch-policy": {
|
|
49737
50073
|
"type": "object",
|
|
49738
50074
|
"description": "The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`.",
|
|
49739
50075
|
"properties": {
|
|
@@ -49854,7 +50190,7 @@
|
|
|
49854
50190
|
}
|
|
49855
50191
|
},
|
|
49856
50192
|
"deployment_branch_policy": {
|
|
49857
|
-
"$ref": "#/components/schemas/
|
|
50193
|
+
"$ref": "#/components/schemas/deployment-branch-policy"
|
|
49858
50194
|
}
|
|
49859
50195
|
},
|
|
49860
50196
|
"required": [
|
|
@@ -50371,7 +50707,7 @@
|
|
|
50371
50707
|
"$ref": "#/components/schemas/nullable-integration"
|
|
50372
50708
|
},
|
|
50373
50709
|
"author_association": {
|
|
50374
|
-
"$ref": "#/components/schemas/
|
|
50710
|
+
"$ref": "#/components/schemas/author-association"
|
|
50375
50711
|
},
|
|
50376
50712
|
"reactions": { "$ref": "#/components/schemas/reaction-rollup" }
|
|
50377
50713
|
},
|
|
@@ -50501,7 +50837,7 @@
|
|
|
50501
50837
|
},
|
|
50502
50838
|
"rename": { "$ref": "#/components/schemas/issue-event-rename" },
|
|
50503
50839
|
"author_association": {
|
|
50504
|
-
"$ref": "#/components/schemas/
|
|
50840
|
+
"$ref": "#/components/schemas/author-association"
|
|
50505
50841
|
},
|
|
50506
50842
|
"lock_reason": { "type": "string", "nullable": true },
|
|
50507
50843
|
"performed_via_github_app": {
|
|
@@ -51204,7 +51540,7 @@
|
|
|
51204
51540
|
},
|
|
51205
51541
|
"issue_url": { "type": "string", "format": "uri" },
|
|
51206
51542
|
"author_association": {
|
|
51207
|
-
"$ref": "#/components/schemas/
|
|
51543
|
+
"$ref": "#/components/schemas/author-association"
|
|
51208
51544
|
},
|
|
51209
51545
|
"performed_via_github_app": {
|
|
51210
51546
|
"$ref": "#/components/schemas/nullable-integration"
|
|
@@ -51419,7 +51755,7 @@
|
|
|
51419
51755
|
"body_html": { "type": "string" },
|
|
51420
51756
|
"body_text": { "type": "string" },
|
|
51421
51757
|
"author_association": {
|
|
51422
|
-
"$ref": "#/components/schemas/
|
|
51758
|
+
"$ref": "#/components/schemas/author-association"
|
|
51423
51759
|
}
|
|
51424
51760
|
},
|
|
51425
51761
|
"required": [
|
|
@@ -51526,7 +51862,7 @@
|
|
|
51526
51862
|
"example": "https://api.github.com/repos/octocat/Hello-World/pulls/1"
|
|
51527
51863
|
},
|
|
51528
51864
|
"author_association": {
|
|
51529
|
-
"$ref": "#/components/schemas/
|
|
51865
|
+
"$ref": "#/components/schemas/author-association"
|
|
51530
51866
|
},
|
|
51531
51867
|
"_links": {
|
|
51532
51868
|
"type": "object",
|
|
@@ -52978,9 +53314,9 @@
|
|
|
52978
53314
|
]
|
|
52979
53315
|
},
|
|
52980
53316
|
"author_association": {
|
|
52981
|
-
"$ref": "#/components/schemas/
|
|
53317
|
+
"$ref": "#/components/schemas/author-association"
|
|
52982
53318
|
},
|
|
52983
|
-
"auto_merge": { "$ref": "#/components/schemas/
|
|
53319
|
+
"auto_merge": { "$ref": "#/components/schemas/auto-merge" },
|
|
52984
53320
|
"draft": {
|
|
52985
53321
|
"description": "Indicates whether or not the pull request is a draft.",
|
|
52986
53322
|
"example": false,
|
|
@@ -53135,7 +53471,7 @@
|
|
|
53135
53471
|
"body_html": { "type": "string" },
|
|
53136
53472
|
"body_text": { "type": "string" },
|
|
53137
53473
|
"author_association": {
|
|
53138
|
-
"$ref": "#/components/schemas/
|
|
53474
|
+
"$ref": "#/components/schemas/author-association"
|
|
53139
53475
|
}
|
|
53140
53476
|
},
|
|
53141
53477
|
"required": [
|
|
@@ -53210,7 +53546,7 @@
|
|
|
53210
53546
|
"example": "https://api.github.com/repos/octocat/Hello-World/pulls/1"
|
|
53211
53547
|
},
|
|
53212
53548
|
"author_association": {
|
|
53213
|
-
"$ref": "#/components/schemas/
|
|
53549
|
+
"$ref": "#/components/schemas/author-association"
|
|
53214
53550
|
},
|
|
53215
53551
|
"_links": {
|
|
53216
53552
|
"type": "object",
|
|
@@ -53891,7 +54227,7 @@
|
|
|
53891
54227
|
"body": { "type": "string" },
|
|
53892
54228
|
"score": { "type": "number" },
|
|
53893
54229
|
"author_association": {
|
|
53894
|
-
"$ref": "#/components/schemas/
|
|
54230
|
+
"$ref": "#/components/schemas/author-association"
|
|
53895
54231
|
},
|
|
53896
54232
|
"draft": { "type": "boolean" },
|
|
53897
54233
|
"repository": { "$ref": "#/components/schemas/repository" },
|
|
@@ -58348,7 +58684,6 @@
|
|
|
58348
58684
|
"git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
|
|
58349
58685
|
"git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
|
|
58350
58686
|
"git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
|
|
58351
|
-
"git_url": "git:github.com/octocat/Hello-World.git",
|
|
58352
58687
|
"issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
|
|
58353
58688
|
"issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
|
|
58354
58689
|
"issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
|
|
@@ -58360,7 +58695,6 @@
|
|
|
58360
58695
|
"notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
|
|
58361
58696
|
"pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
|
|
58362
58697
|
"releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
|
|
58363
|
-
"ssh_url": "git@github.com:octocat/Hello-World.git",
|
|
58364
58698
|
"stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
|
|
58365
58699
|
"statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
|
|
58366
58700
|
"subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
|
|
@@ -58368,145 +58702,7 @@
|
|
|
58368
58702
|
"tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
|
|
58369
58703
|
"teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
|
|
58370
58704
|
"trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
|
|
58371
|
-
"
|
|
58372
|
-
"mirror_url": "git:git.example.com/octocat/Hello-World",
|
|
58373
|
-
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
|
|
58374
|
-
"svn_url": "https://svn.github.com/octocat/Hello-World",
|
|
58375
|
-
"homepage": "https://github.com",
|
|
58376
|
-
"language": null,
|
|
58377
|
-
"forks_count": 9,
|
|
58378
|
-
"stargazers_count": 80,
|
|
58379
|
-
"watchers_count": 80,
|
|
58380
|
-
"size": 108,
|
|
58381
|
-
"default_branch": "master",
|
|
58382
|
-
"open_issues_count": 0,
|
|
58383
|
-
"is_template": false,
|
|
58384
|
-
"topics": ["octocat", "atom", "electron", "api"],
|
|
58385
|
-
"has_issues": true,
|
|
58386
|
-
"has_projects": true,
|
|
58387
|
-
"has_wiki": true,
|
|
58388
|
-
"has_pages": false,
|
|
58389
|
-
"has_downloads": true,
|
|
58390
|
-
"archived": false,
|
|
58391
|
-
"disabled": false,
|
|
58392
|
-
"visibility": "public",
|
|
58393
|
-
"pushed_at": "2011-01-26T19:06:43Z",
|
|
58394
|
-
"created_at": "2011-01-26T19:01:12Z",
|
|
58395
|
-
"updated_at": "2011-01-26T19:14:43Z",
|
|
58396
|
-
"permissions": { "admin": false, "push": false, "pull": true },
|
|
58397
|
-
"template_repository": {
|
|
58398
|
-
"id": 1296269,
|
|
58399
|
-
"node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
|
|
58400
|
-
"name": "Hello-World-Template",
|
|
58401
|
-
"full_name": "octocat/Hello-World-Template",
|
|
58402
|
-
"owner": {
|
|
58403
|
-
"login": "octocat",
|
|
58404
|
-
"id": 1,
|
|
58405
|
-
"node_id": "MDQ6VXNlcjE=",
|
|
58406
|
-
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
|
58407
|
-
"gravatar_id": "",
|
|
58408
|
-
"url": "https://api.github.com/users/octocat",
|
|
58409
|
-
"html_url": "https://github.com/octocat",
|
|
58410
|
-
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
58411
|
-
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
58412
|
-
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
58413
|
-
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
58414
|
-
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
58415
|
-
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
58416
|
-
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
58417
|
-
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
58418
|
-
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
58419
|
-
"type": "User",
|
|
58420
|
-
"site_admin": false
|
|
58421
|
-
},
|
|
58422
|
-
"private": false,
|
|
58423
|
-
"html_url": "https://github.com/octocat/Hello-World-Template",
|
|
58424
|
-
"description": "This your first repo!",
|
|
58425
|
-
"fork": false,
|
|
58426
|
-
"url": "https://api.github.com/repos/octocat/Hello-World-Template",
|
|
58427
|
-
"archive_url": "https://api.github.com/repos/octocat/Hello-World-Template/{archive_format}{/ref}",
|
|
58428
|
-
"assignees_url": "https://api.github.com/repos/octocat/Hello-World-Template/assignees{/user}",
|
|
58429
|
-
"blobs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/blobs{/sha}",
|
|
58430
|
-
"branches_url": "https://api.github.com/repos/octocat/Hello-World-Template/branches{/branch}",
|
|
58431
|
-
"collaborators_url": "https://api.github.com/repos/octocat/Hello-World-Template/collaborators{/collaborator}",
|
|
58432
|
-
"comments_url": "https://api.github.com/repos/octocat/Hello-World-Template/comments{/number}",
|
|
58433
|
-
"commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/commits{/sha}",
|
|
58434
|
-
"compare_url": "https://api.github.com/repos/octocat/Hello-World-Template/compare/{base}...{head}",
|
|
58435
|
-
"contents_url": "https://api.github.com/repos/octocat/Hello-World-Template/contents/{+path}",
|
|
58436
|
-
"contributors_url": "https://api.github.com/repos/octocat/Hello-World-Template/contributors",
|
|
58437
|
-
"deployments_url": "https://api.github.com/repos/octocat/Hello-World-Template/deployments",
|
|
58438
|
-
"downloads_url": "https://api.github.com/repos/octocat/Hello-World-Template/downloads",
|
|
58439
|
-
"events_url": "https://api.github.com/repos/octocat/Hello-World-Template/events",
|
|
58440
|
-
"forks_url": "https://api.github.com/repos/octocat/Hello-World-Template/forks",
|
|
58441
|
-
"git_commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/commits{/sha}",
|
|
58442
|
-
"git_refs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/refs{/sha}",
|
|
58443
|
-
"git_tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/tags{/sha}",
|
|
58444
|
-
"git_url": "git:github.com/octocat/Hello-World-Template.git",
|
|
58445
|
-
"issue_comment_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/comments{/number}",
|
|
58446
|
-
"issue_events_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/events{/number}",
|
|
58447
|
-
"issues_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues{/number}",
|
|
58448
|
-
"keys_url": "https://api.github.com/repos/octocat/Hello-World-Template/keys{/key_id}",
|
|
58449
|
-
"labels_url": "https://api.github.com/repos/octocat/Hello-World-Template/labels{/name}",
|
|
58450
|
-
"languages_url": "https://api.github.com/repos/octocat/Hello-World-Template/languages",
|
|
58451
|
-
"merges_url": "https://api.github.com/repos/octocat/Hello-World-Template/merges",
|
|
58452
|
-
"milestones_url": "https://api.github.com/repos/octocat/Hello-World-Template/milestones{/number}",
|
|
58453
|
-
"notifications_url": "https://api.github.com/repos/octocat/Hello-World-Template/notifications{?since,all,participating}",
|
|
58454
|
-
"pulls_url": "https://api.github.com/repos/octocat/Hello-World-Template/pulls{/number}",
|
|
58455
|
-
"releases_url": "https://api.github.com/repos/octocat/Hello-World-Template/releases{/id}",
|
|
58456
|
-
"ssh_url": "git@github.com:octocat/Hello-World-Template.git",
|
|
58457
|
-
"stargazers_url": "https://api.github.com/repos/octocat/Hello-World-Template/stargazers",
|
|
58458
|
-
"statuses_url": "https://api.github.com/repos/octocat/Hello-World-Template/statuses/{sha}",
|
|
58459
|
-
"subscribers_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscribers",
|
|
58460
|
-
"subscription_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscription",
|
|
58461
|
-
"tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/tags",
|
|
58462
|
-
"teams_url": "https://api.github.com/repos/octocat/Hello-World-Template/teams",
|
|
58463
|
-
"trees_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/trees{/sha}",
|
|
58464
|
-
"clone_url": "https://github.com/octocat/Hello-World-Template.git",
|
|
58465
|
-
"mirror_url": "git:git.example.com/octocat/Hello-World-Template",
|
|
58466
|
-
"hooks_url": "https://api.github.com/repos/octocat/Hello-World-Template/hooks",
|
|
58467
|
-
"svn_url": "https://svn.github.com/octocat/Hello-World-Template",
|
|
58468
|
-
"homepage": "https://github.com",
|
|
58469
|
-
"language": null,
|
|
58470
|
-
"forks": 9,
|
|
58471
|
-
"forks_count": 9,
|
|
58472
|
-
"stargazers_count": 80,
|
|
58473
|
-
"watchers_count": 80,
|
|
58474
|
-
"watchers": 80,
|
|
58475
|
-
"size": 108,
|
|
58476
|
-
"default_branch": "master",
|
|
58477
|
-
"open_issues": 0,
|
|
58478
|
-
"open_issues_count": 0,
|
|
58479
|
-
"is_template": true,
|
|
58480
|
-
"license": {
|
|
58481
|
-
"key": "mit",
|
|
58482
|
-
"name": "MIT License",
|
|
58483
|
-
"url": "https://api.github.com/licenses/mit",
|
|
58484
|
-
"spdx_id": "MIT",
|
|
58485
|
-
"node_id": "MDc6TGljZW5zZW1pdA==",
|
|
58486
|
-
"html_url": "https://api.github.com/licenses/mit"
|
|
58487
|
-
},
|
|
58488
|
-
"topics": ["octocat", "atom", "electron", "api"],
|
|
58489
|
-
"has_issues": true,
|
|
58490
|
-
"has_projects": true,
|
|
58491
|
-
"has_wiki": true,
|
|
58492
|
-
"has_pages": false,
|
|
58493
|
-
"has_downloads": true,
|
|
58494
|
-
"archived": false,
|
|
58495
|
-
"disabled": false,
|
|
58496
|
-
"visibility": "public",
|
|
58497
|
-
"pushed_at": "2011-01-26T19:06:43Z",
|
|
58498
|
-
"created_at": "2011-01-26T19:01:12Z",
|
|
58499
|
-
"updated_at": "2011-01-26T19:14:43Z",
|
|
58500
|
-
"permissions": { "admin": false, "push": false, "pull": true },
|
|
58501
|
-
"allow_rebase_merge": true,
|
|
58502
|
-
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
|
|
58503
|
-
"allow_squash_merge": true,
|
|
58504
|
-
"allow_auto_merge": false,
|
|
58505
|
-
"delete_branch_on_merge": true,
|
|
58506
|
-
"allow_merge_commit": true,
|
|
58507
|
-
"subscribers_count": 42,
|
|
58508
|
-
"network_count": 0
|
|
58509
|
-
}
|
|
58705
|
+
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks"
|
|
58510
58706
|
}
|
|
58511
58707
|
},
|
|
58512
58708
|
{
|
|
@@ -58569,7 +58765,6 @@
|
|
|
58569
58765
|
"git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
|
|
58570
58766
|
"git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
|
|
58571
58767
|
"git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
|
|
58572
|
-
"git_url": "git:github.com/octocat/Hello-World.git",
|
|
58573
58768
|
"issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
|
|
58574
58769
|
"issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
|
|
58575
58770
|
"issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
|
|
@@ -58581,7 +58776,6 @@
|
|
|
58581
58776
|
"notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
|
|
58582
58777
|
"pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
|
|
58583
58778
|
"releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
|
|
58584
|
-
"ssh_url": "git@github.com:octocat/Hello-World.git",
|
|
58585
58779
|
"stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
|
|
58586
58780
|
"statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
|
|
58587
58781
|
"subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
|
|
@@ -58589,145 +58783,7 @@
|
|
|
58589
58783
|
"tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
|
|
58590
58784
|
"teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
|
|
58591
58785
|
"trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
|
|
58592
|
-
"
|
|
58593
|
-
"mirror_url": "git:git.example.com/octocat/Hello-World",
|
|
58594
|
-
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
|
|
58595
|
-
"svn_url": "https://svn.github.com/octocat/Hello-World",
|
|
58596
|
-
"homepage": "https://github.com",
|
|
58597
|
-
"language": null,
|
|
58598
|
-
"forks_count": 9,
|
|
58599
|
-
"stargazers_count": 80,
|
|
58600
|
-
"watchers_count": 80,
|
|
58601
|
-
"size": 108,
|
|
58602
|
-
"default_branch": "master",
|
|
58603
|
-
"open_issues_count": 0,
|
|
58604
|
-
"is_template": false,
|
|
58605
|
-
"topics": ["octocat", "atom", "electron", "api"],
|
|
58606
|
-
"has_issues": true,
|
|
58607
|
-
"has_projects": true,
|
|
58608
|
-
"has_wiki": true,
|
|
58609
|
-
"has_pages": false,
|
|
58610
|
-
"has_downloads": true,
|
|
58611
|
-
"archived": false,
|
|
58612
|
-
"disabled": false,
|
|
58613
|
-
"visibility": "public",
|
|
58614
|
-
"pushed_at": "2011-01-26T19:06:43Z",
|
|
58615
|
-
"created_at": "2011-01-26T19:01:12Z",
|
|
58616
|
-
"updated_at": "2011-01-26T19:14:43Z",
|
|
58617
|
-
"permissions": { "admin": false, "push": false, "pull": true },
|
|
58618
|
-
"template_repository": {
|
|
58619
|
-
"id": 1296269,
|
|
58620
|
-
"node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
|
|
58621
|
-
"name": "Hello-World-Template",
|
|
58622
|
-
"full_name": "octocat/Hello-World-Template",
|
|
58623
|
-
"owner": {
|
|
58624
|
-
"login": "octocat",
|
|
58625
|
-
"id": 1,
|
|
58626
|
-
"node_id": "MDQ6VXNlcjE=",
|
|
58627
|
-
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
|
58628
|
-
"gravatar_id": "",
|
|
58629
|
-
"url": "https://api.github.com/users/octocat",
|
|
58630
|
-
"html_url": "https://github.com/octocat",
|
|
58631
|
-
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
58632
|
-
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
58633
|
-
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
58634
|
-
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
58635
|
-
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
58636
|
-
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
58637
|
-
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
58638
|
-
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
58639
|
-
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
58640
|
-
"type": "User",
|
|
58641
|
-
"site_admin": false
|
|
58642
|
-
},
|
|
58643
|
-
"private": false,
|
|
58644
|
-
"html_url": "https://github.com/octocat/Hello-World-Template",
|
|
58645
|
-
"description": "This your first repo!",
|
|
58646
|
-
"fork": false,
|
|
58647
|
-
"url": "https://api.github.com/repos/octocat/Hello-World-Template",
|
|
58648
|
-
"archive_url": "https://api.github.com/repos/octocat/Hello-World-Template/{archive_format}{/ref}",
|
|
58649
|
-
"assignees_url": "https://api.github.com/repos/octocat/Hello-World-Template/assignees{/user}",
|
|
58650
|
-
"blobs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/blobs{/sha}",
|
|
58651
|
-
"branches_url": "https://api.github.com/repos/octocat/Hello-World-Template/branches{/branch}",
|
|
58652
|
-
"collaborators_url": "https://api.github.com/repos/octocat/Hello-World-Template/collaborators{/collaborator}",
|
|
58653
|
-
"comments_url": "https://api.github.com/repos/octocat/Hello-World-Template/comments{/number}",
|
|
58654
|
-
"commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/commits{/sha}",
|
|
58655
|
-
"compare_url": "https://api.github.com/repos/octocat/Hello-World-Template/compare/{base}...{head}",
|
|
58656
|
-
"contents_url": "https://api.github.com/repos/octocat/Hello-World-Template/contents/{+path}",
|
|
58657
|
-
"contributors_url": "https://api.github.com/repos/octocat/Hello-World-Template/contributors",
|
|
58658
|
-
"deployments_url": "https://api.github.com/repos/octocat/Hello-World-Template/deployments",
|
|
58659
|
-
"downloads_url": "https://api.github.com/repos/octocat/Hello-World-Template/downloads",
|
|
58660
|
-
"events_url": "https://api.github.com/repos/octocat/Hello-World-Template/events",
|
|
58661
|
-
"forks_url": "https://api.github.com/repos/octocat/Hello-World-Template/forks",
|
|
58662
|
-
"git_commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/commits{/sha}",
|
|
58663
|
-
"git_refs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/refs{/sha}",
|
|
58664
|
-
"git_tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/tags{/sha}",
|
|
58665
|
-
"git_url": "git:github.com/octocat/Hello-World-Template.git",
|
|
58666
|
-
"issue_comment_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/comments{/number}",
|
|
58667
|
-
"issue_events_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/events{/number}",
|
|
58668
|
-
"issues_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues{/number}",
|
|
58669
|
-
"keys_url": "https://api.github.com/repos/octocat/Hello-World-Template/keys{/key_id}",
|
|
58670
|
-
"labels_url": "https://api.github.com/repos/octocat/Hello-World-Template/labels{/name}",
|
|
58671
|
-
"languages_url": "https://api.github.com/repos/octocat/Hello-World-Template/languages",
|
|
58672
|
-
"merges_url": "https://api.github.com/repos/octocat/Hello-World-Template/merges",
|
|
58673
|
-
"milestones_url": "https://api.github.com/repos/octocat/Hello-World-Template/milestones{/number}",
|
|
58674
|
-
"notifications_url": "https://api.github.com/repos/octocat/Hello-World-Template/notifications{?since,all,participating}",
|
|
58675
|
-
"pulls_url": "https://api.github.com/repos/octocat/Hello-World-Template/pulls{/number}",
|
|
58676
|
-
"releases_url": "https://api.github.com/repos/octocat/Hello-World-Template/releases{/id}",
|
|
58677
|
-
"ssh_url": "git@github.com:octocat/Hello-World-Template.git",
|
|
58678
|
-
"stargazers_url": "https://api.github.com/repos/octocat/Hello-World-Template/stargazers",
|
|
58679
|
-
"statuses_url": "https://api.github.com/repos/octocat/Hello-World-Template/statuses/{sha}",
|
|
58680
|
-
"subscribers_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscribers",
|
|
58681
|
-
"subscription_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscription",
|
|
58682
|
-
"tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/tags",
|
|
58683
|
-
"teams_url": "https://api.github.com/repos/octocat/Hello-World-Template/teams",
|
|
58684
|
-
"trees_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/trees{/sha}",
|
|
58685
|
-
"clone_url": "https://github.com/octocat/Hello-World-Template.git",
|
|
58686
|
-
"mirror_url": "git:git.example.com/octocat/Hello-World-Template",
|
|
58687
|
-
"hooks_url": "https://api.github.com/repos/octocat/Hello-World-Template/hooks",
|
|
58688
|
-
"svn_url": "https://svn.github.com/octocat/Hello-World-Template",
|
|
58689
|
-
"homepage": "https://github.com",
|
|
58690
|
-
"language": null,
|
|
58691
|
-
"forks": 9,
|
|
58692
|
-
"forks_count": 9,
|
|
58693
|
-
"stargazers_count": 80,
|
|
58694
|
-
"watchers_count": 80,
|
|
58695
|
-
"watchers": 80,
|
|
58696
|
-
"size": 108,
|
|
58697
|
-
"default_branch": "master",
|
|
58698
|
-
"open_issues": 0,
|
|
58699
|
-
"open_issues_count": 0,
|
|
58700
|
-
"is_template": true,
|
|
58701
|
-
"license": {
|
|
58702
|
-
"key": "mit",
|
|
58703
|
-
"name": "MIT License",
|
|
58704
|
-
"url": "https://api.github.com/licenses/mit",
|
|
58705
|
-
"spdx_id": "MIT",
|
|
58706
|
-
"node_id": "MDc6TGljZW5zZW1pdA==",
|
|
58707
|
-
"html_url": "https://api.github.com/licenses/mit"
|
|
58708
|
-
},
|
|
58709
|
-
"topics": ["octocat", "atom", "electron", "api"],
|
|
58710
|
-
"has_issues": true,
|
|
58711
|
-
"has_projects": true,
|
|
58712
|
-
"has_wiki": true,
|
|
58713
|
-
"has_pages": false,
|
|
58714
|
-
"has_downloads": true,
|
|
58715
|
-
"archived": false,
|
|
58716
|
-
"disabled": false,
|
|
58717
|
-
"visibility": "public",
|
|
58718
|
-
"pushed_at": "2011-01-26T19:06:43Z",
|
|
58719
|
-
"created_at": "2011-01-26T19:01:12Z",
|
|
58720
|
-
"updated_at": "2011-01-26T19:14:43Z",
|
|
58721
|
-
"permissions": { "admin": false, "push": false, "pull": true },
|
|
58722
|
-
"allow_rebase_merge": true,
|
|
58723
|
-
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
|
|
58724
|
-
"allow_squash_merge": true,
|
|
58725
|
-
"allow_auto_merge": false,
|
|
58726
|
-
"delete_branch_on_merge": true,
|
|
58727
|
-
"allow_merge_commit": true,
|
|
58728
|
-
"subscribers_count": 42,
|
|
58729
|
-
"network_count": 0
|
|
58730
|
-
}
|
|
58786
|
+
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks"
|
|
58731
58787
|
}
|
|
58732
58788
|
}
|
|
58733
58789
|
]
|
|
@@ -58735,6 +58791,7 @@
|
|
|
58735
58791
|
"advanced-security-active-committers": {
|
|
58736
58792
|
"value": {
|
|
58737
58793
|
"total_advanced_security_committers": 2,
|
|
58794
|
+
"total_count": 2,
|
|
58738
58795
|
"repositories": [
|
|
58739
58796
|
{
|
|
58740
58797
|
"name": "octocat-org/Hello-World",
|
|
@@ -60550,6 +60607,69 @@
|
|
|
60550
60607
|
"selected_repositories_url": "https://api.github.com/orgs/octo-org/dependabot/secrets/NPM_TOKEN/repositories"
|
|
60551
60608
|
}
|
|
60552
60609
|
},
|
|
60610
|
+
"public-org-events-items": {
|
|
60611
|
+
"value": [
|
|
60612
|
+
{
|
|
60613
|
+
"id": "22237752260",
|
|
60614
|
+
"type": "WatchEvent",
|
|
60615
|
+
"actor": {
|
|
60616
|
+
"id": 583231,
|
|
60617
|
+
"login": "octocat",
|
|
60618
|
+
"display_login": "octocat",
|
|
60619
|
+
"gravatar_id": "",
|
|
60620
|
+
"url": "https://api.github.com/users/octocat",
|
|
60621
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
|
|
60622
|
+
},
|
|
60623
|
+
"repo": {
|
|
60624
|
+
"id": 1296269,
|
|
60625
|
+
"name": "octo-org/octo-repo",
|
|
60626
|
+
"url": "https://api.github.com/repos/octo-org/octo-repo"
|
|
60627
|
+
},
|
|
60628
|
+
"payload": { "action": "started" },
|
|
60629
|
+
"public": true,
|
|
60630
|
+
"created_at": "2022-06-08T23:29:25Z"
|
|
60631
|
+
},
|
|
60632
|
+
{
|
|
60633
|
+
"id": "22249084964",
|
|
60634
|
+
"type": "PushEvent",
|
|
60635
|
+
"actor": {
|
|
60636
|
+
"id": 583231,
|
|
60637
|
+
"login": "octocat",
|
|
60638
|
+
"display_login": "octocat",
|
|
60639
|
+
"gravatar_id": "",
|
|
60640
|
+
"url": "https://api.github.com/users/octocat",
|
|
60641
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
|
|
60642
|
+
},
|
|
60643
|
+
"repo": {
|
|
60644
|
+
"id": 1296269,
|
|
60645
|
+
"name": "octo-org/octo-repo",
|
|
60646
|
+
"url": "https://api.github.com/repos/octo-org/oct-repo"
|
|
60647
|
+
},
|
|
60648
|
+
"payload": {
|
|
60649
|
+
"push_id": 10115855396,
|
|
60650
|
+
"size": 1,
|
|
60651
|
+
"distinct_size": 1,
|
|
60652
|
+
"ref": "refs/heads/master",
|
|
60653
|
+
"head": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
|
|
60654
|
+
"before": "883efe034920928c47fe18598c01249d1a9fdabd",
|
|
60655
|
+
"commits": [
|
|
60656
|
+
{
|
|
60657
|
+
"sha": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
|
|
60658
|
+
"author": {
|
|
60659
|
+
"email": "octocat@github.com",
|
|
60660
|
+
"name": "Monalisa Octocat"
|
|
60661
|
+
},
|
|
60662
|
+
"message": "commit",
|
|
60663
|
+
"distinct": true,
|
|
60664
|
+
"url": "https://api.github.com/repos/octo-org/oct-repo/commits/7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300"
|
|
60665
|
+
}
|
|
60666
|
+
]
|
|
60667
|
+
},
|
|
60668
|
+
"public": true,
|
|
60669
|
+
"created_at": "2022-06-09T12:47:28Z"
|
|
60670
|
+
}
|
|
60671
|
+
]
|
|
60672
|
+
},
|
|
60553
60673
|
"org-hook-items": {
|
|
60554
60674
|
"value": [
|
|
60555
60675
|
{
|
|
@@ -68203,6 +68323,69 @@
|
|
|
68203
68323
|
}
|
|
68204
68324
|
}
|
|
68205
68325
|
},
|
|
68326
|
+
"repo-events-items": {
|
|
68327
|
+
"value": [
|
|
68328
|
+
{
|
|
68329
|
+
"id": "22249084964",
|
|
68330
|
+
"type": "PushEvent",
|
|
68331
|
+
"actor": {
|
|
68332
|
+
"id": 583231,
|
|
68333
|
+
"login": "octocat",
|
|
68334
|
+
"display_login": "octocat",
|
|
68335
|
+
"gravatar_id": "",
|
|
68336
|
+
"url": "https://api.github.com/users/octocat",
|
|
68337
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
|
|
68338
|
+
},
|
|
68339
|
+
"repo": {
|
|
68340
|
+
"id": 1296269,
|
|
68341
|
+
"name": "octocat/Hello-World",
|
|
68342
|
+
"url": "https://api.github.com/repos/octocat/Hello-World"
|
|
68343
|
+
},
|
|
68344
|
+
"payload": {
|
|
68345
|
+
"push_id": 10115855396,
|
|
68346
|
+
"size": 1,
|
|
68347
|
+
"distinct_size": 1,
|
|
68348
|
+
"ref": "refs/heads/master",
|
|
68349
|
+
"head": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
|
|
68350
|
+
"before": "883efe034920928c47fe18598c01249d1a9fdabd",
|
|
68351
|
+
"commits": [
|
|
68352
|
+
{
|
|
68353
|
+
"sha": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
|
|
68354
|
+
"author": {
|
|
68355
|
+
"email": "octocat@github.com",
|
|
68356
|
+
"name": "Monalisa Octocat"
|
|
68357
|
+
},
|
|
68358
|
+
"message": "commit",
|
|
68359
|
+
"distinct": true,
|
|
68360
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/commits/7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300"
|
|
68361
|
+
}
|
|
68362
|
+
]
|
|
68363
|
+
},
|
|
68364
|
+
"public": true,
|
|
68365
|
+
"created_at": "2022-06-09T12:47:28Z"
|
|
68366
|
+
},
|
|
68367
|
+
{
|
|
68368
|
+
"id": "22237752260",
|
|
68369
|
+
"type": "WatchEvent",
|
|
68370
|
+
"actor": {
|
|
68371
|
+
"id": 583231,
|
|
68372
|
+
"login": "octocat",
|
|
68373
|
+
"display_login": "octocat",
|
|
68374
|
+
"gravatar_id": "",
|
|
68375
|
+
"url": "https://api.github.com/users/octocat",
|
|
68376
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
|
|
68377
|
+
},
|
|
68378
|
+
"repo": {
|
|
68379
|
+
"id": 1296269,
|
|
68380
|
+
"name": "octocat/Hello-World",
|
|
68381
|
+
"url": "https://api.github.com/repos/octocat/Hello-World"
|
|
68382
|
+
},
|
|
68383
|
+
"payload": { "action": "started" },
|
|
68384
|
+
"public": true,
|
|
68385
|
+
"created_at": "2022-06-08T23:29:25Z"
|
|
68386
|
+
}
|
|
68387
|
+
]
|
|
68388
|
+
},
|
|
68206
68389
|
"minimal-repository-items-2": {
|
|
68207
68390
|
"value": [
|
|
68208
68391
|
{
|