@octokit/openapi 6.1.4 → 6.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (29) hide show
  1. package/generated/api.github.com.deref.json +12366 -10615
  2. package/generated/api.github.com.json +3916 -3453
  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 +187 -7
  8. package/generated/ghes-3.2.json +190 -29
  9. package/generated/ghes-3.3-anicca-diff-to-ghes-3.4.deref.json +23 -0
  10. package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +96 -1
  11. package/generated/ghes-3.3-diff-to-ghes-3.4.json +92 -1
  12. package/generated/ghes-3.3.deref.json +371 -1395
  13. package/generated/ghes-3.3.json +491 -315
  14. package/generated/ghes-3.4-anicca-diff-to-ghes-3.5.deref.json +0 -14
  15. package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +7801 -10209
  16. package/generated/ghes-3.4-diff-to-ghes-3.5.json +341 -326
  17. package/generated/ghes-3.4.deref.json +1434 -3653
  18. package/generated/ghes-3.4.json +1184 -1001
  19. package/generated/ghes-3.5-anicca-diff-to-api.github.com.deref.json +69 -73
  20. package/generated/ghes-3.5-diff-to-api.github.com.deref.json +28230 -31386
  21. package/generated/ghes-3.5-diff-to-api.github.com.json +813 -744
  22. package/generated/ghes-3.5.deref.json +1692 -4983
  23. package/generated/ghes-3.5.json +2093 -2049
  24. package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +92 -0
  25. package/generated/github.ae-diff-to-api.github.com.deref.json +488 -1
  26. package/generated/github.ae-diff-to-api.github.com.json +362 -12
  27. package/generated/github.ae.deref.json +253 -104
  28. package/generated/github.ae.json +263 -81
  29. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "6.1.4",
4
+ "version": "6.3.0",
5
5
  "title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
  "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
  "license": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
@@ -8483,7 +8483,7 @@
8483
8483
  "selected_repository_ids": {
8484
8484
  "type": "array",
8485
8485
  "description": "An array of repository ids that can access the organization secret. You can only provide a list of repository ids when the `visibility` is set to `selected`. You can manage the list of selected repositories using the [List selected repositories for an organization secret](https://docs.github.com/enterprise-server@3.3/rest/reference/actions#list-selected-repositories-for-an-organization-secret), [Set selected repositories for an organization secret](https://docs.github.com/enterprise-server@3.3/rest/reference/actions#set-selected-repositories-for-an-organization-secret), and [Remove selected repository from an organization secret](https://docs.github.com/enterprise-server@3.3/rest/reference/actions#remove-selected-repository-from-an-organization-secret) endpoints.",
8486
- "items": { "type": "string" }
8486
+ "items": { "type": "integer" }
8487
8487
  }
8488
8488
  },
8489
8489
  "required": ["visibility"]
@@ -8494,7 +8494,7 @@
8494
8494
  "encrypted_value": "c2VjcmV0",
8495
8495
  "key_id": "012345678912345678",
8496
8496
  "visibility": "selected",
8497
- "selected_repository_ids": ["1296269", "1296280"]
8497
+ "selected_repository_ids": [1296269, 1296280]
8498
8498
  }
8499
8499
  }
8500
8500
  }
@@ -8506,7 +8506,8 @@
8506
8506
  "description": "Response when creating a secret",
8507
8507
  "content": {
8508
8508
  "application/json": {
8509
- "schema": { "$ref": "#/components/schemas/empty-object" }
8509
+ "schema": { "$ref": "#/components/schemas/empty-object" },
8510
+ "examples": { "default": { "value": null } }
8510
8511
  }
8511
8512
  }
8512
8513
  },
@@ -8518,7 +8519,7 @@
8518
8519
  "category": "actions",
8519
8520
  "subcategory": "secrets"
8520
8521
  },
8521
- "x-octokit": {}
8522
+ "x-octokit": { "diff": { "ghes-3.4.json": { "type": "changed" } } }
8522
8523
  },
8523
8524
  "delete": {
8524
8525
  "summary": "Delete an organization secret",
@@ -8779,6 +8780,11 @@
8779
8780
  "schema": {
8780
8781
  "type": "array",
8781
8782
  "items": { "$ref": "#/components/schemas/event" }
8783
+ },
8784
+ "examples": {
8785
+ "200-response": {
8786
+ "$ref": "#/components/examples/public-org-events-items"
8787
+ }
8782
8788
  }
8783
8789
  }
8784
8790
  }
@@ -13905,7 +13911,8 @@
13905
13911
  "headers": {
13906
13912
  "Location": { "$ref": "#/components/headers/location" }
13907
13913
  }
13908
- }
13914
+ },
13915
+ "410": { "$ref": "#/components/responses/gone" }
13909
13916
  },
13910
13917
  "x-github": {
13911
13918
  "githubCloudOnly": false,
@@ -15541,7 +15548,7 @@
15541
15548
  },
15542
15549
  "url_template": {
15543
15550
  "type": "string",
15544
- "description": "The URL must contain <num> for the reference number."
15551
+ "description": "The URL must contain `<num>` for the reference number."
15545
15552
  }
15546
15553
  },
15547
15554
  "required": ["key_prefix", "url_template"]
@@ -21514,7 +21521,7 @@
21514
21521
  }
21515
21522
  },
21516
21523
  "deployment_branch_policy": {
21517
- "$ref": "#/components/schemas/deployment_branch_policy"
21524
+ "$ref": "#/components/schemas/deployment-branch-policy"
21518
21525
  }
21519
21526
  },
21520
21527
  "additionalProperties": false
@@ -21599,6 +21606,11 @@
21599
21606
  "schema": {
21600
21607
  "type": "array",
21601
21608
  "items": { "$ref": "#/components/schemas/event" }
21609
+ },
21610
+ "examples": {
21611
+ "200-response": {
21612
+ "$ref": "#/components/examples/repo-events-items"
21613
+ }
21602
21614
  }
21603
21615
  }
21604
21616
  }
@@ -24232,7 +24244,7 @@
24232
24244
  "operationId": "issues/remove-assignees",
24233
24245
  "externalDocs": {
24234
24246
  "description": "API method documentation",
24235
- "url": "https://docs.github.com/enterprise-server@3.3/rest/reference/issues#remove-assignees-from-an-issue"
24247
+ "url": "https://docs.github.com/rest/reference/issues#remove-assignees-from-an-issue"
24236
24248
  },
