@octokit/openapi 13.2.0 → 13.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/generated/api.github.com.deref.json +6999 -5335
- package/generated/api.github.com.json +3326 -2569
- package/generated/ghec.deref.json +7033 -5343
- package/generated/ghec.json +3338 -2573
- package/generated/ghes-3.10.deref.json +2461 -5339
- package/generated/ghes-3.10.json +730 -925
- package/generated/ghes-3.7.deref.json +2428 -5317
- package/generated/ghes-3.7.json +729 -925
- package/generated/ghes-3.8.deref.json +2435 -5317
- package/generated/ghes-3.8.json +730 -925
- package/generated/ghes-3.9.deref.json +2456 -5329
- package/generated/ghes-3.9.json +730 -925
- package/generated/github.ae.deref.json +2432 -4207
- package/generated/github.ae.json +683 -846
- package/package.json +1 -1
package/generated/ghes-3.8.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "13.
|
|
4
|
+
"version": "13.3.0",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": {
|
|
@@ -92340,9 +92340,9 @@
|
|
|
92340
92340
|
"permissions"
|
|
92341
92341
|
]
|
|
92342
92342
|
},
|
|
92343
|
-
"
|
|
92344
|
-
"title": "Repository",
|
|
92345
|
-
"description": "A
|
|
92343
|
+
"team-repository": {
|
|
92344
|
+
"title": "Team Repository",
|
|
92345
|
+
"description": "A team's access to a repository.",
|
|
92346
92346
|
"type": "object",
|
|
92347
92347
|
"properties": {
|
|
92348
92348
|
"id": {
|
|
@@ -92366,9 +92366,6 @@
|
|
|
92366
92366
|
"license": {
|
|
92367
92367
|
"$ref": "#/components/schemas/nullable-license-simple"
|
|
92368
92368
|
},
|
|
92369
|
-
"organization": {
|
|
92370
|
-
"$ref": "#/components/schemas/nullable-simple-user"
|
|
92371
|
-
},
|
|
92372
92369
|
"forks": {
|
|
92373
92370
|
"type": "integer"
|
|
92374
92371
|
},
|
|
@@ -92397,8 +92394,12 @@
|
|
|
92397
92394
|
"push"
|
|
92398
92395
|
]
|
|
92399
92396
|
},
|
|
92397
|
+
"role_name": {
|
|
92398
|
+
"type": "string",
|
|
92399
|
+
"example": "admin"
|
|
92400
|
+
},
|
|
92400
92401
|
"owner": {
|
|
92401
|
-
"$ref": "#/components/schemas/simple-user"
|
|
92402
|
+
"$ref": "#/components/schemas/nullable-simple-user"
|
|
92402
92403
|
},
|
|
92403
92404
|
"private": {
|
|
92404
92405
|
"description": "Whether the repository is private or public.",
|
|
@@ -92626,7 +92627,6 @@
|
|
|
92626
92627
|
"example": 80
|
|
92627
92628
|
},
|
|
92628
92629
|
"size": {
|
|
92629
|
-
"description": "The size of the repository. Size is calculated hourly. When a repository is initially created, the size is 0.",
|
|
92630
92630
|
"type": "integer",
|
|
92631
92631
|
"example": 108
|
|
92632
92632
|
},
|
|
@@ -92676,13 +92676,6 @@
|
|
|
92676
92676
|
"description": "Whether downloads are enabled.",
|
|
92677
92677
|
"default": true,
|
|
92678
92678
|
"type": "boolean",
|
|
92679
|
-
"example": true,
|
|
92680
|
-
"deprecated": true
|
|
92681
|
-
},
|
|
92682
|
-
"has_discussions": {
|
|
92683
|
-
"description": "Whether discussions are enabled.",
|
|
92684
|
-
"default": false,
|
|
92685
|
-
"type": "boolean",
|
|
92686
92679
|
"example": true
|
|
92687
92680
|
},
|
|
92688
92681
|
"archived": {
|
|
@@ -92723,371 +92716,6 @@
|
|
|
92723
92716
|
"type": "boolean",
|
|
92724
92717
|
"example": true
|
|
92725
92718
|
},
|
|
92726
|
-
"template_repository": {
|
|
92727
|
-
"nullable": true,
|
|
92728
|
-
"type": "object",
|
|
92729
|
-
"properties": {
|
|
92730
|
-
"id": {
|
|
92731
|
-
"type": "integer"
|
|
92732
|
-
},
|
|
92733
|
-
"node_id": {
|
|
92734
|
-
"type": "string"
|
|
92735
|
-
},
|
|
92736
|
-
"name": {
|
|
92737
|
-
"type": "string"
|
|
92738
|
-
},
|
|
92739
|
-
"full_name": {
|
|
92740
|
-
"type": "string"
|
|
92741
|
-
},
|
|
92742
|
-
"owner": {
|
|
92743
|
-
"type": "object",
|
|
92744
|
-
"properties": {
|
|
92745
|
-
"login": {
|
|
92746
|
-
"type": "string"
|
|
92747
|
-
},
|
|
92748
|
-
"id": {
|
|
92749
|
-
"type": "integer"
|
|
92750
|
-
},
|
|
92751
|
-
"node_id": {
|
|
92752
|
-
"type": "string"
|
|
92753
|
-
},
|
|
92754
|
-
"avatar_url": {
|
|
92755
|
-
"type": "string"
|
|
92756
|
-
},
|
|
92757
|
-
"gravatar_id": {
|
|
92758
|
-
"type": "string"
|
|
92759
|
-
},
|
|
92760
|
-
"url": {
|
|
92761
|
-
"type": "string"
|
|
92762
|
-
},
|
|
92763
|
-
"html_url": {
|
|
92764
|
-
"type": "string"
|
|
92765
|
-
},
|
|
92766
|
-
"followers_url": {
|
|
92767
|
-
"type": "string"
|
|
92768
|
-
},
|
|
92769
|
-
"following_url": {
|
|
92770
|
-
"type": "string"
|
|
92771
|
-
},
|
|
92772
|
-
"gists_url": {
|
|
92773
|
-
"type": "string"
|
|
92774
|
-
},
|
|
92775
|
-
"starred_url": {
|
|
92776
|
-
"type": "string"
|
|
92777
|
-
},
|
|
92778
|
-
"subscriptions_url": {
|
|
92779
|
-
"type": "string"
|
|
92780
|
-
},
|
|
92781
|
-
"organizations_url": {
|
|
92782
|
-
"type": "string"
|
|
92783
|
-
},
|
|
92784
|
-
"repos_url": {
|
|
92785
|
-
"type": "string"
|
|
92786
|
-
},
|
|
92787
|
-
"events_url": {
|
|
92788
|
-
"type": "string"
|
|
92789
|
-
},
|
|
92790
|
-
"received_events_url": {
|
|
92791
|
-
"type": "string"
|
|
92792
|
-
},
|
|
92793
|
-
"type": {
|
|
92794
|
-
"type": "string"
|
|
92795
|
-
},
|
|
92796
|
-
"site_admin": {
|
|
92797
|
-
"type": "boolean"
|
|
92798
|
-
}
|
|
92799
|
-
}
|
|
92800
|
-
},
|
|
92801
|
-
"private": {
|
|
92802
|
-
"type": "boolean"
|
|
92803
|
-
},
|
|
92804
|
-
"html_url": {
|
|
92805
|
-
"type": "string"
|
|
92806
|
-
},
|
|
92807
|
-
"description": {
|
|
92808
|
-
"type": "string"
|
|
92809
|
-
},
|
|
92810
|
-
"fork": {
|
|
92811
|
-
"type": "boolean"
|
|
92812
|
-
},
|
|
92813
|
-
"url": {
|
|
92814
|
-
"type": "string"
|
|
92815
|
-
},
|
|
92816
|
-
"archive_url": {
|
|
92817
|
-
"type": "string"
|
|
92818
|
-
},
|
|
92819
|
-
"assignees_url": {
|
|
92820
|
-
"type": "string"
|
|
92821
|
-
},
|
|
92822
|
-
"blobs_url": {
|
|
92823
|
-
"type": "string"
|
|
92824
|
-
},
|
|
92825
|
-
"branches_url": {
|
|
92826
|
-
"type": "string"
|
|
92827
|
-
},
|
|
92828
|
-
"collaborators_url": {
|
|
92829
|
-
"type": "string"
|
|
92830
|
-
},
|
|
92831
|
-
"comments_url": {
|
|
92832
|
-
"type": "string"
|
|
92833
|
-
},
|
|
92834
|
-
"commits_url": {
|
|
92835
|
-
"type": "string"
|
|
92836
|
-
},
|
|
92837
|
-
"compare_url": {
|
|
92838
|
-
"type": "string"
|
|
92839
|
-
},
|
|
92840
|
-
"contents_url": {
|
|
92841
|
-
"type": "string"
|
|
92842
|
-
},
|
|
92843
|
-
"contributors_url": {
|
|
92844
|
-
"type": "string"
|
|
92845
|
-
},
|
|
92846
|
-
"deployments_url": {
|
|
92847
|
-
"type": "string"
|
|
92848
|
-
},
|
|
92849
|
-
"downloads_url": {
|
|
92850
|
-
"type": "string"
|
|
92851
|
-
},
|
|
92852
|
-
"events_url": {
|
|
92853
|
-
"type": "string"
|
|
92854
|
-
},
|
|
92855
|
-
"forks_url": {
|
|
92856
|
-
"type": "string"
|
|
92857
|
-
},
|
|
92858
|
-
"git_commits_url": {
|
|
92859
|
-
"type": "string"
|
|
92860
|
-
},
|
|
92861
|
-
"git_refs_url": {
|
|
92862
|
-
"type": "string"
|
|
92863
|
-
},
|
|
92864
|
-
"git_tags_url": {
|
|
92865
|
-
"type": "string"
|
|
92866
|
-
},
|
|
92867
|
-
"git_url": {
|
|
92868
|
-
"type": "string"
|
|
92869
|
-
},
|
|
92870
|
-
"issue_comment_url": {
|
|
92871
|
-
"type": "string"
|
|
92872
|
-
},
|
|
92873
|
-
"issue_events_url": {
|
|
92874
|
-
"type": "string"
|
|
92875
|
-
},
|
|
92876
|
-
"issues_url": {
|
|
92877
|
-
"type": "string"
|
|
92878
|
-
},
|
|
92879
|
-
"keys_url": {
|
|
92880
|
-
"type": "string"
|
|
92881
|
-
},
|
|
92882
|
-
"labels_url": {
|
|
92883
|
-
"type": "string"
|
|
92884
|
-
},
|
|
92885
|
-
"languages_url": {
|
|
92886
|
-
"type": "string"
|
|
92887
|
-
},
|
|
92888
|
-
"merges_url": {
|
|
92889
|
-
"type": "string"
|
|
92890
|
-
},
|
|
92891
|
-
"milestones_url": {
|
|
92892
|
-
"type": "string"
|
|
92893
|
-
},
|
|
92894
|
-
"notifications_url": {
|
|
92895
|
-
"type": "string"
|
|
92896
|
-
},
|
|
92897
|
-
"pulls_url": {
|
|
92898
|
-
"type": "string"
|
|
92899
|
-
},
|
|
92900
|
-
"releases_url": {
|
|
92901
|
-
"type": "string"
|
|
92902
|
-
},
|
|
92903
|
-
"ssh_url": {
|
|
92904
|
-
"type": "string"
|
|
92905
|
-
},
|
|
92906
|
-
"stargazers_url": {
|
|
92907
|
-
"type": "string"
|
|
92908
|
-
},
|
|
92909
|
-
"statuses_url": {
|
|
92910
|
-
"type": "string"
|
|
92911
|
-
},
|
|
92912
|
-
"subscribers_url": {
|
|
92913
|
-
"type": "string"
|
|
92914
|
-
},
|
|
92915
|
-
"subscription_url": {
|
|
92916
|
-
"type": "string"
|
|
92917
|
-
},
|
|
92918
|
-
"tags_url": {
|
|
92919
|
-
"type": "string"
|
|
92920
|
-
},
|
|
92921
|
-
"teams_url": {
|
|
92922
|
-
"type": "string"
|
|
92923
|
-
},
|
|
92924
|
-
"trees_url": {
|
|
92925
|
-
"type": "string"
|
|
92926
|
-
},
|
|
92927
|
-
"clone_url": {
|
|
92928
|
-
"type": "string"
|
|
92929
|
-
},
|
|
92930
|
-
"mirror_url": {
|
|
92931
|
-
"type": "string"
|
|
92932
|
-
},
|
|
92933
|
-
"hooks_url": {
|
|
92934
|
-
"type": "string"
|
|
92935
|
-
},
|
|
92936
|
-
"svn_url": {
|
|
92937
|
-
"type": "string"
|
|
92938
|
-
},
|
|
92939
|
-
"homepage": {
|
|
92940
|
-
"type": "string"
|
|
92941
|
-
},
|
|
92942
|
-
"language": {
|
|
92943
|
-
"type": "string"
|
|
92944
|
-
},
|
|
92945
|
-
"forks_count": {
|
|
92946
|
-
"type": "integer"
|
|
92947
|
-
},
|
|
92948
|
-
"stargazers_count": {
|
|
92949
|
-
"type": "integer"
|
|
92950
|
-
},
|
|
92951
|
-
"watchers_count": {
|
|
92952
|
-
"type": "integer"
|
|
92953
|
-
},
|
|
92954
|
-
"size": {
|
|
92955
|
-
"type": "integer"
|
|
92956
|
-
},
|
|
92957
|
-
"default_branch": {
|
|
92958
|
-
"type": "string"
|
|
92959
|
-
},
|
|
92960
|
-
"open_issues_count": {
|
|
92961
|
-
"type": "integer"
|
|
92962
|
-
},
|
|
92963
|
-
"is_template": {
|
|
92964
|
-
"type": "boolean"
|
|
92965
|
-
},
|
|
92966
|
-
"topics": {
|
|
92967
|
-
"type": "array",
|
|
92968
|
-
"items": {
|
|
92969
|
-
"type": "string"
|
|
92970
|
-
}
|
|
92971
|
-
},
|
|
92972
|
-
"has_issues": {
|
|
92973
|
-
"type": "boolean"
|
|
92974
|
-
},
|
|
92975
|
-
"has_projects": {
|
|
92976
|
-
"type": "boolean"
|
|
92977
|
-
},
|
|
92978
|
-
"has_wiki": {
|
|
92979
|
-
"type": "boolean"
|
|
92980
|
-
},
|
|
92981
|
-
"has_pages": {
|
|
92982
|
-
"type": "boolean"
|
|
92983
|
-
},
|
|
92984
|
-
"has_downloads": {
|
|
92985
|
-
"type": "boolean"
|
|
92986
|
-
},
|
|
92987
|
-
"archived": {
|
|
92988
|
-
"type": "boolean"
|
|
92989
|
-
},
|
|
92990
|
-
"disabled": {
|
|
92991
|
-
"type": "boolean"
|
|
92992
|
-
},
|
|
92993
|
-
"visibility": {
|
|
92994
|
-
"type": "string"
|
|
92995
|
-
},
|
|
92996
|
-
"pushed_at": {
|
|
92997
|
-
"type": "string"
|
|
92998
|
-
},
|
|
92999
|
-
"created_at": {
|
|
93000
|
-
"type": "string"
|
|
93001
|
-
},
|
|
93002
|
-
"updated_at": {
|
|
93003
|
-
"type": "string"
|
|
93004
|
-
},
|
|
93005
|
-
"permissions": {
|
|
93006
|
-
"type": "object",
|
|
93007
|
-
"properties": {
|
|
93008
|
-
"admin": {
|
|
93009
|
-
"type": "boolean"
|
|
93010
|
-
},
|
|
93011
|
-
"maintain": {
|
|
93012
|
-
"type": "boolean"
|
|
93013
|
-
},
|
|
93014
|
-
"push": {
|
|
93015
|
-
"type": "boolean"
|
|
93016
|
-
},
|
|
93017
|
-
"triage": {
|
|
93018
|
-
"type": "boolean"
|
|
93019
|
-
},
|
|
93020
|
-
"pull": {
|
|
93021
|
-
"type": "boolean"
|
|
93022
|
-
}
|
|
93023
|
-
}
|
|
93024
|
-
},
|
|
93025
|
-
"allow_rebase_merge": {
|
|
93026
|
-
"type": "boolean"
|
|
93027
|
-
},
|
|
93028
|
-
"temp_clone_token": {
|
|
93029
|
-
"type": "string"
|
|
93030
|
-
},
|
|
93031
|
-
"allow_squash_merge": {
|
|
93032
|
-
"type": "boolean"
|
|
93033
|
-
},
|
|
93034
|
-
"allow_auto_merge": {
|
|
93035
|
-
"type": "boolean"
|
|
93036
|
-
},
|
|
93037
|
-
"delete_branch_on_merge": {
|
|
93038
|
-
"type": "boolean"
|
|
93039
|
-
},
|
|
93040
|
-
"allow_update_branch": {
|
|
93041
|
-
"type": "boolean"
|
|
93042
|
-
},
|
|
93043
|
-
"use_squash_pr_title_as_default": {
|
|
93044
|
-
"type": "boolean"
|
|
93045
|
-
},
|
|
93046
|
-
"squash_merge_commit_title": {
|
|
93047
|
-
"type": "string",
|
|
93048
|
-
"enum": [
|
|
93049
|
-
"PR_TITLE",
|
|
93050
|
-
"COMMIT_OR_PR_TITLE"
|
|
93051
|
-
],
|
|
93052
|
-
"description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)."
|
|
93053
|
-
},
|
|
93054
|
-
"squash_merge_commit_message": {
|
|
93055
|
-
"type": "string",
|
|
93056
|
-
"enum": [
|
|
93057
|
-
"PR_BODY",
|
|
93058
|
-
"COMMIT_MESSAGES",
|
|
93059
|
-
"BLANK"
|
|
93060
|
-
],
|
|
93061
|
-
"description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message."
|
|
93062
|
-
},
|
|
93063
|
-
"merge_commit_title": {
|
|
93064
|
-
"type": "string",
|
|
93065
|
-
"enum": [
|
|
93066
|
-
"PR_TITLE",
|
|
93067
|
-
"MERGE_MESSAGE"
|
|
93068
|
-
],
|
|
93069
|
-
"description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)."
|
|
93070
|
-
},
|
|
93071
|
-
"merge_commit_message": {
|
|
93072
|
-
"type": "string",
|
|
93073
|
-
"enum": [
|
|
93074
|
-
"PR_BODY",
|
|
93075
|
-
"PR_TITLE",
|
|
93076
|
-
"BLANK"
|
|
93077
|
-
],
|
|
93078
|
-
"description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message."
|
|
93079
|
-
},
|
|
93080
|
-
"allow_merge_commit": {
|
|
93081
|
-
"type": "boolean"
|
|
93082
|
-
},
|
|
93083
|
-
"subscribers_count": {
|
|
93084
|
-
"type": "integer"
|
|
93085
|
-
},
|
|
93086
|
-
"network_count": {
|
|
93087
|
-
"type": "integer"
|
|
93088
|
-
}
|
|
93089
|
-
}
|
|
93090
|
-
},
|
|
93091
92719
|
"temp_clone_token": {
|
|
93092
92720
|
"type": "string"
|
|
93093
92721
|
},
|
|
@@ -93109,52 +92737,6 @@
|
|
|
93109
92737
|
"type": "boolean",
|
|
93110
92738
|
"example": false
|
|
93111
92739
|
},
|
|
93112
|
-
"allow_update_branch": {
|
|
93113
|
-
"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.",
|
|
93114
|
-
"default": false,
|
|
93115
|
-
"type": "boolean",
|
|
93116
|
-
"example": false
|
|
93117
|
-
},
|
|
93118
|
-
"use_squash_pr_title_as_default": {
|
|
93119
|
-
"type": "boolean",
|
|
93120
|
-
"description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
|
|
93121
|
-
"default": false,
|
|
93122
|
-
"deprecated": true
|
|
93123
|
-
},
|
|
93124
|
-
"squash_merge_commit_title": {
|
|
93125
|
-
"type": "string",
|
|
93126
|
-
"enum": [
|
|
93127
|
-
"PR_TITLE",
|
|
93128
|
-
"COMMIT_OR_PR_TITLE"
|
|
93129
|
-
],
|
|
93130
|
-
"description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)."
|
|
93131
|
-
},
|
|
93132
|
-
"squash_merge_commit_message": {
|
|
93133
|
-
"type": "string",
|
|
93134
|
-
"enum": [
|
|
93135
|
-
"PR_BODY",
|
|
93136
|
-
"COMMIT_MESSAGES",
|
|
93137
|
-
"BLANK"
|
|
93138
|
-
],
|
|
93139
|
-
"description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message."
|
|
93140
|
-
},
|
|
93141
|
-
"merge_commit_title": {
|
|
93142
|
-
"type": "string",
|
|
93143
|
-
"enum": [
|
|
93144
|
-
"PR_TITLE",
|
|
93145
|
-
"MERGE_MESSAGE"
|
|
93146
|
-
],
|
|
93147
|
-
"description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)."
|
|
93148
|
-
},
|
|
93149
|
-
"merge_commit_message": {
|
|
93150
|
-
"type": "string",
|
|
93151
|
-
"enum": [
|
|
93152
|
-
"PR_BODY",
|
|
93153
|
-
"PR_TITLE",
|
|
93154
|
-
"BLANK"
|
|
93155
|
-
],
|
|
93156
|
-
"description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message."
|
|
93157
|
-
},
|
|
93158
92740
|
"allow_merge_commit": {
|
|
93159
92741
|
"description": "Whether to allow merge commits for pull requests.",
|
|
93160
92742
|
"default": true,
|
|
@@ -93163,12 +92745,15 @@
|
|
|
93163
92745
|
},
|
|
93164
92746
|
"allow_forking": {
|
|
93165
92747
|
"description": "Whether to allow forking this repo",
|
|
93166
|
-
"
|
|
92748
|
+
"default": false,
|
|
92749
|
+
"type": "boolean",
|
|
92750
|
+
"example": false
|
|
93167
92751
|
},
|
|
93168
92752
|
"web_commit_signoff_required": {
|
|
93169
92753
|
"description": "Whether to require contributors to sign off on web-based commits",
|
|
93170
92754
|
"default": false,
|
|
93171
|
-
"type": "boolean"
|
|
92755
|
+
"type": "boolean",
|
|
92756
|
+
"example": false
|
|
93172
92757
|
},
|
|
93173
92758
|
"subscribers_count": {
|
|
93174
92759
|
"type": "integer"
|
|
@@ -93184,14 +92769,6 @@
|
|
|
93184
92769
|
},
|
|
93185
92770
|
"master_branch": {
|
|
93186
92771
|
"type": "string"
|
|
93187
|
-
},
|
|
93188
|
-
"starred_at": {
|
|
93189
|
-
"type": "string",
|
|
93190
|
-
"example": "\"2020-07-09T00:17:42Z\""
|
|
93191
|
-
},
|
|
93192
|
-
"anonymous_access_enabled": {
|
|
93193
|
-
"type": "boolean",
|
|
93194
|
-
"description": "Whether anonymous git access is enabled for this repository"
|
|
93195
92772
|
}
|
|
93196
92773
|
},
|
|
93197
92774
|
"required": [
|
|
@@ -93268,12 +92845,234 @@
|
|
|
93268
92845
|
"watchers_count",
|
|
93269
92846
|
"created_at",
|
|
93270
92847
|
"updated_at"
|
|
93271
|
-
]
|
|
93272
|
-
"nullable": true
|
|
92848
|
+
]
|
|
93273
92849
|
},
|
|
93274
|
-
"
|
|
93275
|
-
"title": "
|
|
93276
|
-
"description": "
|
|
92850
|
+
"project-card": {
|
|
92851
|
+
"title": "Project Card",
|
|
92852
|
+
"description": "Project cards represent a scope of work.",
|
|
92853
|
+
"type": "object",
|
|
92854
|
+
"properties": {
|
|
92855
|
+
"url": {
|
|
92856
|
+
"type": "string",
|
|
92857
|
+
"format": "uri",
|
|
92858
|
+
"example": "https://api.github.com/projects/columns/cards/1478"
|
|
92859
|
+
},
|
|
92860
|
+
"id": {
|
|
92861
|
+
"description": "The project card's ID",
|
|
92862
|
+
"example": 42,
|
|
92863
|
+
"type": "integer"
|
|
92864
|
+
},
|
|
92865
|
+
"node_id": {
|
|
92866
|
+
"type": "string",
|
|
92867
|
+
"example": "MDExOlByb2plY3RDYXJkMTQ3OA=="
|
|
92868
|
+
},
|
|
92869
|
+
"note": {
|
|
92870
|
+
"type": "string",
|
|
92871
|
+
"example": "Add payload for delete Project column",
|
|
92872
|
+
"nullable": true
|
|
92873
|
+
},
|
|
92874
|
+
"creator": {
|
|
92875
|
+
"$ref": "#/components/schemas/nullable-simple-user"
|
|
92876
|
+
},
|
|
92877
|
+
"created_at": {
|
|
92878
|
+
"type": "string",
|
|
92879
|
+
"format": "date-time",
|
|
92880
|
+
"example": "2016-09-05T14:21:06Z"
|
|
92881
|
+
},
|
|
92882
|
+
"updated_at": {
|
|
92883
|
+
"type": "string",
|
|
92884
|
+
"format": "date-time",
|
|
92885
|
+
"example": "2016-09-05T14:20:22Z"
|
|
92886
|
+
},
|
|
92887
|
+
"archived": {
|
|
92888
|
+
"description": "Whether or not the card is archived",
|
|
92889
|
+
"example": false,
|
|
92890
|
+
"type": "boolean"
|
|
92891
|
+
},
|
|
92892
|
+
"column_name": {
|
|
92893
|
+
"type": "string"
|
|
92894
|
+
},
|
|
92895
|
+
"project_id": {
|
|
92896
|
+
"type": "string"
|
|
92897
|
+
},
|
|
92898
|
+
"column_url": {
|
|
92899
|
+
"type": "string",
|
|
92900
|
+
"format": "uri",
|
|
92901
|
+
"example": "https://api.github.com/projects/columns/367"
|
|
92902
|
+
},
|
|
92903
|
+
"content_url": {
|
|
92904
|
+
"type": "string",
|
|
92905
|
+
"format": "uri",
|
|
92906
|
+
"example": "https://api.github.com/repos/api-playground/projects-test/issues/3"
|
|
92907
|
+
},
|
|
92908
|
+
"project_url": {
|
|
92909
|
+
"type": "string",
|
|
92910
|
+
"format": "uri",
|
|
92911
|
+
"example": "https://api.github.com/projects/120"
|
|
92912
|
+
}
|
|
92913
|
+
},
|
|
92914
|
+
"required": [
|
|
92915
|
+
"id",
|
|
92916
|
+
"node_id",
|
|
92917
|
+
"note",
|
|
92918
|
+
"url",
|
|
92919
|
+
"column_url",
|
|
92920
|
+
"project_url",
|
|
92921
|
+
"creator",
|
|
92922
|
+
"created_at",
|
|
92923
|
+
"updated_at"
|
|
92924
|
+
]
|
|
92925
|
+
},
|
|
92926
|
+
"project-column": {
|
|
92927
|
+
"title": "Project Column",
|
|
92928
|
+
"description": "Project columns contain cards of work.",
|
|
92929
|
+
"type": "object",
|
|
92930
|
+
"properties": {
|
|
92931
|
+
"url": {
|
|
92932
|
+
"type": "string",
|
|
92933
|
+
"format": "uri",
|
|
92934
|
+
"example": "https://api.github.com/projects/columns/367"
|
|
92935
|
+
},
|
|
92936
|
+
"project_url": {
|
|
92937
|
+
"type": "string",
|
|
92938
|
+
"format": "uri",
|
|
92939
|
+
"example": "https://api.github.com/projects/120"
|
|
92940
|
+
},
|
|
92941
|
+
"cards_url": {
|
|
92942
|
+
"type": "string",
|
|
92943
|
+
"format": "uri",
|
|
92944
|
+
"example": "https://api.github.com/projects/columns/367/cards"
|
|
92945
|
+
},
|
|
92946
|
+
"id": {
|
|
92947
|
+
"description": "The unique identifier of the project column",
|
|
92948
|
+
"example": 42,
|
|
92949
|
+
"type": "integer"
|
|
92950
|
+
},
|
|
92951
|
+
"node_id": {
|
|
92952
|
+
"type": "string",
|
|
92953
|
+
"example": "MDEzOlByb2plY3RDb2x1bW4zNjc="
|
|
92954
|
+
},
|
|
92955
|
+
"name": {
|
|
92956
|
+
"description": "Name of the project column",
|
|
92957
|
+
"example": "Remaining tasks",
|
|
92958
|
+
"type": "string"
|
|
92959
|
+
},
|
|
92960
|
+
"created_at": {
|
|
92961
|
+
"type": "string",
|
|
92962
|
+
"format": "date-time",
|
|
92963
|
+
"example": "2016-09-05T14:18:44Z"
|
|
92964
|
+
},
|
|
92965
|
+
"updated_at": {
|
|
92966
|
+
"type": "string",
|
|
92967
|
+
"format": "date-time",
|
|
92968
|
+
"example": "2016-09-05T14:22:28Z"
|
|
92969
|
+
}
|
|
92970
|
+
},
|
|
92971
|
+
"required": [
|
|
92972
|
+
"id",
|
|
92973
|
+
"node_id",
|
|
92974
|
+
"url",
|
|
92975
|
+
"project_url",
|
|
92976
|
+
"cards_url",
|
|
92977
|
+
"name",
|
|
92978
|
+
"created_at",
|
|
92979
|
+
"updated_at"
|
|
92980
|
+
]
|
|
92981
|
+
},
|
|
92982
|
+
"project-collaborator-permission": {
|
|
92983
|
+
"title": "Project Collaborator Permission",
|
|
92984
|
+
"description": "Project Collaborator Permission",
|
|
92985
|
+
"type": "object",
|
|
92986
|
+
"properties": {
|
|
92987
|
+
"permission": {
|
|
92988
|
+
"type": "string"
|
|
92989
|
+
},
|
|
92990
|
+
"user": {
|
|
92991
|
+
"$ref": "#/components/schemas/nullable-simple-user"
|
|
92992
|
+
}
|
|
92993
|
+
},
|
|
92994
|
+
"required": [
|
|
92995
|
+
"permission",
|
|
92996
|
+
"user"
|
|
92997
|
+
]
|
|
92998
|
+
},
|
|
92999
|
+
"rate-limit": {
|
|
93000
|
+
"title": "Rate Limit",
|
|
93001
|
+
"type": "object",
|
|
93002
|
+
"properties": {
|
|
93003
|
+
"limit": {
|
|
93004
|
+
"type": "integer"
|
|
93005
|
+
},
|
|
93006
|
+
"remaining": {
|
|
93007
|
+
"type": "integer"
|
|
93008
|
+
},
|
|
93009
|
+
"reset": {
|
|
93010
|
+
"type": "integer"
|
|
93011
|
+
},
|
|
93012
|
+
"used": {
|
|
93013
|
+
"type": "integer"
|
|
93014
|
+
}
|
|
93015
|
+
},
|
|
93016
|
+
"required": [
|
|
93017
|
+
"limit",
|
|
93018
|
+
"remaining",
|
|
93019
|
+
"reset",
|
|
93020
|
+
"used"
|
|
93021
|
+
]
|
|
93022
|
+
},
|
|
93023
|
+
"rate-limit-overview": {
|
|
93024
|
+
"title": "Rate Limit Overview",
|
|
93025
|
+
"description": "Rate Limit Overview",
|
|
93026
|
+
"type": "object",
|
|
93027
|
+
"properties": {
|
|
93028
|
+
"resources": {
|
|
93029
|
+
"type": "object",
|
|
93030
|
+
"properties": {
|
|
93031
|
+
"core": {
|
|
93032
|
+
"$ref": "#/components/schemas/rate-limit"
|
|
93033
|
+
},
|
|
93034
|
+
"graphql": {
|
|
93035
|
+
"$ref": "#/components/schemas/rate-limit"
|
|
93036
|
+
},
|
|
93037
|
+
"search": {
|
|
93038
|
+
"$ref": "#/components/schemas/rate-limit"
|
|
93039
|
+
},
|
|
93040
|
+
"code_search": {
|
|
93041
|
+
"$ref": "#/components/schemas/rate-limit"
|
|
93042
|
+
},
|
|
93043
|
+
"source_import": {
|
|
93044
|
+
"$ref": "#/components/schemas/rate-limit"
|
|
93045
|
+
},
|
|
93046
|
+
"integration_manifest": {
|
|
93047
|
+
"$ref": "#/components/schemas/rate-limit"
|
|
93048
|
+
},
|
|
93049
|
+
"code_scanning_upload": {
|
|
93050
|
+
"$ref": "#/components/schemas/rate-limit"
|
|
93051
|
+
},
|
|
93052
|
+
"actions_runner_registration": {
|
|
93053
|
+
"$ref": "#/components/schemas/rate-limit"
|
|
93054
|
+
},
|
|
93055
|
+
"scim": {
|
|
93056
|
+
"$ref": "#/components/schemas/rate-limit"
|
|
93057
|
+
}
|
|
93058
|
+
},
|
|
93059
|
+
"required": [
|
|
93060
|
+
"core",
|
|
93061
|
+
"search"
|
|
93062
|
+
]
|
|
93063
|
+
},
|
|
93064
|
+
"rate": {
|
|
93065
|
+
"$ref": "#/components/schemas/rate-limit"
|
|
93066
|
+
}
|
|
93067
|
+
},
|
|
93068
|
+
"required": [
|
|
93069
|
+
"rate",
|
|
93070
|
+
"resources"
|
|
93071
|
+
]
|
|
93072
|
+
},
|
|
93073
|
+
"nullable-repository": {
|
|
93074
|
+
"title": "Repository",
|
|
93075
|
+
"description": "A repository on GitHub.",
|
|
93277
93076
|
"type": "object",
|
|
93278
93077
|
"properties": {
|
|
93279
93078
|
"id": {
|
|
@@ -93297,6 +93096,9 @@
|
|
|
93297
93096
|
"license": {
|
|
93298
93097
|
"$ref": "#/components/schemas/nullable-license-simple"
|
|
93299
93098
|
},
|
|
93099
|
+
"organization": {
|
|
93100
|
+
"$ref": "#/components/schemas/nullable-simple-user"
|
|
93101
|
+
},
|
|
93300
93102
|
"forks": {
|
|
93301
93103
|
"type": "integer"
|
|
93302
93104
|
},
|
|
@@ -93325,12 +93127,8 @@
|
|
|
93325
93127
|
"push"
|
|
93326
93128
|
]
|
|
93327
93129
|
},
|
|
93328
|
-
"role_name": {
|
|
93329
|
-
"type": "string",
|
|
93330
|
-
"example": "admin"
|
|
93331
|
-
},
|
|
93332
93130
|
"owner": {
|
|
93333
|
-
"$ref": "#/components/schemas/
|
|
93131
|
+
"$ref": "#/components/schemas/simple-user"
|
|
93334
93132
|
},
|
|
93335
93133
|
"private": {
|
|
93336
93134
|
"description": "Whether the repository is private or public.",
|
|
@@ -93558,6 +93356,7 @@
|
|
|
93558
93356
|
"example": 80
|
|
93559
93357
|
},
|
|
93560
93358
|
"size": {
|
|
93359
|
+
"description": "The size of the repository. Size is calculated hourly. When a repository is initially created, the size is 0.",
|
|
93561
93360
|
"type": "integer",
|
|
93562
93361
|
"example": 108
|
|
93563
93362
|
},
|
|
@@ -93607,6 +93406,13 @@
|
|
|
93607
93406
|
"description": "Whether downloads are enabled.",
|
|
93608
93407
|
"default": true,
|
|
93609
93408
|
"type": "boolean",
|
|
93409
|
+
"example": true,
|
|
93410
|
+
"deprecated": true
|
|
93411
|
+
},
|
|
93412
|
+
"has_discussions": {
|
|
93413
|
+
"description": "Whether discussions are enabled.",
|
|
93414
|
+
"default": false,
|
|
93415
|
+
"type": "boolean",
|
|
93610
93416
|
"example": true
|
|
93611
93417
|
},
|
|
93612
93418
|
"archived": {
|
|
@@ -93648,7 +93454,369 @@
|
|
|
93648
93454
|
"example": true
|
|
93649
93455
|
},
|
|
93650
93456
|
"template_repository": {
|
|
93651
|
-
"
|
|
93457
|
+
"nullable": true,
|
|
93458
|
+
"type": "object",
|
|
93459
|
+
"properties": {
|
|
93460
|
+
"id": {
|
|
93461
|
+
"type": "integer"
|
|
93462
|
+
},
|
|
93463
|
+
"node_id": {
|
|
93464
|
+
"type": "string"
|
|
93465
|
+
},
|
|
93466
|
+
"name": {
|
|
93467
|
+
"type": "string"
|
|
93468
|
+
},
|
|
93469
|
+
"full_name": {
|
|
93470
|
+
"type": "string"
|
|
93471
|
+
},
|
|
93472
|
+
"owner": {
|
|
93473
|
+
"type": "object",
|
|
93474
|
+
"properties": {
|
|
93475
|
+
"login": {
|
|
93476
|
+
"type": "string"
|
|
93477
|
+
},
|
|
93478
|
+
"id": {
|
|
93479
|
+
"type": "integer"
|
|
93480
|
+
},
|
|
93481
|
+
"node_id": {
|
|
93482
|
+
"type": "string"
|
|
93483
|
+
},
|
|
93484
|
+
"avatar_url": {
|
|
93485
|
+
"type": "string"
|
|
93486
|
+
},
|
|
93487
|
+
"gravatar_id": {
|
|
93488
|
+
"type": "string"
|
|
93489
|
+
},
|
|
93490
|
+
"url": {
|
|
93491
|
+
"type": "string"
|
|
93492
|
+
},
|
|
93493
|
+
"html_url": {
|
|
93494
|
+
"type": "string"
|
|
93495
|
+
},
|
|
93496
|
+
"followers_url": {
|
|
93497
|
+
"type": "string"
|
|
93498
|
+
},
|
|
93499
|
+
"following_url": {
|
|
93500
|
+
"type": "string"
|
|
93501
|
+
},
|
|
93502
|
+
"gists_url": {
|
|
93503
|
+
"type": "string"
|
|
93504
|
+
},
|
|
93505
|
+
"starred_url": {
|
|
93506
|
+
"type": "string"
|
|
93507
|
+
},
|
|
93508
|
+
"subscriptions_url": {
|
|
93509
|
+
"type": "string"
|
|
93510
|
+
},
|
|
93511
|
+
"organizations_url": {
|
|
93512
|
+
"type": "string"
|
|
93513
|
+
},
|
|
93514
|
+
"repos_url": {
|
|
93515
|
+
"type": "string"
|
|
93516
|
+
},
|
|
93517
|
+
"events_url": {
|
|
93518
|
+
"type": "string"
|
|
93519
|
+
},
|
|
93520
|
+
"received_events_url": {
|
|
93521
|
+
"type": "string"
|
|
93522
|
+
},
|
|
93523
|
+
"type": {
|
|
93524
|
+
"type": "string"
|
|
93525
|
+
},
|
|
93526
|
+
"site_admin": {
|
|
93527
|
+
"type": "boolean"
|
|
93528
|
+
}
|
|
93529
|
+
}
|
|
93530
|
+
},
|
|
93531
|
+
"private": {
|
|
93532
|
+
"type": "boolean"
|
|
93533
|
+
},
|
|
93534
|
+
"html_url": {
|
|
93535
|
+
"type": "string"
|
|
93536
|
+
},
|
|
93537
|
+
"description": {
|
|
93538
|
+
"type": "string"
|
|
93539
|
+
},
|
|
93540
|
+
"fork": {
|
|
93541
|
+
"type": "boolean"
|
|
93542
|
+
},
|
|
93543
|
+
"url": {
|
|
93544
|
+
"type": "string"
|
|
93545
|
+
},
|
|
93546
|
+
"archive_url": {
|
|
93547
|
+
"type": "string"
|
|
93548
|
+
},
|
|
93549
|
+
"assignees_url": {
|
|
93550
|
+
"type": "string"
|
|
93551
|
+
},
|
|
93552
|
+
"blobs_url": {
|
|
93553
|
+
"type": "string"
|
|
93554
|
+
},
|
|
93555
|
+
"branches_url": {
|
|
93556
|
+
"type": "string"
|
|
93557
|
+
},
|
|
93558
|
+
"collaborators_url": {
|
|
93559
|
+
"type": "string"
|
|
93560
|
+
},
|
|
93561
|
+
"comments_url": {
|
|
93562
|
+
"type": "string"
|
|
93563
|
+
},
|
|
93564
|
+
"commits_url": {
|
|
93565
|
+
"type": "string"
|
|
93566
|
+
},
|
|
93567
|
+
"compare_url": {
|
|
93568
|
+
"type": "string"
|
|
93569
|
+
},
|
|
93570
|
+
"contents_url": {
|
|
93571
|
+
"type": "string"
|
|
93572
|
+
},
|
|
93573
|
+
"contributors_url": {
|
|
93574
|
+
"type": "string"
|
|
93575
|
+
},
|
|
93576
|
+
"deployments_url": {
|
|
93577
|
+
"type": "string"
|
|
93578
|
+
},
|
|
93579
|
+
"downloads_url": {
|
|
93580
|
+
"type": "string"
|
|
93581
|
+
},
|
|
93582
|
+
"events_url": {
|
|
93583
|
+
"type": "string"
|
|
93584
|
+
},
|
|
93585
|
+
"forks_url": {
|
|
93586
|
+
"type": "string"
|
|
93587
|
+
},
|
|
93588
|
+
"git_commits_url": {
|
|
93589
|
+
"type": "string"
|
|
93590
|
+
},
|
|
93591
|
+
"git_refs_url": {
|
|
93592
|
+
"type": "string"
|
|
93593
|
+
},
|
|
93594
|
+
"git_tags_url": {
|
|
93595
|
+
"type": "string"
|
|
93596
|
+
},
|
|
93597
|
+
"git_url": {
|
|
93598
|
+
"type": "string"
|
|
93599
|
+
},
|
|
93600
|
+
"issue_comment_url": {
|
|
93601
|
+
"type": "string"
|
|
93602
|
+
},
|
|
93603
|
+
"issue_events_url": {
|
|
93604
|
+
"type": "string"
|
|
93605
|
+
},
|
|
93606
|
+
"issues_url": {
|
|
93607
|
+
"type": "string"
|
|
93608
|
+
},
|
|
93609
|
+
"keys_url": {
|
|
93610
|
+
"type": "string"
|
|
93611
|
+
},
|
|
93612
|
+
"labels_url": {
|
|
93613
|
+
"type": "string"
|
|
93614
|
+
},
|
|
93615
|
+
"languages_url": {
|
|
93616
|
+
"type": "string"
|
|
93617
|
+
},
|
|
93618
|
+
"merges_url": {
|
|
93619
|
+
"type": "string"
|
|
93620
|
+
},
|
|
93621
|
+
"milestones_url": {
|
|
93622
|
+
"type": "string"
|
|
93623
|
+
},
|
|
93624
|
+
"notifications_url": {
|
|
93625
|
+
"type": "string"
|
|
93626
|
+
},
|
|
93627
|
+
"pulls_url": {
|
|
93628
|
+
"type": "string"
|
|
93629
|
+
},
|
|
93630
|
+
"releases_url": {
|
|
93631
|
+
"type": "string"
|
|
93632
|
+
},
|
|
93633
|
+
"ssh_url": {
|
|
93634
|
+
"type": "string"
|
|
93635
|
+
},
|
|
93636
|
+
"stargazers_url": {
|
|
93637
|
+
"type": "string"
|
|
93638
|
+
},
|
|
93639
|
+
"statuses_url": {
|
|
93640
|
+
"type": "string"
|
|
93641
|
+
},
|
|
93642
|
+
"subscribers_url": {
|
|
93643
|
+
"type": "string"
|
|
93644
|
+
},
|
|
93645
|
+
"subscription_url": {
|
|
93646
|
+
"type": "string"
|
|
93647
|
+
},
|
|
93648
|
+
"tags_url": {
|
|
93649
|
+
"type": "string"
|
|
93650
|
+
},
|
|
93651
|
+
"teams_url": {
|
|
93652
|
+
"type": "string"
|
|
93653
|
+
},
|
|
93654
|
+
"trees_url": {
|
|
93655
|
+
"type": "string"
|
|
93656
|
+
},
|
|
93657
|
+
"clone_url": {
|
|
93658
|
+
"type": "string"
|
|
93659
|
+
},
|
|
93660
|
+
"mirror_url": {
|
|
93661
|
+
"type": "string"
|
|
93662
|
+
},
|
|
93663
|
+
"hooks_url": {
|
|
93664
|
+
"type": "string"
|
|
93665
|
+
},
|
|
93666
|
+
"svn_url": {
|
|
93667
|
+
"type": "string"
|
|
93668
|
+
},
|
|
93669
|
+
"homepage": {
|
|
93670
|
+
"type": "string"
|
|
93671
|
+
},
|
|
93672
|
+
"language": {
|
|
93673
|
+
"type": "string"
|
|
93674
|
+
},
|
|
93675
|
+
"forks_count": {
|
|
93676
|
+
"type": "integer"
|
|
93677
|
+
},
|
|
93678
|
+
"stargazers_count": {
|
|
93679
|
+
"type": "integer"
|
|
93680
|
+
},
|
|
93681
|
+
"watchers_count": {
|
|
93682
|
+
"type": "integer"
|
|
93683
|
+
},
|
|
93684
|
+
"size": {
|
|
93685
|
+
"type": "integer"
|
|
93686
|
+
},
|
|
93687
|
+
"default_branch": {
|
|
93688
|
+
"type": "string"
|
|
93689
|
+
},
|
|
93690
|
+
"open_issues_count": {
|
|
93691
|
+
"type": "integer"
|
|
93692
|
+
},
|
|
93693
|
+
"is_template": {
|
|
93694
|
+
"type": "boolean"
|
|
93695
|
+
},
|
|
93696
|
+
"topics": {
|
|
93697
|
+
"type": "array",
|
|
93698
|
+
"items": {
|
|
93699
|
+
"type": "string"
|
|
93700
|
+
}
|
|
93701
|
+
},
|
|
93702
|
+
"has_issues": {
|
|
93703
|
+
"type": "boolean"
|
|
93704
|
+
},
|
|
93705
|
+
"has_projects": {
|
|
93706
|
+
"type": "boolean"
|
|
93707
|
+
},
|
|
93708
|
+
"has_wiki": {
|
|
93709
|
+
"type": "boolean"
|
|
93710
|
+
},
|
|
93711
|
+
"has_pages": {
|
|
93712
|
+
"type": "boolean"
|
|
93713
|
+
},
|
|
93714
|
+
"has_downloads": {
|
|
93715
|
+
"type": "boolean"
|
|
93716
|
+
},
|
|
93717
|
+
"archived": {
|
|
93718
|
+
"type": "boolean"
|
|
93719
|
+
},
|
|
93720
|
+
"disabled": {
|
|
93721
|
+
"type": "boolean"
|
|
93722
|
+
},
|
|
93723
|
+
"visibility": {
|
|
93724
|
+
"type": "string"
|
|
93725
|
+
},
|
|
93726
|
+
"pushed_at": {
|
|
93727
|
+
"type": "string"
|
|
93728
|
+
},
|
|
93729
|
+
"created_at": {
|
|
93730
|
+
"type": "string"
|
|
93731
|
+
},
|
|
93732
|
+
"updated_at": {
|
|
93733
|
+
"type": "string"
|
|
93734
|
+
},
|
|
93735
|
+
"permissions": {
|
|
93736
|
+
"type": "object",
|
|
93737
|
+
"properties": {
|
|
93738
|
+
"admin": {
|
|
93739
|
+
"type": "boolean"
|
|
93740
|
+
},
|
|
93741
|
+
"maintain": {
|
|
93742
|
+
"type": "boolean"
|
|
93743
|
+
},
|
|
93744
|
+
"push": {
|
|
93745
|
+
"type": "boolean"
|
|
93746
|
+
},
|
|
93747
|
+
"triage": {
|
|
93748
|
+
"type": "boolean"
|
|
93749
|
+
},
|
|
93750
|
+
"pull": {
|
|
93751
|
+
"type": "boolean"
|
|
93752
|
+
}
|
|
93753
|
+
}
|
|
93754
|
+
},
|
|
93755
|
+
"allow_rebase_merge": {
|
|
93756
|
+
"type": "boolean"
|
|
93757
|
+
},
|
|
93758
|
+
"temp_clone_token": {
|
|
93759
|
+
"type": "string"
|
|
93760
|
+
},
|
|
93761
|
+
"allow_squash_merge": {
|
|
93762
|
+
"type": "boolean"
|
|
93763
|
+
},
|
|
93764
|
+
"allow_auto_merge": {
|
|
93765
|
+
"type": "boolean"
|
|
93766
|
+
},
|
|
93767
|
+
"delete_branch_on_merge": {
|
|
93768
|
+
"type": "boolean"
|
|
93769
|
+
},
|
|
93770
|
+
"allow_update_branch": {
|
|
93771
|
+
"type": "boolean"
|
|
93772
|
+
},
|
|
93773
|
+
"use_squash_pr_title_as_default": {
|
|
93774
|
+
"type": "boolean"
|
|
93775
|
+
},
|
|
93776
|
+
"squash_merge_commit_title": {
|
|
93777
|
+
"type": "string",
|
|
93778
|
+
"enum": [
|
|
93779
|
+
"PR_TITLE",
|
|
93780
|
+
"COMMIT_OR_PR_TITLE"
|
|
93781
|
+
],
|
|
93782
|
+
"description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)."
|
|
93783
|
+
},
|
|
93784
|
+
"squash_merge_commit_message": {
|
|
93785
|
+
"type": "string",
|
|
93786
|
+
"enum": [
|
|
93787
|
+
"PR_BODY",
|
|
93788
|
+
"COMMIT_MESSAGES",
|
|
93789
|
+
"BLANK"
|
|
93790
|
+
],
|
|
93791
|
+
"description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message."
|
|
93792
|
+
},
|
|
93793
|
+
"merge_commit_title": {
|
|
93794
|
+
"type": "string",
|
|
93795
|
+
"enum": [
|
|
93796
|
+
"PR_TITLE",
|
|
93797
|
+
"MERGE_MESSAGE"
|
|
93798
|
+
],
|
|
93799
|
+
"description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)."
|
|
93800
|
+
},
|
|
93801
|
+
"merge_commit_message": {
|
|
93802
|
+
"type": "string",
|
|
93803
|
+
"enum": [
|
|
93804
|
+
"PR_BODY",
|
|
93805
|
+
"PR_TITLE",
|
|
93806
|
+
"BLANK"
|
|
93807
|
+
],
|
|
93808
|
+
"description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message."
|
|
93809
|
+
},
|
|
93810
|
+
"allow_merge_commit": {
|
|
93811
|
+
"type": "boolean"
|
|
93812
|
+
},
|
|
93813
|
+
"subscribers_count": {
|
|
93814
|
+
"type": "integer"
|
|
93815
|
+
},
|
|
93816
|
+
"network_count": {
|
|
93817
|
+
"type": "integer"
|
|
93818
|
+
}
|
|
93819
|
+
}
|
|
93652
93820
|
},
|
|
93653
93821
|
"temp_clone_token": {
|
|
93654
93822
|
"type": "string"
|
|
@@ -93671,6 +93839,52 @@
|
|
|
93671
93839
|
"type": "boolean",
|
|
93672
93840
|
"example": false
|
|
93673
93841
|
},
|
|
93842
|
+
"allow_update_branch": {
|
|
93843
|
+
"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.",
|
|
93844
|
+
"default": false,
|
|
93845
|
+
"type": "boolean",
|
|
93846
|
+
"example": false
|
|
93847
|
+
},
|
|
93848
|
+
"use_squash_pr_title_as_default": {
|
|
93849
|
+
"type": "boolean",
|
|
93850
|
+
"description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
|
|
93851
|
+
"default": false,
|
|
93852
|
+
"deprecated": true
|
|
93853
|
+
},
|
|
93854
|
+
"squash_merge_commit_title": {
|
|
93855
|
+
"type": "string",
|
|
93856
|
+
"enum": [
|
|
93857
|
+
"PR_TITLE",
|
|
93858
|
+
"COMMIT_OR_PR_TITLE"
|
|
93859
|
+
],
|
|
93860
|
+
"description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)."
|
|
93861
|
+
},
|
|
93862
|
+
"squash_merge_commit_message": {
|
|
93863
|
+
"type": "string",
|
|
93864
|
+
"enum": [
|
|
93865
|
+
"PR_BODY",
|
|
93866
|
+
"COMMIT_MESSAGES",
|
|
93867
|
+
"BLANK"
|
|
93868
|
+
],
|
|
93869
|
+
"description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message."
|
|
93870
|
+
},
|
|
93871
|
+
"merge_commit_title": {
|
|
93872
|
+
"type": "string",
|
|
93873
|
+
"enum": [
|
|
93874
|
+
"PR_TITLE",
|
|
93875
|
+
"MERGE_MESSAGE"
|
|
93876
|
+
],
|
|
93877
|
+
"description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)."
|
|
93878
|
+
},
|
|
93879
|
+
"merge_commit_message": {
|
|
93880
|
+
"type": "string",
|
|
93881
|
+
"enum": [
|
|
93882
|
+
"PR_BODY",
|
|
93883
|
+
"PR_TITLE",
|
|
93884
|
+
"BLANK"
|
|
93885
|
+
],
|
|
93886
|
+
"description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message."
|
|
93887
|
+
},
|
|
93674
93888
|
"allow_merge_commit": {
|
|
93675
93889
|
"description": "Whether to allow merge commits for pull requests.",
|
|
93676
93890
|
"default": true,
|
|
@@ -93679,15 +93893,12 @@
|
|
|
93679
93893
|
},
|
|
93680
93894
|
"allow_forking": {
|
|
93681
93895
|
"description": "Whether to allow forking this repo",
|
|
93682
|
-
"
|
|
93683
|
-
"type": "boolean",
|
|
93684
|
-
"example": false
|
|
93896
|
+
"type": "boolean"
|
|
93685
93897
|
},
|
|
93686
93898
|
"web_commit_signoff_required": {
|
|
93687
93899
|
"description": "Whether to require contributors to sign off on web-based commits",
|
|
93688
93900
|
"default": false,
|
|
93689
|
-
"type": "boolean"
|
|
93690
|
-
"example": false
|
|
93901
|
+
"type": "boolean"
|
|
93691
93902
|
},
|
|
93692
93903
|
"subscribers_count": {
|
|
93693
93904
|
"type": "integer"
|
|
@@ -93703,6 +93914,14 @@
|
|
|
93703
93914
|
},
|
|
93704
93915
|
"master_branch": {
|
|
93705
93916
|
"type": "string"
|
|
93917
|
+
},
|
|
93918
|
+
"starred_at": {
|
|
93919
|
+
"type": "string",
|
|
93920
|
+
"example": "\"2020-07-09T00:17:42Z\""
|
|
93921
|
+
},
|
|
93922
|
+
"anonymous_access_enabled": {
|
|
93923
|
+
"type": "boolean",
|
|
93924
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
93706
93925
|
}
|
|
93707
93926
|
},
|
|
93708
93927
|
"required": [
|
|
@@ -93779,230 +93998,8 @@
|
|
|
93779
93998
|
"watchers_count",
|
|
93780
93999
|
"created_at",
|
|
93781
94000
|
"updated_at"
|
|
93782
|
-
]
|
|
93783
|
-
|
|
93784
|
-
"project-card": {
|
|
93785
|
-
"title": "Project Card",
|
|
93786
|
-
"description": "Project cards represent a scope of work.",
|
|
93787
|
-
"type": "object",
|
|
93788
|
-
"properties": {
|
|
93789
|
-
"url": {
|
|
93790
|
-
"type": "string",
|
|
93791
|
-
"format": "uri",
|
|
93792
|
-
"example": "https://api.github.com/projects/columns/cards/1478"
|
|
93793
|
-
},
|
|
93794
|
-
"id": {
|
|
93795
|
-
"description": "The project card's ID",
|
|
93796
|
-
"example": 42,
|
|
93797
|
-
"type": "integer"
|
|
93798
|
-
},
|
|
93799
|
-
"node_id": {
|
|
93800
|
-
"type": "string",
|
|
93801
|
-
"example": "MDExOlByb2plY3RDYXJkMTQ3OA=="
|
|
93802
|
-
},
|
|
93803
|
-
"note": {
|
|
93804
|
-
"type": "string",
|
|
93805
|
-
"example": "Add payload for delete Project column",
|
|
93806
|
-
"nullable": true
|
|
93807
|
-
},
|
|
93808
|
-
"creator": {
|
|
93809
|
-
"$ref": "#/components/schemas/nullable-simple-user"
|
|
93810
|
-
},
|
|
93811
|
-
"created_at": {
|
|
93812
|
-
"type": "string",
|
|
93813
|
-
"format": "date-time",
|
|
93814
|
-
"example": "2016-09-05T14:21:06Z"
|
|
93815
|
-
},
|
|
93816
|
-
"updated_at": {
|
|
93817
|
-
"type": "string",
|
|
93818
|
-
"format": "date-time",
|
|
93819
|
-
"example": "2016-09-05T14:20:22Z"
|
|
93820
|
-
},
|
|
93821
|
-
"archived": {
|
|
93822
|
-
"description": "Whether or not the card is archived",
|
|
93823
|
-
"example": false,
|
|
93824
|
-
"type": "boolean"
|
|
93825
|
-
},
|
|
93826
|
-
"column_name": {
|
|
93827
|
-
"type": "string"
|
|
93828
|
-
},
|
|
93829
|
-
"project_id": {
|
|
93830
|
-
"type": "string"
|
|
93831
|
-
},
|
|
93832
|
-
"column_url": {
|
|
93833
|
-
"type": "string",
|
|
93834
|
-
"format": "uri",
|
|
93835
|
-
"example": "https://api.github.com/projects/columns/367"
|
|
93836
|
-
},
|
|
93837
|
-
"content_url": {
|
|
93838
|
-
"type": "string",
|
|
93839
|
-
"format": "uri",
|
|
93840
|
-
"example": "https://api.github.com/repos/api-playground/projects-test/issues/3"
|
|
93841
|
-
},
|
|
93842
|
-
"project_url": {
|
|
93843
|
-
"type": "string",
|
|
93844
|
-
"format": "uri",
|
|
93845
|
-
"example": "https://api.github.com/projects/120"
|
|
93846
|
-
}
|
|
93847
|
-
},
|
|
93848
|
-
"required": [
|
|
93849
|
-
"id",
|
|
93850
|
-
"node_id",
|
|
93851
|
-
"note",
|
|
93852
|
-
"url",
|
|
93853
|
-
"column_url",
|
|
93854
|
-
"project_url",
|
|
93855
|
-
"creator",
|
|
93856
|
-
"created_at",
|
|
93857
|
-
"updated_at"
|
|
93858
|
-
]
|
|
93859
|
-
},
|
|
93860
|
-
"project-column": {
|
|
93861
|
-
"title": "Project Column",
|
|
93862
|
-
"description": "Project columns contain cards of work.",
|
|
93863
|
-
"type": "object",
|
|
93864
|
-
"properties": {
|
|
93865
|
-
"url": {
|
|
93866
|
-
"type": "string",
|
|
93867
|
-
"format": "uri",
|
|
93868
|
-
"example": "https://api.github.com/projects/columns/367"
|
|
93869
|
-
},
|
|
93870
|
-
"project_url": {
|
|
93871
|
-
"type": "string",
|
|
93872
|
-
"format": "uri",
|
|
93873
|
-
"example": "https://api.github.com/projects/120"
|
|
93874
|
-
},
|
|
93875
|
-
"cards_url": {
|
|
93876
|
-
"type": "string",
|
|
93877
|
-
"format": "uri",
|
|
93878
|
-
"example": "https://api.github.com/projects/columns/367/cards"
|
|
93879
|
-
},
|
|
93880
|
-
"id": {
|
|
93881
|
-
"description": "The unique identifier of the project column",
|
|
93882
|
-
"example": 42,
|
|
93883
|
-
"type": "integer"
|
|
93884
|
-
},
|
|
93885
|
-
"node_id": {
|
|
93886
|
-
"type": "string",
|
|
93887
|
-
"example": "MDEzOlByb2plY3RDb2x1bW4zNjc="
|
|
93888
|
-
},
|
|
93889
|
-
"name": {
|
|
93890
|
-
"description": "Name of the project column",
|
|
93891
|
-
"example": "Remaining tasks",
|
|
93892
|
-
"type": "string"
|
|
93893
|
-
},
|
|
93894
|
-
"created_at": {
|
|
93895
|
-
"type": "string",
|
|
93896
|
-
"format": "date-time",
|
|
93897
|
-
"example": "2016-09-05T14:18:44Z"
|
|
93898
|
-
},
|
|
93899
|
-
"updated_at": {
|
|
93900
|
-
"type": "string",
|
|
93901
|
-
"format": "date-time",
|
|
93902
|
-
"example": "2016-09-05T14:22:28Z"
|
|
93903
|
-
}
|
|
93904
|
-
},
|
|
93905
|
-
"required": [
|
|
93906
|
-
"id",
|
|
93907
|
-
"node_id",
|
|
93908
|
-
"url",
|
|
93909
|
-
"project_url",
|
|
93910
|
-
"cards_url",
|
|
93911
|
-
"name",
|
|
93912
|
-
"created_at",
|
|
93913
|
-
"updated_at"
|
|
93914
|
-
]
|
|
93915
|
-
},
|
|
93916
|
-
"project-collaborator-permission": {
|
|
93917
|
-
"title": "Project Collaborator Permission",
|
|
93918
|
-
"description": "Project Collaborator Permission",
|
|
93919
|
-
"type": "object",
|
|
93920
|
-
"properties": {
|
|
93921
|
-
"permission": {
|
|
93922
|
-
"type": "string"
|
|
93923
|
-
},
|
|
93924
|
-
"user": {
|
|
93925
|
-
"$ref": "#/components/schemas/nullable-simple-user"
|
|
93926
|
-
}
|
|
93927
|
-
},
|
|
93928
|
-
"required": [
|
|
93929
|
-
"permission",
|
|
93930
|
-
"user"
|
|
93931
|
-
]
|
|
93932
|
-
},
|
|
93933
|
-
"rate-limit": {
|
|
93934
|
-
"title": "Rate Limit",
|
|
93935
|
-
"type": "object",
|
|
93936
|
-
"properties": {
|
|
93937
|
-
"limit": {
|
|
93938
|
-
"type": "integer"
|
|
93939
|
-
},
|
|
93940
|
-
"remaining": {
|
|
93941
|
-
"type": "integer"
|
|
93942
|
-
},
|
|
93943
|
-
"reset": {
|
|
93944
|
-
"type": "integer"
|
|
93945
|
-
},
|
|
93946
|
-
"used": {
|
|
93947
|
-
"type": "integer"
|
|
93948
|
-
}
|
|
93949
|
-
},
|
|
93950
|
-
"required": [
|
|
93951
|
-
"limit",
|
|
93952
|
-
"remaining",
|
|
93953
|
-
"reset",
|
|
93954
|
-
"used"
|
|
93955
|
-
]
|
|
93956
|
-
},
|
|
93957
|
-
"rate-limit-overview": {
|
|
93958
|
-
"title": "Rate Limit Overview",
|
|
93959
|
-
"description": "Rate Limit Overview",
|
|
93960
|
-
"type": "object",
|
|
93961
|
-
"properties": {
|
|
93962
|
-
"resources": {
|
|
93963
|
-
"type": "object",
|
|
93964
|
-
"properties": {
|
|
93965
|
-
"core": {
|
|
93966
|
-
"$ref": "#/components/schemas/rate-limit"
|
|
93967
|
-
},
|
|
93968
|
-
"graphql": {
|
|
93969
|
-
"$ref": "#/components/schemas/rate-limit"
|
|
93970
|
-
},
|
|
93971
|
-
"search": {
|
|
93972
|
-
"$ref": "#/components/schemas/rate-limit"
|
|
93973
|
-
},
|
|
93974
|
-
"code_search": {
|
|
93975
|
-
"$ref": "#/components/schemas/rate-limit"
|
|
93976
|
-
},
|
|
93977
|
-
"source_import": {
|
|
93978
|
-
"$ref": "#/components/schemas/rate-limit"
|
|
93979
|
-
},
|
|
93980
|
-
"integration_manifest": {
|
|
93981
|
-
"$ref": "#/components/schemas/rate-limit"
|
|
93982
|
-
},
|
|
93983
|
-
"code_scanning_upload": {
|
|
93984
|
-
"$ref": "#/components/schemas/rate-limit"
|
|
93985
|
-
},
|
|
93986
|
-
"actions_runner_registration": {
|
|
93987
|
-
"$ref": "#/components/schemas/rate-limit"
|
|
93988
|
-
},
|
|
93989
|
-
"scim": {
|
|
93990
|
-
"$ref": "#/components/schemas/rate-limit"
|
|
93991
|
-
}
|
|
93992
|
-
},
|
|
93993
|
-
"required": [
|
|
93994
|
-
"core",
|
|
93995
|
-
"search"
|
|
93996
|
-
]
|
|
93997
|
-
},
|
|
93998
|
-
"rate": {
|
|
93999
|
-
"$ref": "#/components/schemas/rate-limit"
|
|
94000
|
-
}
|
|
94001
|
-
},
|
|
94002
|
-
"required": [
|
|
94003
|
-
"rate",
|
|
94004
|
-
"resources"
|
|
94005
|
-
]
|
|
94001
|
+
],
|
|
94002
|
+
"nullable": true
|
|
94006
94003
|
},
|
|
94007
94004
|
"code-of-conduct-simple": {
|
|
94008
94005
|
"title": "Code Of Conduct Simple",
|
|
@@ -110107,6 +110104,11 @@
|
|
|
110107
110104
|
"type": "string"
|
|
110108
110105
|
}
|
|
110109
110106
|
},
|
|
110107
|
+
"custom_properties": {
|
|
110108
|
+
"type": "object",
|
|
110109
|
+
"description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.",
|
|
110110
|
+
"additionalProperties": true
|
|
110111
|
+
},
|
|
110110
110112
|
"has_issues": {
|
|
110111
110113
|
"description": "Whether issues are enabled.",
|
|
110112
110114
|
"default": true,
|
|
@@ -111783,6 +111785,11 @@
|
|
|
111783
111785
|
"type": "string"
|
|
111784
111786
|
}
|
|
111785
111787
|
},
|
|
111788
|
+
"custom_properties": {
|
|
111789
|
+
"type": "object",
|
|
111790
|
+
"description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.",
|
|
111791
|
+
"additionalProperties": true
|
|
111792
|
+
},
|
|
111786
111793
|
"has_issues": {
|
|
111787
111794
|
"description": "Whether issues are enabled.",
|
|
111788
111795
|
"default": true,
|
|
@@ -128004,6 +128011,11 @@
|
|
|
128004
128011
|
}
|
|
128005
128012
|
]
|
|
128006
128013
|
},
|
|
128014
|
+
"custom_properties": {
|
|
128015
|
+
"type": "object",
|
|
128016
|
+
"description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.",
|
|
128017
|
+
"additionalProperties": true
|
|
128018
|
+
},
|
|
128007
128019
|
"default_branch": {
|
|
128008
128020
|
"description": "The default branch of the repository.",
|
|
128009
128021
|
"type": "string"
|
|
@@ -147898,6 +147910,11 @@
|
|
|
147898
147910
|
}
|
|
147899
147911
|
]
|
|
147900
147912
|
},
|
|
147913
|
+
"custom_properties": {
|
|
147914
|
+
"type": "object",
|
|
147915
|
+
"description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.",
|
|
147916
|
+
"additionalProperties": true
|
|
147917
|
+
},
|
|
147901
147918
|
"default_branch": {
|
|
147902
147919
|
"description": "The default branch of the repository.",
|
|
147903
147920
|
"type": "string"
|
|
@@ -153497,6 +153514,11 @@
|
|
|
153497
153514
|
}
|
|
153498
153515
|
]
|
|
153499
153516
|
},
|
|
153517
|
+
"custom_properties": {
|
|
153518
|
+
"type": "object",
|
|
153519
|
+
"description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.",
|
|
153520
|
+
"additionalProperties": true
|
|
153521
|
+
},
|
|
153500
153522
|
"default_branch": {
|
|
153501
153523
|
"description": "The default branch of the repository.",
|
|
153502
153524
|
"type": "string"
|
|
@@ -239224,6 +239246,11 @@
|
|
|
239224
239246
|
}
|
|
239225
239247
|
]
|
|
239226
239248
|
},
|
|
239249
|
+
"custom_properties": {
|
|
239250
|
+
"type": "object",
|
|
239251
|
+
"description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.",
|
|
239252
|
+
"additionalProperties": true
|
|
239253
|
+
},
|
|
239227
239254
|
"default_branch": {
|
|
239228
239255
|
"description": "The default branch of the repository.",
|
|
239229
239256
|
"type": "string"
|
|
@@ -250118,6 +250145,11 @@
|
|
|
250118
250145
|
}
|
|
250119
250146
|
]
|
|
250120
250147
|
},
|
|
250148
|
+
"custom_properties": {
|
|
250149
|
+
"type": "object",
|
|
250150
|
+
"description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.",
|
|
250151
|
+
"additionalProperties": true
|
|
250152
|
+
},
|
|
250121
250153
|
"default_branch": {
|
|
250122
250154
|
"description": "The default branch of the repository.",
|
|
250123
250155
|
"type": "string"
|
|
@@ -250864,6 +250896,11 @@
|
|
|
250864
250896
|
}
|
|
250865
250897
|
]
|
|
250866
250898
|
},
|
|
250899
|
+
"custom_properties": {
|
|
250900
|
+
"type": "object",
|
|
250901
|
+
"description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.",
|
|
250902
|
+
"additionalProperties": true
|
|
250903
|
+
},
|
|
250867
250904
|
"default_branch": {
|
|
250868
250905
|
"description": "The default branch of the repository.",
|
|
250869
250906
|
"type": "string"
|
|
@@ -251611,6 +251648,11 @@
|
|
|
251611
251648
|
}
|
|
251612
251649
|
]
|
|
251613
251650
|
},
|
|
251651
|
+
"custom_properties": {
|
|
251652
|
+
"type": "object",
|
|
251653
|
+
"description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.",
|
|
251654
|
+
"additionalProperties": true
|
|
251655
|
+
},
|
|
251614
251656
|
"default_branch": {
|
|
251615
251657
|
"description": "The default branch of the repository.",
|
|
251616
251658
|
"type": "string"
|
|
@@ -252432,6 +252474,11 @@
|
|
|
252432
252474
|
}
|
|
252433
252475
|
]
|
|
252434
252476
|
},
|
|
252477
|
+
"custom_properties": {
|
|
252478
|
+
"type": "object",
|
|
252479
|
+
"description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.",
|
|
252480
|
+
"additionalProperties": true
|
|
252481
|
+
},
|
|
252435
252482
|
"default_branch": {
|
|
252436
252483
|
"description": "The default branch of the repository.",
|
|
252437
252484
|
"type": "string"
|
|
@@ -253180,6 +253227,11 @@
|
|
|
253180
253227
|
}
|
|
253181
253228
|
]
|
|
253182
253229
|
},
|
|
253230
|
+
"custom_properties": {
|
|
253231
|
+
"type": "object",
|
|
253232
|
+
"description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.",
|
|
253233
|
+
"additionalProperties": true
|
|
253234
|
+
},
|
|
253183
253235
|
"default_branch": {
|
|
253184
253236
|
"description": "The default branch of the repository.",
|
|
253185
253237
|
"type": "string"
|
|
@@ -268925,130 +268977,6 @@
|
|
|
268925
268977
|
},
|
|
268926
268978
|
"role_name": "read",
|
|
268927
268979
|
"allow_rebase_merge": true,
|
|
268928
|
-
"template_repository": {
|
|
268929
|
-
"id": 1296269,
|
|
268930
|
-
"node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
|
|
268931
|
-
"name": "Hello-World-Template",
|
|
268932
|
-
"full_name": "octocat/Hello-World-Template",
|
|
268933
|
-
"owner": {
|
|
268934
|
-
"login": "octocat",
|
|
268935
|
-
"id": 1,
|
|
268936
|
-
"node_id": "MDQ6VXNlcjE=",
|
|
268937
|
-
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
|
268938
|
-
"gravatar_id": "",
|
|
268939
|
-
"url": "https://api.github.com/users/octocat",
|
|
268940
|
-
"html_url": "https://github.com/octocat",
|
|
268941
|
-
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
268942
|
-
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
268943
|
-
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
268944
|
-
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
268945
|
-
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
268946
|
-
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
268947
|
-
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
268948
|
-
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
268949
|
-
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
268950
|
-
"type": "User",
|
|
268951
|
-
"site_admin": false
|
|
268952
|
-
},
|
|
268953
|
-
"private": false,
|
|
268954
|
-
"html_url": "https://github.com/octocat/Hello-World-Template",
|
|
268955
|
-
"description": "This your first repo!",
|
|
268956
|
-
"fork": false,
|
|
268957
|
-
"url": "https://api.github.com/repos/octocat/Hello-World-Template",
|
|
268958
|
-
"archive_url": "https://api.github.com/repos/octocat/Hello-World-Template/{archive_format}{/ref}",
|
|
268959
|
-
"assignees_url": "https://api.github.com/repos/octocat/Hello-World-Template/assignees{/user}",
|
|
268960
|
-
"blobs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/blobs{/sha}",
|
|
268961
|
-
"branches_url": "https://api.github.com/repos/octocat/Hello-World-Template/branches{/branch}",
|
|
268962
|
-
"collaborators_url": "https://api.github.com/repos/octocat/Hello-World-Template/collaborators{/collaborator}",
|
|
268963
|
-
"comments_url": "https://api.github.com/repos/octocat/Hello-World-Template/comments{/number}",
|
|
268964
|
-
"commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/commits{/sha}",
|
|
268965
|
-
"compare_url": "https://api.github.com/repos/octocat/Hello-World-Template/compare/{base}...{head}",
|
|
268966
|
-
"contents_url": "https://api.github.com/repos/octocat/Hello-World-Template/contents/{+path}",
|
|
268967
|
-
"contributors_url": "https://api.github.com/repos/octocat/Hello-World-Template/contributors",
|
|
268968
|
-
"deployments_url": "https://api.github.com/repos/octocat/Hello-World-Template/deployments",
|
|
268969
|
-
"downloads_url": "https://api.github.com/repos/octocat/Hello-World-Template/downloads",
|
|
268970
|
-
"events_url": "https://api.github.com/repos/octocat/Hello-World-Template/events",
|
|
268971
|
-
"forks_url": "https://api.github.com/repos/octocat/Hello-World-Template/forks",
|
|
268972
|
-
"git_commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/commits{/sha}",
|
|
268973
|
-
"git_refs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/refs{/sha}",
|
|
268974
|
-
"git_tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/tags{/sha}",
|
|
268975
|
-
"git_url": "git:github.com/octocat/Hello-World-Template.git",
|
|
268976
|
-
"issue_comment_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/comments{/number}",
|
|
268977
|
-
"issue_events_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/events{/number}",
|
|
268978
|
-
"issues_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues{/number}",
|
|
268979
|
-
"keys_url": "https://api.github.com/repos/octocat/Hello-World-Template/keys{/key_id}",
|
|
268980
|
-
"labels_url": "https://api.github.com/repos/octocat/Hello-World-Template/labels{/name}",
|
|
268981
|
-
"languages_url": "https://api.github.com/repos/octocat/Hello-World-Template/languages",
|
|
268982
|
-
"merges_url": "https://api.github.com/repos/octocat/Hello-World-Template/merges",
|
|
268983
|
-
"milestones_url": "https://api.github.com/repos/octocat/Hello-World-Template/milestones{/number}",
|
|
268984
|
-
"notifications_url": "https://api.github.com/repos/octocat/Hello-World-Template/notifications{?since,all,participating}",
|
|
268985
|
-
"pulls_url": "https://api.github.com/repos/octocat/Hello-World-Template/pulls{/number}",
|
|
268986
|
-
"releases_url": "https://api.github.com/repos/octocat/Hello-World-Template/releases{/id}",
|
|
268987
|
-
"ssh_url": "git@github.com:octocat/Hello-World-Template.git",
|
|
268988
|
-
"stargazers_url": "https://api.github.com/repos/octocat/Hello-World-Template/stargazers",
|
|
268989
|
-
"statuses_url": "https://api.github.com/repos/octocat/Hello-World-Template/statuses/{sha}",
|
|
268990
|
-
"subscribers_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscribers",
|
|
268991
|
-
"subscription_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscription",
|
|
268992
|
-
"tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/tags",
|
|
268993
|
-
"teams_url": "https://api.github.com/repos/octocat/Hello-World-Template/teams",
|
|
268994
|
-
"trees_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/trees{/sha}",
|
|
268995
|
-
"clone_url": "https://github.com/octocat/Hello-World-Template.git",
|
|
268996
|
-
"mirror_url": "git:git.example.com/octocat/Hello-World-Template",
|
|
268997
|
-
"hooks_url": "https://api.github.com/repos/octocat/Hello-World-Template/hooks",
|
|
268998
|
-
"svn_url": "https://svn.github.com/octocat/Hello-World-Template",
|
|
268999
|
-
"homepage": "https://github.com",
|
|
269000
|
-
"language": null,
|
|
269001
|
-
"forks": 9,
|
|
269002
|
-
"forks_count": 9,
|
|
269003
|
-
"stargazers_count": 80,
|
|
269004
|
-
"watchers_count": 80,
|
|
269005
|
-
"watchers": 80,
|
|
269006
|
-
"size": 108,
|
|
269007
|
-
"default_branch": "master",
|
|
269008
|
-
"open_issues": 0,
|
|
269009
|
-
"open_issues_count": 0,
|
|
269010
|
-
"is_template": true,
|
|
269011
|
-
"license": {
|
|
269012
|
-
"key": "mit",
|
|
269013
|
-
"name": "MIT License",
|
|
269014
|
-
"url": "https://api.github.com/licenses/mit",
|
|
269015
|
-
"spdx_id": "MIT",
|
|
269016
|
-
"node_id": "MDc6TGljZW5zZW1pdA==",
|
|
269017
|
-
"html_url": "https://api.github.com/licenses/mit"
|
|
269018
|
-
},
|
|
269019
|
-
"topics": [
|
|
269020
|
-
"octocat",
|
|
269021
|
-
"atom",
|
|
269022
|
-
"electron",
|
|
269023
|
-
"api"
|
|
269024
|
-
],
|
|
269025
|
-
"has_issues": true,
|
|
269026
|
-
"has_projects": true,
|
|
269027
|
-
"has_wiki": true,
|
|
269028
|
-
"has_pages": false,
|
|
269029
|
-
"has_downloads": true,
|
|
269030
|
-
"archived": false,
|
|
269031
|
-
"disabled": false,
|
|
269032
|
-
"visibility": "public",
|
|
269033
|
-
"pushed_at": "2011-01-26T19:06:43Z",
|
|
269034
|
-
"created_at": "2011-01-26T19:01:12Z",
|
|
269035
|
-
"updated_at": "2011-01-26T19:14:43Z",
|
|
269036
|
-
"permissions": {
|
|
269037
|
-
"pull": true,
|
|
269038
|
-
"triage": false,
|
|
269039
|
-
"push": false,
|
|
269040
|
-
"maintain": false,
|
|
269041
|
-
"admin": false
|
|
269042
|
-
},
|
|
269043
|
-
"allow_rebase_merge": true,
|
|
269044
|
-
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
|
|
269045
|
-
"allow_squash_merge": true,
|
|
269046
|
-
"allow_auto_merge": false,
|
|
269047
|
-
"delete_branch_on_merge": true,
|
|
269048
|
-
"allow_merge_commit": true,
|
|
269049
|
-
"subscribers_count": 42,
|
|
269050
|
-
"network_count": 0
|
|
269051
|
-
},
|
|
269052
268980
|
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
|
|
269053
268981
|
"allow_squash_merge": true,
|
|
269054
268982
|
"allow_auto_merge": false,
|
|
@@ -270597,6 +270525,7 @@
|
|
|
270597
270525
|
"check_suite_node_id": "MDEwOkNoZWNrU3VpdGU0Mg==",
|
|
270598
270526
|
"head_branch": "master",
|
|
270599
270527
|
"head_sha": "acb5820ced9479c074f688cc328bf03f341a511d",
|
|
270528
|
+
"path": ".github/workflows/build.yml@main",
|
|
270600
270529
|
"run_number": 562,
|
|
270601
270530
|
"event": "push",
|
|
270602
270531
|
"display_title": "Update README.md",
|
|
@@ -282817,130 +282746,6 @@
|
|
|
282817
282746
|
},
|
|
282818
282747
|
"role_name": "read",
|
|
282819
282748
|
"allow_rebase_merge": true,
|
|
282820
|
-
"template_repository": {
|
|
282821
|
-
"id": 1296269,
|
|
282822
|
-
"node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
|
|
282823
|
-
"name": "Hello-World-Template",
|
|
282824
|
-
"full_name": "octocat/Hello-World-Template",
|
|
282825
|
-
"owner": {
|
|
282826
|
-
"login": "octocat",
|
|
282827
|
-
"id": 1,
|
|
282828
|
-
"node_id": "MDQ6VXNlcjE=",
|
|
282829
|
-
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
|
282830
|
-
"gravatar_id": "",
|
|
282831
|
-
"url": "https://api.github.com/users/octocat",
|
|
282832
|
-
"html_url": "https://github.com/octocat",
|
|
282833
|
-
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
282834
|
-
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
282835
|
-
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
282836
|
-
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
282837
|
-
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
282838
|
-
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
282839
|
-
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
282840
|
-
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
282841
|
-
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
282842
|
-
"type": "User",
|
|
282843
|
-
"site_admin": false
|
|
282844
|
-
},
|
|
282845
|
-
"private": false,
|
|
282846
|
-
"html_url": "https://github.com/octocat/Hello-World-Template",
|
|
282847
|
-
"description": "This your first repo!",
|
|
282848
|
-
"fork": false,
|
|
282849
|
-
"url": "https://api.github.com/repos/octocat/Hello-World-Template",
|
|
282850
|
-
"archive_url": "https://api.github.com/repos/octocat/Hello-World-Template/{archive_format}{/ref}",
|
|
282851
|
-
"assignees_url": "https://api.github.com/repos/octocat/Hello-World-Template/assignees{/user}",
|
|
282852
|
-
"blobs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/blobs{/sha}",
|
|
282853
|
-
"branches_url": "https://api.github.com/repos/octocat/Hello-World-Template/branches{/branch}",
|
|
282854
|
-
"collaborators_url": "https://api.github.com/repos/octocat/Hello-World-Template/collaborators{/collaborator}",
|
|
282855
|
-
"comments_url": "https://api.github.com/repos/octocat/Hello-World-Template/comments{/number}",
|
|
282856
|
-
"commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/commits{/sha}",
|
|
282857
|
-
"compare_url": "https://api.github.com/repos/octocat/Hello-World-Template/compare/{base}...{head}",
|
|
282858
|
-
"contents_url": "https://api.github.com/repos/octocat/Hello-World-Template/contents/{+path}",
|
|
282859
|
-
"contributors_url": "https://api.github.com/repos/octocat/Hello-World-Template/contributors",
|
|
282860
|
-
"deployments_url": "https://api.github.com/repos/octocat/Hello-World-Template/deployments",
|
|
282861
|
-
"downloads_url": "https://api.github.com/repos/octocat/Hello-World-Template/downloads",
|
|
282862
|
-
"events_url": "https://api.github.com/repos/octocat/Hello-World-Template/events",
|
|
282863
|
-
"forks_url": "https://api.github.com/repos/octocat/Hello-World-Template/forks",
|
|
282864
|
-
"git_commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/commits{/sha}",
|
|
282865
|
-
"git_refs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/refs{/sha}",
|
|
282866
|
-
"git_tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/tags{/sha}",
|
|
282867
|
-
"git_url": "git:github.com/octocat/Hello-World-Template.git",
|
|
282868
|
-
"issue_comment_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/comments{/number}",
|
|
282869
|
-
"issue_events_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/events{/number}",
|
|
282870
|
-
"issues_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues{/number}",
|
|
282871
|
-
"keys_url": "https://api.github.com/repos/octocat/Hello-World-Template/keys{/key_id}",
|
|
282872
|
-
"labels_url": "https://api.github.com/repos/octocat/Hello-World-Template/labels{/name}",
|
|
282873
|
-
"languages_url": "https://api.github.com/repos/octocat/Hello-World-Template/languages",
|
|
282874
|
-
"merges_url": "https://api.github.com/repos/octocat/Hello-World-Template/merges",
|
|
282875
|
-
"milestones_url": "https://api.github.com/repos/octocat/Hello-World-Template/milestones{/number}",
|
|
282876
|
-
"notifications_url": "https://api.github.com/repos/octocat/Hello-World-Template/notifications{?since,all,participating}",
|
|
282877
|
-
"pulls_url": "https://api.github.com/repos/octocat/Hello-World-Template/pulls{/number}",
|
|
282878
|
-
"releases_url": "https://api.github.com/repos/octocat/Hello-World-Template/releases{/id}",
|
|
282879
|
-
"ssh_url": "git@github.com:octocat/Hello-World-Template.git",
|
|
282880
|
-
"stargazers_url": "https://api.github.com/repos/octocat/Hello-World-Template/stargazers",
|
|
282881
|
-
"statuses_url": "https://api.github.com/repos/octocat/Hello-World-Template/statuses/{sha}",
|
|
282882
|
-
"subscribers_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscribers",
|
|
282883
|
-
"subscription_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscription",
|
|
282884
|
-
"tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/tags",
|
|
282885
|
-
"teams_url": "https://api.github.com/repos/octocat/Hello-World-Template/teams",
|
|
282886
|
-
"trees_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/trees{/sha}",
|
|
282887
|
-
"clone_url": "https://github.com/octocat/Hello-World-Template.git",
|
|
282888
|
-
"mirror_url": "git:git.example.com/octocat/Hello-World-Template",
|
|
282889
|
-
"hooks_url": "https://api.github.com/repos/octocat/Hello-World-Template/hooks",
|
|
282890
|
-
"svn_url": "https://svn.github.com/octocat/Hello-World-Template",
|
|
282891
|
-
"homepage": "https://github.com",
|
|
282892
|
-
"language": null,
|
|
282893
|
-
"forks": 9,
|
|
282894
|
-
"forks_count": 9,
|
|
282895
|
-
"stargazers_count": 80,
|
|
282896
|
-
"watchers_count": 80,
|
|
282897
|
-
"watchers": 80,
|
|
282898
|
-
"size": 108,
|
|
282899
|
-
"default_branch": "master",
|
|
282900
|
-
"open_issues": 0,
|
|
282901
|
-
"open_issues_count": 0,
|
|
282902
|
-
"is_template": true,
|
|
282903
|
-
"license": {
|
|
282904
|
-
"key": "mit",
|
|
282905
|
-
"name": "MIT License",
|
|
282906
|
-
"url": "https://api.github.com/licenses/mit",
|
|
282907
|
-
"spdx_id": "MIT",
|
|
282908
|
-
"node_id": "MDc6TGljZW5zZW1pdA==",
|
|
282909
|
-
"html_url": "https://api.github.com/licenses/mit"
|
|
282910
|
-
},
|
|
282911
|
-
"topics": [
|
|
282912
|
-
"octocat",
|
|
282913
|
-
"atom",
|
|
282914
|
-
"electron",
|
|
282915
|
-
"api"
|
|
282916
|
-
],
|
|
282917
|
-
"has_issues": true,
|
|
282918
|
-
"has_projects": true,
|
|
282919
|
-
"has_wiki": true,
|
|
282920
|
-
"has_pages": false,
|
|
282921
|
-
"has_downloads": true,
|
|
282922
|
-
"archived": false,
|
|
282923
|
-
"disabled": false,
|
|
282924
|
-
"visibility": "public",
|
|
282925
|
-
"pushed_at": "2011-01-26T19:06:43Z",
|
|
282926
|
-
"created_at": "2011-01-26T19:01:12Z",
|
|
282927
|
-
"updated_at": "2011-01-26T19:14:43Z",
|
|
282928
|
-
"permissions": {
|
|
282929
|
-
"pull": true,
|
|
282930
|
-
"triage": false,
|
|
282931
|
-
"push": false,
|
|
282932
|
-
"maintain": false,
|
|
282933
|
-
"admin": false
|
|
282934
|
-
},
|
|
282935
|
-
"allow_rebase_merge": true,
|
|
282936
|
-
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
|
|
282937
|
-
"allow_squash_merge": true,
|
|
282938
|
-
"allow_auto_merge": false,
|
|
282939
|
-
"delete_branch_on_merge": true,
|
|
282940
|
-
"allow_merge_commit": true,
|
|
282941
|
-
"subscribers_count": 42,
|
|
282942
|
-
"network_count": 0
|
|
282943
|
-
},
|
|
282944
282749
|
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
|
|
282945
282750
|
"allow_squash_merge": true,
|
|
282946
282751
|
"allow_auto_merge": false,
|