@octokit/openapi 11.1.0 → 11.1.1
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 +17 -49
- package/generated/api.github.com.json +16 -49
- package/generated/ghec-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghec-diff-to-api.github.com.json +1 -1
- package/generated/ghec.deref.json +20 -52
- package/generated/ghec.json +19 -52
- package/generated/ghes-3.5-anicca-diff-to-ghes-3.6.deref.json +0 -84
- package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +1 -4574
- package/generated/ghes-3.5-diff-to-ghes-3.6.json +1 -674
- package/generated/ghes-3.5.deref.json +207 -59
- package/generated/ghes-3.5.json +20 -59
- package/generated/ghes-3.6-anicca-diff-to-ghes-3.7.deref.json +0 -48
- package/generated/ghes-3.6-diff-to-ghes-3.7.deref.json +1 -4738
- package/generated/ghes-3.6-diff-to-ghes-3.7.json +1 -683
- package/generated/ghes-3.6.deref.json +43 -59
- package/generated/ghes-3.6.json +20 -59
- package/generated/ghes-3.7-diff-to-ghes-3.8.deref.json +1 -1
- package/generated/ghes-3.7-diff-to-ghes-3.8.json +1 -1
- package/generated/ghes-3.7.deref.json +30 -52
- package/generated/ghes-3.7.json +19 -52
- package/generated/ghes-3.8-anicca-diff-to-api.github.com.deref.json +0 -38
- package/generated/ghes-3.8-diff-to-api.github.com.deref.json +1 -4748
- package/generated/ghes-3.8-diff-to-api.github.com.json +1 -672
- package/generated/ghes-3.8.deref.json +31 -59
- package/generated/ghes-3.8.json +20 -59
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +0 -84
- package/generated/github.ae-diff-to-api.github.com.deref.json +1 -4594
- package/generated/github.ae-diff-to-api.github.com.json +1 -676
- package/generated/github.ae.deref.json +187 -59
- package/generated/github.ae.json +20 -59
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "11.1.
|
|
4
|
+
"version": "11.1.1",
|
|
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": {
|
|
@@ -130630,4579 +130630,6 @@
|
|
|
130630
130630
|
}
|
|
130631
130631
|
}
|
|
130632
130632
|
},
|
|
130633
|
-
"/repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers": {
|
|
130634
|
-
"post": {
|
|
130635
|
-
"summary": "Request reviewers for a pull request",
|
|
130636
|
-
"description": "This endpoint triggers [notifications](https://docs.github.com/enterprise-server@3.5/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. See \"[Secondary rate limits](https://docs.github.com/enterprise-server@3.5/rest/overview/resources-in-the-rest-api#secondary-rate-limits)\" and \"[Dealing with secondary rate limits](https://docs.github.com/enterprise-server@3.5/rest/guides/best-practices-for-integrators#dealing-with-secondary-rate-limits)\" for details.",
|
|
130637
|
-
"tags": [
|
|
130638
|
-
"pulls"
|
|
130639
|
-
],
|
|
130640
|
-
"operationId": "pulls/request-reviewers",
|
|
130641
|
-
"externalDocs": {
|
|
130642
|
-
"description": "API method documentation",
|
|
130643
|
-
"url": "https://docs.github.com/enterprise-server@3.5/rest/reference/pulls#request-reviewers-for-a-pull-request"
|
|
130644
|
-
},
|
|
130645
|
-
"parameters": [
|
|
130646
|
-
{
|
|
130647
|
-
"name": "owner",
|
|
130648
|
-
"description": "The account owner of the repository. The name is not case sensitive.",
|
|
130649
|
-
"in": "path",
|
|
130650
|
-
"required": true,
|
|
130651
|
-
"schema": {
|
|
130652
|
-
"type": "string"
|
|
130653
|
-
}
|
|
130654
|
-
},
|
|
130655
|
-
{
|
|
130656
|
-
"name": "repo",
|
|
130657
|
-
"description": "The name of the repository. The name is not case sensitive.",
|
|
130658
|
-
"in": "path",
|
|
130659
|
-
"required": true,
|
|
130660
|
-
"schema": {
|
|
130661
|
-
"type": "string"
|
|
130662
|
-
}
|
|
130663
|
-
},
|
|
130664
|
-
{
|
|
130665
|
-
"name": "pull_number",
|
|
130666
|
-
"description": "The number that identifies the pull request.",
|
|
130667
|
-
"in": "path",
|
|
130668
|
-
"required": true,
|
|
130669
|
-
"schema": {
|
|
130670
|
-
"type": "integer"
|
|
130671
|
-
}
|
|
130672
|
-
}
|
|
130673
|
-
],
|
|
130674
|
-
"requestBody": {
|
|
130675
|
-
"required": false,
|
|
130676
|
-
"content": {
|
|
130677
|
-
"application/json": {
|
|
130678
|
-
"schema": {
|
|
130679
|
-
"type": "object",
|
|
130680
|
-
"properties": {
|
|
130681
|
-
"reviewers": {
|
|
130682
|
-
"type": "array",
|
|
130683
|
-
"description": "An array of user `login`s that will be requested.",
|
|
130684
|
-
"items": {
|
|
130685
|
-
"type": "string"
|
|
130686
|
-
}
|
|
130687
|
-
},
|
|
130688
|
-
"team_reviewers": {
|
|
130689
|
-
"type": "array",
|
|
130690
|
-
"description": "An array of team `slug`s that will be requested.",
|
|
130691
|
-
"items": {
|
|
130692
|
-
"type": "string"
|
|
130693
|
-
}
|
|
130694
|
-
}
|
|
130695
|
-
},
|
|
130696
|
-
"anyOf": [
|
|
130697
|
-
{
|
|
130698
|
-
"required": [
|
|
130699
|
-
"reviewers"
|
|
130700
|
-
]
|
|
130701
|
-
},
|
|
130702
|
-
{
|
|
130703
|
-
"required": [
|
|
130704
|
-
"team_reviewers"
|
|
130705
|
-
]
|
|
130706
|
-
}
|
|
130707
|
-
]
|
|
130708
|
-
},
|
|
130709
|
-
"examples": {
|
|
130710
|
-
"default": {
|
|
130711
|
-
"value": {
|
|
130712
|
-
"reviewers": [
|
|
130713
|
-
"octocat",
|
|
130714
|
-
"hubot",
|
|
130715
|
-
"other_user"
|
|
130716
|
-
],
|
|
130717
|
-
"team_reviewers": [
|
|
130718
|
-
"justice-league"
|
|
130719
|
-
]
|
|
130720
|
-
}
|
|
130721
|
-
}
|
|
130722
|
-
}
|
|
130723
|
-
}
|
|
130724
|
-
}
|
|
130725
|
-
},
|
|
130726
|
-
"responses": {
|
|
130727
|
-
"201": {
|
|
130728
|
-
"description": "Response",
|
|
130729
|
-
"content": {
|
|
130730
|
-
"application/json": {
|
|
130731
|
-
"schema": {
|
|
130732
|
-
"title": "Pull Request Simple",
|
|
130733
|
-
"description": "Pull Request Simple",
|
|
130734
|
-
"type": "object",
|
|
130735
|
-
"properties": {
|
|
130736
|
-
"url": {
|
|
130737
|
-
"type": "string",
|
|
130738
|
-
"format": "uri",
|
|
130739
|
-
"example": "https://api.github.com/repos/octocat/Hello-World/pulls/1347"
|
|
130740
|
-
},
|
|
130741
|
-
"id": {
|
|
130742
|
-
"type": "integer",
|
|
130743
|
-
"example": 1
|
|
130744
|
-
},
|
|
130745
|
-
"node_id": {
|
|
130746
|
-
"type": "string",
|
|
130747
|
-
"example": "MDExOlB1bGxSZXF1ZXN0MQ=="
|
|
130748
|
-
},
|
|
130749
|
-
"html_url": {
|
|
130750
|
-
"type": "string",
|
|
130751
|
-
"format": "uri",
|
|
130752
|
-
"example": "https://github.com/octocat/Hello-World/pull/1347"
|
|
130753
|
-
},
|
|
130754
|
-
"diff_url": {
|
|
130755
|
-
"type": "string",
|
|
130756
|
-
"format": "uri",
|
|
130757
|
-
"example": "https://github.com/octocat/Hello-World/pull/1347.diff"
|
|
130758
|
-
},
|
|
130759
|
-
"patch_url": {
|
|
130760
|
-
"type": "string",
|
|
130761
|
-
"format": "uri",
|
|
130762
|
-
"example": "https://github.com/octocat/Hello-World/pull/1347.patch"
|
|
130763
|
-
},
|
|
130764
|
-
"issue_url": {
|
|
130765
|
-
"type": "string",
|
|
130766
|
-
"format": "uri",
|
|
130767
|
-
"example": "https://api.github.com/repos/octocat/Hello-World/issues/1347"
|
|
130768
|
-
},
|
|
130769
|
-
"commits_url": {
|
|
130770
|
-
"type": "string",
|
|
130771
|
-
"format": "uri",
|
|
130772
|
-
"example": "https://api.github.com/repos/octocat/Hello-World/pulls/1347/commits"
|
|
130773
|
-
},
|
|
130774
|
-
"review_comments_url": {
|
|
130775
|
-
"type": "string",
|
|
130776
|
-
"format": "uri",
|
|
130777
|
-
"example": "https://api.github.com/repos/octocat/Hello-World/pulls/1347/comments"
|
|
130778
|
-
},
|
|
130779
|
-
"review_comment_url": {
|
|
130780
|
-
"type": "string",
|
|
130781
|
-
"example": "https://api.github.com/repos/octocat/Hello-World/pulls/comments{/number}"
|
|
130782
|
-
},
|
|
130783
|
-
"comments_url": {
|
|
130784
|
-
"type": "string",
|
|
130785
|
-
"format": "uri",
|
|
130786
|
-
"example": "https://api.github.com/repos/octocat/Hello-World/issues/1347/comments"
|
|
130787
|
-
},
|
|
130788
|
-
"statuses_url": {
|
|
130789
|
-
"type": "string",
|
|
130790
|
-
"format": "uri",
|
|
130791
|
-
"example": "https://api.github.com/repos/octocat/Hello-World/statuses/6dcb09b5b57875f334f61aebed695e2e4193db5e"
|
|
130792
|
-
},
|
|
130793
|
-
"number": {
|
|
130794
|
-
"type": "integer",
|
|
130795
|
-
"example": 1347
|
|
130796
|
-
},
|
|
130797
|
-
"state": {
|
|
130798
|
-
"type": "string",
|
|
130799
|
-
"example": "open"
|
|
130800
|
-
},
|
|
130801
|
-
"locked": {
|
|
130802
|
-
"type": "boolean",
|
|
130803
|
-
"example": true
|
|
130804
|
-
},
|
|
130805
|
-
"title": {
|
|
130806
|
-
"type": "string",
|
|
130807
|
-
"example": "new-feature"
|
|
130808
|
-
},
|
|
130809
|
-
"user": {
|
|
130810
|
-
"title": "Simple User",
|
|
130811
|
-
"description": "A GitHub user.",
|
|
130812
|
-
"type": "object",
|
|
130813
|
-
"properties": {
|
|
130814
|
-
"name": {
|
|
130815
|
-
"nullable": true,
|
|
130816
|
-
"type": "string"
|
|
130817
|
-
},
|
|
130818
|
-
"email": {
|
|
130819
|
-
"nullable": true,
|
|
130820
|
-
"type": "string"
|
|
130821
|
-
},
|
|
130822
|
-
"login": {
|
|
130823
|
-
"type": "string",
|
|
130824
|
-
"example": "octocat"
|
|
130825
|
-
},
|
|
130826
|
-
"id": {
|
|
130827
|
-
"type": "integer",
|
|
130828
|
-
"example": 1
|
|
130829
|
-
},
|
|
130830
|
-
"node_id": {
|
|
130831
|
-
"type": "string",
|
|
130832
|
-
"example": "MDQ6VXNlcjE="
|
|
130833
|
-
},
|
|
130834
|
-
"avatar_url": {
|
|
130835
|
-
"type": "string",
|
|
130836
|
-
"format": "uri",
|
|
130837
|
-
"example": "https://github.com/images/error/octocat_happy.gif"
|
|
130838
|
-
},
|
|
130839
|
-
"gravatar_id": {
|
|
130840
|
-
"type": "string",
|
|
130841
|
-
"example": "41d064eb2195891e12d0413f63227ea7",
|
|
130842
|
-
"nullable": true
|
|
130843
|
-
},
|
|
130844
|
-
"url": {
|
|
130845
|
-
"type": "string",
|
|
130846
|
-
"format": "uri",
|
|
130847
|
-
"example": "https://api.github.com/users/octocat"
|
|
130848
|
-
},
|
|
130849
|
-
"html_url": {
|
|
130850
|
-
"type": "string",
|
|
130851
|
-
"format": "uri",
|
|
130852
|
-
"example": "https://github.com/octocat"
|
|
130853
|
-
},
|
|
130854
|
-
"followers_url": {
|
|
130855
|
-
"type": "string",
|
|
130856
|
-
"format": "uri",
|
|
130857
|
-
"example": "https://api.github.com/users/octocat/followers"
|
|
130858
|
-
},
|
|
130859
|
-
"following_url": {
|
|
130860
|
-
"type": "string",
|
|
130861
|
-
"example": "https://api.github.com/users/octocat/following{/other_user}"
|
|
130862
|
-
},
|
|
130863
|
-
"gists_url": {
|
|
130864
|
-
"type": "string",
|
|
130865
|
-
"example": "https://api.github.com/users/octocat/gists{/gist_id}"
|
|
130866
|
-
},
|
|
130867
|
-
"starred_url": {
|
|
130868
|
-
"type": "string",
|
|
130869
|
-
"example": "https://api.github.com/users/octocat/starred{/owner}{/repo}"
|
|
130870
|
-
},
|
|
130871
|
-
"subscriptions_url": {
|
|
130872
|
-
"type": "string",
|
|
130873
|
-
"format": "uri",
|
|
130874
|
-
"example": "https://api.github.com/users/octocat/subscriptions"
|
|
130875
|
-
},
|
|
130876
|
-
"organizations_url": {
|
|
130877
|
-
"type": "string",
|
|
130878
|
-
"format": "uri",
|
|
130879
|
-
"example": "https://api.github.com/users/octocat/orgs"
|
|
130880
|
-
},
|
|
130881
|
-
"repos_url": {
|
|
130882
|
-
"type": "string",
|
|
130883
|
-
"format": "uri",
|
|
130884
|
-
"example": "https://api.github.com/users/octocat/repos"
|
|
130885
|
-
},
|
|
130886
|
-
"events_url": {
|
|
130887
|
-
"type": "string",
|
|
130888
|
-
"example": "https://api.github.com/users/octocat/events{/privacy}"
|
|
130889
|
-
},
|
|
130890
|
-
"received_events_url": {
|
|
130891
|
-
"type": "string",
|
|
130892
|
-
"format": "uri",
|
|
130893
|
-
"example": "https://api.github.com/users/octocat/received_events"
|
|
130894
|
-
},
|
|
130895
|
-
"type": {
|
|
130896
|
-
"type": "string",
|
|
130897
|
-
"example": "User"
|
|
130898
|
-
},
|
|
130899
|
-
"site_admin": {
|
|
130900
|
-
"type": "boolean"
|
|
130901
|
-
},
|
|
130902
|
-
"starred_at": {
|
|
130903
|
-
"type": "string",
|
|
130904
|
-
"example": "\"2020-07-09T00:17:55Z\""
|
|
130905
|
-
}
|
|
130906
|
-
},
|
|
130907
|
-
"required": [
|
|
130908
|
-
"avatar_url",
|
|
130909
|
-
"events_url",
|
|
130910
|
-
"followers_url",
|
|
130911
|
-
"following_url",
|
|
130912
|
-
"gists_url",
|
|
130913
|
-
"gravatar_id",
|
|
130914
|
-
"html_url",
|
|
130915
|
-
"id",
|
|
130916
|
-
"node_id",
|
|
130917
|
-
"login",
|
|
130918
|
-
"organizations_url",
|
|
130919
|
-
"received_events_url",
|
|
130920
|
-
"repos_url",
|
|
130921
|
-
"site_admin",
|
|
130922
|
-
"starred_url",
|
|
130923
|
-
"subscriptions_url",
|
|
130924
|
-
"type",
|
|
130925
|
-
"url"
|
|
130926
|
-
],
|
|
130927
|
-
"nullable": true
|
|
130928
|
-
},
|
|
130929
|
-
"body": {
|
|
130930
|
-
"type": "string",
|
|
130931
|
-
"example": "Please pull these awesome changes",
|
|
130932
|
-
"nullable": true
|
|
130933
|
-
},
|
|
130934
|
-
"labels": {
|
|
130935
|
-
"type": "array",
|
|
130936
|
-
"items": {
|
|
130937
|
-
"type": "object",
|
|
130938
|
-
"properties": {
|
|
130939
|
-
"id": {
|
|
130940
|
-
"type": "integer",
|
|
130941
|
-
"format": "int64"
|
|
130942
|
-
},
|
|
130943
|
-
"node_id": {
|
|
130944
|
-
"type": "string"
|
|
130945
|
-
},
|
|
130946
|
-
"url": {
|
|
130947
|
-
"type": "string"
|
|
130948
|
-
},
|
|
130949
|
-
"name": {
|
|
130950
|
-
"type": "string"
|
|
130951
|
-
},
|
|
130952
|
-
"description": {
|
|
130953
|
-
"type": "string"
|
|
130954
|
-
},
|
|
130955
|
-
"color": {
|
|
130956
|
-
"type": "string"
|
|
130957
|
-
},
|
|
130958
|
-
"default": {
|
|
130959
|
-
"type": "boolean"
|
|
130960
|
-
}
|
|
130961
|
-
},
|
|
130962
|
-
"required": [
|
|
130963
|
-
"id",
|
|
130964
|
-
"node_id",
|
|
130965
|
-
"url",
|
|
130966
|
-
"name",
|
|
130967
|
-
"description",
|
|
130968
|
-
"color",
|
|
130969
|
-
"default"
|
|
130970
|
-
]
|
|
130971
|
-
}
|
|
130972
|
-
},
|
|
130973
|
-
"milestone": {
|
|
130974
|
-
"title": "Milestone",
|
|
130975
|
-
"description": "A collection of related issues and pull requests.",
|
|
130976
|
-
"type": "object",
|
|
130977
|
-
"properties": {
|
|
130978
|
-
"url": {
|
|
130979
|
-
"type": "string",
|
|
130980
|
-
"format": "uri",
|
|
130981
|
-
"example": "https://api.github.com/repos/octocat/Hello-World/milestones/1"
|
|
130982
|
-
},
|
|
130983
|
-
"html_url": {
|
|
130984
|
-
"type": "string",
|
|
130985
|
-
"format": "uri",
|
|
130986
|
-
"example": "https://github.com/octocat/Hello-World/milestones/v1.0"
|
|
130987
|
-
},
|
|
130988
|
-
"labels_url": {
|
|
130989
|
-
"type": "string",
|
|
130990
|
-
"format": "uri",
|
|
130991
|
-
"example": "https://api.github.com/repos/octocat/Hello-World/milestones/1/labels"
|
|
130992
|
-
},
|
|
130993
|
-
"id": {
|
|
130994
|
-
"type": "integer",
|
|
130995
|
-
"example": 1002604
|
|
130996
|
-
},
|
|
130997
|
-
"node_id": {
|
|
130998
|
-
"type": "string",
|
|
130999
|
-
"example": "MDk6TWlsZXN0b25lMTAwMjYwNA=="
|
|
131000
|
-
},
|
|
131001
|
-
"number": {
|
|
131002
|
-
"description": "The number of the milestone.",
|
|
131003
|
-
"type": "integer",
|
|
131004
|
-
"example": 42
|
|
131005
|
-
},
|
|
131006
|
-
"state": {
|
|
131007
|
-
"description": "The state of the milestone.",
|
|
131008
|
-
"example": "open",
|
|
131009
|
-
"type": "string",
|
|
131010
|
-
"enum": [
|
|
131011
|
-
"open",
|
|
131012
|
-
"closed"
|
|
131013
|
-
],
|
|
131014
|
-
"default": "open"
|
|
131015
|
-
},
|
|
131016
|
-
"title": {
|
|
131017
|
-
"description": "The title of the milestone.",
|
|
131018
|
-
"example": "v1.0",
|
|
131019
|
-
"type": "string"
|
|
131020
|
-
},
|
|
131021
|
-
"description": {
|
|
131022
|
-
"type": "string",
|
|
131023
|
-
"example": "Tracking milestone for version 1.0",
|
|
131024
|
-
"nullable": true
|
|
131025
|
-
},
|
|
131026
|
-
"creator": {
|
|
131027
|
-
"title": "Simple User",
|
|
131028
|
-
"description": "A GitHub user.",
|
|
131029
|
-
"type": "object",
|
|
131030
|
-
"properties": {
|
|
131031
|
-
"name": {
|
|
131032
|
-
"nullable": true,
|
|
131033
|
-
"type": "string"
|
|
131034
|
-
},
|
|
131035
|
-
"email": {
|
|
131036
|
-
"nullable": true,
|
|
131037
|
-
"type": "string"
|
|
131038
|
-
},
|
|
131039
|
-
"login": {
|
|
131040
|
-
"type": "string",
|
|
131041
|
-
"example": "octocat"
|
|
131042
|
-
},
|
|
131043
|
-
"id": {
|
|
131044
|
-
"type": "integer",
|
|
131045
|
-
"example": 1
|
|
131046
|
-
},
|
|
131047
|
-
"node_id": {
|
|
131048
|
-
"type": "string",
|
|
131049
|
-
"example": "MDQ6VXNlcjE="
|
|
131050
|
-
},
|
|
131051
|
-
"avatar_url": {
|
|
131052
|
-
"type": "string",
|
|
131053
|
-
"format": "uri",
|
|
131054
|
-
"example": "https://github.com/images/error/octocat_happy.gif"
|
|
131055
|
-
},
|
|
131056
|
-
"gravatar_id": {
|
|
131057
|
-
"type": "string",
|
|
131058
|
-
"example": "41d064eb2195891e12d0413f63227ea7",
|
|
131059
|
-
"nullable": true
|
|
131060
|
-
},
|
|
131061
|
-
"url": {
|
|
131062
|
-
"type": "string",
|
|
131063
|
-
"format": "uri",
|
|
131064
|
-
"example": "https://api.github.com/users/octocat"
|
|
131065
|
-
},
|
|
131066
|
-
"html_url": {
|
|
131067
|
-
"type": "string",
|
|
131068
|
-
"format": "uri",
|
|
131069
|
-
"example": "https://github.com/octocat"
|
|
131070
|
-
},
|
|
131071
|
-
"followers_url": {
|
|
131072
|
-
"type": "string",
|
|
131073
|
-
"format": "uri",
|
|
131074
|
-
"example": "https://api.github.com/users/octocat/followers"
|
|
131075
|
-
},
|
|
131076
|
-
"following_url": {
|
|
131077
|
-
"type": "string",
|
|
131078
|
-
"example": "https://api.github.com/users/octocat/following{/other_user}"
|
|
131079
|
-
},
|
|
131080
|
-
"gists_url": {
|
|
131081
|
-
"type": "string",
|
|
131082
|
-
"example": "https://api.github.com/users/octocat/gists{/gist_id}"
|
|
131083
|
-
},
|
|
131084
|
-
"starred_url": {
|
|
131085
|
-
"type": "string",
|
|
131086
|
-
"example": "https://api.github.com/users/octocat/starred{/owner}{/repo}"
|
|
131087
|
-
},
|
|
131088
|
-
"subscriptions_url": {
|
|
131089
|
-
"type": "string",
|
|
131090
|
-
"format": "uri",
|
|
131091
|
-
"example": "https://api.github.com/users/octocat/subscriptions"
|
|
131092
|
-
},
|
|
131093
|
-
"organizations_url": {
|
|
131094
|
-
"type": "string",
|
|
131095
|
-
"format": "uri",
|
|
131096
|
-
"example": "https://api.github.com/users/octocat/orgs"
|
|
131097
|
-
},
|
|
131098
|
-
"repos_url": {
|
|
131099
|
-
"type": "string",
|
|
131100
|
-
"format": "uri",
|
|
131101
|
-
"example": "https://api.github.com/users/octocat/repos"
|
|
131102
|
-
},
|
|
131103
|
-
"events_url": {
|
|
131104
|
-
"type": "string",
|
|
131105
|
-
"example": "https://api.github.com/users/octocat/events{/privacy}"
|
|
131106
|
-
},
|
|
131107
|
-
"received_events_url": {
|
|
131108
|
-
"type": "string",
|
|
131109
|
-
"format": "uri",
|
|
131110
|
-
"example": "https://api.github.com/users/octocat/received_events"
|
|
131111
|
-
},
|
|
131112
|
-
"type": {
|
|
131113
|
-
"type": "string",
|
|
131114
|
-
"example": "User"
|
|
131115
|
-
},
|
|
131116
|
-
"site_admin": {
|
|
131117
|
-
"type": "boolean"
|
|
131118
|
-
},
|
|
131119
|
-
"starred_at": {
|
|
131120
|
-
"type": "string",
|
|
131121
|
-
"example": "\"2020-07-09T00:17:55Z\""
|
|
131122
|
-
}
|
|
131123
|
-
},
|
|
131124
|
-
"required": [
|
|
131125
|
-
"avatar_url",
|
|
131126
|
-
"events_url",
|
|
131127
|
-
"followers_url",
|
|
131128
|
-
"following_url",
|
|
131129
|
-
"gists_url",
|
|
131130
|
-
"gravatar_id",
|
|
131131
|
-
"html_url",
|
|
131132
|
-
"id",
|
|
131133
|
-
"node_id",
|
|
131134
|
-
"login",
|
|
131135
|
-
"organizations_url",
|
|
131136
|
-
"received_events_url",
|
|
131137
|
-
"repos_url",
|
|
131138
|
-
"site_admin",
|
|
131139
|
-
"starred_url",
|
|
131140
|
-
"subscriptions_url",
|
|
131141
|
-
"type",
|
|
131142
|
-
"url"
|
|
131143
|
-
],
|
|
131144
|
-
"nullable": true
|
|
131145
|
-
},
|
|
131146
|
-
"open_issues": {
|
|
131147
|
-
"type": "integer",
|
|
131148
|
-
"example": 4
|
|
131149
|
-
},
|
|
131150
|
-
"closed_issues": {
|
|
131151
|
-
"type": "integer",
|
|
131152
|
-
"example": 8
|
|
131153
|
-
},
|
|
131154
|
-
"created_at": {
|
|
131155
|
-
"type": "string",
|
|
131156
|
-
"format": "date-time",
|
|
131157
|
-
"example": "2011-04-10T20:09:31Z"
|
|
131158
|
-
},
|
|
131159
|
-
"updated_at": {
|
|
131160
|
-
"type": "string",
|
|
131161
|
-
"format": "date-time",
|
|
131162
|
-
"example": "2014-03-03T18:58:10Z"
|
|
131163
|
-
},
|
|
131164
|
-
"closed_at": {
|
|
131165
|
-
"type": "string",
|
|
131166
|
-
"format": "date-time",
|
|
131167
|
-
"example": "2013-02-12T13:22:01Z",
|
|
131168
|
-
"nullable": true
|
|
131169
|
-
},
|
|
131170
|
-
"due_on": {
|
|
131171
|
-
"type": "string",
|
|
131172
|
-
"format": "date-time",
|
|
131173
|
-
"example": "2012-10-09T23:39:01Z",
|
|
131174
|
-
"nullable": true
|
|
131175
|
-
}
|
|
131176
|
-
},
|
|
131177
|
-
"required": [
|
|
131178
|
-
"closed_issues",
|
|
131179
|
-
"creator",
|
|
131180
|
-
"description",
|
|
131181
|
-
"due_on",
|
|
131182
|
-
"closed_at",
|
|
131183
|
-
"id",
|
|
131184
|
-
"node_id",
|
|
131185
|
-
"labels_url",
|
|
131186
|
-
"html_url",
|
|
131187
|
-
"number",
|
|
131188
|
-
"open_issues",
|
|
131189
|
-
"state",
|
|
131190
|
-
"title",
|
|
131191
|
-
"url",
|
|
131192
|
-
"created_at",
|
|
131193
|
-
"updated_at"
|
|
131194
|
-
],
|
|
131195
|
-
"nullable": true
|
|
131196
|
-
},
|
|
131197
|
-
"active_lock_reason": {
|
|
131198
|
-
"type": "string",
|
|
131199
|
-
"example": "too heated",
|
|
131200
|
-
"nullable": true
|
|
131201
|
-
},
|
|
131202
|
-
"created_at": {
|
|
131203
|
-
"type": "string",
|
|
131204
|
-
"format": "date-time",
|
|
131205
|
-
"example": "2011-01-26T19:01:12Z"
|
|
131206
|
-
},
|
|
131207
|
-
"updated_at": {
|
|
131208
|
-
"type": "string",
|
|
131209
|
-
"format": "date-time",
|
|
131210
|
-
"example": "2011-01-26T19:01:12Z"
|
|
131211
|
-
},
|
|
131212
|
-
"closed_at": {
|
|
131213
|
-
"type": "string",
|
|
131214
|
-
"format": "date-time",
|
|
131215
|
-
"example": "2011-01-26T19:01:12Z",
|
|
131216
|
-
"nullable": true
|
|
131217
|
-
},
|
|
131218
|
-
"merged_at": {
|
|
131219
|
-
"type": "string",
|
|
131220
|
-
"format": "date-time",
|
|
131221
|
-
"example": "2011-01-26T19:01:12Z",
|
|
131222
|
-
"nullable": true
|
|
131223
|
-
},
|
|
131224
|
-
"merge_commit_sha": {
|
|
131225
|
-
"type": "string",
|
|
131226
|
-
"example": "e5bd3914e2e596debea16f433f57875b5b90bcd6",
|
|
131227
|
-
"nullable": true
|
|
131228
|
-
},
|
|
131229
|
-
"assignee": {
|
|
131230
|
-
"title": "Simple User",
|
|
131231
|
-
"description": "A GitHub user.",
|
|
131232
|
-
"type": "object",
|
|
131233
|
-
"properties": {
|
|
131234
|
-
"name": {
|
|
131235
|
-
"nullable": true,
|
|
131236
|
-
"type": "string"
|
|
131237
|
-
},
|
|
131238
|
-
"email": {
|
|
131239
|
-
"nullable": true,
|
|
131240
|
-
"type": "string"
|
|
131241
|
-
},
|
|
131242
|
-
"login": {
|
|
131243
|
-
"type": "string",
|
|
131244
|
-
"example": "octocat"
|
|
131245
|
-
},
|
|
131246
|
-
"id": {
|
|
131247
|
-
"type": "integer",
|
|
131248
|
-
"example": 1
|
|
131249
|
-
},
|
|
131250
|
-
"node_id": {
|
|
131251
|
-
"type": "string",
|
|
131252
|
-
"example": "MDQ6VXNlcjE="
|
|
131253
|
-
},
|
|
131254
|
-
"avatar_url": {
|
|
131255
|
-
"type": "string",
|
|
131256
|
-
"format": "uri",
|
|
131257
|
-
"example": "https://github.com/images/error/octocat_happy.gif"
|
|
131258
|
-
},
|
|
131259
|
-
"gravatar_id": {
|
|
131260
|
-
"type": "string",
|
|
131261
|
-
"example": "41d064eb2195891e12d0413f63227ea7",
|
|
131262
|
-
"nullable": true
|
|
131263
|
-
},
|
|
131264
|
-
"url": {
|
|
131265
|
-
"type": "string",
|
|
131266
|
-
"format": "uri",
|
|
131267
|
-
"example": "https://api.github.com/users/octocat"
|
|
131268
|
-
},
|
|
131269
|
-
"html_url": {
|
|
131270
|
-
"type": "string",
|
|
131271
|
-
"format": "uri",
|
|
131272
|
-
"example": "https://github.com/octocat"
|
|
131273
|
-
},
|
|
131274
|
-
"followers_url": {
|
|
131275
|
-
"type": "string",
|
|
131276
|
-
"format": "uri",
|
|
131277
|
-
"example": "https://api.github.com/users/octocat/followers"
|
|
131278
|
-
},
|
|
131279
|
-
"following_url": {
|
|
131280
|
-
"type": "string",
|
|
131281
|
-
"example": "https://api.github.com/users/octocat/following{/other_user}"
|
|
131282
|
-
},
|
|
131283
|
-
"gists_url": {
|
|
131284
|
-
"type": "string",
|
|
131285
|
-
"example": "https://api.github.com/users/octocat/gists{/gist_id}"
|
|
131286
|
-
},
|
|
131287
|
-
"starred_url": {
|
|
131288
|
-
"type": "string",
|
|
131289
|
-
"example": "https://api.github.com/users/octocat/starred{/owner}{/repo}"
|
|
131290
|
-
},
|
|
131291
|
-
"subscriptions_url": {
|
|
131292
|
-
"type": "string",
|
|
131293
|
-
"format": "uri",
|
|
131294
|
-
"example": "https://api.github.com/users/octocat/subscriptions"
|
|
131295
|
-
},
|
|
131296
|
-
"organizations_url": {
|
|
131297
|
-
"type": "string",
|
|
131298
|
-
"format": "uri",
|
|
131299
|
-
"example": "https://api.github.com/users/octocat/orgs"
|
|
131300
|
-
},
|
|
131301
|
-
"repos_url": {
|
|
131302
|
-
"type": "string",
|
|
131303
|
-
"format": "uri",
|
|
131304
|
-
"example": "https://api.github.com/users/octocat/repos"
|
|
131305
|
-
},
|
|
131306
|
-
"events_url": {
|
|
131307
|
-
"type": "string",
|
|
131308
|
-
"example": "https://api.github.com/users/octocat/events{/privacy}"
|
|
131309
|
-
},
|
|
131310
|
-
"received_events_url": {
|
|
131311
|
-
"type": "string",
|
|
131312
|
-
"format": "uri",
|
|
131313
|
-
"example": "https://api.github.com/users/octocat/received_events"
|
|
131314
|
-
},
|
|
131315
|
-
"type": {
|
|
131316
|
-
"type": "string",
|
|
131317
|
-
"example": "User"
|
|
131318
|
-
},
|
|
131319
|
-
"site_admin": {
|
|
131320
|
-
"type": "boolean"
|
|
131321
|
-
},
|
|
131322
|
-
"starred_at": {
|
|
131323
|
-
"type": "string",
|
|
131324
|
-
"example": "\"2020-07-09T00:17:55Z\""
|
|
131325
|
-
}
|
|
131326
|
-
},
|
|
131327
|
-
"required": [
|
|
131328
|
-
"avatar_url",
|
|
131329
|
-
"events_url",
|
|
131330
|
-
"followers_url",
|
|
131331
|
-
"following_url",
|
|
131332
|
-
"gists_url",
|
|
131333
|
-
"gravatar_id",
|
|
131334
|
-
"html_url",
|
|
131335
|
-
"id",
|
|
131336
|
-
"node_id",
|
|
131337
|
-
"login",
|
|
131338
|
-
"organizations_url",
|
|
131339
|
-
"received_events_url",
|
|
131340
|
-
"repos_url",
|
|
131341
|
-
"site_admin",
|
|
131342
|
-
"starred_url",
|
|
131343
|
-
"subscriptions_url",
|
|
131344
|
-
"type",
|
|
131345
|
-
"url"
|
|
131346
|
-
],
|
|
131347
|
-
"nullable": true
|
|
131348
|
-
},
|
|
131349
|
-
"assignees": {
|
|
131350
|
-
"type": "array",
|
|
131351
|
-
"items": {
|
|
131352
|
-
"title": "Simple User",
|
|
131353
|
-
"description": "A GitHub user.",
|
|
131354
|
-
"type": "object",
|
|
131355
|
-
"properties": {
|
|
131356
|
-
"name": {
|
|
131357
|
-
"nullable": true,
|
|
131358
|
-
"type": "string"
|
|
131359
|
-
},
|
|
131360
|
-
"email": {
|
|
131361
|
-
"nullable": true,
|
|
131362
|
-
"type": "string"
|
|
131363
|
-
},
|
|
131364
|
-
"login": {
|
|
131365
|
-
"type": "string",
|
|
131366
|
-
"example": "octocat"
|
|
131367
|
-
},
|
|
131368
|
-
"id": {
|
|
131369
|
-
"type": "integer",
|
|
131370
|
-
"example": 1
|
|
131371
|
-
},
|
|
131372
|
-
"node_id": {
|
|
131373
|
-
"type": "string",
|
|
131374
|
-
"example": "MDQ6VXNlcjE="
|
|
131375
|
-
},
|
|
131376
|
-
"avatar_url": {
|
|
131377
|
-
"type": "string",
|
|
131378
|
-
"format": "uri",
|
|
131379
|
-
"example": "https://github.com/images/error/octocat_happy.gif"
|
|
131380
|
-
},
|
|
131381
|
-
"gravatar_id": {
|
|
131382
|
-
"type": "string",
|
|
131383
|
-
"example": "41d064eb2195891e12d0413f63227ea7",
|
|
131384
|
-
"nullable": true
|
|
131385
|
-
},
|
|
131386
|
-
"url": {
|
|
131387
|
-
"type": "string",
|
|
131388
|
-
"format": "uri",
|
|
131389
|
-
"example": "https://api.github.com/users/octocat"
|
|
131390
|
-
},
|
|
131391
|
-
"html_url": {
|
|
131392
|
-
"type": "string",
|
|
131393
|
-
"format": "uri",
|
|
131394
|
-
"example": "https://github.com/octocat"
|
|
131395
|
-
},
|
|
131396
|
-
"followers_url": {
|
|
131397
|
-
"type": "string",
|
|
131398
|
-
"format": "uri",
|
|
131399
|
-
"example": "https://api.github.com/users/octocat/followers"
|
|
131400
|
-
},
|
|
131401
|
-
"following_url": {
|
|
131402
|
-
"type": "string",
|
|
131403
|
-
"example": "https://api.github.com/users/octocat/following{/other_user}"
|
|
131404
|
-
},
|
|
131405
|
-
"gists_url": {
|
|
131406
|
-
"type": "string",
|
|
131407
|
-
"example": "https://api.github.com/users/octocat/gists{/gist_id}"
|
|
131408
|
-
},
|
|
131409
|
-
"starred_url": {
|
|
131410
|
-
"type": "string",
|
|
131411
|
-
"example": "https://api.github.com/users/octocat/starred{/owner}{/repo}"
|
|
131412
|
-
},
|
|
131413
|
-
"subscriptions_url": {
|
|
131414
|
-
"type": "string",
|
|
131415
|
-
"format": "uri",
|
|
131416
|
-
"example": "https://api.github.com/users/octocat/subscriptions"
|
|
131417
|
-
},
|
|
131418
|
-
"organizations_url": {
|
|
131419
|
-
"type": "string",
|
|
131420
|
-
"format": "uri",
|
|
131421
|
-
"example": "https://api.github.com/users/octocat/orgs"
|
|
131422
|
-
},
|
|
131423
|
-
"repos_url": {
|
|
131424
|
-
"type": "string",
|
|
131425
|
-
"format": "uri",
|
|
131426
|
-
"example": "https://api.github.com/users/octocat/repos"
|
|
131427
|
-
},
|
|
131428
|
-
"events_url": {
|
|
131429
|
-
"type": "string",
|
|
131430
|
-
"example": "https://api.github.com/users/octocat/events{/privacy}"
|
|
131431
|
-
},
|
|
131432
|
-
"received_events_url": {
|
|
131433
|
-
"type": "string",
|
|
131434
|
-
"format": "uri",
|
|
131435
|
-
"example": "https://api.github.com/users/octocat/received_events"
|
|
131436
|
-
},
|
|
131437
|
-
"type": {
|
|
131438
|
-
"type": "string",
|
|
131439
|
-
"example": "User"
|
|
131440
|
-
},
|
|
131441
|
-
"site_admin": {
|
|
131442
|
-
"type": "boolean"
|
|
131443
|
-
},
|
|
131444
|
-
"starred_at": {
|
|
131445
|
-
"type": "string",
|
|
131446
|
-
"example": "\"2020-07-09T00:17:55Z\""
|
|
131447
|
-
}
|
|
131448
|
-
},
|
|
131449
|
-
"required": [
|
|
131450
|
-
"avatar_url",
|
|
131451
|
-
"events_url",
|
|
131452
|
-
"followers_url",
|
|
131453
|
-
"following_url",
|
|
131454
|
-
"gists_url",
|
|
131455
|
-
"gravatar_id",
|
|
131456
|
-
"html_url",
|
|
131457
|
-
"id",
|
|
131458
|
-
"node_id",
|
|
131459
|
-
"login",
|
|
131460
|
-
"organizations_url",
|
|
131461
|
-
"received_events_url",
|
|
131462
|
-
"repos_url",
|
|
131463
|
-
"site_admin",
|
|
131464
|
-
"starred_url",
|
|
131465
|
-
"subscriptions_url",
|
|
131466
|
-
"type",
|
|
131467
|
-
"url"
|
|
131468
|
-
]
|
|
131469
|
-
},
|
|
131470
|
-
"nullable": true
|
|
131471
|
-
},
|
|
131472
|
-
"requested_reviewers": {
|
|
131473
|
-
"type": "array",
|
|
131474
|
-
"items": {
|
|
131475
|
-
"title": "Simple User",
|
|
131476
|
-
"description": "A GitHub user.",
|
|
131477
|
-
"type": "object",
|
|
131478
|
-
"properties": {
|
|
131479
|
-
"name": {
|
|
131480
|
-
"nullable": true,
|
|
131481
|
-
"type": "string"
|
|
131482
|
-
},
|
|
131483
|
-
"email": {
|
|
131484
|
-
"nullable": true,
|
|
131485
|
-
"type": "string"
|
|
131486
|
-
},
|
|
131487
|
-
"login": {
|
|
131488
|
-
"type": "string",
|
|
131489
|
-
"example": "octocat"
|
|
131490
|
-
},
|
|
131491
|
-
"id": {
|
|
131492
|
-
"type": "integer",
|
|
131493
|
-
"example": 1
|
|
131494
|
-
},
|
|
131495
|
-
"node_id": {
|
|
131496
|
-
"type": "string",
|
|
131497
|
-
"example": "MDQ6VXNlcjE="
|
|
131498
|
-
},
|
|
131499
|
-
"avatar_url": {
|
|
131500
|
-
"type": "string",
|
|
131501
|
-
"format": "uri",
|
|
131502
|
-
"example": "https://github.com/images/error/octocat_happy.gif"
|
|
131503
|
-
},
|
|
131504
|
-
"gravatar_id": {
|
|
131505
|
-
"type": "string",
|
|
131506
|
-
"example": "41d064eb2195891e12d0413f63227ea7",
|
|
131507
|
-
"nullable": true
|
|
131508
|
-
},
|
|
131509
|
-
"url": {
|
|
131510
|
-
"type": "string",
|
|
131511
|
-
"format": "uri",
|
|
131512
|
-
"example": "https://api.github.com/users/octocat"
|
|
131513
|
-
},
|
|
131514
|
-
"html_url": {
|
|
131515
|
-
"type": "string",
|
|
131516
|
-
"format": "uri",
|
|
131517
|
-
"example": "https://github.com/octocat"
|
|
131518
|
-
},
|
|
131519
|
-
"followers_url": {
|
|
131520
|
-
"type": "string",
|
|
131521
|
-
"format": "uri",
|
|
131522
|
-
"example": "https://api.github.com/users/octocat/followers"
|
|
131523
|
-
},
|
|
131524
|
-
"following_url": {
|
|
131525
|
-
"type": "string",
|
|
131526
|
-
"example": "https://api.github.com/users/octocat/following{/other_user}"
|
|
131527
|
-
},
|
|
131528
|
-
"gists_url": {
|
|
131529
|
-
"type": "string",
|
|
131530
|
-
"example": "https://api.github.com/users/octocat/gists{/gist_id}"
|
|
131531
|
-
},
|
|
131532
|
-
"starred_url": {
|
|
131533
|
-
"type": "string",
|
|
131534
|
-
"example": "https://api.github.com/users/octocat/starred{/owner}{/repo}"
|
|
131535
|
-
},
|
|
131536
|
-
"subscriptions_url": {
|
|
131537
|
-
"type": "string",
|
|
131538
|
-
"format": "uri",
|
|
131539
|
-
"example": "https://api.github.com/users/octocat/subscriptions"
|
|
131540
|
-
},
|
|
131541
|
-
"organizations_url": {
|
|
131542
|
-
"type": "string",
|
|
131543
|
-
"format": "uri",
|
|
131544
|
-
"example": "https://api.github.com/users/octocat/orgs"
|
|
131545
|
-
},
|
|
131546
|
-
"repos_url": {
|
|
131547
|
-
"type": "string",
|
|
131548
|
-
"format": "uri",
|
|
131549
|
-
"example": "https://api.github.com/users/octocat/repos"
|
|
131550
|
-
},
|
|
131551
|
-
"events_url": {
|
|
131552
|
-
"type": "string",
|
|
131553
|
-
"example": "https://api.github.com/users/octocat/events{/privacy}"
|
|
131554
|
-
},
|
|
131555
|
-
"received_events_url": {
|
|
131556
|
-
"type": "string",
|
|
131557
|
-
"format": "uri",
|
|
131558
|
-
"example": "https://api.github.com/users/octocat/received_events"
|
|
131559
|
-
},
|
|
131560
|
-
"type": {
|
|
131561
|
-
"type": "string",
|
|
131562
|
-
"example": "User"
|
|
131563
|
-
},
|
|
131564
|
-
"site_admin": {
|
|
131565
|
-
"type": "boolean"
|
|
131566
|
-
},
|
|
131567
|
-
"starred_at": {
|
|
131568
|
-
"type": "string",
|
|
131569
|
-
"example": "\"2020-07-09T00:17:55Z\""
|
|
131570
|
-
}
|
|
131571
|
-
},
|
|
131572
|
-
"required": [
|
|
131573
|
-
"avatar_url",
|
|
131574
|
-
"events_url",
|
|
131575
|
-
"followers_url",
|
|
131576
|
-
"following_url",
|
|
131577
|
-
"gists_url",
|
|
131578
|
-
"gravatar_id",
|
|
131579
|
-
"html_url",
|
|
131580
|
-
"id",
|
|
131581
|
-
"node_id",
|
|
131582
|
-
"login",
|
|
131583
|
-
"organizations_url",
|
|
131584
|
-
"received_events_url",
|
|
131585
|
-
"repos_url",
|
|
131586
|
-
"site_admin",
|
|
131587
|
-
"starred_url",
|
|
131588
|
-
"subscriptions_url",
|
|
131589
|
-
"type",
|
|
131590
|
-
"url"
|
|
131591
|
-
]
|
|
131592
|
-
},
|
|
131593
|
-
"nullable": true
|
|
131594
|
-
},
|
|
131595
|
-
"requested_teams": {
|
|
131596
|
-
"type": "array",
|
|
131597
|
-
"items": {
|
|
131598
|
-
"title": "Team",
|
|
131599
|
-
"description": "Groups of organization members that gives permissions on specified repositories.",
|
|
131600
|
-
"type": "object",
|
|
131601
|
-
"properties": {
|
|
131602
|
-
"id": {
|
|
131603
|
-
"type": "integer"
|
|
131604
|
-
},
|
|
131605
|
-
"node_id": {
|
|
131606
|
-
"type": "string"
|
|
131607
|
-
},
|
|
131608
|
-
"name": {
|
|
131609
|
-
"type": "string"
|
|
131610
|
-
},
|
|
131611
|
-
"slug": {
|
|
131612
|
-
"type": "string"
|
|
131613
|
-
},
|
|
131614
|
-
"description": {
|
|
131615
|
-
"type": "string",
|
|
131616
|
-
"nullable": true
|
|
131617
|
-
},
|
|
131618
|
-
"privacy": {
|
|
131619
|
-
"type": "string"
|
|
131620
|
-
},
|
|
131621
|
-
"permission": {
|
|
131622
|
-
"type": "string"
|
|
131623
|
-
},
|
|
131624
|
-
"permissions": {
|
|
131625
|
-
"type": "object",
|
|
131626
|
-
"properties": {
|
|
131627
|
-
"pull": {
|
|
131628
|
-
"type": "boolean"
|
|
131629
|
-
},
|
|
131630
|
-
"triage": {
|
|
131631
|
-
"type": "boolean"
|
|
131632
|
-
},
|
|
131633
|
-
"push": {
|
|
131634
|
-
"type": "boolean"
|
|
131635
|
-
},
|
|
131636
|
-
"maintain": {
|
|
131637
|
-
"type": "boolean"
|
|
131638
|
-
},
|
|
131639
|
-
"admin": {
|
|
131640
|
-
"type": "boolean"
|
|
131641
|
-
}
|
|
131642
|
-
},
|
|
131643
|
-
"required": [
|
|
131644
|
-
"pull",
|
|
131645
|
-
"triage",
|
|
131646
|
-
"push",
|
|
131647
|
-
"maintain",
|
|
131648
|
-
"admin"
|
|
131649
|
-
]
|
|
131650
|
-
},
|
|
131651
|
-
"url": {
|
|
131652
|
-
"type": "string",
|
|
131653
|
-
"format": "uri"
|
|
131654
|
-
},
|
|
131655
|
-
"html_url": {
|
|
131656
|
-
"type": "string",
|
|
131657
|
-
"format": "uri",
|
|
131658
|
-
"example": "https://github.com/orgs/rails/teams/core"
|
|
131659
|
-
},
|
|
131660
|
-
"members_url": {
|
|
131661
|
-
"type": "string"
|
|
131662
|
-
},
|
|
131663
|
-
"repositories_url": {
|
|
131664
|
-
"type": "string",
|
|
131665
|
-
"format": "uri"
|
|
131666
|
-
},
|
|
131667
|
-
"parent": {
|
|
131668
|
-
"title": "Team Simple",
|
|
131669
|
-
"description": "Groups of organization members that gives permissions on specified repositories.",
|
|
131670
|
-
"type": "object",
|
|
131671
|
-
"properties": {
|
|
131672
|
-
"id": {
|
|
131673
|
-
"description": "Unique identifier of the team",
|
|
131674
|
-
"type": "integer",
|
|
131675
|
-
"example": 1
|
|
131676
|
-
},
|
|
131677
|
-
"node_id": {
|
|
131678
|
-
"type": "string",
|
|
131679
|
-
"example": "MDQ6VGVhbTE="
|
|
131680
|
-
},
|
|
131681
|
-
"url": {
|
|
131682
|
-
"description": "URL for the team",
|
|
131683
|
-
"type": "string",
|
|
131684
|
-
"format": "uri",
|
|
131685
|
-
"example": "https://api.github.com/organizations/1/team/1"
|
|
131686
|
-
},
|
|
131687
|
-
"members_url": {
|
|
131688
|
-
"type": "string",
|
|
131689
|
-
"example": "https://api.github.com/organizations/1/team/1/members{/member}"
|
|
131690
|
-
},
|
|
131691
|
-
"name": {
|
|
131692
|
-
"description": "Name of the team",
|
|
131693
|
-
"type": "string",
|
|
131694
|
-
"example": "Justice League"
|
|
131695
|
-
},
|
|
131696
|
-
"description": {
|
|
131697
|
-
"description": "Description of the team",
|
|
131698
|
-
"type": "string",
|
|
131699
|
-
"nullable": true,
|
|
131700
|
-
"example": "A great team."
|
|
131701
|
-
},
|
|
131702
|
-
"permission": {
|
|
131703
|
-
"description": "Permission that the team will have for its repositories",
|
|
131704
|
-
"type": "string",
|
|
131705
|
-
"example": "admin"
|
|
131706
|
-
},
|
|
131707
|
-
"privacy": {
|
|
131708
|
-
"description": "The level of privacy this team should have",
|
|
131709
|
-
"type": "string",
|
|
131710
|
-
"example": "closed"
|
|
131711
|
-
},
|
|
131712
|
-
"html_url": {
|
|
131713
|
-
"type": "string",
|
|
131714
|
-
"format": "uri",
|
|
131715
|
-
"example": "https://github.com/orgs/rails/teams/core"
|
|
131716
|
-
},
|
|
131717
|
-
"repositories_url": {
|
|
131718
|
-
"type": "string",
|
|
131719
|
-
"format": "uri",
|
|
131720
|
-
"example": "https://api.github.com/organizations/1/team/1/repos"
|
|
131721
|
-
},
|
|
131722
|
-
"slug": {
|
|
131723
|
-
"type": "string",
|
|
131724
|
-
"example": "justice-league"
|
|
131725
|
-
},
|
|
131726
|
-
"ldap_dn": {
|
|
131727
|
-
"description": "Distinguished Name (DN) that team maps to within LDAP environment",
|
|
131728
|
-
"example": "uid=example,ou=users,dc=github,dc=com",
|
|
131729
|
-
"type": "string"
|
|
131730
|
-
}
|
|
131731
|
-
},
|
|
131732
|
-
"required": [
|
|
131733
|
-
"id",
|
|
131734
|
-
"node_id",
|
|
131735
|
-
"url",
|
|
131736
|
-
"members_url",
|
|
131737
|
-
"name",
|
|
131738
|
-
"description",
|
|
131739
|
-
"permission",
|
|
131740
|
-
"html_url",
|
|
131741
|
-
"repositories_url",
|
|
131742
|
-
"slug"
|
|
131743
|
-
],
|
|
131744
|
-
"nullable": true
|
|
131745
|
-
}
|
|
131746
|
-
},
|
|
131747
|
-
"required": [
|
|
131748
|
-
"id",
|
|
131749
|
-
"node_id",
|
|
131750
|
-
"url",
|
|
131751
|
-
"members_url",
|
|
131752
|
-
"name",
|
|
131753
|
-
"description",
|
|
131754
|
-
"permission",
|
|
131755
|
-
"html_url",
|
|
131756
|
-
"repositories_url",
|
|
131757
|
-
"slug",
|
|
131758
|
-
"parent"
|
|
131759
|
-
]
|
|
131760
|
-
},
|
|
131761
|
-
"nullable": true
|
|
131762
|
-
},
|
|
131763
|
-
"head": {
|
|
131764
|
-
"type": "object",
|
|
131765
|
-
"properties": {
|
|
131766
|
-
"label": {
|
|
131767
|
-
"type": "string"
|
|
131768
|
-
},
|
|
131769
|
-
"ref": {
|
|
131770
|
-
"type": "string"
|
|
131771
|
-
},
|
|
131772
|
-
"repo": {
|
|
131773
|
-
"title": "Repository",
|
|
131774
|
-
"description": "A repository on GitHub.",
|
|
131775
|
-
"type": "object",
|
|
131776
|
-
"properties": {
|
|
131777
|
-
"id": {
|
|
131778
|
-
"description": "Unique identifier of the repository",
|
|
131779
|
-
"example": 42,
|
|
131780
|
-
"type": "integer"
|
|
131781
|
-
},
|
|
131782
|
-
"node_id": {
|
|
131783
|
-
"type": "string",
|
|
131784
|
-
"example": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5"
|
|
131785
|
-
},
|
|
131786
|
-
"name": {
|
|
131787
|
-
"description": "The name of the repository.",
|
|
131788
|
-
"type": "string",
|
|
131789
|
-
"example": "Team Environment"
|
|
131790
|
-
},
|
|
131791
|
-
"full_name": {
|
|
131792
|
-
"type": "string",
|
|
131793
|
-
"example": "octocat/Hello-World"
|
|
131794
|
-
},
|
|
131795
|
-
"license": {
|
|
131796
|
-
"title": "License Simple",
|
|
131797
|
-
"description": "License Simple",
|
|
131798
|
-
"type": "object",
|
|
131799
|
-
"properties": {
|
|
131800
|
-
"key": {
|
|
131801
|
-
"type": "string",
|
|
131802
|
-
"example": "mit"
|
|
131803
|
-
},
|
|
131804
|
-
"name": {
|
|
131805
|
-
"type": "string",
|
|
131806
|
-
"example": "MIT License"
|
|
131807
|
-
},
|
|
131808
|
-
"url": {
|
|
131809
|
-
"type": "string",
|
|
131810
|
-
"nullable": true,
|
|
131811
|
-
"format": "uri",
|
|
131812
|
-
"example": "https://api.github.com/licenses/mit"
|
|
131813
|
-
},
|
|
131814
|
-
"spdx_id": {
|
|
131815
|
-
"type": "string",
|
|
131816
|
-
"nullable": true,
|
|
131817
|
-
"example": "MIT"
|
|
131818
|
-
},
|
|
131819
|
-
"node_id": {
|
|
131820
|
-
"type": "string",
|
|
131821
|
-
"example": "MDc6TGljZW5zZW1pdA=="
|
|
131822
|
-
},
|
|
131823
|
-
"html_url": {
|
|
131824
|
-
"type": "string",
|
|
131825
|
-
"format": "uri"
|
|
131826
|
-
}
|
|
131827
|
-
},
|
|
131828
|
-
"required": [
|
|
131829
|
-
"key",
|
|
131830
|
-
"name",
|
|
131831
|
-
"url",
|
|
131832
|
-
"spdx_id",
|
|
131833
|
-
"node_id"
|
|
131834
|
-
],
|
|
131835
|
-
"nullable": true
|
|
131836
|
-
},
|
|
131837
|
-
"organization": {
|
|
131838
|
-
"title": "Simple User",
|
|
131839
|
-
"description": "A GitHub user.",
|
|
131840
|
-
"type": "object",
|
|
131841
|
-
"properties": {
|
|
131842
|
-
"name": {
|
|
131843
|
-
"nullable": true,
|
|
131844
|
-
"type": "string"
|
|
131845
|
-
},
|
|
131846
|
-
"email": {
|
|
131847
|
-
"nullable": true,
|
|
131848
|
-
"type": "string"
|
|
131849
|
-
},
|
|
131850
|
-
"login": {
|
|
131851
|
-
"type": "string",
|
|
131852
|
-
"example": "octocat"
|
|
131853
|
-
},
|
|
131854
|
-
"id": {
|
|
131855
|
-
"type": "integer",
|
|
131856
|
-
"example": 1
|
|
131857
|
-
},
|
|
131858
|
-
"node_id": {
|
|
131859
|
-
"type": "string",
|
|
131860
|
-
"example": "MDQ6VXNlcjE="
|
|
131861
|
-
},
|
|
131862
|
-
"avatar_url": {
|
|
131863
|
-
"type": "string",
|
|
131864
|
-
"format": "uri",
|
|
131865
|
-
"example": "https://github.com/images/error/octocat_happy.gif"
|
|
131866
|
-
},
|
|
131867
|
-
"gravatar_id": {
|
|
131868
|
-
"type": "string",
|
|
131869
|
-
"example": "41d064eb2195891e12d0413f63227ea7",
|
|
131870
|
-
"nullable": true
|
|
131871
|
-
},
|
|
131872
|
-
"url": {
|
|
131873
|
-
"type": "string",
|
|
131874
|
-
"format": "uri",
|
|
131875
|
-
"example": "https://api.github.com/users/octocat"
|
|
131876
|
-
},
|
|
131877
|
-
"html_url": {
|
|
131878
|
-
"type": "string",
|
|
131879
|
-
"format": "uri",
|
|
131880
|
-
"example": "https://github.com/octocat"
|
|
131881
|
-
},
|
|
131882
|
-
"followers_url": {
|
|
131883
|
-
"type": "string",
|
|
131884
|
-
"format": "uri",
|
|
131885
|
-
"example": "https://api.github.com/users/octocat/followers"
|
|
131886
|
-
},
|
|
131887
|
-
"following_url": {
|
|
131888
|
-
"type": "string",
|
|
131889
|
-
"example": "https://api.github.com/users/octocat/following{/other_user}"
|
|
131890
|
-
},
|
|
131891
|
-
"gists_url": {
|
|
131892
|
-
"type": "string",
|
|
131893
|
-
"example": "https://api.github.com/users/octocat/gists{/gist_id}"
|
|
131894
|
-
},
|
|
131895
|
-
"starred_url": {
|
|
131896
|
-
"type": "string",
|
|
131897
|
-
"example": "https://api.github.com/users/octocat/starred{/owner}{/repo}"
|
|
131898
|
-
},
|
|
131899
|
-
"subscriptions_url": {
|
|
131900
|
-
"type": "string",
|
|
131901
|
-
"format": "uri",
|
|
131902
|
-
"example": "https://api.github.com/users/octocat/subscriptions"
|
|
131903
|
-
},
|
|
131904
|
-
"organizations_url": {
|
|
131905
|
-
"type": "string",
|
|
131906
|
-
"format": "uri",
|
|
131907
|
-
"example": "https://api.github.com/users/octocat/orgs"
|
|
131908
|
-
},
|
|
131909
|
-
"repos_url": {
|
|
131910
|
-
"type": "string",
|
|
131911
|
-
"format": "uri",
|
|
131912
|
-
"example": "https://api.github.com/users/octocat/repos"
|
|
131913
|
-
},
|
|
131914
|
-
"events_url": {
|
|
131915
|
-
"type": "string",
|
|
131916
|
-
"example": "https://api.github.com/users/octocat/events{/privacy}"
|
|
131917
|
-
},
|
|
131918
|
-
"received_events_url": {
|
|
131919
|
-
"type": "string",
|
|
131920
|
-
"format": "uri",
|
|
131921
|
-
"example": "https://api.github.com/users/octocat/received_events"
|
|
131922
|
-
},
|
|
131923
|
-
"type": {
|
|
131924
|
-
"type": "string",
|
|
131925
|
-
"example": "User"
|
|
131926
|
-
},
|
|
131927
|
-
"site_admin": {
|
|
131928
|
-
"type": "boolean"
|
|
131929
|
-
},
|
|
131930
|
-
"starred_at": {
|
|
131931
|
-
"type": "string",
|
|
131932
|
-
"example": "\"2020-07-09T00:17:55Z\""
|
|
131933
|
-
}
|
|
131934
|
-
},
|
|
131935
|
-
"required": [
|
|
131936
|
-
"avatar_url",
|
|
131937
|
-
"events_url",
|
|
131938
|
-
"followers_url",
|
|
131939
|
-
"following_url",
|
|
131940
|
-
"gists_url",
|
|
131941
|
-
"gravatar_id",
|
|
131942
|
-
"html_url",
|
|
131943
|
-
"id",
|
|
131944
|
-
"node_id",
|
|
131945
|
-
"login",
|
|
131946
|
-
"organizations_url",
|
|
131947
|
-
"received_events_url",
|
|
131948
|
-
"repos_url",
|
|
131949
|
-
"site_admin",
|
|
131950
|
-
"starred_url",
|
|
131951
|
-
"subscriptions_url",
|
|
131952
|
-
"type",
|
|
131953
|
-
"url"
|
|
131954
|
-
],
|
|
131955
|
-
"nullable": true
|
|
131956
|
-
},
|
|
131957
|
-
"forks": {
|
|
131958
|
-
"type": "integer"
|
|
131959
|
-
},
|
|
131960
|
-
"permissions": {
|
|
131961
|
-
"type": "object",
|
|
131962
|
-
"properties": {
|
|
131963
|
-
"admin": {
|
|
131964
|
-
"type": "boolean"
|
|
131965
|
-
},
|
|
131966
|
-
"pull": {
|
|
131967
|
-
"type": "boolean"
|
|
131968
|
-
},
|
|
131969
|
-
"triage": {
|
|
131970
|
-
"type": "boolean"
|
|
131971
|
-
},
|
|
131972
|
-
"push": {
|
|
131973
|
-
"type": "boolean"
|
|
131974
|
-
},
|
|
131975
|
-
"maintain": {
|
|
131976
|
-
"type": "boolean"
|
|
131977
|
-
}
|
|
131978
|
-
},
|
|
131979
|
-
"required": [
|
|
131980
|
-
"admin",
|
|
131981
|
-
"pull",
|
|
131982
|
-
"push"
|
|
131983
|
-
]
|
|
131984
|
-
},
|
|
131985
|
-
"owner": {
|
|
131986
|
-
"title": "Simple User",
|
|
131987
|
-
"description": "A GitHub user.",
|
|
131988
|
-
"type": "object",
|
|
131989
|
-
"properties": {
|
|
131990
|
-
"name": {
|
|
131991
|
-
"nullable": true,
|
|
131992
|
-
"type": "string"
|
|
131993
|
-
},
|
|
131994
|
-
"email": {
|
|
131995
|
-
"nullable": true,
|
|
131996
|
-
"type": "string"
|
|
131997
|
-
},
|
|
131998
|
-
"login": {
|
|
131999
|
-
"type": "string",
|
|
132000
|
-
"example": "octocat"
|
|
132001
|
-
},
|
|
132002
|
-
"id": {
|
|
132003
|
-
"type": "integer",
|
|
132004
|
-
"example": 1
|
|
132005
|
-
},
|
|
132006
|
-
"node_id": {
|
|
132007
|
-
"type": "string",
|
|
132008
|
-
"example": "MDQ6VXNlcjE="
|
|
132009
|
-
},
|
|
132010
|
-
"avatar_url": {
|
|
132011
|
-
"type": "string",
|
|
132012
|
-
"format": "uri",
|
|
132013
|
-
"example": "https://github.com/images/error/octocat_happy.gif"
|
|
132014
|
-
},
|
|
132015
|
-
"gravatar_id": {
|
|
132016
|
-
"type": "string",
|
|
132017
|
-
"example": "41d064eb2195891e12d0413f63227ea7",
|
|
132018
|
-
"nullable": true
|
|
132019
|
-
},
|
|
132020
|
-
"url": {
|
|
132021
|
-
"type": "string",
|
|
132022
|
-
"format": "uri",
|
|
132023
|
-
"example": "https://api.github.com/users/octocat"
|
|
132024
|
-
},
|
|
132025
|
-
"html_url": {
|
|
132026
|
-
"type": "string",
|
|
132027
|
-
"format": "uri",
|
|
132028
|
-
"example": "https://github.com/octocat"
|
|
132029
|
-
},
|
|
132030
|
-
"followers_url": {
|
|
132031
|
-
"type": "string",
|
|
132032
|
-
"format": "uri",
|
|
132033
|
-
"example": "https://api.github.com/users/octocat/followers"
|
|
132034
|
-
},
|
|
132035
|
-
"following_url": {
|
|
132036
|
-
"type": "string",
|
|
132037
|
-
"example": "https://api.github.com/users/octocat/following{/other_user}"
|
|
132038
|
-
},
|
|
132039
|
-
"gists_url": {
|
|
132040
|
-
"type": "string",
|
|
132041
|
-
"example": "https://api.github.com/users/octocat/gists{/gist_id}"
|
|
132042
|
-
},
|
|
132043
|
-
"starred_url": {
|
|
132044
|
-
"type": "string",
|
|
132045
|
-
"example": "https://api.github.com/users/octocat/starred{/owner}{/repo}"
|
|
132046
|
-
},
|
|
132047
|
-
"subscriptions_url": {
|
|
132048
|
-
"type": "string",
|
|
132049
|
-
"format": "uri",
|
|
132050
|
-
"example": "https://api.github.com/users/octocat/subscriptions"
|
|
132051
|
-
},
|
|
132052
|
-
"organizations_url": {
|
|
132053
|
-
"type": "string",
|
|
132054
|
-
"format": "uri",
|
|
132055
|
-
"example": "https://api.github.com/users/octocat/orgs"
|
|
132056
|
-
},
|
|
132057
|
-
"repos_url": {
|
|
132058
|
-
"type": "string",
|
|
132059
|
-
"format": "uri",
|
|
132060
|
-
"example": "https://api.github.com/users/octocat/repos"
|
|
132061
|
-
},
|
|
132062
|
-
"events_url": {
|
|
132063
|
-
"type": "string",
|
|
132064
|
-
"example": "https://api.github.com/users/octocat/events{/privacy}"
|
|
132065
|
-
},
|
|
132066
|
-
"received_events_url": {
|
|
132067
|
-
"type": "string",
|
|
132068
|
-
"format": "uri",
|
|
132069
|
-
"example": "https://api.github.com/users/octocat/received_events"
|
|
132070
|
-
},
|
|
132071
|
-
"type": {
|
|
132072
|
-
"type": "string",
|
|
132073
|
-
"example": "User"
|
|
132074
|
-
},
|
|
132075
|
-
"site_admin": {
|
|
132076
|
-
"type": "boolean"
|
|
132077
|
-
},
|
|
132078
|
-
"starred_at": {
|
|
132079
|
-
"type": "string",
|
|
132080
|
-
"example": "\"2020-07-09T00:17:55Z\""
|
|
132081
|
-
}
|
|
132082
|
-
},
|
|
132083
|
-
"required": [
|
|
132084
|
-
"avatar_url",
|
|
132085
|
-
"events_url",
|
|
132086
|
-
"followers_url",
|
|
132087
|
-
"following_url",
|
|
132088
|
-
"gists_url",
|
|
132089
|
-
"gravatar_id",
|
|
132090
|
-
"html_url",
|
|
132091
|
-
"id",
|
|
132092
|
-
"node_id",
|
|
132093
|
-
"login",
|
|
132094
|
-
"organizations_url",
|
|
132095
|
-
"received_events_url",
|
|
132096
|
-
"repos_url",
|
|
132097
|
-
"site_admin",
|
|
132098
|
-
"starred_url",
|
|
132099
|
-
"subscriptions_url",
|
|
132100
|
-
"type",
|
|
132101
|
-
"url"
|
|
132102
|
-
]
|
|
132103
|
-
},
|
|
132104
|
-
"private": {
|
|
132105
|
-
"description": "Whether the repository is private or public.",
|
|
132106
|
-
"default": false,
|
|
132107
|
-
"type": "boolean"
|
|
132108
|
-
},
|
|
132109
|
-
"html_url": {
|
|
132110
|
-
"type": "string",
|
|
132111
|
-
"format": "uri",
|
|
132112
|
-
"example": "https://github.com/octocat/Hello-World"
|
|
132113
|
-
},
|
|
132114
|
-
"description": {
|
|
132115
|
-
"type": "string",
|
|
132116
|
-
"example": "This your first repo!",
|
|
132117
|
-
"nullable": true
|
|
132118
|
-
},
|
|
132119
|
-
"fork": {
|
|
132120
|
-
"type": "boolean"
|
|
132121
|
-
},
|
|
132122
|
-
"url": {
|
|
132123
|
-
"type": "string",
|
|
132124
|
-
"format": "uri",
|
|
132125
|
-
"example": "https://api.github.com/repos/octocat/Hello-World"
|
|
132126
|
-
},
|
|
132127
|
-
"archive_url": {
|
|
132128
|
-
"type": "string",
|
|
132129
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}"
|
|
132130
|
-
},
|
|
132131
|
-
"assignees_url": {
|
|
132132
|
-
"type": "string",
|
|
132133
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/assignees{/user}"
|
|
132134
|
-
},
|
|
132135
|
-
"blobs_url": {
|
|
132136
|
-
"type": "string",
|
|
132137
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}"
|
|
132138
|
-
},
|
|
132139
|
-
"branches_url": {
|
|
132140
|
-
"type": "string",
|
|
132141
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/branches{/branch}"
|
|
132142
|
-
},
|
|
132143
|
-
"collaborators_url": {
|
|
132144
|
-
"type": "string",
|
|
132145
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}"
|
|
132146
|
-
},
|
|
132147
|
-
"comments_url": {
|
|
132148
|
-
"type": "string",
|
|
132149
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/comments{/number}"
|
|
132150
|
-
},
|
|
132151
|
-
"commits_url": {
|
|
132152
|
-
"type": "string",
|
|
132153
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/commits{/sha}"
|
|
132154
|
-
},
|
|
132155
|
-
"compare_url": {
|
|
132156
|
-
"type": "string",
|
|
132157
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}"
|
|
132158
|
-
},
|
|
132159
|
-
"contents_url": {
|
|
132160
|
-
"type": "string",
|
|
132161
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/contents/{+path}"
|
|
132162
|
-
},
|
|
132163
|
-
"contributors_url": {
|
|
132164
|
-
"type": "string",
|
|
132165
|
-
"format": "uri",
|
|
132166
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/contributors"
|
|
132167
|
-
},
|
|
132168
|
-
"deployments_url": {
|
|
132169
|
-
"type": "string",
|
|
132170
|
-
"format": "uri",
|
|
132171
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/deployments"
|
|
132172
|
-
},
|
|
132173
|
-
"downloads_url": {
|
|
132174
|
-
"type": "string",
|
|
132175
|
-
"format": "uri",
|
|
132176
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/downloads"
|
|
132177
|
-
},
|
|
132178
|
-
"events_url": {
|
|
132179
|
-
"type": "string",
|
|
132180
|
-
"format": "uri",
|
|
132181
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/events"
|
|
132182
|
-
},
|
|
132183
|
-
"forks_url": {
|
|
132184
|
-
"type": "string",
|
|
132185
|
-
"format": "uri",
|
|
132186
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/forks"
|
|
132187
|
-
},
|
|
132188
|
-
"git_commits_url": {
|
|
132189
|
-
"type": "string",
|
|
132190
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}"
|
|
132191
|
-
},
|
|
132192
|
-
"git_refs_url": {
|
|
132193
|
-
"type": "string",
|
|
132194
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}"
|
|
132195
|
-
},
|
|
132196
|
-
"git_tags_url": {
|
|
132197
|
-
"type": "string",
|
|
132198
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}"
|
|
132199
|
-
},
|
|
132200
|
-
"git_url": {
|
|
132201
|
-
"type": "string",
|
|
132202
|
-
"example": "git:github.com/octocat/Hello-World.git"
|
|
132203
|
-
},
|
|
132204
|
-
"issue_comment_url": {
|
|
132205
|
-
"type": "string",
|
|
132206
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}"
|
|
132207
|
-
},
|
|
132208
|
-
"issue_events_url": {
|
|
132209
|
-
"type": "string",
|
|
132210
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}"
|
|
132211
|
-
},
|
|
132212
|
-
"issues_url": {
|
|
132213
|
-
"type": "string",
|
|
132214
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/issues{/number}"
|
|
132215
|
-
},
|
|
132216
|
-
"keys_url": {
|
|
132217
|
-
"type": "string",
|
|
132218
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}"
|
|
132219
|
-
},
|
|
132220
|
-
"labels_url": {
|
|
132221
|
-
"type": "string",
|
|
132222
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/labels{/name}"
|
|
132223
|
-
},
|
|
132224
|
-
"languages_url": {
|
|
132225
|
-
"type": "string",
|
|
132226
|
-
"format": "uri",
|
|
132227
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/languages"
|
|
132228
|
-
},
|
|
132229
|
-
"merges_url": {
|
|
132230
|
-
"type": "string",
|
|
132231
|
-
"format": "uri",
|
|
132232
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/merges"
|
|
132233
|
-
},
|
|
132234
|
-
"milestones_url": {
|
|
132235
|
-
"type": "string",
|
|
132236
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/milestones{/number}"
|
|
132237
|
-
},
|
|
132238
|
-
"notifications_url": {
|
|
132239
|
-
"type": "string",
|
|
132240
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}"
|
|
132241
|
-
},
|
|
132242
|
-
"pulls_url": {
|
|
132243
|
-
"type": "string",
|
|
132244
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/pulls{/number}"
|
|
132245
|
-
},
|
|
132246
|
-
"releases_url": {
|
|
132247
|
-
"type": "string",
|
|
132248
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/releases{/id}"
|
|
132249
|
-
},
|
|
132250
|
-
"ssh_url": {
|
|
132251
|
-
"type": "string",
|
|
132252
|
-
"example": "git@github.com:octocat/Hello-World.git"
|
|
132253
|
-
},
|
|
132254
|
-
"stargazers_url": {
|
|
132255
|
-
"type": "string",
|
|
132256
|
-
"format": "uri",
|
|
132257
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/stargazers"
|
|
132258
|
-
},
|
|
132259
|
-
"statuses_url": {
|
|
132260
|
-
"type": "string",
|
|
132261
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}"
|
|
132262
|
-
},
|
|
132263
|
-
"subscribers_url": {
|
|
132264
|
-
"type": "string",
|
|
132265
|
-
"format": "uri",
|
|
132266
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/subscribers"
|
|
132267
|
-
},
|
|
132268
|
-
"subscription_url": {
|
|
132269
|
-
"type": "string",
|
|
132270
|
-
"format": "uri",
|
|
132271
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/subscription"
|
|
132272
|
-
},
|
|
132273
|
-
"tags_url": {
|
|
132274
|
-
"type": "string",
|
|
132275
|
-
"format": "uri",
|
|
132276
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/tags"
|
|
132277
|
-
},
|
|
132278
|
-
"teams_url": {
|
|
132279
|
-
"type": "string",
|
|
132280
|
-
"format": "uri",
|
|
132281
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/teams"
|
|
132282
|
-
},
|
|
132283
|
-
"trees_url": {
|
|
132284
|
-
"type": "string",
|
|
132285
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}"
|
|
132286
|
-
},
|
|
132287
|
-
"clone_url": {
|
|
132288
|
-
"type": "string",
|
|
132289
|
-
"example": "https://github.com/octocat/Hello-World.git"
|
|
132290
|
-
},
|
|
132291
|
-
"mirror_url": {
|
|
132292
|
-
"type": "string",
|
|
132293
|
-
"format": "uri",
|
|
132294
|
-
"example": "git:git.example.com/octocat/Hello-World",
|
|
132295
|
-
"nullable": true
|
|
132296
|
-
},
|
|
132297
|
-
"hooks_url": {
|
|
132298
|
-
"type": "string",
|
|
132299
|
-
"format": "uri",
|
|
132300
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/hooks"
|
|
132301
|
-
},
|
|
132302
|
-
"svn_url": {
|
|
132303
|
-
"type": "string",
|
|
132304
|
-
"format": "uri",
|
|
132305
|
-
"example": "https://svn.github.com/octocat/Hello-World"
|
|
132306
|
-
},
|
|
132307
|
-
"homepage": {
|
|
132308
|
-
"type": "string",
|
|
132309
|
-
"format": "uri",
|
|
132310
|
-
"example": "https://github.com",
|
|
132311
|
-
"nullable": true
|
|
132312
|
-
},
|
|
132313
|
-
"language": {
|
|
132314
|
-
"type": "string",
|
|
132315
|
-
"nullable": true
|
|
132316
|
-
},
|
|
132317
|
-
"forks_count": {
|
|
132318
|
-
"type": "integer",
|
|
132319
|
-
"example": 9
|
|
132320
|
-
},
|
|
132321
|
-
"stargazers_count": {
|
|
132322
|
-
"type": "integer",
|
|
132323
|
-
"example": 80
|
|
132324
|
-
},
|
|
132325
|
-
"watchers_count": {
|
|
132326
|
-
"type": "integer",
|
|
132327
|
-
"example": 80
|
|
132328
|
-
},
|
|
132329
|
-
"size": {
|
|
132330
|
-
"description": "The size of the repository. Size is calculated hourly. When a repository is initially created, the size is 0.",
|
|
132331
|
-
"type": "integer",
|
|
132332
|
-
"example": 108
|
|
132333
|
-
},
|
|
132334
|
-
"default_branch": {
|
|
132335
|
-
"description": "The default branch of the repository.",
|
|
132336
|
-
"type": "string",
|
|
132337
|
-
"example": "master"
|
|
132338
|
-
},
|
|
132339
|
-
"open_issues_count": {
|
|
132340
|
-
"type": "integer",
|
|
132341
|
-
"example": 0
|
|
132342
|
-
},
|
|
132343
|
-
"is_template": {
|
|
132344
|
-
"description": "Whether this repository acts as a template that can be used to generate new repositories.",
|
|
132345
|
-
"default": false,
|
|
132346
|
-
"type": "boolean",
|
|
132347
|
-
"example": true
|
|
132348
|
-
},
|
|
132349
|
-
"topics": {
|
|
132350
|
-
"type": "array",
|
|
132351
|
-
"items": {
|
|
132352
|
-
"type": "string"
|
|
132353
|
-
}
|
|
132354
|
-
},
|
|
132355
|
-
"has_issues": {
|
|
132356
|
-
"description": "Whether issues are enabled.",
|
|
132357
|
-
"default": true,
|
|
132358
|
-
"type": "boolean",
|
|
132359
|
-
"example": true
|
|
132360
|
-
},
|
|
132361
|
-
"has_projects": {
|
|
132362
|
-
"description": "Whether projects are enabled.",
|
|
132363
|
-
"default": true,
|
|
132364
|
-
"type": "boolean",
|
|
132365
|
-
"example": true
|
|
132366
|
-
},
|
|
132367
|
-
"has_wiki": {
|
|
132368
|
-
"description": "Whether the wiki is enabled.",
|
|
132369
|
-
"default": true,
|
|
132370
|
-
"type": "boolean",
|
|
132371
|
-
"example": true
|
|
132372
|
-
},
|
|
132373
|
-
"has_pages": {
|
|
132374
|
-
"type": "boolean"
|
|
132375
|
-
},
|
|
132376
|
-
"has_downloads": {
|
|
132377
|
-
"description": "Whether downloads are enabled.",
|
|
132378
|
-
"default": true,
|
|
132379
|
-
"type": "boolean",
|
|
132380
|
-
"example": true
|
|
132381
|
-
},
|
|
132382
|
-
"archived": {
|
|
132383
|
-
"description": "Whether the repository is archived.",
|
|
132384
|
-
"default": false,
|
|
132385
|
-
"type": "boolean"
|
|
132386
|
-
},
|
|
132387
|
-
"disabled": {
|
|
132388
|
-
"type": "boolean",
|
|
132389
|
-
"description": "Returns whether or not this repository disabled."
|
|
132390
|
-
},
|
|
132391
|
-
"visibility": {
|
|
132392
|
-
"description": "The repository visibility: public, private, or internal.",
|
|
132393
|
-
"default": "public",
|
|
132394
|
-
"type": "string"
|
|
132395
|
-
},
|
|
132396
|
-
"pushed_at": {
|
|
132397
|
-
"type": "string",
|
|
132398
|
-
"format": "date-time",
|
|
132399
|
-
"example": "2011-01-26T19:06:43Z",
|
|
132400
|
-
"nullable": true
|
|
132401
|
-
},
|
|
132402
|
-
"created_at": {
|
|
132403
|
-
"type": "string",
|
|
132404
|
-
"format": "date-time",
|
|
132405
|
-
"example": "2011-01-26T19:01:12Z",
|
|
132406
|
-
"nullable": true
|
|
132407
|
-
},
|
|
132408
|
-
"updated_at": {
|
|
132409
|
-
"type": "string",
|
|
132410
|
-
"format": "date-time",
|
|
132411
|
-
"example": "2011-01-26T19:14:43Z",
|
|
132412
|
-
"nullable": true
|
|
132413
|
-
},
|
|
132414
|
-
"allow_rebase_merge": {
|
|
132415
|
-
"description": "Whether to allow rebase merges for pull requests.",
|
|
132416
|
-
"default": true,
|
|
132417
|
-
"type": "boolean",
|
|
132418
|
-
"example": true
|
|
132419
|
-
},
|
|
132420
|
-
"template_repository": {
|
|
132421
|
-
"nullable": true,
|
|
132422
|
-
"type": "object",
|
|
132423
|
-
"properties": {
|
|
132424
|
-
"id": {
|
|
132425
|
-
"type": "integer"
|
|
132426
|
-
},
|
|
132427
|
-
"node_id": {
|
|
132428
|
-
"type": "string"
|
|
132429
|
-
},
|
|
132430
|
-
"name": {
|
|
132431
|
-
"type": "string"
|
|
132432
|
-
},
|
|
132433
|
-
"full_name": {
|
|
132434
|
-
"type": "string"
|
|
132435
|
-
},
|
|
132436
|
-
"owner": {
|
|
132437
|
-
"type": "object",
|
|
132438
|
-
"properties": {
|
|
132439
|
-
"login": {
|
|
132440
|
-
"type": "string"
|
|
132441
|
-
},
|
|
132442
|
-
"id": {
|
|
132443
|
-
"type": "integer"
|
|
132444
|
-
},
|
|
132445
|
-
"node_id": {
|
|
132446
|
-
"type": "string"
|
|
132447
|
-
},
|
|
132448
|
-
"avatar_url": {
|
|
132449
|
-
"type": "string"
|
|
132450
|
-
},
|
|
132451
|
-
"gravatar_id": {
|
|
132452
|
-
"type": "string"
|
|
132453
|
-
},
|
|
132454
|
-
"url": {
|
|
132455
|
-
"type": "string"
|
|
132456
|
-
},
|
|
132457
|
-
"html_url": {
|
|
132458
|
-
"type": "string"
|
|
132459
|
-
},
|
|
132460
|
-
"followers_url": {
|
|
132461
|
-
"type": "string"
|
|
132462
|
-
},
|
|
132463
|
-
"following_url": {
|
|
132464
|
-
"type": "string"
|
|
132465
|
-
},
|
|
132466
|
-
"gists_url": {
|
|
132467
|
-
"type": "string"
|
|
132468
|
-
},
|
|
132469
|
-
"starred_url": {
|
|
132470
|
-
"type": "string"
|
|
132471
|
-
},
|
|
132472
|
-
"subscriptions_url": {
|
|
132473
|
-
"type": "string"
|
|
132474
|
-
},
|
|
132475
|
-
"organizations_url": {
|
|
132476
|
-
"type": "string"
|
|
132477
|
-
},
|
|
132478
|
-
"repos_url": {
|
|
132479
|
-
"type": "string"
|
|
132480
|
-
},
|
|
132481
|
-
"events_url": {
|
|
132482
|
-
"type": "string"
|
|
132483
|
-
},
|
|
132484
|
-
"received_events_url": {
|
|
132485
|
-
"type": "string"
|
|
132486
|
-
},
|
|
132487
|
-
"type": {
|
|
132488
|
-
"type": "string"
|
|
132489
|
-
},
|
|
132490
|
-
"site_admin": {
|
|
132491
|
-
"type": "boolean"
|
|
132492
|
-
}
|
|
132493
|
-
}
|
|
132494
|
-
},
|
|
132495
|
-
"private": {
|
|
132496
|
-
"type": "boolean"
|
|
132497
|
-
},
|
|
132498
|
-
"html_url": {
|
|
132499
|
-
"type": "string"
|
|
132500
|
-
},
|
|
132501
|
-
"description": {
|
|
132502
|
-
"type": "string"
|
|
132503
|
-
},
|
|
132504
|
-
"fork": {
|
|
132505
|
-
"type": "boolean"
|
|
132506
|
-
},
|
|
132507
|
-
"url": {
|
|
132508
|
-
"type": "string"
|
|
132509
|
-
},
|
|
132510
|
-
"archive_url": {
|
|
132511
|
-
"type": "string"
|
|
132512
|
-
},
|
|
132513
|
-
"assignees_url": {
|
|
132514
|
-
"type": "string"
|
|
132515
|
-
},
|
|
132516
|
-
"blobs_url": {
|
|
132517
|
-
"type": "string"
|
|
132518
|
-
},
|
|
132519
|
-
"branches_url": {
|
|
132520
|
-
"type": "string"
|
|
132521
|
-
},
|
|
132522
|
-
"collaborators_url": {
|
|
132523
|
-
"type": "string"
|
|
132524
|
-
},
|
|
132525
|
-
"comments_url": {
|
|
132526
|
-
"type": "string"
|
|
132527
|
-
},
|
|
132528
|
-
"commits_url": {
|
|
132529
|
-
"type": "string"
|
|
132530
|
-
},
|
|
132531
|
-
"compare_url": {
|
|
132532
|
-
"type": "string"
|
|
132533
|
-
},
|
|
132534
|
-
"contents_url": {
|
|
132535
|
-
"type": "string"
|
|
132536
|
-
},
|
|
132537
|
-
"contributors_url": {
|
|
132538
|
-
"type": "string"
|
|
132539
|
-
},
|
|
132540
|
-
"deployments_url": {
|
|
132541
|
-
"type": "string"
|
|
132542
|
-
},
|
|
132543
|
-
"downloads_url": {
|
|
132544
|
-
"type": "string"
|
|
132545
|
-
},
|
|
132546
|
-
"events_url": {
|
|
132547
|
-
"type": "string"
|
|
132548
|
-
},
|
|
132549
|
-
"forks_url": {
|
|
132550
|
-
"type": "string"
|
|
132551
|
-
},
|
|
132552
|
-
"git_commits_url": {
|
|
132553
|
-
"type": "string"
|
|
132554
|
-
},
|
|
132555
|
-
"git_refs_url": {
|
|
132556
|
-
"type": "string"
|
|
132557
|
-
},
|
|
132558
|
-
"git_tags_url": {
|
|
132559
|
-
"type": "string"
|
|
132560
|
-
},
|
|
132561
|
-
"git_url": {
|
|
132562
|
-
"type": "string"
|
|
132563
|
-
},
|
|
132564
|
-
"issue_comment_url": {
|
|
132565
|
-
"type": "string"
|
|
132566
|
-
},
|
|
132567
|
-
"issue_events_url": {
|
|
132568
|
-
"type": "string"
|
|
132569
|
-
},
|
|
132570
|
-
"issues_url": {
|
|
132571
|
-
"type": "string"
|
|
132572
|
-
},
|
|
132573
|
-
"keys_url": {
|
|
132574
|
-
"type": "string"
|
|
132575
|
-
},
|
|
132576
|
-
"labels_url": {
|
|
132577
|
-
"type": "string"
|
|
132578
|
-
},
|
|
132579
|
-
"languages_url": {
|
|
132580
|
-
"type": "string"
|
|
132581
|
-
},
|
|
132582
|
-
"merges_url": {
|
|
132583
|
-
"type": "string"
|
|
132584
|
-
},
|
|
132585
|
-
"milestones_url": {
|
|
132586
|
-
"type": "string"
|
|
132587
|
-
},
|
|
132588
|
-
"notifications_url": {
|
|
132589
|
-
"type": "string"
|
|
132590
|
-
},
|
|
132591
|
-
"pulls_url": {
|
|
132592
|
-
"type": "string"
|
|
132593
|
-
},
|
|
132594
|
-
"releases_url": {
|
|
132595
|
-
"type": "string"
|
|
132596
|
-
},
|
|
132597
|
-
"ssh_url": {
|
|
132598
|
-
"type": "string"
|
|
132599
|
-
},
|
|
132600
|
-
"stargazers_url": {
|
|
132601
|
-
"type": "string"
|
|
132602
|
-
},
|
|
132603
|
-
"statuses_url": {
|
|
132604
|
-
"type": "string"
|
|
132605
|
-
},
|
|
132606
|
-
"subscribers_url": {
|
|
132607
|
-
"type": "string"
|
|
132608
|
-
},
|
|
132609
|
-
"subscription_url": {
|
|
132610
|
-
"type": "string"
|
|
132611
|
-
},
|
|
132612
|
-
"tags_url": {
|
|
132613
|
-
"type": "string"
|
|
132614
|
-
},
|
|
132615
|
-
"teams_url": {
|
|
132616
|
-
"type": "string"
|
|
132617
|
-
},
|
|
132618
|
-
"trees_url": {
|
|
132619
|
-
"type": "string"
|
|
132620
|
-
},
|
|
132621
|
-
"clone_url": {
|
|
132622
|
-
"type": "string"
|
|
132623
|
-
},
|
|
132624
|
-
"mirror_url": {
|
|
132625
|
-
"type": "string"
|
|
132626
|
-
},
|
|
132627
|
-
"hooks_url": {
|
|
132628
|
-
"type": "string"
|
|
132629
|
-
},
|
|
132630
|
-
"svn_url": {
|
|
132631
|
-
"type": "string"
|
|
132632
|
-
},
|
|
132633
|
-
"homepage": {
|
|
132634
|
-
"type": "string"
|
|
132635
|
-
},
|
|
132636
|
-
"language": {
|
|
132637
|
-
"type": "string"
|
|
132638
|
-
},
|
|
132639
|
-
"forks_count": {
|
|
132640
|
-
"type": "integer"
|
|
132641
|
-
},
|
|
132642
|
-
"stargazers_count": {
|
|
132643
|
-
"type": "integer"
|
|
132644
|
-
},
|
|
132645
|
-
"watchers_count": {
|
|
132646
|
-
"type": "integer"
|
|
132647
|
-
},
|
|
132648
|
-
"size": {
|
|
132649
|
-
"type": "integer"
|
|
132650
|
-
},
|
|
132651
|
-
"default_branch": {
|
|
132652
|
-
"type": "string"
|
|
132653
|
-
},
|
|
132654
|
-
"open_issues_count": {
|
|
132655
|
-
"type": "integer"
|
|
132656
|
-
},
|
|
132657
|
-
"is_template": {
|
|
132658
|
-
"type": "boolean"
|
|
132659
|
-
},
|
|
132660
|
-
"topics": {
|
|
132661
|
-
"type": "array",
|
|
132662
|
-
"items": {
|
|
132663
|
-
"type": "string"
|
|
132664
|
-
}
|
|
132665
|
-
},
|
|
132666
|
-
"has_issues": {
|
|
132667
|
-
"type": "boolean"
|
|
132668
|
-
},
|
|
132669
|
-
"has_projects": {
|
|
132670
|
-
"type": "boolean"
|
|
132671
|
-
},
|
|
132672
|
-
"has_wiki": {
|
|
132673
|
-
"type": "boolean"
|
|
132674
|
-
},
|
|
132675
|
-
"has_pages": {
|
|
132676
|
-
"type": "boolean"
|
|
132677
|
-
},
|
|
132678
|
-
"has_downloads": {
|
|
132679
|
-
"type": "boolean"
|
|
132680
|
-
},
|
|
132681
|
-
"archived": {
|
|
132682
|
-
"type": "boolean"
|
|
132683
|
-
},
|
|
132684
|
-
"disabled": {
|
|
132685
|
-
"type": "boolean"
|
|
132686
|
-
},
|
|
132687
|
-
"visibility": {
|
|
132688
|
-
"type": "string"
|
|
132689
|
-
},
|
|
132690
|
-
"pushed_at": {
|
|
132691
|
-
"type": "string"
|
|
132692
|
-
},
|
|
132693
|
-
"created_at": {
|
|
132694
|
-
"type": "string"
|
|
132695
|
-
},
|
|
132696
|
-
"updated_at": {
|
|
132697
|
-
"type": "string"
|
|
132698
|
-
},
|
|
132699
|
-
"permissions": {
|
|
132700
|
-
"type": "object",
|
|
132701
|
-
"properties": {
|
|
132702
|
-
"admin": {
|
|
132703
|
-
"type": "boolean"
|
|
132704
|
-
},
|
|
132705
|
-
"maintain": {
|
|
132706
|
-
"type": "boolean"
|
|
132707
|
-
},
|
|
132708
|
-
"push": {
|
|
132709
|
-
"type": "boolean"
|
|
132710
|
-
},
|
|
132711
|
-
"triage": {
|
|
132712
|
-
"type": "boolean"
|
|
132713
|
-
},
|
|
132714
|
-
"pull": {
|
|
132715
|
-
"type": "boolean"
|
|
132716
|
-
}
|
|
132717
|
-
}
|
|
132718
|
-
},
|
|
132719
|
-
"allow_rebase_merge": {
|
|
132720
|
-
"type": "boolean"
|
|
132721
|
-
},
|
|
132722
|
-
"temp_clone_token": {
|
|
132723
|
-
"type": "string"
|
|
132724
|
-
},
|
|
132725
|
-
"allow_squash_merge": {
|
|
132726
|
-
"type": "boolean"
|
|
132727
|
-
},
|
|
132728
|
-
"allow_auto_merge": {
|
|
132729
|
-
"type": "boolean"
|
|
132730
|
-
},
|
|
132731
|
-
"delete_branch_on_merge": {
|
|
132732
|
-
"type": "boolean"
|
|
132733
|
-
},
|
|
132734
|
-
"allow_update_branch": {
|
|
132735
|
-
"type": "boolean"
|
|
132736
|
-
},
|
|
132737
|
-
"allow_merge_commit": {
|
|
132738
|
-
"type": "boolean"
|
|
132739
|
-
},
|
|
132740
|
-
"subscribers_count": {
|
|
132741
|
-
"type": "integer"
|
|
132742
|
-
},
|
|
132743
|
-
"network_count": {
|
|
132744
|
-
"type": "integer"
|
|
132745
|
-
}
|
|
132746
|
-
}
|
|
132747
|
-
},
|
|
132748
|
-
"temp_clone_token": {
|
|
132749
|
-
"type": "string"
|
|
132750
|
-
},
|
|
132751
|
-
"allow_squash_merge": {
|
|
132752
|
-
"description": "Whether to allow squash merges for pull requests.",
|
|
132753
|
-
"default": true,
|
|
132754
|
-
"type": "boolean",
|
|
132755
|
-
"example": true
|
|
132756
|
-
},
|
|
132757
|
-
"allow_auto_merge": {
|
|
132758
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
132759
|
-
"default": false,
|
|
132760
|
-
"type": "boolean",
|
|
132761
|
-
"example": false
|
|
132762
|
-
},
|
|
132763
|
-
"delete_branch_on_merge": {
|
|
132764
|
-
"description": "Whether to delete head branches when pull requests are merged",
|
|
132765
|
-
"default": false,
|
|
132766
|
-
"type": "boolean",
|
|
132767
|
-
"example": false
|
|
132768
|
-
},
|
|
132769
|
-
"allow_update_branch": {
|
|
132770
|
-
"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.",
|
|
132771
|
-
"default": false,
|
|
132772
|
-
"type": "boolean",
|
|
132773
|
-
"example": false
|
|
132774
|
-
},
|
|
132775
|
-
"allow_merge_commit": {
|
|
132776
|
-
"description": "Whether to allow merge commits for pull requests.",
|
|
132777
|
-
"default": true,
|
|
132778
|
-
"type": "boolean",
|
|
132779
|
-
"example": true
|
|
132780
|
-
},
|
|
132781
|
-
"allow_forking": {
|
|
132782
|
-
"description": "Whether to allow forking this repo",
|
|
132783
|
-
"type": "boolean"
|
|
132784
|
-
},
|
|
132785
|
-
"subscribers_count": {
|
|
132786
|
-
"type": "integer"
|
|
132787
|
-
},
|
|
132788
|
-
"network_count": {
|
|
132789
|
-
"type": "integer"
|
|
132790
|
-
},
|
|
132791
|
-
"open_issues": {
|
|
132792
|
-
"type": "integer"
|
|
132793
|
-
},
|
|
132794
|
-
"watchers": {
|
|
132795
|
-
"type": "integer"
|
|
132796
|
-
},
|
|
132797
|
-
"master_branch": {
|
|
132798
|
-
"type": "string"
|
|
132799
|
-
},
|
|
132800
|
-
"starred_at": {
|
|
132801
|
-
"type": "string",
|
|
132802
|
-
"example": "\"2020-07-09T00:17:42Z\""
|
|
132803
|
-
},
|
|
132804
|
-
"anonymous_access_enabled": {
|
|
132805
|
-
"type": "boolean",
|
|
132806
|
-
"description": "Whether anonymous git access is enabled for this repository"
|
|
132807
|
-
}
|
|
132808
|
-
},
|
|
132809
|
-
"required": [
|
|
132810
|
-
"archive_url",
|
|
132811
|
-
"assignees_url",
|
|
132812
|
-
"blobs_url",
|
|
132813
|
-
"branches_url",
|
|
132814
|
-
"collaborators_url",
|
|
132815
|
-
"comments_url",
|
|
132816
|
-
"commits_url",
|
|
132817
|
-
"compare_url",
|
|
132818
|
-
"contents_url",
|
|
132819
|
-
"contributors_url",
|
|
132820
|
-
"deployments_url",
|
|
132821
|
-
"description",
|
|
132822
|
-
"downloads_url",
|
|
132823
|
-
"events_url",
|
|
132824
|
-
"fork",
|
|
132825
|
-
"forks_url",
|
|
132826
|
-
"full_name",
|
|
132827
|
-
"git_commits_url",
|
|
132828
|
-
"git_refs_url",
|
|
132829
|
-
"git_tags_url",
|
|
132830
|
-
"hooks_url",
|
|
132831
|
-
"html_url",
|
|
132832
|
-
"id",
|
|
132833
|
-
"node_id",
|
|
132834
|
-
"issue_comment_url",
|
|
132835
|
-
"issue_events_url",
|
|
132836
|
-
"issues_url",
|
|
132837
|
-
"keys_url",
|
|
132838
|
-
"labels_url",
|
|
132839
|
-
"languages_url",
|
|
132840
|
-
"merges_url",
|
|
132841
|
-
"milestones_url",
|
|
132842
|
-
"name",
|
|
132843
|
-
"notifications_url",
|
|
132844
|
-
"owner",
|
|
132845
|
-
"private",
|
|
132846
|
-
"pulls_url",
|
|
132847
|
-
"releases_url",
|
|
132848
|
-
"stargazers_url",
|
|
132849
|
-
"statuses_url",
|
|
132850
|
-
"subscribers_url",
|
|
132851
|
-
"subscription_url",
|
|
132852
|
-
"tags_url",
|
|
132853
|
-
"teams_url",
|
|
132854
|
-
"trees_url",
|
|
132855
|
-
"url",
|
|
132856
|
-
"clone_url",
|
|
132857
|
-
"default_branch",
|
|
132858
|
-
"forks",
|
|
132859
|
-
"forks_count",
|
|
132860
|
-
"git_url",
|
|
132861
|
-
"has_downloads",
|
|
132862
|
-
"has_issues",
|
|
132863
|
-
"has_projects",
|
|
132864
|
-
"has_wiki",
|
|
132865
|
-
"has_pages",
|
|
132866
|
-
"homepage",
|
|
132867
|
-
"language",
|
|
132868
|
-
"archived",
|
|
132869
|
-
"disabled",
|
|
132870
|
-
"mirror_url",
|
|
132871
|
-
"open_issues",
|
|
132872
|
-
"open_issues_count",
|
|
132873
|
-
"license",
|
|
132874
|
-
"pushed_at",
|
|
132875
|
-
"size",
|
|
132876
|
-
"ssh_url",
|
|
132877
|
-
"stargazers_count",
|
|
132878
|
-
"svn_url",
|
|
132879
|
-
"watchers",
|
|
132880
|
-
"watchers_count",
|
|
132881
|
-
"created_at",
|
|
132882
|
-
"updated_at"
|
|
132883
|
-
]
|
|
132884
|
-
},
|
|
132885
|
-
"sha": {
|
|
132886
|
-
"type": "string"
|
|
132887
|
-
},
|
|
132888
|
-
"user": {
|
|
132889
|
-
"title": "Simple User",
|
|
132890
|
-
"description": "A GitHub user.",
|
|
132891
|
-
"type": "object",
|
|
132892
|
-
"properties": {
|
|
132893
|
-
"name": {
|
|
132894
|
-
"nullable": true,
|
|
132895
|
-
"type": "string"
|
|
132896
|
-
},
|
|
132897
|
-
"email": {
|
|
132898
|
-
"nullable": true,
|
|
132899
|
-
"type": "string"
|
|
132900
|
-
},
|
|
132901
|
-
"login": {
|
|
132902
|
-
"type": "string",
|
|
132903
|
-
"example": "octocat"
|
|
132904
|
-
},
|
|
132905
|
-
"id": {
|
|
132906
|
-
"type": "integer",
|
|
132907
|
-
"example": 1
|
|
132908
|
-
},
|
|
132909
|
-
"node_id": {
|
|
132910
|
-
"type": "string",
|
|
132911
|
-
"example": "MDQ6VXNlcjE="
|
|
132912
|
-
},
|
|
132913
|
-
"avatar_url": {
|
|
132914
|
-
"type": "string",
|
|
132915
|
-
"format": "uri",
|
|
132916
|
-
"example": "https://github.com/images/error/octocat_happy.gif"
|
|
132917
|
-
},
|
|
132918
|
-
"gravatar_id": {
|
|
132919
|
-
"type": "string",
|
|
132920
|
-
"example": "41d064eb2195891e12d0413f63227ea7",
|
|
132921
|
-
"nullable": true
|
|
132922
|
-
},
|
|
132923
|
-
"url": {
|
|
132924
|
-
"type": "string",
|
|
132925
|
-
"format": "uri",
|
|
132926
|
-
"example": "https://api.github.com/users/octocat"
|
|
132927
|
-
},
|
|
132928
|
-
"html_url": {
|
|
132929
|
-
"type": "string",
|
|
132930
|
-
"format": "uri",
|
|
132931
|
-
"example": "https://github.com/octocat"
|
|
132932
|
-
},
|
|
132933
|
-
"followers_url": {
|
|
132934
|
-
"type": "string",
|
|
132935
|
-
"format": "uri",
|
|
132936
|
-
"example": "https://api.github.com/users/octocat/followers"
|
|
132937
|
-
},
|
|
132938
|
-
"following_url": {
|
|
132939
|
-
"type": "string",
|
|
132940
|
-
"example": "https://api.github.com/users/octocat/following{/other_user}"
|
|
132941
|
-
},
|
|
132942
|
-
"gists_url": {
|
|
132943
|
-
"type": "string",
|
|
132944
|
-
"example": "https://api.github.com/users/octocat/gists{/gist_id}"
|
|
132945
|
-
},
|
|
132946
|
-
"starred_url": {
|
|
132947
|
-
"type": "string",
|
|
132948
|
-
"example": "https://api.github.com/users/octocat/starred{/owner}{/repo}"
|
|
132949
|
-
},
|
|
132950
|
-
"subscriptions_url": {
|
|
132951
|
-
"type": "string",
|
|
132952
|
-
"format": "uri",
|
|
132953
|
-
"example": "https://api.github.com/users/octocat/subscriptions"
|
|
132954
|
-
},
|
|
132955
|
-
"organizations_url": {
|
|
132956
|
-
"type": "string",
|
|
132957
|
-
"format": "uri",
|
|
132958
|
-
"example": "https://api.github.com/users/octocat/orgs"
|
|
132959
|
-
},
|
|
132960
|
-
"repos_url": {
|
|
132961
|
-
"type": "string",
|
|
132962
|
-
"format": "uri",
|
|
132963
|
-
"example": "https://api.github.com/users/octocat/repos"
|
|
132964
|
-
},
|
|
132965
|
-
"events_url": {
|
|
132966
|
-
"type": "string",
|
|
132967
|
-
"example": "https://api.github.com/users/octocat/events{/privacy}"
|
|
132968
|
-
},
|
|
132969
|
-
"received_events_url": {
|
|
132970
|
-
"type": "string",
|
|
132971
|
-
"format": "uri",
|
|
132972
|
-
"example": "https://api.github.com/users/octocat/received_events"
|
|
132973
|
-
},
|
|
132974
|
-
"type": {
|
|
132975
|
-
"type": "string",
|
|
132976
|
-
"example": "User"
|
|
132977
|
-
},
|
|
132978
|
-
"site_admin": {
|
|
132979
|
-
"type": "boolean"
|
|
132980
|
-
},
|
|
132981
|
-
"starred_at": {
|
|
132982
|
-
"type": "string",
|
|
132983
|
-
"example": "\"2020-07-09T00:17:55Z\""
|
|
132984
|
-
}
|
|
132985
|
-
},
|
|
132986
|
-
"required": [
|
|
132987
|
-
"avatar_url",
|
|
132988
|
-
"events_url",
|
|
132989
|
-
"followers_url",
|
|
132990
|
-
"following_url",
|
|
132991
|
-
"gists_url",
|
|
132992
|
-
"gravatar_id",
|
|
132993
|
-
"html_url",
|
|
132994
|
-
"id",
|
|
132995
|
-
"node_id",
|
|
132996
|
-
"login",
|
|
132997
|
-
"organizations_url",
|
|
132998
|
-
"received_events_url",
|
|
132999
|
-
"repos_url",
|
|
133000
|
-
"site_admin",
|
|
133001
|
-
"starred_url",
|
|
133002
|
-
"subscriptions_url",
|
|
133003
|
-
"type",
|
|
133004
|
-
"url"
|
|
133005
|
-
],
|
|
133006
|
-
"nullable": true
|
|
133007
|
-
}
|
|
133008
|
-
},
|
|
133009
|
-
"required": [
|
|
133010
|
-
"label",
|
|
133011
|
-
"ref",
|
|
133012
|
-
"repo",
|
|
133013
|
-
"sha",
|
|
133014
|
-
"user"
|
|
133015
|
-
]
|
|
133016
|
-
},
|
|
133017
|
-
"base": {
|
|
133018
|
-
"type": "object",
|
|
133019
|
-
"properties": {
|
|
133020
|
-
"label": {
|
|
133021
|
-
"type": "string"
|
|
133022
|
-
},
|
|
133023
|
-
"ref": {
|
|
133024
|
-
"type": "string"
|
|
133025
|
-
},
|
|
133026
|
-
"repo": {
|
|
133027
|
-
"title": "Repository",
|
|
133028
|
-
"description": "A repository on GitHub.",
|
|
133029
|
-
"type": "object",
|
|
133030
|
-
"properties": {
|
|
133031
|
-
"id": {
|
|
133032
|
-
"description": "Unique identifier of the repository",
|
|
133033
|
-
"example": 42,
|
|
133034
|
-
"type": "integer"
|
|
133035
|
-
},
|
|
133036
|
-
"node_id": {
|
|
133037
|
-
"type": "string",
|
|
133038
|
-
"example": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5"
|
|
133039
|
-
},
|
|
133040
|
-
"name": {
|
|
133041
|
-
"description": "The name of the repository.",
|
|
133042
|
-
"type": "string",
|
|
133043
|
-
"example": "Team Environment"
|
|
133044
|
-
},
|
|
133045
|
-
"full_name": {
|
|
133046
|
-
"type": "string",
|
|
133047
|
-
"example": "octocat/Hello-World"
|
|
133048
|
-
},
|
|
133049
|
-
"license": {
|
|
133050
|
-
"title": "License Simple",
|
|
133051
|
-
"description": "License Simple",
|
|
133052
|
-
"type": "object",
|
|
133053
|
-
"properties": {
|
|
133054
|
-
"key": {
|
|
133055
|
-
"type": "string",
|
|
133056
|
-
"example": "mit"
|
|
133057
|
-
},
|
|
133058
|
-
"name": {
|
|
133059
|
-
"type": "string",
|
|
133060
|
-
"example": "MIT License"
|
|
133061
|
-
},
|
|
133062
|
-
"url": {
|
|
133063
|
-
"type": "string",
|
|
133064
|
-
"nullable": true,
|
|
133065
|
-
"format": "uri",
|
|
133066
|
-
"example": "https://api.github.com/licenses/mit"
|
|
133067
|
-
},
|
|
133068
|
-
"spdx_id": {
|
|
133069
|
-
"type": "string",
|
|
133070
|
-
"nullable": true,
|
|
133071
|
-
"example": "MIT"
|
|
133072
|
-
},
|
|
133073
|
-
"node_id": {
|
|
133074
|
-
"type": "string",
|
|
133075
|
-
"example": "MDc6TGljZW5zZW1pdA=="
|
|
133076
|
-
},
|
|
133077
|
-
"html_url": {
|
|
133078
|
-
"type": "string",
|
|
133079
|
-
"format": "uri"
|
|
133080
|
-
}
|
|
133081
|
-
},
|
|
133082
|
-
"required": [
|
|
133083
|
-
"key",
|
|
133084
|
-
"name",
|
|
133085
|
-
"url",
|
|
133086
|
-
"spdx_id",
|
|
133087
|
-
"node_id"
|
|
133088
|
-
],
|
|
133089
|
-
"nullable": true
|
|
133090
|
-
},
|
|
133091
|
-
"organization": {
|
|
133092
|
-
"title": "Simple User",
|
|
133093
|
-
"description": "A GitHub user.",
|
|
133094
|
-
"type": "object",
|
|
133095
|
-
"properties": {
|
|
133096
|
-
"name": {
|
|
133097
|
-
"nullable": true,
|
|
133098
|
-
"type": "string"
|
|
133099
|
-
},
|
|
133100
|
-
"email": {
|
|
133101
|
-
"nullable": true,
|
|
133102
|
-
"type": "string"
|
|
133103
|
-
},
|
|
133104
|
-
"login": {
|
|
133105
|
-
"type": "string",
|
|
133106
|
-
"example": "octocat"
|
|
133107
|
-
},
|
|
133108
|
-
"id": {
|
|
133109
|
-
"type": "integer",
|
|
133110
|
-
"example": 1
|
|
133111
|
-
},
|
|
133112
|
-
"node_id": {
|
|
133113
|
-
"type": "string",
|
|
133114
|
-
"example": "MDQ6VXNlcjE="
|
|
133115
|
-
},
|
|
133116
|
-
"avatar_url": {
|
|
133117
|
-
"type": "string",
|
|
133118
|
-
"format": "uri",
|
|
133119
|
-
"example": "https://github.com/images/error/octocat_happy.gif"
|
|
133120
|
-
},
|
|
133121
|
-
"gravatar_id": {
|
|
133122
|
-
"type": "string",
|
|
133123
|
-
"example": "41d064eb2195891e12d0413f63227ea7",
|
|
133124
|
-
"nullable": true
|
|
133125
|
-
},
|
|
133126
|
-
"url": {
|
|
133127
|
-
"type": "string",
|
|
133128
|
-
"format": "uri",
|
|
133129
|
-
"example": "https://api.github.com/users/octocat"
|
|
133130
|
-
},
|
|
133131
|
-
"html_url": {
|
|
133132
|
-
"type": "string",
|
|
133133
|
-
"format": "uri",
|
|
133134
|
-
"example": "https://github.com/octocat"
|
|
133135
|
-
},
|
|
133136
|
-
"followers_url": {
|
|
133137
|
-
"type": "string",
|
|
133138
|
-
"format": "uri",
|
|
133139
|
-
"example": "https://api.github.com/users/octocat/followers"
|
|
133140
|
-
},
|
|
133141
|
-
"following_url": {
|
|
133142
|
-
"type": "string",
|
|
133143
|
-
"example": "https://api.github.com/users/octocat/following{/other_user}"
|
|
133144
|
-
},
|
|
133145
|
-
"gists_url": {
|
|
133146
|
-
"type": "string",
|
|
133147
|
-
"example": "https://api.github.com/users/octocat/gists{/gist_id}"
|
|
133148
|
-
},
|
|
133149
|
-
"starred_url": {
|
|
133150
|
-
"type": "string",
|
|
133151
|
-
"example": "https://api.github.com/users/octocat/starred{/owner}{/repo}"
|
|
133152
|
-
},
|
|
133153
|
-
"subscriptions_url": {
|
|
133154
|
-
"type": "string",
|
|
133155
|
-
"format": "uri",
|
|
133156
|
-
"example": "https://api.github.com/users/octocat/subscriptions"
|
|
133157
|
-
},
|
|
133158
|
-
"organizations_url": {
|
|
133159
|
-
"type": "string",
|
|
133160
|
-
"format": "uri",
|
|
133161
|
-
"example": "https://api.github.com/users/octocat/orgs"
|
|
133162
|
-
},
|
|
133163
|
-
"repos_url": {
|
|
133164
|
-
"type": "string",
|
|
133165
|
-
"format": "uri",
|
|
133166
|
-
"example": "https://api.github.com/users/octocat/repos"
|
|
133167
|
-
},
|
|
133168
|
-
"events_url": {
|
|
133169
|
-
"type": "string",
|
|
133170
|
-
"example": "https://api.github.com/users/octocat/events{/privacy}"
|
|
133171
|
-
},
|
|
133172
|
-
"received_events_url": {
|
|
133173
|
-
"type": "string",
|
|
133174
|
-
"format": "uri",
|
|
133175
|
-
"example": "https://api.github.com/users/octocat/received_events"
|
|
133176
|
-
},
|
|
133177
|
-
"type": {
|
|
133178
|
-
"type": "string",
|
|
133179
|
-
"example": "User"
|
|
133180
|
-
},
|
|
133181
|
-
"site_admin": {
|
|
133182
|
-
"type": "boolean"
|
|
133183
|
-
},
|
|
133184
|
-
"starred_at": {
|
|
133185
|
-
"type": "string",
|
|
133186
|
-
"example": "\"2020-07-09T00:17:55Z\""
|
|
133187
|
-
}
|
|
133188
|
-
},
|
|
133189
|
-
"required": [
|
|
133190
|
-
"avatar_url",
|
|
133191
|
-
"events_url",
|
|
133192
|
-
"followers_url",
|
|
133193
|
-
"following_url",
|
|
133194
|
-
"gists_url",
|
|
133195
|
-
"gravatar_id",
|
|
133196
|
-
"html_url",
|
|
133197
|
-
"id",
|
|
133198
|
-
"node_id",
|
|
133199
|
-
"login",
|
|
133200
|
-
"organizations_url",
|
|
133201
|
-
"received_events_url",
|
|
133202
|
-
"repos_url",
|
|
133203
|
-
"site_admin",
|
|
133204
|
-
"starred_url",
|
|
133205
|
-
"subscriptions_url",
|
|
133206
|
-
"type",
|
|
133207
|
-
"url"
|
|
133208
|
-
],
|
|
133209
|
-
"nullable": true
|
|
133210
|
-
},
|
|
133211
|
-
"forks": {
|
|
133212
|
-
"type": "integer"
|
|
133213
|
-
},
|
|
133214
|
-
"permissions": {
|
|
133215
|
-
"type": "object",
|
|
133216
|
-
"properties": {
|
|
133217
|
-
"admin": {
|
|
133218
|
-
"type": "boolean"
|
|
133219
|
-
},
|
|
133220
|
-
"pull": {
|
|
133221
|
-
"type": "boolean"
|
|
133222
|
-
},
|
|
133223
|
-
"triage": {
|
|
133224
|
-
"type": "boolean"
|
|
133225
|
-
},
|
|
133226
|
-
"push": {
|
|
133227
|
-
"type": "boolean"
|
|
133228
|
-
},
|
|
133229
|
-
"maintain": {
|
|
133230
|
-
"type": "boolean"
|
|
133231
|
-
}
|
|
133232
|
-
},
|
|
133233
|
-
"required": [
|
|
133234
|
-
"admin",
|
|
133235
|
-
"pull",
|
|
133236
|
-
"push"
|
|
133237
|
-
]
|
|
133238
|
-
},
|
|
133239
|
-
"owner": {
|
|
133240
|
-
"title": "Simple User",
|
|
133241
|
-
"description": "A GitHub user.",
|
|
133242
|
-
"type": "object",
|
|
133243
|
-
"properties": {
|
|
133244
|
-
"name": {
|
|
133245
|
-
"nullable": true,
|
|
133246
|
-
"type": "string"
|
|
133247
|
-
},
|
|
133248
|
-
"email": {
|
|
133249
|
-
"nullable": true,
|
|
133250
|
-
"type": "string"
|
|
133251
|
-
},
|
|
133252
|
-
"login": {
|
|
133253
|
-
"type": "string",
|
|
133254
|
-
"example": "octocat"
|
|
133255
|
-
},
|
|
133256
|
-
"id": {
|
|
133257
|
-
"type": "integer",
|
|
133258
|
-
"example": 1
|
|
133259
|
-
},
|
|
133260
|
-
"node_id": {
|
|
133261
|
-
"type": "string",
|
|
133262
|
-
"example": "MDQ6VXNlcjE="
|
|
133263
|
-
},
|
|
133264
|
-
"avatar_url": {
|
|
133265
|
-
"type": "string",
|
|
133266
|
-
"format": "uri",
|
|
133267
|
-
"example": "https://github.com/images/error/octocat_happy.gif"
|
|
133268
|
-
},
|
|
133269
|
-
"gravatar_id": {
|
|
133270
|
-
"type": "string",
|
|
133271
|
-
"example": "41d064eb2195891e12d0413f63227ea7",
|
|
133272
|
-
"nullable": true
|
|
133273
|
-
},
|
|
133274
|
-
"url": {
|
|
133275
|
-
"type": "string",
|
|
133276
|
-
"format": "uri",
|
|
133277
|
-
"example": "https://api.github.com/users/octocat"
|
|
133278
|
-
},
|
|
133279
|
-
"html_url": {
|
|
133280
|
-
"type": "string",
|
|
133281
|
-
"format": "uri",
|
|
133282
|
-
"example": "https://github.com/octocat"
|
|
133283
|
-
},
|
|
133284
|
-
"followers_url": {
|
|
133285
|
-
"type": "string",
|
|
133286
|
-
"format": "uri",
|
|
133287
|
-
"example": "https://api.github.com/users/octocat/followers"
|
|
133288
|
-
},
|
|
133289
|
-
"following_url": {
|
|
133290
|
-
"type": "string",
|
|
133291
|
-
"example": "https://api.github.com/users/octocat/following{/other_user}"
|
|
133292
|
-
},
|
|
133293
|
-
"gists_url": {
|
|
133294
|
-
"type": "string",
|
|
133295
|
-
"example": "https://api.github.com/users/octocat/gists{/gist_id}"
|
|
133296
|
-
},
|
|
133297
|
-
"starred_url": {
|
|
133298
|
-
"type": "string",
|
|
133299
|
-
"example": "https://api.github.com/users/octocat/starred{/owner}{/repo}"
|
|
133300
|
-
},
|
|
133301
|
-
"subscriptions_url": {
|
|
133302
|
-
"type": "string",
|
|
133303
|
-
"format": "uri",
|
|
133304
|
-
"example": "https://api.github.com/users/octocat/subscriptions"
|
|
133305
|
-
},
|
|
133306
|
-
"organizations_url": {
|
|
133307
|
-
"type": "string",
|
|
133308
|
-
"format": "uri",
|
|
133309
|
-
"example": "https://api.github.com/users/octocat/orgs"
|
|
133310
|
-
},
|
|
133311
|
-
"repos_url": {
|
|
133312
|
-
"type": "string",
|
|
133313
|
-
"format": "uri",
|
|
133314
|
-
"example": "https://api.github.com/users/octocat/repos"
|
|
133315
|
-
},
|
|
133316
|
-
"events_url": {
|
|
133317
|
-
"type": "string",
|
|
133318
|
-
"example": "https://api.github.com/users/octocat/events{/privacy}"
|
|
133319
|
-
},
|
|
133320
|
-
"received_events_url": {
|
|
133321
|
-
"type": "string",
|
|
133322
|
-
"format": "uri",
|
|
133323
|
-
"example": "https://api.github.com/users/octocat/received_events"
|
|
133324
|
-
},
|
|
133325
|
-
"type": {
|
|
133326
|
-
"type": "string",
|
|
133327
|
-
"example": "User"
|
|
133328
|
-
},
|
|
133329
|
-
"site_admin": {
|
|
133330
|
-
"type": "boolean"
|
|
133331
|
-
},
|
|
133332
|
-
"starred_at": {
|
|
133333
|
-
"type": "string",
|
|
133334
|
-
"example": "\"2020-07-09T00:17:55Z\""
|
|
133335
|
-
}
|
|
133336
|
-
},
|
|
133337
|
-
"required": [
|
|
133338
|
-
"avatar_url",
|
|
133339
|
-
"events_url",
|
|
133340
|
-
"followers_url",
|
|
133341
|
-
"following_url",
|
|
133342
|
-
"gists_url",
|
|
133343
|
-
"gravatar_id",
|
|
133344
|
-
"html_url",
|
|
133345
|
-
"id",
|
|
133346
|
-
"node_id",
|
|
133347
|
-
"login",
|
|
133348
|
-
"organizations_url",
|
|
133349
|
-
"received_events_url",
|
|
133350
|
-
"repos_url",
|
|
133351
|
-
"site_admin",
|
|
133352
|
-
"starred_url",
|
|
133353
|
-
"subscriptions_url",
|
|
133354
|
-
"type",
|
|
133355
|
-
"url"
|
|
133356
|
-
]
|
|
133357
|
-
},
|
|
133358
|
-
"private": {
|
|
133359
|
-
"description": "Whether the repository is private or public.",
|
|
133360
|
-
"default": false,
|
|
133361
|
-
"type": "boolean"
|
|
133362
|
-
},
|
|
133363
|
-
"html_url": {
|
|
133364
|
-
"type": "string",
|
|
133365
|
-
"format": "uri",
|
|
133366
|
-
"example": "https://github.com/octocat/Hello-World"
|
|
133367
|
-
},
|
|
133368
|
-
"description": {
|
|
133369
|
-
"type": "string",
|
|
133370
|
-
"example": "This your first repo!",
|
|
133371
|
-
"nullable": true
|
|
133372
|
-
},
|
|
133373
|
-
"fork": {
|
|
133374
|
-
"type": "boolean"
|
|
133375
|
-
},
|
|
133376
|
-
"url": {
|
|
133377
|
-
"type": "string",
|
|
133378
|
-
"format": "uri",
|
|
133379
|
-
"example": "https://api.github.com/repos/octocat/Hello-World"
|
|
133380
|
-
},
|
|
133381
|
-
"archive_url": {
|
|
133382
|
-
"type": "string",
|
|
133383
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}"
|
|
133384
|
-
},
|
|
133385
|
-
"assignees_url": {
|
|
133386
|
-
"type": "string",
|
|
133387
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/assignees{/user}"
|
|
133388
|
-
},
|
|
133389
|
-
"blobs_url": {
|
|
133390
|
-
"type": "string",
|
|
133391
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}"
|
|
133392
|
-
},
|
|
133393
|
-
"branches_url": {
|
|
133394
|
-
"type": "string",
|
|
133395
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/branches{/branch}"
|
|
133396
|
-
},
|
|
133397
|
-
"collaborators_url": {
|
|
133398
|
-
"type": "string",
|
|
133399
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}"
|
|
133400
|
-
},
|
|
133401
|
-
"comments_url": {
|
|
133402
|
-
"type": "string",
|
|
133403
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/comments{/number}"
|
|
133404
|
-
},
|
|
133405
|
-
"commits_url": {
|
|
133406
|
-
"type": "string",
|
|
133407
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/commits{/sha}"
|
|
133408
|
-
},
|
|
133409
|
-
"compare_url": {
|
|
133410
|
-
"type": "string",
|
|
133411
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}"
|
|
133412
|
-
},
|
|
133413
|
-
"contents_url": {
|
|
133414
|
-
"type": "string",
|
|
133415
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/contents/{+path}"
|
|
133416
|
-
},
|
|
133417
|
-
"contributors_url": {
|
|
133418
|
-
"type": "string",
|
|
133419
|
-
"format": "uri",
|
|
133420
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/contributors"
|
|
133421
|
-
},
|
|
133422
|
-
"deployments_url": {
|
|
133423
|
-
"type": "string",
|
|
133424
|
-
"format": "uri",
|
|
133425
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/deployments"
|
|
133426
|
-
},
|
|
133427
|
-
"downloads_url": {
|
|
133428
|
-
"type": "string",
|
|
133429
|
-
"format": "uri",
|
|
133430
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/downloads"
|
|
133431
|
-
},
|
|
133432
|
-
"events_url": {
|
|
133433
|
-
"type": "string",
|
|
133434
|
-
"format": "uri",
|
|
133435
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/events"
|
|
133436
|
-
},
|
|
133437
|
-
"forks_url": {
|
|
133438
|
-
"type": "string",
|
|
133439
|
-
"format": "uri",
|
|
133440
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/forks"
|
|
133441
|
-
},
|
|
133442
|
-
"git_commits_url": {
|
|
133443
|
-
"type": "string",
|
|
133444
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}"
|
|
133445
|
-
},
|
|
133446
|
-
"git_refs_url": {
|
|
133447
|
-
"type": "string",
|
|
133448
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}"
|
|
133449
|
-
},
|
|
133450
|
-
"git_tags_url": {
|
|
133451
|
-
"type": "string",
|
|
133452
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}"
|
|
133453
|
-
},
|
|
133454
|
-
"git_url": {
|
|
133455
|
-
"type": "string",
|
|
133456
|
-
"example": "git:github.com/octocat/Hello-World.git"
|
|
133457
|
-
},
|
|
133458
|
-
"issue_comment_url": {
|
|
133459
|
-
"type": "string",
|
|
133460
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}"
|
|
133461
|
-
},
|
|
133462
|
-
"issue_events_url": {
|
|
133463
|
-
"type": "string",
|
|
133464
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}"
|
|
133465
|
-
},
|
|
133466
|
-
"issues_url": {
|
|
133467
|
-
"type": "string",
|
|
133468
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/issues{/number}"
|
|
133469
|
-
},
|
|
133470
|
-
"keys_url": {
|
|
133471
|
-
"type": "string",
|
|
133472
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}"
|
|
133473
|
-
},
|
|
133474
|
-
"labels_url": {
|
|
133475
|
-
"type": "string",
|
|
133476
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/labels{/name}"
|
|
133477
|
-
},
|
|
133478
|
-
"languages_url": {
|
|
133479
|
-
"type": "string",
|
|
133480
|
-
"format": "uri",
|
|
133481
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/languages"
|
|
133482
|
-
},
|
|
133483
|
-
"merges_url": {
|
|
133484
|
-
"type": "string",
|
|
133485
|
-
"format": "uri",
|
|
133486
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/merges"
|
|
133487
|
-
},
|
|
133488
|
-
"milestones_url": {
|
|
133489
|
-
"type": "string",
|
|
133490
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/milestones{/number}"
|
|
133491
|
-
},
|
|
133492
|
-
"notifications_url": {
|
|
133493
|
-
"type": "string",
|
|
133494
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}"
|
|
133495
|
-
},
|
|
133496
|
-
"pulls_url": {
|
|
133497
|
-
"type": "string",
|
|
133498
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/pulls{/number}"
|
|
133499
|
-
},
|
|
133500
|
-
"releases_url": {
|
|
133501
|
-
"type": "string",
|
|
133502
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/releases{/id}"
|
|
133503
|
-
},
|
|
133504
|
-
"ssh_url": {
|
|
133505
|
-
"type": "string",
|
|
133506
|
-
"example": "git@github.com:octocat/Hello-World.git"
|
|
133507
|
-
},
|
|
133508
|
-
"stargazers_url": {
|
|
133509
|
-
"type": "string",
|
|
133510
|
-
"format": "uri",
|
|
133511
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/stargazers"
|
|
133512
|
-
},
|
|
133513
|
-
"statuses_url": {
|
|
133514
|
-
"type": "string",
|
|
133515
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}"
|
|
133516
|
-
},
|
|
133517
|
-
"subscribers_url": {
|
|
133518
|
-
"type": "string",
|
|
133519
|
-
"format": "uri",
|
|
133520
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/subscribers"
|
|
133521
|
-
},
|
|
133522
|
-
"subscription_url": {
|
|
133523
|
-
"type": "string",
|
|
133524
|
-
"format": "uri",
|
|
133525
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/subscription"
|
|
133526
|
-
},
|
|
133527
|
-
"tags_url": {
|
|
133528
|
-
"type": "string",
|
|
133529
|
-
"format": "uri",
|
|
133530
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/tags"
|
|
133531
|
-
},
|
|
133532
|
-
"teams_url": {
|
|
133533
|
-
"type": "string",
|
|
133534
|
-
"format": "uri",
|
|
133535
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/teams"
|
|
133536
|
-
},
|
|
133537
|
-
"trees_url": {
|
|
133538
|
-
"type": "string",
|
|
133539
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}"
|
|
133540
|
-
},
|
|
133541
|
-
"clone_url": {
|
|
133542
|
-
"type": "string",
|
|
133543
|
-
"example": "https://github.com/octocat/Hello-World.git"
|
|
133544
|
-
},
|
|
133545
|
-
"mirror_url": {
|
|
133546
|
-
"type": "string",
|
|
133547
|
-
"format": "uri",
|
|
133548
|
-
"example": "git:git.example.com/octocat/Hello-World",
|
|
133549
|
-
"nullable": true
|
|
133550
|
-
},
|
|
133551
|
-
"hooks_url": {
|
|
133552
|
-
"type": "string",
|
|
133553
|
-
"format": "uri",
|
|
133554
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/hooks"
|
|
133555
|
-
},
|
|
133556
|
-
"svn_url": {
|
|
133557
|
-
"type": "string",
|
|
133558
|
-
"format": "uri",
|
|
133559
|
-
"example": "https://svn.github.com/octocat/Hello-World"
|
|
133560
|
-
},
|
|
133561
|
-
"homepage": {
|
|
133562
|
-
"type": "string",
|
|
133563
|
-
"format": "uri",
|
|
133564
|
-
"example": "https://github.com",
|
|
133565
|
-
"nullable": true
|
|
133566
|
-
},
|
|
133567
|
-
"language": {
|
|
133568
|
-
"type": "string",
|
|
133569
|
-
"nullable": true
|
|
133570
|
-
},
|
|
133571
|
-
"forks_count": {
|
|
133572
|
-
"type": "integer",
|
|
133573
|
-
"example": 9
|
|
133574
|
-
},
|
|
133575
|
-
"stargazers_count": {
|
|
133576
|
-
"type": "integer",
|
|
133577
|
-
"example": 80
|
|
133578
|
-
},
|
|
133579
|
-
"watchers_count": {
|
|
133580
|
-
"type": "integer",
|
|
133581
|
-
"example": 80
|
|
133582
|
-
},
|
|
133583
|
-
"size": {
|
|
133584
|
-
"description": "The size of the repository. Size is calculated hourly. When a repository is initially created, the size is 0.",
|
|
133585
|
-
"type": "integer",
|
|
133586
|
-
"example": 108
|
|
133587
|
-
},
|
|
133588
|
-
"default_branch": {
|
|
133589
|
-
"description": "The default branch of the repository.",
|
|
133590
|
-
"type": "string",
|
|
133591
|
-
"example": "master"
|
|
133592
|
-
},
|
|
133593
|
-
"open_issues_count": {
|
|
133594
|
-
"type": "integer",
|
|
133595
|
-
"example": 0
|
|
133596
|
-
},
|
|
133597
|
-
"is_template": {
|
|
133598
|
-
"description": "Whether this repository acts as a template that can be used to generate new repositories.",
|
|
133599
|
-
"default": false,
|
|
133600
|
-
"type": "boolean",
|
|
133601
|
-
"example": true
|
|
133602
|
-
},
|
|
133603
|
-
"topics": {
|
|
133604
|
-
"type": "array",
|
|
133605
|
-
"items": {
|
|
133606
|
-
"type": "string"
|
|
133607
|
-
}
|
|
133608
|
-
},
|
|
133609
|
-
"has_issues": {
|
|
133610
|
-
"description": "Whether issues are enabled.",
|
|
133611
|
-
"default": true,
|
|
133612
|
-
"type": "boolean",
|
|
133613
|
-
"example": true
|
|
133614
|
-
},
|
|
133615
|
-
"has_projects": {
|
|
133616
|
-
"description": "Whether projects are enabled.",
|
|
133617
|
-
"default": true,
|
|
133618
|
-
"type": "boolean",
|
|
133619
|
-
"example": true
|
|
133620
|
-
},
|
|
133621
|
-
"has_wiki": {
|
|
133622
|
-
"description": "Whether the wiki is enabled.",
|
|
133623
|
-
"default": true,
|
|
133624
|
-
"type": "boolean",
|
|
133625
|
-
"example": true
|
|
133626
|
-
},
|
|
133627
|
-
"has_pages": {
|
|
133628
|
-
"type": "boolean"
|
|
133629
|
-
},
|
|
133630
|
-
"has_downloads": {
|
|
133631
|
-
"description": "Whether downloads are enabled.",
|
|
133632
|
-
"default": true,
|
|
133633
|
-
"type": "boolean",
|
|
133634
|
-
"example": true
|
|
133635
|
-
},
|
|
133636
|
-
"archived": {
|
|
133637
|
-
"description": "Whether the repository is archived.",
|
|
133638
|
-
"default": false,
|
|
133639
|
-
"type": "boolean"
|
|
133640
|
-
},
|
|
133641
|
-
"disabled": {
|
|
133642
|
-
"type": "boolean",
|
|
133643
|
-
"description": "Returns whether or not this repository disabled."
|
|
133644
|
-
},
|
|
133645
|
-
"visibility": {
|
|
133646
|
-
"description": "The repository visibility: public, private, or internal.",
|
|
133647
|
-
"default": "public",
|
|
133648
|
-
"type": "string"
|
|
133649
|
-
},
|
|
133650
|
-
"pushed_at": {
|
|
133651
|
-
"type": "string",
|
|
133652
|
-
"format": "date-time",
|
|
133653
|
-
"example": "2011-01-26T19:06:43Z",
|
|
133654
|
-
"nullable": true
|
|
133655
|
-
},
|
|
133656
|
-
"created_at": {
|
|
133657
|
-
"type": "string",
|
|
133658
|
-
"format": "date-time",
|
|
133659
|
-
"example": "2011-01-26T19:01:12Z",
|
|
133660
|
-
"nullable": true
|
|
133661
|
-
},
|
|
133662
|
-
"updated_at": {
|
|
133663
|
-
"type": "string",
|
|
133664
|
-
"format": "date-time",
|
|
133665
|
-
"example": "2011-01-26T19:14:43Z",
|
|
133666
|
-
"nullable": true
|
|
133667
|
-
},
|
|
133668
|
-
"allow_rebase_merge": {
|
|
133669
|
-
"description": "Whether to allow rebase merges for pull requests.",
|
|
133670
|
-
"default": true,
|
|
133671
|
-
"type": "boolean",
|
|
133672
|
-
"example": true
|
|
133673
|
-
},
|
|
133674
|
-
"template_repository": {
|
|
133675
|
-
"nullable": true,
|
|
133676
|
-
"type": "object",
|
|
133677
|
-
"properties": {
|
|
133678
|
-
"id": {
|
|
133679
|
-
"type": "integer"
|
|
133680
|
-
},
|
|
133681
|
-
"node_id": {
|
|
133682
|
-
"type": "string"
|
|
133683
|
-
},
|
|
133684
|
-
"name": {
|
|
133685
|
-
"type": "string"
|
|
133686
|
-
},
|
|
133687
|
-
"full_name": {
|
|
133688
|
-
"type": "string"
|
|
133689
|
-
},
|
|
133690
|
-
"owner": {
|
|
133691
|
-
"type": "object",
|
|
133692
|
-
"properties": {
|
|
133693
|
-
"login": {
|
|
133694
|
-
"type": "string"
|
|
133695
|
-
},
|
|
133696
|
-
"id": {
|
|
133697
|
-
"type": "integer"
|
|
133698
|
-
},
|
|
133699
|
-
"node_id": {
|
|
133700
|
-
"type": "string"
|
|
133701
|
-
},
|
|
133702
|
-
"avatar_url": {
|
|
133703
|
-
"type": "string"
|
|
133704
|
-
},
|
|
133705
|
-
"gravatar_id": {
|
|
133706
|
-
"type": "string"
|
|
133707
|
-
},
|
|
133708
|
-
"url": {
|
|
133709
|
-
"type": "string"
|
|
133710
|
-
},
|
|
133711
|
-
"html_url": {
|
|
133712
|
-
"type": "string"
|
|
133713
|
-
},
|
|
133714
|
-
"followers_url": {
|
|
133715
|
-
"type": "string"
|
|
133716
|
-
},
|
|
133717
|
-
"following_url": {
|
|
133718
|
-
"type": "string"
|
|
133719
|
-
},
|
|
133720
|
-
"gists_url": {
|
|
133721
|
-
"type": "string"
|
|
133722
|
-
},
|
|
133723
|
-
"starred_url": {
|
|
133724
|
-
"type": "string"
|
|
133725
|
-
},
|
|
133726
|
-
"subscriptions_url": {
|
|
133727
|
-
"type": "string"
|
|
133728
|
-
},
|
|
133729
|
-
"organizations_url": {
|
|
133730
|
-
"type": "string"
|
|
133731
|
-
},
|
|
133732
|
-
"repos_url": {
|
|
133733
|
-
"type": "string"
|
|
133734
|
-
},
|
|
133735
|
-
"events_url": {
|
|
133736
|
-
"type": "string"
|
|
133737
|
-
},
|
|
133738
|
-
"received_events_url": {
|
|
133739
|
-
"type": "string"
|
|
133740
|
-
},
|
|
133741
|
-
"type": {
|
|
133742
|
-
"type": "string"
|
|
133743
|
-
},
|
|
133744
|
-
"site_admin": {
|
|
133745
|
-
"type": "boolean"
|
|
133746
|
-
}
|
|
133747
|
-
}
|
|
133748
|
-
},
|
|
133749
|
-
"private": {
|
|
133750
|
-
"type": "boolean"
|
|
133751
|
-
},
|
|
133752
|
-
"html_url": {
|
|
133753
|
-
"type": "string"
|
|
133754
|
-
},
|
|
133755
|
-
"description": {
|
|
133756
|
-
"type": "string"
|
|
133757
|
-
},
|
|
133758
|
-
"fork": {
|
|
133759
|
-
"type": "boolean"
|
|
133760
|
-
},
|
|
133761
|
-
"url": {
|
|
133762
|
-
"type": "string"
|
|
133763
|
-
},
|
|
133764
|
-
"archive_url": {
|
|
133765
|
-
"type": "string"
|
|
133766
|
-
},
|
|
133767
|
-
"assignees_url": {
|
|
133768
|
-
"type": "string"
|
|
133769
|
-
},
|
|
133770
|
-
"blobs_url": {
|
|
133771
|
-
"type": "string"
|
|
133772
|
-
},
|
|
133773
|
-
"branches_url": {
|
|
133774
|
-
"type": "string"
|
|
133775
|
-
},
|
|
133776
|
-
"collaborators_url": {
|
|
133777
|
-
"type": "string"
|
|
133778
|
-
},
|
|
133779
|
-
"comments_url": {
|
|
133780
|
-
"type": "string"
|
|
133781
|
-
},
|
|
133782
|
-
"commits_url": {
|
|
133783
|
-
"type": "string"
|
|
133784
|
-
},
|
|
133785
|
-
"compare_url": {
|
|
133786
|
-
"type": "string"
|
|
133787
|
-
},
|
|
133788
|
-
"contents_url": {
|
|
133789
|
-
"type": "string"
|
|
133790
|
-
},
|
|
133791
|
-
"contributors_url": {
|
|
133792
|
-
"type": "string"
|
|
133793
|
-
},
|
|
133794
|
-
"deployments_url": {
|
|
133795
|
-
"type": "string"
|
|
133796
|
-
},
|
|
133797
|
-
"downloads_url": {
|
|
133798
|
-
"type": "string"
|
|
133799
|
-
},
|
|
133800
|
-
"events_url": {
|
|
133801
|
-
"type": "string"
|
|
133802
|
-
},
|
|
133803
|
-
"forks_url": {
|
|
133804
|
-
"type": "string"
|
|
133805
|
-
},
|
|
133806
|
-
"git_commits_url": {
|
|
133807
|
-
"type": "string"
|
|
133808
|
-
},
|
|
133809
|
-
"git_refs_url": {
|
|
133810
|
-
"type": "string"
|
|
133811
|
-
},
|
|
133812
|
-
"git_tags_url": {
|
|
133813
|
-
"type": "string"
|
|
133814
|
-
},
|
|
133815
|
-
"git_url": {
|
|
133816
|
-
"type": "string"
|
|
133817
|
-
},
|
|
133818
|
-
"issue_comment_url": {
|
|
133819
|
-
"type": "string"
|
|
133820
|
-
},
|
|
133821
|
-
"issue_events_url": {
|
|
133822
|
-
"type": "string"
|
|
133823
|
-
},
|
|
133824
|
-
"issues_url": {
|
|
133825
|
-
"type": "string"
|
|
133826
|
-
},
|
|
133827
|
-
"keys_url": {
|
|
133828
|
-
"type": "string"
|
|
133829
|
-
},
|
|
133830
|
-
"labels_url": {
|
|
133831
|
-
"type": "string"
|
|
133832
|
-
},
|
|
133833
|
-
"languages_url": {
|
|
133834
|
-
"type": "string"
|
|
133835
|
-
},
|
|
133836
|
-
"merges_url": {
|
|
133837
|
-
"type": "string"
|
|
133838
|
-
},
|
|
133839
|
-
"milestones_url": {
|
|
133840
|
-
"type": "string"
|
|
133841
|
-
},
|
|
133842
|
-
"notifications_url": {
|
|
133843
|
-
"type": "string"
|
|
133844
|
-
},
|
|
133845
|
-
"pulls_url": {
|
|
133846
|
-
"type": "string"
|
|
133847
|
-
},
|
|
133848
|
-
"releases_url": {
|
|
133849
|
-
"type": "string"
|
|
133850
|
-
},
|
|
133851
|
-
"ssh_url": {
|
|
133852
|
-
"type": "string"
|
|
133853
|
-
},
|
|
133854
|
-
"stargazers_url": {
|
|
133855
|
-
"type": "string"
|
|
133856
|
-
},
|
|
133857
|
-
"statuses_url": {
|
|
133858
|
-
"type": "string"
|
|
133859
|
-
},
|
|
133860
|
-
"subscribers_url": {
|
|
133861
|
-
"type": "string"
|
|
133862
|
-
},
|
|
133863
|
-
"subscription_url": {
|
|
133864
|
-
"type": "string"
|
|
133865
|
-
},
|
|
133866
|
-
"tags_url": {
|
|
133867
|
-
"type": "string"
|
|
133868
|
-
},
|
|
133869
|
-
"teams_url": {
|
|
133870
|
-
"type": "string"
|
|
133871
|
-
},
|
|
133872
|
-
"trees_url": {
|
|
133873
|
-
"type": "string"
|
|
133874
|
-
},
|
|
133875
|
-
"clone_url": {
|
|
133876
|
-
"type": "string"
|
|
133877
|
-
},
|
|
133878
|
-
"mirror_url": {
|
|
133879
|
-
"type": "string"
|
|
133880
|
-
},
|
|
133881
|
-
"hooks_url": {
|
|
133882
|
-
"type": "string"
|
|
133883
|
-
},
|
|
133884
|
-
"svn_url": {
|
|
133885
|
-
"type": "string"
|
|
133886
|
-
},
|
|
133887
|
-
"homepage": {
|
|
133888
|
-
"type": "string"
|
|
133889
|
-
},
|
|
133890
|
-
"language": {
|
|
133891
|
-
"type": "string"
|
|
133892
|
-
},
|
|
133893
|
-
"forks_count": {
|
|
133894
|
-
"type": "integer"
|
|
133895
|
-
},
|
|
133896
|
-
"stargazers_count": {
|
|
133897
|
-
"type": "integer"
|
|
133898
|
-
},
|
|
133899
|
-
"watchers_count": {
|
|
133900
|
-
"type": "integer"
|
|
133901
|
-
},
|
|
133902
|
-
"size": {
|
|
133903
|
-
"type": "integer"
|
|
133904
|
-
},
|
|
133905
|
-
"default_branch": {
|
|
133906
|
-
"type": "string"
|
|
133907
|
-
},
|
|
133908
|
-
"open_issues_count": {
|
|
133909
|
-
"type": "integer"
|
|
133910
|
-
},
|
|
133911
|
-
"is_template": {
|
|
133912
|
-
"type": "boolean"
|
|
133913
|
-
},
|
|
133914
|
-
"topics": {
|
|
133915
|
-
"type": "array",
|
|
133916
|
-
"items": {
|
|
133917
|
-
"type": "string"
|
|
133918
|
-
}
|
|
133919
|
-
},
|
|
133920
|
-
"has_issues": {
|
|
133921
|
-
"type": "boolean"
|
|
133922
|
-
},
|
|
133923
|
-
"has_projects": {
|
|
133924
|
-
"type": "boolean"
|
|
133925
|
-
},
|
|
133926
|
-
"has_wiki": {
|
|
133927
|
-
"type": "boolean"
|
|
133928
|
-
},
|
|
133929
|
-
"has_pages": {
|
|
133930
|
-
"type": "boolean"
|
|
133931
|
-
},
|
|
133932
|
-
"has_downloads": {
|
|
133933
|
-
"type": "boolean"
|
|
133934
|
-
},
|
|
133935
|
-
"archived": {
|
|
133936
|
-
"type": "boolean"
|
|
133937
|
-
},
|
|
133938
|
-
"disabled": {
|
|
133939
|
-
"type": "boolean"
|
|
133940
|
-
},
|
|
133941
|
-
"visibility": {
|
|
133942
|
-
"type": "string"
|
|
133943
|
-
},
|
|
133944
|
-
"pushed_at": {
|
|
133945
|
-
"type": "string"
|
|
133946
|
-
},
|
|
133947
|
-
"created_at": {
|
|
133948
|
-
"type": "string"
|
|
133949
|
-
},
|
|
133950
|
-
"updated_at": {
|
|
133951
|
-
"type": "string"
|
|
133952
|
-
},
|
|
133953
|
-
"permissions": {
|
|
133954
|
-
"type": "object",
|
|
133955
|
-
"properties": {
|
|
133956
|
-
"admin": {
|
|
133957
|
-
"type": "boolean"
|
|
133958
|
-
},
|
|
133959
|
-
"maintain": {
|
|
133960
|
-
"type": "boolean"
|
|
133961
|
-
},
|
|
133962
|
-
"push": {
|
|
133963
|
-
"type": "boolean"
|
|
133964
|
-
},
|
|
133965
|
-
"triage": {
|
|
133966
|
-
"type": "boolean"
|
|
133967
|
-
},
|
|
133968
|
-
"pull": {
|
|
133969
|
-
"type": "boolean"
|
|
133970
|
-
}
|
|
133971
|
-
}
|
|
133972
|
-
},
|
|
133973
|
-
"allow_rebase_merge": {
|
|
133974
|
-
"type": "boolean"
|
|
133975
|
-
},
|
|
133976
|
-
"temp_clone_token": {
|
|
133977
|
-
"type": "string"
|
|
133978
|
-
},
|
|
133979
|
-
"allow_squash_merge": {
|
|
133980
|
-
"type": "boolean"
|
|
133981
|
-
},
|
|
133982
|
-
"allow_auto_merge": {
|
|
133983
|
-
"type": "boolean"
|
|
133984
|
-
},
|
|
133985
|
-
"delete_branch_on_merge": {
|
|
133986
|
-
"type": "boolean"
|
|
133987
|
-
},
|
|
133988
|
-
"allow_update_branch": {
|
|
133989
|
-
"type": "boolean"
|
|
133990
|
-
},
|
|
133991
|
-
"allow_merge_commit": {
|
|
133992
|
-
"type": "boolean"
|
|
133993
|
-
},
|
|
133994
|
-
"subscribers_count": {
|
|
133995
|
-
"type": "integer"
|
|
133996
|
-
},
|
|
133997
|
-
"network_count": {
|
|
133998
|
-
"type": "integer"
|
|
133999
|
-
}
|
|
134000
|
-
}
|
|
134001
|
-
},
|
|
134002
|
-
"temp_clone_token": {
|
|
134003
|
-
"type": "string"
|
|
134004
|
-
},
|
|
134005
|
-
"allow_squash_merge": {
|
|
134006
|
-
"description": "Whether to allow squash merges for pull requests.",
|
|
134007
|
-
"default": true,
|
|
134008
|
-
"type": "boolean",
|
|
134009
|
-
"example": true
|
|
134010
|
-
},
|
|
134011
|
-
"allow_auto_merge": {
|
|
134012
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
134013
|
-
"default": false,
|
|
134014
|
-
"type": "boolean",
|
|
134015
|
-
"example": false
|
|
134016
|
-
},
|
|
134017
|
-
"delete_branch_on_merge": {
|
|
134018
|
-
"description": "Whether to delete head branches when pull requests are merged",
|
|
134019
|
-
"default": false,
|
|
134020
|
-
"type": "boolean",
|
|
134021
|
-
"example": false
|
|
134022
|
-
},
|
|
134023
|
-
"allow_update_branch": {
|
|
134024
|
-
"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.",
|
|
134025
|
-
"default": false,
|
|
134026
|
-
"type": "boolean",
|
|
134027
|
-
"example": false
|
|
134028
|
-
},
|
|
134029
|
-
"allow_merge_commit": {
|
|
134030
|
-
"description": "Whether to allow merge commits for pull requests.",
|
|
134031
|
-
"default": true,
|
|
134032
|
-
"type": "boolean",
|
|
134033
|
-
"example": true
|
|
134034
|
-
},
|
|
134035
|
-
"allow_forking": {
|
|
134036
|
-
"description": "Whether to allow forking this repo",
|
|
134037
|
-
"type": "boolean"
|
|
134038
|
-
},
|
|
134039
|
-
"subscribers_count": {
|
|
134040
|
-
"type": "integer"
|
|
134041
|
-
},
|
|
134042
|
-
"network_count": {
|
|
134043
|
-
"type": "integer"
|
|
134044
|
-
},
|
|
134045
|
-
"open_issues": {
|
|
134046
|
-
"type": "integer"
|
|
134047
|
-
},
|
|
134048
|
-
"watchers": {
|
|
134049
|
-
"type": "integer"
|
|
134050
|
-
},
|
|
134051
|
-
"master_branch": {
|
|
134052
|
-
"type": "string"
|
|
134053
|
-
},
|
|
134054
|
-
"starred_at": {
|
|
134055
|
-
"type": "string",
|
|
134056
|
-
"example": "\"2020-07-09T00:17:42Z\""
|
|
134057
|
-
},
|
|
134058
|
-
"anonymous_access_enabled": {
|
|
134059
|
-
"type": "boolean",
|
|
134060
|
-
"description": "Whether anonymous git access is enabled for this repository"
|
|
134061
|
-
}
|
|
134062
|
-
},
|
|
134063
|
-
"required": [
|
|
134064
|
-
"archive_url",
|
|
134065
|
-
"assignees_url",
|
|
134066
|
-
"blobs_url",
|
|
134067
|
-
"branches_url",
|
|
134068
|
-
"collaborators_url",
|
|
134069
|
-
"comments_url",
|
|
134070
|
-
"commits_url",
|
|
134071
|
-
"compare_url",
|
|
134072
|
-
"contents_url",
|
|
134073
|
-
"contributors_url",
|
|
134074
|
-
"deployments_url",
|
|
134075
|
-
"description",
|
|
134076
|
-
"downloads_url",
|
|
134077
|
-
"events_url",
|
|
134078
|
-
"fork",
|
|
134079
|
-
"forks_url",
|
|
134080
|
-
"full_name",
|
|
134081
|
-
"git_commits_url",
|
|
134082
|
-
"git_refs_url",
|
|
134083
|
-
"git_tags_url",
|
|
134084
|
-
"hooks_url",
|
|
134085
|
-
"html_url",
|
|
134086
|
-
"id",
|
|
134087
|
-
"node_id",
|
|
134088
|
-
"issue_comment_url",
|
|
134089
|
-
"issue_events_url",
|
|
134090
|
-
"issues_url",
|
|
134091
|
-
"keys_url",
|
|
134092
|
-
"labels_url",
|
|
134093
|
-
"languages_url",
|
|
134094
|
-
"merges_url",
|
|
134095
|
-
"milestones_url",
|
|
134096
|
-
"name",
|
|
134097
|
-
"notifications_url",
|
|
134098
|
-
"owner",
|
|
134099
|
-
"private",
|
|
134100
|
-
"pulls_url",
|
|
134101
|
-
"releases_url",
|
|
134102
|
-
"stargazers_url",
|
|
134103
|
-
"statuses_url",
|
|
134104
|
-
"subscribers_url",
|
|
134105
|
-
"subscription_url",
|
|
134106
|
-
"tags_url",
|
|
134107
|
-
"teams_url",
|
|
134108
|
-
"trees_url",
|
|
134109
|
-
"url",
|
|
134110
|
-
"clone_url",
|
|
134111
|
-
"default_branch",
|
|
134112
|
-
"forks",
|
|
134113
|
-
"forks_count",
|
|
134114
|
-
"git_url",
|
|
134115
|
-
"has_downloads",
|
|
134116
|
-
"has_issues",
|
|
134117
|
-
"has_projects",
|
|
134118
|
-
"has_wiki",
|
|
134119
|
-
"has_pages",
|
|
134120
|
-
"homepage",
|
|
134121
|
-
"language",
|
|
134122
|
-
"archived",
|
|
134123
|
-
"disabled",
|
|
134124
|
-
"mirror_url",
|
|
134125
|
-
"open_issues",
|
|
134126
|
-
"open_issues_count",
|
|
134127
|
-
"license",
|
|
134128
|
-
"pushed_at",
|
|
134129
|
-
"size",
|
|
134130
|
-
"ssh_url",
|
|
134131
|
-
"stargazers_count",
|
|
134132
|
-
"svn_url",
|
|
134133
|
-
"watchers",
|
|
134134
|
-
"watchers_count",
|
|
134135
|
-
"created_at",
|
|
134136
|
-
"updated_at"
|
|
134137
|
-
]
|
|
134138
|
-
},
|
|
134139
|
-
"sha": {
|
|
134140
|
-
"type": "string"
|
|
134141
|
-
},
|
|
134142
|
-
"user": {
|
|
134143
|
-
"title": "Simple User",
|
|
134144
|
-
"description": "A GitHub user.",
|
|
134145
|
-
"type": "object",
|
|
134146
|
-
"properties": {
|
|
134147
|
-
"name": {
|
|
134148
|
-
"nullable": true,
|
|
134149
|
-
"type": "string"
|
|
134150
|
-
},
|
|
134151
|
-
"email": {
|
|
134152
|
-
"nullable": true,
|
|
134153
|
-
"type": "string"
|
|
134154
|
-
},
|
|
134155
|
-
"login": {
|
|
134156
|
-
"type": "string",
|
|
134157
|
-
"example": "octocat"
|
|
134158
|
-
},
|
|
134159
|
-
"id": {
|
|
134160
|
-
"type": "integer",
|
|
134161
|
-
"example": 1
|
|
134162
|
-
},
|
|
134163
|
-
"node_id": {
|
|
134164
|
-
"type": "string",
|
|
134165
|
-
"example": "MDQ6VXNlcjE="
|
|
134166
|
-
},
|
|
134167
|
-
"avatar_url": {
|
|
134168
|
-
"type": "string",
|
|
134169
|
-
"format": "uri",
|
|
134170
|
-
"example": "https://github.com/images/error/octocat_happy.gif"
|
|
134171
|
-
},
|
|
134172
|
-
"gravatar_id": {
|
|
134173
|
-
"type": "string",
|
|
134174
|
-
"example": "41d064eb2195891e12d0413f63227ea7",
|
|
134175
|
-
"nullable": true
|
|
134176
|
-
},
|
|
134177
|
-
"url": {
|
|
134178
|
-
"type": "string",
|
|
134179
|
-
"format": "uri",
|
|
134180
|
-
"example": "https://api.github.com/users/octocat"
|
|
134181
|
-
},
|
|
134182
|
-
"html_url": {
|
|
134183
|
-
"type": "string",
|
|
134184
|
-
"format": "uri",
|
|
134185
|
-
"example": "https://github.com/octocat"
|
|
134186
|
-
},
|
|
134187
|
-
"followers_url": {
|
|
134188
|
-
"type": "string",
|
|
134189
|
-
"format": "uri",
|
|
134190
|
-
"example": "https://api.github.com/users/octocat/followers"
|
|
134191
|
-
},
|
|
134192
|
-
"following_url": {
|
|
134193
|
-
"type": "string",
|
|
134194
|
-
"example": "https://api.github.com/users/octocat/following{/other_user}"
|
|
134195
|
-
},
|
|
134196
|
-
"gists_url": {
|
|
134197
|
-
"type": "string",
|
|
134198
|
-
"example": "https://api.github.com/users/octocat/gists{/gist_id}"
|
|
134199
|
-
},
|
|
134200
|
-
"starred_url": {
|
|
134201
|
-
"type": "string",
|
|
134202
|
-
"example": "https://api.github.com/users/octocat/starred{/owner}{/repo}"
|
|
134203
|
-
},
|
|
134204
|
-
"subscriptions_url": {
|
|
134205
|
-
"type": "string",
|
|
134206
|
-
"format": "uri",
|
|
134207
|
-
"example": "https://api.github.com/users/octocat/subscriptions"
|
|
134208
|
-
},
|
|
134209
|
-
"organizations_url": {
|
|
134210
|
-
"type": "string",
|
|
134211
|
-
"format": "uri",
|
|
134212
|
-
"example": "https://api.github.com/users/octocat/orgs"
|
|
134213
|
-
},
|
|
134214
|
-
"repos_url": {
|
|
134215
|
-
"type": "string",
|
|
134216
|
-
"format": "uri",
|
|
134217
|
-
"example": "https://api.github.com/users/octocat/repos"
|
|
134218
|
-
},
|
|
134219
|
-
"events_url": {
|
|
134220
|
-
"type": "string",
|
|
134221
|
-
"example": "https://api.github.com/users/octocat/events{/privacy}"
|
|
134222
|
-
},
|
|
134223
|
-
"received_events_url": {
|
|
134224
|
-
"type": "string",
|
|
134225
|
-
"format": "uri",
|
|
134226
|
-
"example": "https://api.github.com/users/octocat/received_events"
|
|
134227
|
-
},
|
|
134228
|
-
"type": {
|
|
134229
|
-
"type": "string",
|
|
134230
|
-
"example": "User"
|
|
134231
|
-
},
|
|
134232
|
-
"site_admin": {
|
|
134233
|
-
"type": "boolean"
|
|
134234
|
-
},
|
|
134235
|
-
"starred_at": {
|
|
134236
|
-
"type": "string",
|
|
134237
|
-
"example": "\"2020-07-09T00:17:55Z\""
|
|
134238
|
-
}
|
|
134239
|
-
},
|
|
134240
|
-
"required": [
|
|
134241
|
-
"avatar_url",
|
|
134242
|
-
"events_url",
|
|
134243
|
-
"followers_url",
|
|
134244
|
-
"following_url",
|
|
134245
|
-
"gists_url",
|
|
134246
|
-
"gravatar_id",
|
|
134247
|
-
"html_url",
|
|
134248
|
-
"id",
|
|
134249
|
-
"node_id",
|
|
134250
|
-
"login",
|
|
134251
|
-
"organizations_url",
|
|
134252
|
-
"received_events_url",
|
|
134253
|
-
"repos_url",
|
|
134254
|
-
"site_admin",
|
|
134255
|
-
"starred_url",
|
|
134256
|
-
"subscriptions_url",
|
|
134257
|
-
"type",
|
|
134258
|
-
"url"
|
|
134259
|
-
],
|
|
134260
|
-
"nullable": true
|
|
134261
|
-
}
|
|
134262
|
-
},
|
|
134263
|
-
"required": [
|
|
134264
|
-
"label",
|
|
134265
|
-
"ref",
|
|
134266
|
-
"repo",
|
|
134267
|
-
"sha",
|
|
134268
|
-
"user"
|
|
134269
|
-
]
|
|
134270
|
-
},
|
|
134271
|
-
"_links": {
|
|
134272
|
-
"type": "object",
|
|
134273
|
-
"properties": {
|
|
134274
|
-
"comments": {
|
|
134275
|
-
"title": "Link",
|
|
134276
|
-
"description": "Hypermedia Link",
|
|
134277
|
-
"type": "object",
|
|
134278
|
-
"properties": {
|
|
134279
|
-
"href": {
|
|
134280
|
-
"type": "string"
|
|
134281
|
-
}
|
|
134282
|
-
},
|
|
134283
|
-
"required": [
|
|
134284
|
-
"href"
|
|
134285
|
-
]
|
|
134286
|
-
},
|
|
134287
|
-
"commits": {
|
|
134288
|
-
"title": "Link",
|
|
134289
|
-
"description": "Hypermedia Link",
|
|
134290
|
-
"type": "object",
|
|
134291
|
-
"properties": {
|
|
134292
|
-
"href": {
|
|
134293
|
-
"type": "string"
|
|
134294
|
-
}
|
|
134295
|
-
},
|
|
134296
|
-
"required": [
|
|
134297
|
-
"href"
|
|
134298
|
-
]
|
|
134299
|
-
},
|
|
134300
|
-
"statuses": {
|
|
134301
|
-
"title": "Link",
|
|
134302
|
-
"description": "Hypermedia Link",
|
|
134303
|
-
"type": "object",
|
|
134304
|
-
"properties": {
|
|
134305
|
-
"href": {
|
|
134306
|
-
"type": "string"
|
|
134307
|
-
}
|
|
134308
|
-
},
|
|
134309
|
-
"required": [
|
|
134310
|
-
"href"
|
|
134311
|
-
]
|
|
134312
|
-
},
|
|
134313
|
-
"html": {
|
|
134314
|
-
"title": "Link",
|
|
134315
|
-
"description": "Hypermedia Link",
|
|
134316
|
-
"type": "object",
|
|
134317
|
-
"properties": {
|
|
134318
|
-
"href": {
|
|
134319
|
-
"type": "string"
|
|
134320
|
-
}
|
|
134321
|
-
},
|
|
134322
|
-
"required": [
|
|
134323
|
-
"href"
|
|
134324
|
-
]
|
|
134325
|
-
},
|
|
134326
|
-
"issue": {
|
|
134327
|
-
"title": "Link",
|
|
134328
|
-
"description": "Hypermedia Link",
|
|
134329
|
-
"type": "object",
|
|
134330
|
-
"properties": {
|
|
134331
|
-
"href": {
|
|
134332
|
-
"type": "string"
|
|
134333
|
-
}
|
|
134334
|
-
},
|
|
134335
|
-
"required": [
|
|
134336
|
-
"href"
|
|
134337
|
-
]
|
|
134338
|
-
},
|
|
134339
|
-
"review_comments": {
|
|
134340
|
-
"title": "Link",
|
|
134341
|
-
"description": "Hypermedia Link",
|
|
134342
|
-
"type": "object",
|
|
134343
|
-
"properties": {
|
|
134344
|
-
"href": {
|
|
134345
|
-
"type": "string"
|
|
134346
|
-
}
|
|
134347
|
-
},
|
|
134348
|
-
"required": [
|
|
134349
|
-
"href"
|
|
134350
|
-
]
|
|
134351
|
-
},
|
|
134352
|
-
"review_comment": {
|
|
134353
|
-
"title": "Link",
|
|
134354
|
-
"description": "Hypermedia Link",
|
|
134355
|
-
"type": "object",
|
|
134356
|
-
"properties": {
|
|
134357
|
-
"href": {
|
|
134358
|
-
"type": "string"
|
|
134359
|
-
}
|
|
134360
|
-
},
|
|
134361
|
-
"required": [
|
|
134362
|
-
"href"
|
|
134363
|
-
]
|
|
134364
|
-
},
|
|
134365
|
-
"self": {
|
|
134366
|
-
"title": "Link",
|
|
134367
|
-
"description": "Hypermedia Link",
|
|
134368
|
-
"type": "object",
|
|
134369
|
-
"properties": {
|
|
134370
|
-
"href": {
|
|
134371
|
-
"type": "string"
|
|
134372
|
-
}
|
|
134373
|
-
},
|
|
134374
|
-
"required": [
|
|
134375
|
-
"href"
|
|
134376
|
-
]
|
|
134377
|
-
}
|
|
134378
|
-
},
|
|
134379
|
-
"required": [
|
|
134380
|
-
"comments",
|
|
134381
|
-
"commits",
|
|
134382
|
-
"statuses",
|
|
134383
|
-
"html",
|
|
134384
|
-
"issue",
|
|
134385
|
-
"review_comments",
|
|
134386
|
-
"review_comment",
|
|
134387
|
-
"self"
|
|
134388
|
-
]
|
|
134389
|
-
},
|
|
134390
|
-
"author_association": {
|
|
134391
|
-
"title": "author_association",
|
|
134392
|
-
"type": "string",
|
|
134393
|
-
"example": "OWNER",
|
|
134394
|
-
"description": "How the author is associated with the repository.",
|
|
134395
|
-
"enum": [
|
|
134396
|
-
"COLLABORATOR",
|
|
134397
|
-
"CONTRIBUTOR",
|
|
134398
|
-
"FIRST_TIMER",
|
|
134399
|
-
"FIRST_TIME_CONTRIBUTOR",
|
|
134400
|
-
"MANNEQUIN",
|
|
134401
|
-
"MEMBER",
|
|
134402
|
-
"NONE",
|
|
134403
|
-
"OWNER"
|
|
134404
|
-
]
|
|
134405
|
-
},
|
|
134406
|
-
"auto_merge": {
|
|
134407
|
-
"title": "Auto merge",
|
|
134408
|
-
"description": "The status of auto merging a pull request.",
|
|
134409
|
-
"type": "object",
|
|
134410
|
-
"properties": {
|
|
134411
|
-
"enabled_by": {
|
|
134412
|
-
"title": "Simple User",
|
|
134413
|
-
"description": "A GitHub user.",
|
|
134414
|
-
"type": "object",
|
|
134415
|
-
"properties": {
|
|
134416
|
-
"name": {
|
|
134417
|
-
"nullable": true,
|
|
134418
|
-
"type": "string"
|
|
134419
|
-
},
|
|
134420
|
-
"email": {
|
|
134421
|
-
"nullable": true,
|
|
134422
|
-
"type": "string"
|
|
134423
|
-
},
|
|
134424
|
-
"login": {
|
|
134425
|
-
"type": "string",
|
|
134426
|
-
"example": "octocat"
|
|
134427
|
-
},
|
|
134428
|
-
"id": {
|
|
134429
|
-
"type": "integer",
|
|
134430
|
-
"example": 1
|
|
134431
|
-
},
|
|
134432
|
-
"node_id": {
|
|
134433
|
-
"type": "string",
|
|
134434
|
-
"example": "MDQ6VXNlcjE="
|
|
134435
|
-
},
|
|
134436
|
-
"avatar_url": {
|
|
134437
|
-
"type": "string",
|
|
134438
|
-
"format": "uri",
|
|
134439
|
-
"example": "https://github.com/images/error/octocat_happy.gif"
|
|
134440
|
-
},
|
|
134441
|
-
"gravatar_id": {
|
|
134442
|
-
"type": "string",
|
|
134443
|
-
"example": "41d064eb2195891e12d0413f63227ea7",
|
|
134444
|
-
"nullable": true
|
|
134445
|
-
},
|
|
134446
|
-
"url": {
|
|
134447
|
-
"type": "string",
|
|
134448
|
-
"format": "uri",
|
|
134449
|
-
"example": "https://api.github.com/users/octocat"
|
|
134450
|
-
},
|
|
134451
|
-
"html_url": {
|
|
134452
|
-
"type": "string",
|
|
134453
|
-
"format": "uri",
|
|
134454
|
-
"example": "https://github.com/octocat"
|
|
134455
|
-
},
|
|
134456
|
-
"followers_url": {
|
|
134457
|
-
"type": "string",
|
|
134458
|
-
"format": "uri",
|
|
134459
|
-
"example": "https://api.github.com/users/octocat/followers"
|
|
134460
|
-
},
|
|
134461
|
-
"following_url": {
|
|
134462
|
-
"type": "string",
|
|
134463
|
-
"example": "https://api.github.com/users/octocat/following{/other_user}"
|
|
134464
|
-
},
|
|
134465
|
-
"gists_url": {
|
|
134466
|
-
"type": "string",
|
|
134467
|
-
"example": "https://api.github.com/users/octocat/gists{/gist_id}"
|
|
134468
|
-
},
|
|
134469
|
-
"starred_url": {
|
|
134470
|
-
"type": "string",
|
|
134471
|
-
"example": "https://api.github.com/users/octocat/starred{/owner}{/repo}"
|
|
134472
|
-
},
|
|
134473
|
-
"subscriptions_url": {
|
|
134474
|
-
"type": "string",
|
|
134475
|
-
"format": "uri",
|
|
134476
|
-
"example": "https://api.github.com/users/octocat/subscriptions"
|
|
134477
|
-
},
|
|
134478
|
-
"organizations_url": {
|
|
134479
|
-
"type": "string",
|
|
134480
|
-
"format": "uri",
|
|
134481
|
-
"example": "https://api.github.com/users/octocat/orgs"
|
|
134482
|
-
},
|
|
134483
|
-
"repos_url": {
|
|
134484
|
-
"type": "string",
|
|
134485
|
-
"format": "uri",
|
|
134486
|
-
"example": "https://api.github.com/users/octocat/repos"
|
|
134487
|
-
},
|
|
134488
|
-
"events_url": {
|
|
134489
|
-
"type": "string",
|
|
134490
|
-
"example": "https://api.github.com/users/octocat/events{/privacy}"
|
|
134491
|
-
},
|
|
134492
|
-
"received_events_url": {
|
|
134493
|
-
"type": "string",
|
|
134494
|
-
"format": "uri",
|
|
134495
|
-
"example": "https://api.github.com/users/octocat/received_events"
|
|
134496
|
-
},
|
|
134497
|
-
"type": {
|
|
134498
|
-
"type": "string",
|
|
134499
|
-
"example": "User"
|
|
134500
|
-
},
|
|
134501
|
-
"site_admin": {
|
|
134502
|
-
"type": "boolean"
|
|
134503
|
-
},
|
|
134504
|
-
"starred_at": {
|
|
134505
|
-
"type": "string",
|
|
134506
|
-
"example": "\"2020-07-09T00:17:55Z\""
|
|
134507
|
-
}
|
|
134508
|
-
},
|
|
134509
|
-
"required": [
|
|
134510
|
-
"avatar_url",
|
|
134511
|
-
"events_url",
|
|
134512
|
-
"followers_url",
|
|
134513
|
-
"following_url",
|
|
134514
|
-
"gists_url",
|
|
134515
|
-
"gravatar_id",
|
|
134516
|
-
"html_url",
|
|
134517
|
-
"id",
|
|
134518
|
-
"node_id",
|
|
134519
|
-
"login",
|
|
134520
|
-
"organizations_url",
|
|
134521
|
-
"received_events_url",
|
|
134522
|
-
"repos_url",
|
|
134523
|
-
"site_admin",
|
|
134524
|
-
"starred_url",
|
|
134525
|
-
"subscriptions_url",
|
|
134526
|
-
"type",
|
|
134527
|
-
"url"
|
|
134528
|
-
]
|
|
134529
|
-
},
|
|
134530
|
-
"merge_method": {
|
|
134531
|
-
"type": "string",
|
|
134532
|
-
"description": "The merge method to use.",
|
|
134533
|
-
"enum": [
|
|
134534
|
-
"merge",
|
|
134535
|
-
"squash",
|
|
134536
|
-
"rebase"
|
|
134537
|
-
]
|
|
134538
|
-
},
|
|
134539
|
-
"commit_title": {
|
|
134540
|
-
"type": "string",
|
|
134541
|
-
"description": "Title for the merge commit message."
|
|
134542
|
-
},
|
|
134543
|
-
"commit_message": {
|
|
134544
|
-
"type": "string",
|
|
134545
|
-
"description": "Commit message for the merge commit."
|
|
134546
|
-
}
|
|
134547
|
-
},
|
|
134548
|
-
"required": [
|
|
134549
|
-
"enabled_by",
|
|
134550
|
-
"merge_method",
|
|
134551
|
-
"commit_title",
|
|
134552
|
-
"commit_message"
|
|
134553
|
-
],
|
|
134554
|
-
"nullable": true
|
|
134555
|
-
},
|
|
134556
|
-
"draft": {
|
|
134557
|
-
"description": "Indicates whether or not the pull request is a draft.",
|
|
134558
|
-
"example": false,
|
|
134559
|
-
"type": "boolean"
|
|
134560
|
-
}
|
|
134561
|
-
},
|
|
134562
|
-
"required": [
|
|
134563
|
-
"_links",
|
|
134564
|
-
"assignee",
|
|
134565
|
-
"labels",
|
|
134566
|
-
"base",
|
|
134567
|
-
"body",
|
|
134568
|
-
"closed_at",
|
|
134569
|
-
"comments_url",
|
|
134570
|
-
"commits_url",
|
|
134571
|
-
"created_at",
|
|
134572
|
-
"diff_url",
|
|
134573
|
-
"head",
|
|
134574
|
-
"html_url",
|
|
134575
|
-
"id",
|
|
134576
|
-
"node_id",
|
|
134577
|
-
"issue_url",
|
|
134578
|
-
"merge_commit_sha",
|
|
134579
|
-
"merged_at",
|
|
134580
|
-
"milestone",
|
|
134581
|
-
"number",
|
|
134582
|
-
"patch_url",
|
|
134583
|
-
"review_comment_url",
|
|
134584
|
-
"review_comments_url",
|
|
134585
|
-
"statuses_url",
|
|
134586
|
-
"state",
|
|
134587
|
-
"locked",
|
|
134588
|
-
"title",
|
|
134589
|
-
"updated_at",
|
|
134590
|
-
"url",
|
|
134591
|
-
"user",
|
|
134592
|
-
"author_association",
|
|
134593
|
-
"auto_merge"
|
|
134594
|
-
]
|
|
134595
|
-
},
|
|
134596
|
-
"examples": {
|
|
134597
|
-
"default": {
|
|
134598
|
-
"value": {
|
|
134599
|
-
"url": "https://api.github.com/repos/octocat/Hello-World/pulls/1347",
|
|
134600
|
-
"id": 1,
|
|
134601
|
-
"node_id": "MDExOlB1bGxSZXF1ZXN0MQ==",
|
|
134602
|
-
"html_url": "https://github.com/octocat/Hello-World/pull/1347",
|
|
134603
|
-
"diff_url": "https://github.com/octocat/Hello-World/pull/1347.diff",
|
|
134604
|
-
"patch_url": "https://github.com/octocat/Hello-World/pull/1347.patch",
|
|
134605
|
-
"issue_url": "https://api.github.com/repos/octocat/Hello-World/issues/1347",
|
|
134606
|
-
"commits_url": "https://api.github.com/repos/octocat/Hello-World/pulls/1347/commits",
|
|
134607
|
-
"review_comments_url": "https://api.github.com/repos/octocat/Hello-World/pulls/1347/comments",
|
|
134608
|
-
"review_comment_url": "https://api.github.com/repos/octocat/Hello-World/pulls/comments{/number}",
|
|
134609
|
-
"comments_url": "https://api.github.com/repos/octocat/Hello-World/issues/1347/comments",
|
|
134610
|
-
"statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/6dcb09b5b57875f334f61aebed695e2e4193db5e",
|
|
134611
|
-
"number": 1347,
|
|
134612
|
-
"state": "open",
|
|
134613
|
-
"locked": true,
|
|
134614
|
-
"title": "Amazing new feature",
|
|
134615
|
-
"user": {
|
|
134616
|
-
"login": "octocat",
|
|
134617
|
-
"id": 1,
|
|
134618
|
-
"node_id": "MDQ6VXNlcjE=",
|
|
134619
|
-
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
|
134620
|
-
"gravatar_id": "",
|
|
134621
|
-
"url": "https://api.github.com/users/octocat",
|
|
134622
|
-
"html_url": "https://github.com/octocat",
|
|
134623
|
-
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
134624
|
-
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
134625
|
-
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
134626
|
-
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
134627
|
-
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
134628
|
-
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
134629
|
-
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
134630
|
-
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
134631
|
-
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
134632
|
-
"type": "User",
|
|
134633
|
-
"site_admin": false
|
|
134634
|
-
},
|
|
134635
|
-
"body": "Please pull these awesome changes in!",
|
|
134636
|
-
"labels": [
|
|
134637
|
-
{
|
|
134638
|
-
"id": 208045946,
|
|
134639
|
-
"node_id": "MDU6TGFiZWwyMDgwNDU5NDY=",
|
|
134640
|
-
"url": "https://api.github.com/repos/octocat/Hello-World/labels/bug",
|
|
134641
|
-
"name": "bug",
|
|
134642
|
-
"description": "Something isn't working",
|
|
134643
|
-
"color": "f29513",
|
|
134644
|
-
"default": true
|
|
134645
|
-
}
|
|
134646
|
-
],
|
|
134647
|
-
"milestone": {
|
|
134648
|
-
"url": "https://api.github.com/repos/octocat/Hello-World/milestones/1",
|
|
134649
|
-
"html_url": "https://github.com/octocat/Hello-World/milestones/v1.0",
|
|
134650
|
-
"labels_url": "https://api.github.com/repos/octocat/Hello-World/milestones/1/labels",
|
|
134651
|
-
"id": 1002604,
|
|
134652
|
-
"node_id": "MDk6TWlsZXN0b25lMTAwMjYwNA==",
|
|
134653
|
-
"number": 1,
|
|
134654
|
-
"state": "open",
|
|
134655
|
-
"title": "v1.0",
|
|
134656
|
-
"description": "Tracking milestone for version 1.0",
|
|
134657
|
-
"creator": {
|
|
134658
|
-
"login": "octocat",
|
|
134659
|
-
"id": 1,
|
|
134660
|
-
"node_id": "MDQ6VXNlcjE=",
|
|
134661
|
-
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
|
134662
|
-
"gravatar_id": "",
|
|
134663
|
-
"url": "https://api.github.com/users/octocat",
|
|
134664
|
-
"html_url": "https://github.com/octocat",
|
|
134665
|
-
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
134666
|
-
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
134667
|
-
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
134668
|
-
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
134669
|
-
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
134670
|
-
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
134671
|
-
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
134672
|
-
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
134673
|
-
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
134674
|
-
"type": "User",
|
|
134675
|
-
"site_admin": false
|
|
134676
|
-
},
|
|
134677
|
-
"open_issues": 4,
|
|
134678
|
-
"closed_issues": 8,
|
|
134679
|
-
"created_at": "2011-04-10T20:09:31Z",
|
|
134680
|
-
"updated_at": "2014-03-03T18:58:10Z",
|
|
134681
|
-
"closed_at": "2013-02-12T13:22:01Z",
|
|
134682
|
-
"due_on": "2012-10-09T23:39:01Z"
|
|
134683
|
-
},
|
|
134684
|
-
"active_lock_reason": "too heated",
|
|
134685
|
-
"created_at": "2011-01-26T19:01:12Z",
|
|
134686
|
-
"updated_at": "2011-01-26T19:01:12Z",
|
|
134687
|
-
"closed_at": "2011-01-26T19:01:12Z",
|
|
134688
|
-
"merged_at": "2011-01-26T19:01:12Z",
|
|
134689
|
-
"merge_commit_sha": "e5bd3914e2e596debea16f433f57875b5b90bcd6",
|
|
134690
|
-
"assignee": {
|
|
134691
|
-
"login": "octocat",
|
|
134692
|
-
"id": 1,
|
|
134693
|
-
"node_id": "MDQ6VXNlcjE=",
|
|
134694
|
-
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
|
134695
|
-
"gravatar_id": "",
|
|
134696
|
-
"url": "https://api.github.com/users/octocat",
|
|
134697
|
-
"html_url": "https://github.com/octocat",
|
|
134698
|
-
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
134699
|
-
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
134700
|
-
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
134701
|
-
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
134702
|
-
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
134703
|
-
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
134704
|
-
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
134705
|
-
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
134706
|
-
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
134707
|
-
"type": "User",
|
|
134708
|
-
"site_admin": false
|
|
134709
|
-
},
|
|
134710
|
-
"assignees": [
|
|
134711
|
-
{
|
|
134712
|
-
"login": "octocat",
|
|
134713
|
-
"id": 1,
|
|
134714
|
-
"node_id": "MDQ6VXNlcjE=",
|
|
134715
|
-
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
|
134716
|
-
"gravatar_id": "",
|
|
134717
|
-
"url": "https://api.github.com/users/octocat",
|
|
134718
|
-
"html_url": "https://github.com/octocat",
|
|
134719
|
-
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
134720
|
-
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
134721
|
-
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
134722
|
-
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
134723
|
-
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
134724
|
-
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
134725
|
-
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
134726
|
-
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
134727
|
-
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
134728
|
-
"type": "User",
|
|
134729
|
-
"site_admin": false
|
|
134730
|
-
},
|
|
134731
|
-
{
|
|
134732
|
-
"login": "hubot",
|
|
134733
|
-
"id": 1,
|
|
134734
|
-
"node_id": "MDQ6VXNlcjE=",
|
|
134735
|
-
"avatar_url": "https://github.com/images/error/hubot_happy.gif",
|
|
134736
|
-
"gravatar_id": "",
|
|
134737
|
-
"url": "https://api.github.com/users/hubot",
|
|
134738
|
-
"html_url": "https://github.com/hubot",
|
|
134739
|
-
"followers_url": "https://api.github.com/users/hubot/followers",
|
|
134740
|
-
"following_url": "https://api.github.com/users/hubot/following{/other_user}",
|
|
134741
|
-
"gists_url": "https://api.github.com/users/hubot/gists{/gist_id}",
|
|
134742
|
-
"starred_url": "https://api.github.com/users/hubot/starred{/owner}{/repo}",
|
|
134743
|
-
"subscriptions_url": "https://api.github.com/users/hubot/subscriptions",
|
|
134744
|
-
"organizations_url": "https://api.github.com/users/hubot/orgs",
|
|
134745
|
-
"repos_url": "https://api.github.com/users/hubot/repos",
|
|
134746
|
-
"events_url": "https://api.github.com/users/hubot/events{/privacy}",
|
|
134747
|
-
"received_events_url": "https://api.github.com/users/hubot/received_events",
|
|
134748
|
-
"type": "User",
|
|
134749
|
-
"site_admin": true
|
|
134750
|
-
}
|
|
134751
|
-
],
|
|
134752
|
-
"requested_reviewers": [
|
|
134753
|
-
{
|
|
134754
|
-
"login": "octocat",
|
|
134755
|
-
"id": 1,
|
|
134756
|
-
"node_id": "MDQ6VXNlcjE=",
|
|
134757
|
-
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
|
134758
|
-
"gravatar_id": "",
|
|
134759
|
-
"url": "https://api.github.com/users/octocat",
|
|
134760
|
-
"html_url": "https://github.com/octocat",
|
|
134761
|
-
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
134762
|
-
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
134763
|
-
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
134764
|
-
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
134765
|
-
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
134766
|
-
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
134767
|
-
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
134768
|
-
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
134769
|
-
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
134770
|
-
"type": "User",
|
|
134771
|
-
"site_admin": false
|
|
134772
|
-
},
|
|
134773
|
-
{
|
|
134774
|
-
"login": "hubot",
|
|
134775
|
-
"id": 1,
|
|
134776
|
-
"node_id": "MDQ6VXNlcjE=",
|
|
134777
|
-
"avatar_url": "https://github.com/images/error/hubot_happy.gif",
|
|
134778
|
-
"gravatar_id": "",
|
|
134779
|
-
"url": "https://api.github.com/users/hubot",
|
|
134780
|
-
"html_url": "https://github.com/hubot",
|
|
134781
|
-
"followers_url": "https://api.github.com/users/hubot/followers",
|
|
134782
|
-
"following_url": "https://api.github.com/users/hubot/following{/other_user}",
|
|
134783
|
-
"gists_url": "https://api.github.com/users/hubot/gists{/gist_id}",
|
|
134784
|
-
"starred_url": "https://api.github.com/users/hubot/starred{/owner}{/repo}",
|
|
134785
|
-
"subscriptions_url": "https://api.github.com/users/hubot/subscriptions",
|
|
134786
|
-
"organizations_url": "https://api.github.com/users/hubot/orgs",
|
|
134787
|
-
"repos_url": "https://api.github.com/users/hubot/repos",
|
|
134788
|
-
"events_url": "https://api.github.com/users/hubot/events{/privacy}",
|
|
134789
|
-
"received_events_url": "https://api.github.com/users/hubot/received_events",
|
|
134790
|
-
"type": "User",
|
|
134791
|
-
"site_admin": true
|
|
134792
|
-
},
|
|
134793
|
-
{
|
|
134794
|
-
"login": "other_user",
|
|
134795
|
-
"id": 1,
|
|
134796
|
-
"node_id": "MDQ6VXNlcjE=",
|
|
134797
|
-
"avatar_url": "https://github.com/images/error/other_user_happy.gif",
|
|
134798
|
-
"gravatar_id": "",
|
|
134799
|
-
"url": "https://api.github.com/users/other_user",
|
|
134800
|
-
"html_url": "https://github.com/other_user",
|
|
134801
|
-
"followers_url": "https://api.github.com/users/other_user/followers",
|
|
134802
|
-
"following_url": "https://api.github.com/users/other_user/following{/other_user}",
|
|
134803
|
-
"gists_url": "https://api.github.com/users/other_user/gists{/gist_id}",
|
|
134804
|
-
"starred_url": "https://api.github.com/users/other_user/starred{/owner}{/repo}",
|
|
134805
|
-
"subscriptions_url": "https://api.github.com/users/other_user/subscriptions",
|
|
134806
|
-
"organizations_url": "https://api.github.com/users/other_user/orgs",
|
|
134807
|
-
"repos_url": "https://api.github.com/users/other_user/repos",
|
|
134808
|
-
"events_url": "https://api.github.com/users/other_user/events{/privacy}",
|
|
134809
|
-
"received_events_url": "https://api.github.com/users/other_user/received_events",
|
|
134810
|
-
"type": "User",
|
|
134811
|
-
"site_admin": false
|
|
134812
|
-
}
|
|
134813
|
-
],
|
|
134814
|
-
"requested_teams": [
|
|
134815
|
-
{
|
|
134816
|
-
"id": 1,
|
|
134817
|
-
"node_id": "MDQ6VGVhbTE=",
|
|
134818
|
-
"url": "https://api.github.com/teams/1",
|
|
134819
|
-
"html_url": "https://github.com/orgs/github/teams/justice-league",
|
|
134820
|
-
"name": "Justice League",
|
|
134821
|
-
"slug": "justice-league",
|
|
134822
|
-
"description": "A great team.",
|
|
134823
|
-
"privacy": "closed",
|
|
134824
|
-
"permission": "admin",
|
|
134825
|
-
"members_url": "https://api.github.com/teams/1/members{/member}",
|
|
134826
|
-
"repositories_url": "https://api.github.com/teams/1/repos",
|
|
134827
|
-
"parent": null
|
|
134828
|
-
}
|
|
134829
|
-
],
|
|
134830
|
-
"head": {
|
|
134831
|
-
"label": "octocat:new-topic",
|
|
134832
|
-
"ref": "new-topic",
|
|
134833
|
-
"sha": "6dcb09b5b57875f334f61aebed695e2e4193db5e",
|
|
134834
|
-
"user": {
|
|
134835
|
-
"login": "octocat",
|
|
134836
|
-
"id": 1,
|
|
134837
|
-
"node_id": "MDQ6VXNlcjE=",
|
|
134838
|
-
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
|
134839
|
-
"gravatar_id": "",
|
|
134840
|
-
"url": "https://api.github.com/users/octocat",
|
|
134841
|
-
"html_url": "https://github.com/octocat",
|
|
134842
|
-
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
134843
|
-
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
134844
|
-
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
134845
|
-
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
134846
|
-
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
134847
|
-
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
134848
|
-
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
134849
|
-
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
134850
|
-
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
134851
|
-
"type": "User",
|
|
134852
|
-
"site_admin": false
|
|
134853
|
-
},
|
|
134854
|
-
"repo": {
|
|
134855
|
-
"id": 1296269,
|
|
134856
|
-
"node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
|
|
134857
|
-
"name": "Hello-World",
|
|
134858
|
-
"full_name": "octocat/Hello-World",
|
|
134859
|
-
"owner": {
|
|
134860
|
-
"login": "octocat",
|
|
134861
|
-
"id": 1,
|
|
134862
|
-
"node_id": "MDQ6VXNlcjE=",
|
|
134863
|
-
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
|
134864
|
-
"gravatar_id": "",
|
|
134865
|
-
"url": "https://api.github.com/users/octocat",
|
|
134866
|
-
"html_url": "https://github.com/octocat",
|
|
134867
|
-
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
134868
|
-
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
134869
|
-
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
134870
|
-
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
134871
|
-
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
134872
|
-
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
134873
|
-
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
134874
|
-
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
134875
|
-
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
134876
|
-
"type": "User",
|
|
134877
|
-
"site_admin": false
|
|
134878
|
-
},
|
|
134879
|
-
"private": false,
|
|
134880
|
-
"html_url": "https://github.com/octocat/Hello-World",
|
|
134881
|
-
"description": "This your first repo!",
|
|
134882
|
-
"fork": false,
|
|
134883
|
-
"url": "https://api.github.com/repos/octocat/Hello-World",
|
|
134884
|
-
"archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}",
|
|
134885
|
-
"assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}",
|
|
134886
|
-
"blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}",
|
|
134887
|
-
"branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}",
|
|
134888
|
-
"collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}",
|
|
134889
|
-
"comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}",
|
|
134890
|
-
"commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}",
|
|
134891
|
-
"compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}",
|
|
134892
|
-
"contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}",
|
|
134893
|
-
"contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors",
|
|
134894
|
-
"deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments",
|
|
134895
|
-
"downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads",
|
|
134896
|
-
"events_url": "https://api.github.com/repos/octocat/Hello-World/events",
|
|
134897
|
-
"forks_url": "https://api.github.com/repos/octocat/Hello-World/forks",
|
|
134898
|
-
"git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
|
|
134899
|
-
"git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
|
|
134900
|
-
"git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
|
|
134901
|
-
"git_url": "git:github.com/octocat/Hello-World.git",
|
|
134902
|
-
"issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
|
|
134903
|
-
"issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
|
|
134904
|
-
"issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
|
|
134905
|
-
"keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}",
|
|
134906
|
-
"labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}",
|
|
134907
|
-
"languages_url": "https://api.github.com/repos/octocat/Hello-World/languages",
|
|
134908
|
-
"merges_url": "https://api.github.com/repos/octocat/Hello-World/merges",
|
|
134909
|
-
"milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}",
|
|
134910
|
-
"notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
|
|
134911
|
-
"pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
|
|
134912
|
-
"releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
|
|
134913
|
-
"ssh_url": "git@github.com:octocat/Hello-World.git",
|
|
134914
|
-
"stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
|
|
134915
|
-
"statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
|
|
134916
|
-
"subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
|
|
134917
|
-
"subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription",
|
|
134918
|
-
"tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
|
|
134919
|
-
"teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
|
|
134920
|
-
"trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
|
|
134921
|
-
"clone_url": "https://github.com/octocat/Hello-World.git",
|
|
134922
|
-
"mirror_url": "git:git.example.com/octocat/Hello-World",
|
|
134923
|
-
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
|
|
134924
|
-
"svn_url": "https://svn.github.com/octocat/Hello-World",
|
|
134925
|
-
"homepage": "https://github.com",
|
|
134926
|
-
"language": null,
|
|
134927
|
-
"forks_count": 9,
|
|
134928
|
-
"stargazers_count": 80,
|
|
134929
|
-
"watchers_count": 80,
|
|
134930
|
-
"size": 108,
|
|
134931
|
-
"default_branch": "master",
|
|
134932
|
-
"open_issues_count": 0,
|
|
134933
|
-
"is_template": true,
|
|
134934
|
-
"topics": [
|
|
134935
|
-
"octocat",
|
|
134936
|
-
"atom",
|
|
134937
|
-
"electron",
|
|
134938
|
-
"api"
|
|
134939
|
-
],
|
|
134940
|
-
"has_issues": true,
|
|
134941
|
-
"has_projects": true,
|
|
134942
|
-
"has_wiki": true,
|
|
134943
|
-
"has_pages": false,
|
|
134944
|
-
"has_downloads": true,
|
|
134945
|
-
"archived": false,
|
|
134946
|
-
"disabled": false,
|
|
134947
|
-
"visibility": "public",
|
|
134948
|
-
"pushed_at": "2011-01-26T19:06:43Z",
|
|
134949
|
-
"created_at": "2011-01-26T19:01:12Z",
|
|
134950
|
-
"updated_at": "2011-01-26T19:14:43Z",
|
|
134951
|
-
"permissions": {
|
|
134952
|
-
"admin": false,
|
|
134953
|
-
"push": false,
|
|
134954
|
-
"pull": true
|
|
134955
|
-
},
|
|
134956
|
-
"allow_rebase_merge": true,
|
|
134957
|
-
"template_repository": null,
|
|
134958
|
-
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
|
|
134959
|
-
"allow_squash_merge": true,
|
|
134960
|
-
"allow_auto_merge": false,
|
|
134961
|
-
"delete_branch_on_merge": true,
|
|
134962
|
-
"allow_merge_commit": true,
|
|
134963
|
-
"subscribers_count": 42,
|
|
134964
|
-
"network_count": 0,
|
|
134965
|
-
"license": {
|
|
134966
|
-
"key": "mit",
|
|
134967
|
-
"name": "MIT License",
|
|
134968
|
-
"url": "https://api.github.com/licenses/mit",
|
|
134969
|
-
"spdx_id": "MIT",
|
|
134970
|
-
"node_id": "MDc6TGljZW5zZW1pdA==",
|
|
134971
|
-
"html_url": "https://github.com/licenses/mit"
|
|
134972
|
-
},
|
|
134973
|
-
"forks": 1,
|
|
134974
|
-
"open_issues": 1,
|
|
134975
|
-
"watchers": 1
|
|
134976
|
-
}
|
|
134977
|
-
},
|
|
134978
|
-
"base": {
|
|
134979
|
-
"label": "octocat:master",
|
|
134980
|
-
"ref": "master",
|
|
134981
|
-
"sha": "6dcb09b5b57875f334f61aebed695e2e4193db5e",
|
|
134982
|
-
"user": {
|
|
134983
|
-
"login": "octocat",
|
|
134984
|
-
"id": 1,
|
|
134985
|
-
"node_id": "MDQ6VXNlcjE=",
|
|
134986
|
-
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
|
134987
|
-
"gravatar_id": "",
|
|
134988
|
-
"url": "https://api.github.com/users/octocat",
|
|
134989
|
-
"html_url": "https://github.com/octocat",
|
|
134990
|
-
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
134991
|
-
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
134992
|
-
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
134993
|
-
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
134994
|
-
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
134995
|
-
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
134996
|
-
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
134997
|
-
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
134998
|
-
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
134999
|
-
"type": "User",
|
|
135000
|
-
"site_admin": false
|
|
135001
|
-
},
|
|
135002
|
-
"repo": {
|
|
135003
|
-
"id": 1296269,
|
|
135004
|
-
"node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
|
|
135005
|
-
"name": "Hello-World",
|
|
135006
|
-
"full_name": "octocat/Hello-World",
|
|
135007
|
-
"owner": {
|
|
135008
|
-
"login": "octocat",
|
|
135009
|
-
"id": 1,
|
|
135010
|
-
"node_id": "MDQ6VXNlcjE=",
|
|
135011
|
-
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
|
135012
|
-
"gravatar_id": "",
|
|
135013
|
-
"url": "https://api.github.com/users/octocat",
|
|
135014
|
-
"html_url": "https://github.com/octocat",
|
|
135015
|
-
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
135016
|
-
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
135017
|
-
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
135018
|
-
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
135019
|
-
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
135020
|
-
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
135021
|
-
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
135022
|
-
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
135023
|
-
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
135024
|
-
"type": "User",
|
|
135025
|
-
"site_admin": false
|
|
135026
|
-
},
|
|
135027
|
-
"private": false,
|
|
135028
|
-
"html_url": "https://github.com/octocat/Hello-World",
|
|
135029
|
-
"description": "This your first repo!",
|
|
135030
|
-
"fork": false,
|
|
135031
|
-
"url": "https://api.github.com/repos/octocat/Hello-World",
|
|
135032
|
-
"archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}",
|
|
135033
|
-
"assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}",
|
|
135034
|
-
"blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}",
|
|
135035
|
-
"branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}",
|
|
135036
|
-
"collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}",
|
|
135037
|
-
"comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}",
|
|
135038
|
-
"commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}",
|
|
135039
|
-
"compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}",
|
|
135040
|
-
"contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}",
|
|
135041
|
-
"contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors",
|
|
135042
|
-
"deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments",
|
|
135043
|
-
"downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads",
|
|
135044
|
-
"events_url": "https://api.github.com/repos/octocat/Hello-World/events",
|
|
135045
|
-
"forks_url": "https://api.github.com/repos/octocat/Hello-World/forks",
|
|
135046
|
-
"git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
|
|
135047
|
-
"git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
|
|
135048
|
-
"git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
|
|
135049
|
-
"git_url": "git:github.com/octocat/Hello-World.git",
|
|
135050
|
-
"issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
|
|
135051
|
-
"issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
|
|
135052
|
-
"issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
|
|
135053
|
-
"keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}",
|
|
135054
|
-
"labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}",
|
|
135055
|
-
"languages_url": "https://api.github.com/repos/octocat/Hello-World/languages",
|
|
135056
|
-
"merges_url": "https://api.github.com/repos/octocat/Hello-World/merges",
|
|
135057
|
-
"milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}",
|
|
135058
|
-
"notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
|
|
135059
|
-
"pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
|
|
135060
|
-
"releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
|
|
135061
|
-
"ssh_url": "git@github.com:octocat/Hello-World.git",
|
|
135062
|
-
"stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
|
|
135063
|
-
"statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
|
|
135064
|
-
"subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
|
|
135065
|
-
"subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription",
|
|
135066
|
-
"tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
|
|
135067
|
-
"teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
|
|
135068
|
-
"trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
|
|
135069
|
-
"clone_url": "https://github.com/octocat/Hello-World.git",
|
|
135070
|
-
"mirror_url": "git:git.example.com/octocat/Hello-World",
|
|
135071
|
-
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
|
|
135072
|
-
"svn_url": "https://svn.github.com/octocat/Hello-World",
|
|
135073
|
-
"homepage": "https://github.com",
|
|
135074
|
-
"language": null,
|
|
135075
|
-
"forks_count": 9,
|
|
135076
|
-
"stargazers_count": 80,
|
|
135077
|
-
"watchers_count": 80,
|
|
135078
|
-
"size": 108,
|
|
135079
|
-
"default_branch": "master",
|
|
135080
|
-
"open_issues_count": 0,
|
|
135081
|
-
"is_template": true,
|
|
135082
|
-
"topics": [
|
|
135083
|
-
"octocat",
|
|
135084
|
-
"atom",
|
|
135085
|
-
"electron",
|
|
135086
|
-
"api"
|
|
135087
|
-
],
|
|
135088
|
-
"has_issues": true,
|
|
135089
|
-
"has_projects": true,
|
|
135090
|
-
"has_wiki": true,
|
|
135091
|
-
"has_pages": false,
|
|
135092
|
-
"has_downloads": true,
|
|
135093
|
-
"archived": false,
|
|
135094
|
-
"disabled": false,
|
|
135095
|
-
"visibility": "public",
|
|
135096
|
-
"pushed_at": "2011-01-26T19:06:43Z",
|
|
135097
|
-
"created_at": "2011-01-26T19:01:12Z",
|
|
135098
|
-
"updated_at": "2011-01-26T19:14:43Z",
|
|
135099
|
-
"permissions": {
|
|
135100
|
-
"admin": false,
|
|
135101
|
-
"push": false,
|
|
135102
|
-
"pull": true
|
|
135103
|
-
},
|
|
135104
|
-
"allow_rebase_merge": true,
|
|
135105
|
-
"template_repository": null,
|
|
135106
|
-
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
|
|
135107
|
-
"allow_squash_merge": true,
|
|
135108
|
-
"allow_auto_merge": false,
|
|
135109
|
-
"delete_branch_on_merge": true,
|
|
135110
|
-
"allow_merge_commit": true,
|
|
135111
|
-
"subscribers_count": 42,
|
|
135112
|
-
"network_count": 0,
|
|
135113
|
-
"license": {
|
|
135114
|
-
"key": "mit",
|
|
135115
|
-
"name": "MIT License",
|
|
135116
|
-
"url": "https://api.github.com/licenses/mit",
|
|
135117
|
-
"spdx_id": "MIT",
|
|
135118
|
-
"node_id": "MDc6TGljZW5zZW1pdA==",
|
|
135119
|
-
"html_url": "https://api.github.com/licenses/mit"
|
|
135120
|
-
},
|
|
135121
|
-
"forks": 1,
|
|
135122
|
-
"open_issues": 1,
|
|
135123
|
-
"watchers": 1
|
|
135124
|
-
}
|
|
135125
|
-
},
|
|
135126
|
-
"_links": {
|
|
135127
|
-
"self": {
|
|
135128
|
-
"href": "https://api.github.com/repos/octocat/Hello-World/pulls/1347"
|
|
135129
|
-
},
|
|
135130
|
-
"html": {
|
|
135131
|
-
"href": "https://github.com/octocat/Hello-World/pull/1347"
|
|
135132
|
-
},
|
|
135133
|
-
"issue": {
|
|
135134
|
-
"href": "https://api.github.com/repos/octocat/Hello-World/issues/1347"
|
|
135135
|
-
},
|
|
135136
|
-
"comments": {
|
|
135137
|
-
"href": "https://api.github.com/repos/octocat/Hello-World/issues/1347/comments"
|
|
135138
|
-
},
|
|
135139
|
-
"review_comments": {
|
|
135140
|
-
"href": "https://api.github.com/repos/octocat/Hello-World/pulls/1347/comments"
|
|
135141
|
-
},
|
|
135142
|
-
"review_comment": {
|
|
135143
|
-
"href": "https://api.github.com/repos/octocat/Hello-World/pulls/comments{/number}"
|
|
135144
|
-
},
|
|
135145
|
-
"commits": {
|
|
135146
|
-
"href": "https://api.github.com/repos/octocat/Hello-World/pulls/1347/commits"
|
|
135147
|
-
},
|
|
135148
|
-
"statuses": {
|
|
135149
|
-
"href": "https://api.github.com/repos/octocat/Hello-World/statuses/6dcb09b5b57875f334f61aebed695e2e4193db5e"
|
|
135150
|
-
}
|
|
135151
|
-
},
|
|
135152
|
-
"author_association": "OWNER",
|
|
135153
|
-
"draft": false
|
|
135154
|
-
}
|
|
135155
|
-
}
|
|
135156
|
-
}
|
|
135157
|
-
}
|
|
135158
|
-
}
|
|
135159
|
-
},
|
|
135160
|
-
"403": {
|
|
135161
|
-
"description": "Forbidden",
|
|
135162
|
-
"content": {
|
|
135163
|
-
"application/json": {
|
|
135164
|
-
"schema": {
|
|
135165
|
-
"title": "Basic Error",
|
|
135166
|
-
"description": "Basic Error",
|
|
135167
|
-
"type": "object",
|
|
135168
|
-
"properties": {
|
|
135169
|
-
"message": {
|
|
135170
|
-
"type": "string"
|
|
135171
|
-
},
|
|
135172
|
-
"documentation_url": {
|
|
135173
|
-
"type": "string"
|
|
135174
|
-
},
|
|
135175
|
-
"url": {
|
|
135176
|
-
"type": "string"
|
|
135177
|
-
},
|
|
135178
|
-
"status": {
|
|
135179
|
-
"type": "string"
|
|
135180
|
-
}
|
|
135181
|
-
}
|
|
135182
|
-
}
|
|
135183
|
-
}
|
|
135184
|
-
}
|
|
135185
|
-
},
|
|
135186
|
-
"422": {
|
|
135187
|
-
"description": "Unprocessable Entity if user is not a collaborator"
|
|
135188
|
-
}
|
|
135189
|
-
},
|
|
135190
|
-
"x-github": {
|
|
135191
|
-
"triggersNotification": true,
|
|
135192
|
-
"githubCloudOnly": false,
|
|
135193
|
-
"enabledForGitHubApps": true,
|
|
135194
|
-
"category": "pulls",
|
|
135195
|
-
"subcategory": "review-requests"
|
|
135196
|
-
},
|
|
135197
|
-
"x-octokit": {
|
|
135198
|
-
"diff": {
|
|
135199
|
-
"ghes-3.6": {
|
|
135200
|
-
"type": "changed"
|
|
135201
|
-
}
|
|
135202
|
-
}
|
|
135203
|
-
}
|
|
135204
|
-
}
|
|
135205
|
-
},
|
|
135206
130633
|
"/repos/{owner}/{repo}/secret-scanning/alerts": {
|
|
135207
130634
|
"get": {
|
|
135208
130635
|
"summary": "List secret scanning alerts for a repository",
|