24237
24249
  "parameters": [
24238
24250
  { "$ref": "#/components/parameters/owner" },
@@ -24240,6 +24252,7 @@
24240
24252
  { "$ref": "#/components/parameters/issue-number" }
24241
24253
  ],
24242
24254
  "requestBody": {
24255
+ "required": true,
24243
24256
  "content": {
24244
24257
  "application/json": {
24245
24258
  "schema": {
@@ -24250,7 +24263,8 @@
24250
24263
  "description": "Usernames of assignees to remove from an issue. _NOTE: Only users with push access can remove assignees from an issue. Assignees are silently ignored otherwise._",
24251
24264
  "items": { "type": "string" }
24252
24265
  }
24253
- }
24266
+ },
24267
+ "required": ["assignees"]
24254
24268
  },
24255
24269
  "examples": {
24256
24270
  "default": { "value": { "assignees": ["hubot", "other_user"] } }
@@ -31094,7 +31108,8 @@
31094
31108
  "description": "Response when creating a secret",
31095
31109
  "content": {
31096
31110
  "application/json": {
31097
- "schema": { "$ref": "#/components/schemas/empty-object" }
31111
+ "schema": { "$ref": "#/components/schemas/empty-object" },
31112
+ "examples": { "default": { "value": null } }
31098
31113
  }
31099
31114
  }
31100
31115
  },
@@ -34073,6 +34088,18 @@
34073
34088
  }
34074
34089
  }
34075
34090
  ]
34091
+ },
34092
+ "examples": {
34093
+ "default": {
34094
+ "summary": "Example adding multiple email addresses",
34095
+ "value": {
34096
+ "emails": [
34097
+ "octocat@github.com",
34098
+ "mona@github.com",
34099
+ "octocat@octocat.org"
34100
+ ]
34101
+ }
34102
+ }
34076
34103
  }
34077
34104
  }
34078
34105
  }
@@ -34149,6 +34176,14 @@
34149
34176
  "required": ["emails"]
34150
34177
  }
34151
34178
  ]
34179
+ },
34180
+ "examples": {
34181
+ "default": {
34182
+ "summary": "Example deleting multiple email accounts",
34183
+ "value": {
34184
+ "emails": ["octocat@github.com", "mona@github.com"]
34185
+ }
34186
+ }
34152
34187
  }
34153
34188
  }
34154
34189
  }
@@ -37392,7 +37427,7 @@
37392
37427
  "operationId": "dependabot/create-or-update-org-secret",
37393
37428
  "externalDocs": {
37394
37429
  "description": "API method documentation",
37395
- "url": "https://docs.github.com/enterprise-server@3.4/rest/reference/dependabot#create-or-update-an-organization-secret"
37430
+ "url": "https://docs.github.com/rest/reference/dependabot#create-or-update-an-organization-secret"
37396
37431
  },
37397
37432
  "x-octokit": { "ghes-3.4.json": "removed" },
37398
37433
  "responses": { "501": { "description": "Not Implemented" } }
@@ -40655,7 +40690,7 @@
40655
40690
  ],
40656
40691
  "nullable": true
40657
40692
  },
40658
- "author_association": {
40693
+ "author-association": {
40659
40694
  "title": "author_association",
40660
40695
  "type": "string",
40661
40696
  "example": "OWNER",
@@ -40821,7 +40856,7 @@
40821
40856
  "$ref": "#/components/schemas/nullable-integration"
40822
40857
  },
40823
40858
  "author_association": {
40824
- "$ref": "#/components/schemas/author_association"
40859
+ "$ref": "#/components/schemas/author-association"
40825
40860
  },
40826
40861
  "reactions": { "$ref": "#/components/schemas/reaction-rollup" }
40827
40862
  },
@@ -40887,7 +40922,7 @@
40887
40922
  },
40888
40923
  "issue_url": { "type": "string", "format": "uri" },
40889
40924
  "author_association": {
40890
- "$ref": "#/components/schemas/author_association"
40925
+ "$ref": "#/components/schemas/author-association"
40891
40926
  },
40892
40927
  "performed_via_github_app": {
40893
40928
  "$ref": "#/components/schemas/nullable-integration"
@@ -41362,7 +41397,7 @@
41362
41397
  "example": "2011-04-18T23:23:56Z"
41363
41398
  },
41364
41399
  "author_association": {
41365
- "$ref": "#/components/schemas/author_association"
41400
+ "$ref": "#/components/schemas/author-association"
41366
41401
  }
41367
41402
  },
41368
41403
  "required": [
@@ -43026,6 +43061,301 @@
43026
43061
  "nullable": true,
43027
43062
  "enum": [null, "false_positive", "wont_fix", "revoked", "used_in_tests"]
43028
43063
  },
