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