43064
+ "simple-repository": {
43065
+ "title": "Simple Repository",
43066
+ "description": "Simple Repository",
43067
+ "type": "object",
43068
+ "properties": {
43069
+ "id": {
43070
+ "type": "integer",
43071
+ "example": 1296269,
43072
+ "description": "A unique identifier of the repository."
43073
+ },
43074
+ "node_id": {
43075
+ "type": "string",
43076
+ "example": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
43077
+ "description": "The GraphQL identifier of the repository."
43078
+ },
43079
+ "name": {
43080
+ "type": "string",
43081
+ "example": "Hello-World",
43082
+ "description": "The name of the repository."
43083
+ },
43084
+ "full_name": {
43085
+ "type": "string",
43086
+ "example": "octocat/Hello-World",
43087
+ "description": "The full, globally unique, name of the repository."
43088
+ },
43089
+ "owner": { "$ref": "#/components/schemas/simple-user" },
43090
+ "private": {
43091
+ "type": "boolean",
43092
+ "description": "Whether the repository is private."
43093
+ },
43094
+ "html_url": {
43095
+ "type": "string",
43096
+ "format": "uri",
43097
+ "example": "https://github.com/octocat/Hello-World",
43098
+ "description": "The URL to view the repository on GitHub.com."
43099
+ },
43100
+ "description": {
43101
+ "type": "string",
43102
+ "example": "This your first repo!",
43103
+ "nullable": true,
43104
+ "description": "The repository description."
43105
+ },
43106
+ "fork": {
43107
+ "type": "boolean",
43108
+ "description": "Whether the repository is a fork."
43109
+ },
43110
+ "url": {
43111
+ "type": "string",
43112
+ "format": "uri",
43113
+ "example": "https://api.github.com/repos/octocat/Hello-World",
43114
+ "description": "The URL to get more information about the repository from the GitHub API."
43115
+ },
43116
+ "archive_url": {
43117
+ "type": "string",
43118
+ "example": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}",
43119
+ "description": "A template for the API URL to download the repository as an archive."
43120
+ },
43121
+ "assignees_url": {
43122
+ "type": "string",
43123
+ "example": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}",
43124
+ "description": "A template for the API URL to list the available assignees for issues in the repository."
43125
+ },
43126
+ "blobs_url": {
43127
+ "type": "string",
43128
+ "example": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}",
43129
+ "description": "A template for the API URL to create or retrieve a raw Git blob in the repository."
43130
+ },
43131
+ "branches_url": {
43132
+ "type": "string",
43133
+ "example": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}",
43134
+ "description": "A template for the API URL to get information about branches in the repository."
43135
+ },
43136
+ "collaborators_url": {
43137
+ "type": "string",
43138
+ "example": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}",
43139
+ "description": "A template for the API URL to get information about collaborators of the repository."
43140
+ },
43141
+ "comments_url": {
43142
+ "type": "string",
43143
+ "example": "https://api.github.com/repos/octocat/Hello-World/comments{/number}",
43144
+ "description": "A template for the API URL to get information about comments on the repository."
43145
+ },
43146
+ "commits_url": {
43147
+ "type": "string",
43148
+ "example": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}",
43149
+ "description": "A template for the API URL to get information about commits on the repository."
43150
+ },
43151
+ "compare_url": {
43152
+ "type": "string",
43153
+ "example": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}",
43154
+ "description": "A template for the API URL to compare two commits or refs."
43155
+ },
43156
+ "contents_url": {
43157
+ "type": "string",
43158
+ "example": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}",
43159
+ "description": "A template for the API URL to get the contents of the repository."
43160
+ },
43161
+ "contributors_url": {
43162
+ "type": "string",
43163
+ "format": "uri",
43164
+ "example": "https://api.github.com/repos/octocat/Hello-World/contributors",
43165
+ "description": "A template for the API URL to list the contributors to the repository."
43166
+ },
43167
+ "deployments_url": {
43168
+ "type": "string",
43169
+ "format": "uri",
43170
+ "example": "https://api.github.com/repos/octocat/Hello-World/deployments",
43171
+ "description": "The API URL to list the deployments of the repository."
43172
+ },
43173
+ "downloads_url": {
43174
+ "type": "string",
43175
+ "format": "uri",
43176
+ "example": "https://api.github.com/repos/octocat/Hello-World/downloads",
43177
+ "description": "The API URL to list the downloads on the repository."
43178
+ },
43179
+ "events_url": {
43180
+ "type": "string",
43181
+ "format": "uri",
43182
+ "example": "https://api.github.com/repos/octocat/Hello-World/events",
43183
+ "description": "The API URL to list the events of the repository."
43184
+ },
43185
+ "forks_url": {
43186
+ "type": "string",
43187
+ "format": "uri",
43188
+ "example": "https://api.github.com/repos/octocat/Hello-World/forks",
43189
+ "description": "The API URL to list the forks of the repository."
43190
+ },
43191
+ "git_commits_url": {
43192
+ "type": "string",
43193
+ "example": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
43194
+ "description": "A template for the API URL to get information about Git commits of the repository."
43195
+ },
43196
+ "git_refs_url": {
43197
+ "type": "string",
43198
+ "example": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
43199
+ "description": "A template for the API URL to get information about Git refs of the repository."
43200
+ },
43201
+ "git_tags_url": {
43202
+ "type": "string",
43203
+ "example": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
43204
+ "description": "A template for the API URL to get information about Git tags of the repository."
43205
+ },
43206
+ "issue_comment_url": {
43207
+ "type": "string",
43208
+ "example": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
43209
+ "description": "A template for the API URL to get information about issue comments on the repository."
43210
+ },
43211
+ "issue_events_url": {
43212
+ "type": "string",
43213
+ "example": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
43214
+ "description": "A template for the API URL to get information about issue events on the repository."
43215
+ },
43216
+ "issues_url": {
43217
+ "type": "string",
43218
+ "example": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
43219
+ "description": "A template for the API URL to get information about issues on the repository."
43220
+ },
43221
+ "keys_url": {
43222
+ "type": "string",
43223
+ "example": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}",
43224
+ "description": "A template for the API URL to get information about deploy keys on the repository."
43225
+ },
43226
+ "labels_url": {
43227
+ "type": "string",
43228
+ "example": "https://api.github.com/repos/octocat/Hello-World/labels{/name}",
43229
+ "description": "A template for the API URL to get information about labels of the repository."
43230
+ },
43231
+ "languages_url": {
43232
+ "type": "string",
43233
+ "format": "uri",
43234
+ "example": "https://api.github.com/repos/octocat/Hello-World/languages",
43235
+ "description": "The API URL to get information about the languages of the repository."
43236
+ },
43237
+ "merges_url": {
43238
+ "type": "string",
43239
+ "format": "uri",
43240
+ "example": "https://api.github.com/repos/octocat/Hello-World/merges",
43241
+ "description": "The API URL to merge branches in the repository."
43242
+ },
43243
+ "milestones_url": {
43244
+ "type": "string",
43245
+ "example": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}",
43246
+ "description": "A template for the API URL to get information about milestones of the repository."
43247
+ },
43248
+ "notifications_url": {
43249
+ "type": "string",
43250
+ "example": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
43251
+ "description": "A template for the API URL to get information about notifications on the repository."
43252
+ },
43253
+ "pulls_url": {
43254
+ "type": "string",
43255
+ "example": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
43256
+ "description": "A template for the API URL to get information about pull requests on the repository."
43257
+ },
43258
+ "releases_url": {
43259
+ "type": "string",
43260
+ "example": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
43261
+ "description": "A template for the API URL to get information about releases on the repository."
43262
+ },
43263
+ "stargazers_url": {
43264
+ "type": "string",
43265
+ "format": "uri",
43266
+ "example": "https://api.github.com/repos/octocat/Hello-World/stargazers",
43267
+ "description": "The API URL to list the stargazers on the repository."
43268
+ },
43269
+ "statuses_url": {
43270
+ "type": "string",
43271
+ "example": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
43272
+ "description": "A template for the API URL to get information about statuses of a commit."
43273
+ },
43274
+ "subscribers_url": {
43275
+ "type": "string",
43276
+ "format": "uri",
43277
+ "example": "https://api.github.com/repos/octocat/Hello-World/subscribers",
43278
+ "description": "The API URL to list the subscribers on the repository."
43279
+ },
43280
+ "subscription_url": {
43281
+ "type": "string",
43282
+ "format": "uri",
43283
+ "example": "https://api.github.com/repos/octocat/Hello-World/subscription",
43284
+ "description": "The API URL to subscribe to notifications for this repository."
43285
+ },
43286
+ "tags_url": {
43287
+ "type": "string",
43288
+ "format": "uri",
43289
+ "example": "https://api.github.com/repos/octocat/Hello-World/tags",
43290
+ "description": "The API URL to get information about tags on the repository."
43291
+ },
43292
+ "teams_url": {
43293
+ "type": "string",
43294
+ "format": "uri",
43295
+ "example": "https://api.github.com/repos/octocat/Hello-World/teams",
43296
+ "description": "The API URL to list the teams on the repository."
43297
+ },
43298
+ "trees_url": {
43299
+ "type": "string",
43300
+ "example": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
43301
+ "description": "A template for the API URL to create or retrieve a raw Git tree of the repository."
43302
+ },
43303
+ "hooks_url": {
43304
+ "type": "string",
43305
+ "format": "uri",
43306
+ "example": "https://api.github.com/repos/octocat/Hello-World/hooks",
43307
+ "description": "The API URL to list the hooks on the repository."
43308
+ }
43309
+ },
43310
+ "required": [
43311
+ "archive_url",
43312
+ "assignees_url",
43313
+ "blobs_url",
43314
+ "branches_url",
43315
+ "collaborators_url",
43316
+ "comments_url",
43317
+ "commits_url",
43318
+ "compare_url",
43319
+ "contents_url",
43320
+ "contributors_url",
43321
+ "deployments_url",
43322
+ "description",
43323
+ "downloads_url",
43324
+ "events_url",
43325
+ "fork",
43326
+ "forks_url",
43327
+ "full_name",
43328
+ "git_commits_url",
43329
+ "git_refs_url",
43330
+ "git_tags_url",
43331
+ "hooks_url",
43332
+ "html_url",
43333
+ "id",
43334
+ "node_id",
43335
+ "issue_comment_url",
43336
+ "issue_events_url",
43337
+ "issues_url",
43338
+ "keys_url",
43339
+ "labels_url",
43340
+ "languages_url",
43341
+ "merges_url",
43342
+ "milestones_url",
43343
+ "name",
43344
+ "notifications_url",
43345
+ "owner",
43346
+ "private",
43347
+ "pulls_url",
43348
+ "releases_url",
43349
+ "stargazers_url",
43350
+ "statuses_url",
43351
+ "subscribers_url",
43352
+ "subscription_url",
43353
+ "tags_url",
43354
+ "teams_url",
43355
+ "trees_url",
43356
+ "url"
43357
+ ]
43358
+ },
43029
43359
  "organization-secret-scanning-alert": {
43030
43360
  "type": "object",
43031
43361
  "properties": {
@@ -43064,7 +43394,7 @@
43064
43394
  "type": "string",
43065
43395
  "description": "The secret that was detected."
43066
43396
  },
43067
- "repository": { "$ref": "#/components/schemas/minimal-repository" }
43397
+ "repository": { "$ref": "#/components/schemas/simple-repository" }
43068
43398
  }
43069
43399
  },
43070
43400
  "nullable-team-simple": {
@@ -47198,7 +47528,7 @@
47198
47528
  "created_at": { "type": "string", "format": "date-time" },
47199
47529
  "updated_at": { "type": "string", "format": "date-time" },
47200
47530
  "author_association": {
47201
- "$ref": "#/components/schemas/author_association"
47531
+ "$ref": "#/components/schemas/author-association"
47202
47532
  },
47203
47533
  "reactions": { "$ref": "#/components/schemas/reaction-rollup" }
47204
47534
  },
@@ -47243,7 +47573,7 @@
47243
47573
  "properties": { "href": { "type": "string" } },
47244
47574
  "required": ["href"]
47245
47575
  },
47246
- "auto_merge": {
47576
+ "auto-merge": {
47247
47577
  "title": "Auto merge",
47248
47578
  "description": "The status of auto merging a pull request.",
47249
47579
  "type": "object",
@@ -47459,9 +47789,9 @@
47459
47789
  ]
47460
47790
  },
47461
47791
  "author_association": {
47462
- "$ref": "#/components/schemas/author_association"
47792
+ "$ref": "#/components/schemas/author-association"
47463
47793
  },
47464
- "auto_merge": { "$ref": "#/components/schemas/auto_merge" },
47794
+ "auto_merge": { "$ref": "#/components/schemas/auto-merge" },
47465
47795
  "draft": {
47466
47796
  "description": "Indicates whether or not the pull request is a draft.",
47467
47797
  "example": false,
@@ -48185,7 +48515,7 @@
48185
48515
  "example": 30,
48186
48516
  "description": "The amount of time to delay a job after the job is initially triggered. The time (in minutes) must be an integer between 0 and 43,200 (30 days)."
48187
48517
  },
48188
- "deployment_branch_policy": {
48518
+ "deployment-branch-policy": {
48189
48519
  "type": "object",
48190
48520
  "description": "The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`.",
48191
48521
  "properties": {
@@ -48306,7 +48636,7 @@
48306
48636
  }
48307
48637
  },
48308
48638
  "deployment_branch_policy": {
48309
- "$ref": "#/components/schemas/deployment_branch_policy"
48639
+ "$ref": "#/components/schemas/deployment-branch-policy"
48310
48640
  }
48311
48641
  },
48312
48642
  "required": [
@@ -48823,7 +49153,7 @@
48823
49153
  "$ref": "#/components/schemas/nullable-integration"
48824
49154
  },
48825
49155
  "author_association": {
48826
- "$ref": "#/components/schemas/author_association"
49156
+ "$ref": "#/components/schemas/author-association"
48827
49157
  },
48828
49158
  "reactions": { "$ref": "#/components/schemas/reaction-rollup" }
48829
49159
  },
@@ -48953,7 +49283,7 @@
48953
49283
  },
48954
49284
  "rename": { "$ref": "#/components/schemas/issue-event-rename" },
48955
49285
  "author_association": {
48956
- "$ref": "#/components/schemas/author_association"
49286
+ "$ref": "#/components/schemas/author-association"
48957
49287
  },
48958
49288
  "lock_reason": { "type": "string", "nullable": true },
48959
49289
  "performed_via_github_app": {
@@ -49656,7 +49986,7 @@
49656
49986
  },
49657
49987
  "issue_url": { "type": "string", "format": "uri" },
49658
49988
  "author_association": {
49659
- "$ref": "#/components/schemas/author_association"
49989
+ "$ref": "#/components/schemas/author-association"
49660
49990
  },
49661
49991
  "performed_via_github_app": {
49662
49992
  "$ref": "#/components/schemas/nullable-integration"
@@ -49871,7 +50201,7 @@
49871
50201
  "body_html": { "type": "string" },
49872
50202
  "body_text": { "type": "string" },
49873
50203
  "author_association": {
49874
- "$ref": "#/components/schemas/author_association"
50204
+ "$ref": "#/components/schemas/author-association"
49875
50205
  }
49876
50206
  },
49877
50207
  "required": [
@@ -49978,7 +50308,7 @@
49978
50308
  "example": "https://api.github.com/repos/octocat/Hello-World/pulls/1"
49979
50309
  },
49980
50310
  "author_association": {
49981
- "$ref": "#/components/schemas/author_association"
50311
+ "$ref": "#/components/schemas/author-association"
49982
50312
  },
49983
50313
  "_links": {
49984
50314
  "type": "object",
@@ -51430,9 +51760,9 @@
51430
51760
  ]
51431
51761
  },
51432
51762
  "author_association": {
51433
- "$ref": "#/components/schemas/author_association"
51763
+ "$ref": "#/components/schemas/author-association"
51434
51764
  },
51435
- "auto_merge": { "$ref": "#/components/schemas/auto_merge" },
51765
+ "auto_merge": { "$ref": "#/components/schemas/auto-merge" },
51436
51766
  "draft": {
51437
51767
  "description": "Indicates whether or not the pull request is a draft.",
51438
51768
  "example": false,
@@ -51587,7 +51917,7 @@
51587
51917
  "body_html": { "type": "string" },
51588
51918
  "body_text": { "type": "string" },
51589
51919
  "author_association": {
51590
- "$ref": "#/components/schemas/author_association"
51920
+ "$ref": "#/components/schemas/author-association"
51591
51921
  }
51592
51922
  },
51593
51923
  "required": [
@@ -51662,7 +51992,7 @@
51662
51992
  "example": "https://api.github.com/repos/octocat/Hello-World/pulls/1"
51663
51993
  },
51664
51994
  "author_association": {
51665
- "$ref": "#/components/schemas/author_association"
51995
+ "$ref": "#/components/schemas/author-association"
51666
51996
  },
51667
51997
  "_links": {
51668
51998
  "type": "object",
@@ -52349,7 +52679,7 @@
52349
52679
  "body": { "type": "string" },
52350
52680
  "score": { "type": "number" },
52351
52681
  "author_association": {
52352
- "$ref": "#/components/schemas/author_association"
52682
+ "$ref": "#/components/schemas/author-association"
52353
52683
  },
52354
52684
  "draft": { "type": "boolean" },
52355
52685
  "repository": { "$ref": "#/components/schemas/repository" },
@@ -58448,6 +58778,69 @@
58448
58778
  ]
58449
58779
  }
58450
58780
  },
58781
+ "public-org-events-items": {
58782
+ "value": [
58783
+ {
58784
+ "id": "22237752260",
58785
+ "type": "WatchEvent",
58786
+ "actor": {
58787
+ "id": 583231,
58788
+ "login": "octocat",
58789
+ "display_login": "octocat",
58790
+ "gravatar_id": "",
58791
+ "url": "https://api.github.com/users/octocat",
58792
+ "avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
58793
+ },
58794
+ "repo": {
58795
+ "id": 1296269,
58796
+ "name": "octo-org/octo-repo",
58797
+ "url": "https://api.github.com/repos/octo-org/octo-repo"
58798
+ },
58799
+ "payload": { "action": "started" },
58800
+ "public": true,
58801
+ "created_at": "2022-06-08T23:29:25Z"
58802
+ },
58803
+ {
58804
+ "id": "22249084964",
58805
+ "type": "PushEvent",
58806
+ "actor": {
58807
+ "id": 583231,
58808
+ "login": "octocat",
58809
+ "display_login": "octocat",
58810
+ "gravatar_id": "",
58811
+ "url": "https://api.github.com/users/octocat",
58812
+ "avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
58813
+ },
58814
+ "repo": {
58815
+ "id": 1296269,
58816
+ "name": "octo-org/octo-repo",
58817
+ "url": "https://api.github.com/repos/octo-org/oct-repo"
58818
+ },
58819
+ "payload": {
58820
+ "push_id": 10115855396,
58821
+ "size": 1,
58822
+ "distinct_size": 1,
58823
+ "ref": "refs/heads/master",
58824
+ "head": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
58825
+ "before": "883efe034920928c47fe18598c01249d1a9fdabd",
58826
+ "commits": [
58827
+ {
58828
+ "sha": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
58829
+ "author": {
58830
+ "email": "octocat@github.com",
58831
+ "name": "Monalisa Octocat"
58832
+ },
58833
+ "message": "commit",
58834
+ "distinct": true,
58835
+ "url": "https://api.github.com/repos/octo-org/oct-repo/commits/7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300"
58836
+ }
58837
+ ]
58838
+ },
58839
+ "public": true,
58840
+ "created_at": "2022-06-09T12:47:28Z"
58841
+ }
58842
+ ]
58843
+ },
58451
58844
  "org-hook-items": {
58452
58845
  "value": [
58453
58846
  {
@@ -59060,7 +59453,6 @@
59060
59453
  "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
59061
59454
  "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
59062
59455
  "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
59063
- "git_url": "git:github.com/octocat/Hello-World.git",
59064
59456
  "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
59065
59457
  "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
59066
59458
  "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
@@ -59072,7 +59464,6 @@
59072
59464
  "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
59073
59465
  "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
59074
59466
  "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
59075
- "ssh_url": "git@github.com:octocat/Hello-World.git",
59076
59467
  "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
59077
59468
  "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
59078
59469
  "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
@@ -59080,145 +59471,7 @@
59080
59471
  "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
59081
59472
  "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
59082
59473
  "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
59083
- "clone_url": "https://github.com/octocat/Hello-World.git",
59084
- "mirror_url": "git:git.example.com/octocat/Hello-World",
59085
- "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
59086
- "svn_url": "https://svn.github.com/octocat/Hello-World",
59087
- "homepage": "https://github.com",
59088
- "language": null,
59089
- "forks_count": 9,
59090
- "stargazers_count": 80,
59091
- "watchers_count": 80,
59092
- "size": 108,
59093
- "default_branch": "master",
59094
- "open_issues_count": 0,
59095
- "is_template": false,
59096
- "topics": ["octocat", "atom", "electron", "api"],
59097
- "has_issues": true,
59098
- "has_projects": true,
59099
- "has_wiki": true,
59100
- "has_pages": false,
59101
- "has_downloads": true,
59102
- "archived": false,
59103
- "disabled": false,
59104
- "visibility": "public",
59105
- "pushed_at": "2011-01-26T19:06:43Z",
59106
- "created_at": "2011-01-26T19:01:12Z",
59107
- "updated_at": "2011-01-26T19:14:43Z",
59108
- "permissions": { "admin": false, "push": false, "pull": true },
59109
- "template_repository": {
59110
- "id": 1296269,
59111
- "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
59112
- "name": "Hello-World-Template",
59113
- "full_name": "octocat/Hello-World-Template",
59114
- "owner": {
59115
- "login": "octocat",
59116
- "id": 1,
59117
- "node_id": "MDQ6VXNlcjE=",
59118
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
59119
- "gravatar_id": "",
59120
- "url": "https://api.github.com/users/octocat",
59121
- "html_url": "https://github.com/octocat",
59122
- "followers_url": "https://api.github.com/users/octocat/followers",
59123
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
59124
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
59125
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
59126
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
59127
- "organizations_url": "https://api.github.com/users/octocat/orgs",
59128
- "repos_url": "https://api.github.com/users/octocat/repos",
59129
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
59130
- "received_events_url": "https://api.github.com/users/octocat/received_events",
59131
- "type": "User",
59132
- "site_admin": false
59133
- },
59134
- "private": false,
59135
- "html_url": "https://github.com/octocat/Hello-World-Template",
59136
- "description": "This your first repo!",
59137
- "fork": false,
59138
- "url": "https://api.github.com/repos/octocat/Hello-World-Template",
59139
- "archive_url": "https://api.github.com/repos/octocat/Hello-World-Template/{archive_format}{/ref}",
59140
- "assignees_url": "https://api.github.com/repos/octocat/Hello-World-Template/assignees{/user}",
59141
- "blobs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/blobs{/sha}",
59142
- "branches_url": "https://api.github.com/repos/octocat/Hello-World-Template/branches{/branch}",
59143
- "collaborators_url": "https://api.github.com/repos/octocat/Hello-World-Template/collaborators{/collaborator}",
59144
- "comments_url": "https://api.github.com/repos/octocat/Hello-World-Template/comments{/number}",
59145
- "commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/commits{/sha}",
59146
- "compare_url": "https://api.github.com/repos/octocat/Hello-World-Template/compare/{base}...{head}",
59147
- "contents_url": "https://api.github.com/repos/octocat/Hello-World-Template/contents/{+path}",
59148
- "contributors_url": "https://api.github.com/repos/octocat/Hello-World-Template/contributors",
59149
- "deployments_url": "https://api.github.com/repos/octocat/Hello-World-Template/deployments",
59150
- "downloads_url": "https://api.github.com/repos/octocat/Hello-World-Template/downloads",
59151
- "events_url": "https://api.github.com/repos/octocat/Hello-World-Template/events",
59152
- "forks_url": "https://api.github.com/repos/octocat/Hello-World-Template/forks",
59153
- "git_commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/commits{/sha}",
59154
- "git_refs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/refs{/sha}",
59155
- "git_tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/tags{/sha}",
59156
- "git_url": "git:github.com/octocat/Hello-World-Template.git",
59157
- "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/comments{/number}",
59158
- "issue_events_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/events{/number}",
59159
- "issues_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues{/number}",
59160
- "keys_url": "https://api.github.com/repos/octocat/Hello-World-Template/keys{/key_id}",
59161
- "labels_url": "https://api.github.com/repos/octocat/Hello-World-Template/labels{/name}",
59162
- "languages_url": "https://api.github.com/repos/octocat/Hello-World-Template/languages",
59163
- "merges_url": "https://api.github.com/repos/octocat/Hello-World-Template/merges",
59164
- "milestones_url": "https://api.github.com/repos/octocat/Hello-World-Template/milestones{/number}",
59165
- "notifications_url": "https://api.github.com/repos/octocat/Hello-World-Template/notifications{?since,all,participating}",
59166
- "pulls_url": "https://api.github.com/repos/octocat/Hello-World-Template/pulls{/number}",
59167
- "releases_url": "https://api.github.com/repos/octocat/Hello-World-Template/releases{/id}",
59168
- "ssh_url": "git@github.com:octocat/Hello-World-Template.git",
59169
- "stargazers_url": "https://api.github.com/repos/octocat/Hello-World-Template/stargazers",
59170
- "statuses_url": "https://api.github.com/repos/octocat/Hello-World-Template/statuses/{sha}",
59171
- "subscribers_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscribers",
59172
- "subscription_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscription",
59173
- "tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/tags",
59174
- "teams_url": "https://api.github.com/repos/octocat/Hello-World-Template/teams",
59175
- "trees_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/trees{/sha}",
59176
- "clone_url": "https://github.com/octocat/Hello-World-Template.git",
59177
- "mirror_url": "git:git.example.com/octocat/Hello-World-Template",
59178
- "hooks_url": "https://api.github.com/repos/octocat/Hello-World-Template/hooks",
59179
- "svn_url": "https://svn.github.com/octocat/Hello-World-Template",
59180
- "homepage": "https://github.com",
59181
- "language": null,
59182
- "forks": 9,
59183
- "forks_count": 9,
59184
- "stargazers_count": 80,
59185
- "watchers_count": 80,
59186
- "watchers": 80,
59187
- "size": 108,
59188
- "default_branch": "master",
59189
- "open_issues": 0,
59190
- "open_issues_count": 0,
59191
- "is_template": true,
59192
- "license": {
59193
- "key": "mit",
59194
- "name": "MIT License",
59195
- "url": "https://api.github.com/licenses/mit",
59196
- "spdx_id": "MIT",
59197
- "node_id": "MDc6TGljZW5zZW1pdA==",
59198
- "html_url": "https://api.github.com/licenses/mit"
59199
- },
59200
- "topics": ["octocat", "atom", "electron", "api"],
59201
- "has_issues": true,
59202
- "has_projects": true,
59203
- "has_wiki": true,
59204
- "has_pages": false,
59205
- "has_downloads": true,
59206
- "archived": false,
59207
- "disabled": false,
59208
- "visibility": "public",
59209
- "pushed_at": "2011-01-26T19:06:43Z",
59210
- "created_at": "2011-01-26T19:01:12Z",
59211
- "updated_at": "2011-01-26T19:14:43Z",
59212
- "permissions": { "admin": false, "push": false, "pull": true },
59213
- "allow_rebase_merge": true,
59214
- "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
59215
- "allow_squash_merge": true,
59216
- "allow_auto_merge": false,
59217
- "delete_branch_on_merge": true,
59218
- "allow_merge_commit": true,
59219
- "subscribers_count": 42,
59220
- "network_count": 0
59221
- }
59474
+ "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks"
59222
59475
  }
59223
59476
  },
59224
59477
  {
@@ -59281,7 +59534,6 @@
59281
59534
  "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
59282
59535
  "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
59283
59536
  "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
59284
- "git_url": "git:github.com/octocat/Hello-World.git",
59285
59537
  "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
59286
59538
  "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
59287
59539
  "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
@@ -59293,7 +59545,6 @@
59293
59545
  "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
59294
59546
  "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
59295
59547
  "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
59296
- "ssh_url": "git@github.com:octocat/Hello-World.git",
59297
59548
  "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
59298
59549
  "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
59299
59550
  "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
@@ -59301,145 +59552,7 @@
59301
59552
  "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
59302
59553
  "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
59303
59554
  "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
59304
- "clone_url": "https://github.com/octocat/Hello-World.git",
59305
- "mirror_url": "git:git.example.com/octocat/Hello-World",
59306
- "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
59307
- "svn_url": "https://svn.github.com/octocat/Hello-World",
59308
- "homepage": "https://github.com",
59309
- "language": null,
59310
- "forks_count": 9,
59311
- "stargazers_count": 80,
59312
- "watchers_count": 80,
59313
- "size": 108,
59314
- "default_branch": "master",
59315
- "open_issues_count": 0,
59316
- "is_template": false,
59317
- "topics": ["octocat", "atom", "electron", "api"],
59318
- "has_issues": true,
59319
- "has_projects": true,
59320
- "has_wiki": true,
59321
- "has_pages": false,
59322
- "has_downloads": true,
59323
- "archived": false,
59324
- "disabled": false,
59325
- "visibility": "public",
59326
- "pushed_at": "2011-01-26T19:06:43Z",
59327
- "created_at": "2011-01-26T19:01:12Z",
59328
- "updated_at": "2011-01-26T19:14:43Z",
59329
- "permissions": { "admin": false, "push": false, "pull": true },
59330
- "template_repository": {
59331
- "id": 1296269,
59332
- "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
59333
- "name": "Hello-World-Template",
59334
- "full_name": "octocat/Hello-World-Template",
59335
- "owner": {
59336
- "login": "octocat",
59337
- "id": 1,
59338
- "node_id": "MDQ6VXNlcjE=",
59339
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
59340
- "gravatar_id": "",
59341
- "url": "https://api.github.com/users/octocat",
59342
- "html_url": "https://github.com/octocat",
59343
- "followers_url": "https://api.github.com/users/octocat/followers",
59344
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
59345
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
59346
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
59347
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
59348
- "organizations_url": "https://api.github.com/users/octocat/orgs",
59349
- "repos_url": "https://api.github.com/users/octocat/repos",
59350
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
59351
- "received_events_url": "https://api.github.com/users/octocat/received_events",
59352
- "type": "User",
59353
- "site_admin": false
59354
- },
59355
- "private": false,
59356
- "html_url": "https://github.com/octocat/Hello-World-Template",
59357
- "description": "This your first repo!",
59358
- "fork": false,
59359
- "url": "https://api.github.com/repos/octocat/Hello-World-Template",
59360
- "archive_url": "https://api.github.com/repos/octocat/Hello-World-Template/{archive_format}{/ref}",
59361
- "assignees_url": "https://api.github.com/repos/octocat/Hello-World-Template/assignees{/user}",
59362
- "blobs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/blobs{/sha}",
59363
- "branches_url": "https://api.github.com/repos/octocat/Hello-World-Template/branches{/branch}",
59364
- "collaborators_url": "https://api.github.com/repos/octocat/Hello-World-Template/collaborators{/collaborator}",
59365
- "comments_url": "https://api.github.com/repos/octocat/Hello-World-Template/comments{/number}",
59366
- "commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/commits{/sha}",
59367
- "compare_url": "https://api.github.com/repos/octocat/Hello-World-Template/compare/{base}...{head}",
59368
- "contents_url": "https://api.github.com/repos/octocat/Hello-World-Template/contents/{+path}",
59369
- "contributors_url": "https://api.github.com/repos/octocat/Hello-World-Template/contributors",
59370
- "deployments_url": "https://api.github.com/repos/octocat/Hello-World-Template/deployments",
59371
- "downloads_url": "https://api.github.com/repos/octocat/Hello-World-Template/downloads",
59372
- "events_url": "https://api.github.com/repos/octocat/Hello-World-Template/events",
59373
- "forks_url": "https://api.github.com/repos/octocat/Hello-World-Template/forks",
59374
- "git_commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/commits{/sha}",
59375
- "git_refs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/refs{/sha}",
59376
- "git_tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/tags{/sha}",
59377
- "git_url": "git:github.com/octocat/Hello-World-Template.git",
59378
- "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/comments{/number}",
59379
- "issue_events_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/events{/number}",
59380
- "issues_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues{/number}",
59381
- "keys_url": "https://api.github.com/repos/octocat/Hello-World-Template/keys{/key_id}",
59382
- "labels_url": "https://api.github.com/repos/octocat/Hello-World-Template/labels{/name}",
59383
- "languages_url": "https://api.github.com/repos/octocat/Hello-World-Template/languages",
59384
- "merges_url": "https://api.github.com/repos/octocat/Hello-World-Template/merges",
59385
- "milestones_url": "https://api.github.com/repos/octocat/Hello-World-Template/milestones{/number}",
59386
- "notifications_url": "https://api.github.com/repos/octocat/Hello-World-Template/notifications{?since,all,participating}",
59387
- "pulls_url": "https://api.github.com/repos/octocat/Hello-World-Template/pulls{/number}",
59388
- "releases_url": "https://api.github.com/repos/octocat/Hello-World-Template/releases{/id}",
59389
- "ssh_url": "git@github.com:octocat/Hello-World-Template.git",
59390
- "stargazers_url": "https://api.github.com/repos/octocat/Hello-World-Template/stargazers",
59391
- "statuses_url": "https://api.github.com/repos/octocat/Hello-World-Template/statuses/{sha}",
59392
- "subscribers_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscribers",
59393
- "subscription_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscription",
59394
- "tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/tags",
59395
- "teams_url": "https://api.github.com/repos/octocat/Hello-World-Template/teams",
59396
- "trees_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/trees{/sha}",
59397
- "clone_url": "https://github.com/octocat/Hello-World-Template.git",
59398
- "mirror_url": "git:git.example.com/octocat/Hello-World-Template",
59399
- "hooks_url": "https://api.github.com/repos/octocat/Hello-World-Template/hooks",
59400
- "svn_url": "https://svn.github.com/octocat/Hello-World-Template",
59401
- "homepage": "https://github.com",
59402
- "language": null,
59403
- "forks": 9,
59404
- "forks_count": 9,
59405
- "stargazers_count": 80,
59406
- "watchers_count": 80,
59407
- "watchers": 80,
59408
- "size": 108,
59409
- "default_branch": "master",
59410
- "open_issues": 0,
59411
- "open_issues_count": 0,
59412
- "is_template": true,
59413
- "license": {
59414
- "key": "mit",
59415
- "name": "MIT License",
59416
- "url": "https://api.github.com/licenses/mit",
59417
- "spdx_id": "MIT",
59418
- "node_id": "MDc6TGljZW5zZW1pdA==",
59419
- "html_url": "https://api.github.com/licenses/mit"
59420
- },
59421
- "topics": ["octocat", "atom", "electron", "api"],
59422
- "has_issues": true,
59423
- "has_projects": true,
59424
- "has_wiki": true,
59425
- "has_pages": false,
59426
- "has_downloads": true,
59427
- "archived": false,
59428
- "disabled": false,
59429
- "visibility": "public",
59430
- "pushed_at": "2011-01-26T19:06:43Z",
59431
- "created_at": "2011-01-26T19:01:12Z",
59432
- "updated_at": "2011-01-26T19:14:43Z",
59433
- "permissions": { "admin": false, "push": false, "pull": true },
59434
- "allow_rebase_merge": true,
59435
- "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
59436
- "allow_squash_merge": true,
59437
- "allow_auto_merge": false,
59438
- "delete_branch_on_merge": true,
59439
- "allow_merge_commit": true,
59440
- "subscribers_count": 42,
59441
- "network_count": 0
59442
- }
59555
+ "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks"
59443
59556
  }
59444
59557
  }
59445
59558
  ]
@@ -66088,6 +66201,69 @@
66088
66201
  }
66089
66202
  }
66090
66203
  },
66204
+ "repo-events-items": {
66205
+ "value": [
66206
+ {
66207
+ "id": "22249084964",
66208
+ "type": "PushEvent",
66209
+ "actor": {
66210
+ "id": 583231,
66211
+ "login": "octocat",
66212
+ "display_login": "octocat",
66213
+ "gravatar_id": "",
66214
+ "url": "https://api.github.com/users/octocat",
66215
+ "avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
66216
+ },
66217
+ "repo": {
66218
+ "id": 1296269,
66219
+ "name": "octocat/Hello-World",
66220
+ "url": "https://api.github.com/repos/octocat/Hello-World"
66221
+ },
66222
+ "payload": {
66223
+ "push_id": 10115855396,
66224
+ "size": 1,
66225
+ "distinct_size": 1,
66226
+ "ref": "refs/heads/master",
66227
+ "head": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
66228
+ "before": "883efe034920928c47fe18598c01249d1a9fdabd",
66229
+ "commits": [
66230
+ {
66231
+ "sha": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
66232
+ "author": {
66233
+ "email": "octocat@github.com",
66234
+ "name": "Monalisa Octocat"
66235
+ },
66236
+ "message": "commit",
66237
+ "distinct": true,
66238
+ "url": "https://api.github.com/repos/octocat/Hello-World/commits/7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300"
66239
+ }
66240
+ ]
66241
+ },
66242
+ "public": true,
66243
+ "created_at": "2022-06-09T12:47:28Z"
66244
+ },
66245
+ {
66246
+ "id": "22237752260",
66247
+ "type": "WatchEvent",
66248
+ "actor": {
66249
+ "id": 583231,
66250
+ "login": "octocat",
66251
+ "display_login": "octocat",
66252
+ "gravatar_id": "",
66253
+ "url": "https://api.github.com/users/octocat",
66254
+ "avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
66255
+ },
66256
+ "repo": {
66257
+ "id": 1296269,
66258
+ "name": "octocat/Hello-World",
66259
+ "url": "https://api.github.com/repos/octocat/Hello-World"
66260
+ },
66261
+ "payload": { "action": "started" },
66262
+ "public": true,
66263
+ "created_at": "2022-06-08T23:29:25Z"
66264
+ }
66265
+ ]
66266
+ },
66091
66267
  "minimal-repository-items-2": {
66092
66268
  "value": [
66093
66269
  {