@octokit/openapi 11.0.0 → 11.1.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 +7446 -606
- package/generated/api.github.com.json +1135 -104
- package/generated/ghec-diff-to-api.github.com.deref.json +4944 -11
- package/generated/ghec-diff-to-api.github.com.json +92 -1
- package/generated/ghec.deref.json +7446 -606
- package/generated/ghec.json +1135 -104
- package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +2 -2
- package/generated/ghes-3.5-diff-to-ghes-3.6.json +2 -2
- package/generated/ghes-3.5.deref.json +2 -2
- package/generated/ghes-3.5.json +2 -2
- package/generated/ghes-3.6-diff-to-ghes-3.7.deref.json +2 -2
- package/generated/ghes-3.6-diff-to-ghes-3.7.json +2 -2
- package/generated/ghes-3.6.deref.json +2 -2
- package/generated/ghes-3.6.json +2 -2
- package/generated/ghes-3.7-diff-to-ghes-3.8.deref.json +252 -11
- package/generated/ghes-3.7-diff-to-ghes-3.8.json +1 -1
- package/generated/ghes-3.7.deref.json +253 -12
- package/generated/ghes-3.7.json +115 -12
- package/generated/ghes-3.8-anicca-diff-to-api.github.com.deref.json +17 -0
- package/generated/ghes-3.8-diff-to-api.github.com.deref.json +252 -11
- package/generated/ghes-3.8-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.8.deref.json +403 -12
- package/generated/ghes-3.8.json +265 -12
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +17 -0
- package/generated/github.ae-diff-to-api.github.com.deref.json +4996 -146
- package/generated/github.ae-diff-to-api.github.com.json +96 -5
- package/generated/github.ae.deref.json +5146 -146
- package/generated/github.ae.json +405 -15
- package/package.json +1 -1
package/generated/github.ae.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "11.
|
|
4
|
+
"version": "11.1.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": {
|
|
@@ -27936,7 +27936,7 @@
|
|
|
27936
27936
|
"/repos/{owner}/{repo}/events": {
|
|
27937
27937
|
"get": {
|
|
27938
27938
|
"summary": "List repository events",
|
|
27939
|
-
"description": "",
|
|
27939
|
+
"description": "**Note**: This API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.\n",
|
|
27940
27940
|
"tags": [
|
|
27941
27941
|
"activity"
|
|
27942
27942
|
],
|
|
@@ -40419,7 +40419,7 @@
|
|
|
40419
40419
|
"/search/code": {
|
|
40420
40420
|
"get": {
|
|
40421
40421
|
"summary": "Search code",
|
|
40422
|
-
"description": "Searches for query terms inside of a file. This method returns up to 100 results [per page](https://docs.github.com/github-ae@latest/rest/overview/resources-in-the-rest-api#pagination).\n\nWhen searching for code, you can get text match metadata for the file **content** and file **path** fields when you pass the `text-match` media type. For more details about how to receive highlighted search results, see [Text match metadata](https://docs.github.com/github-ae@latest/rest/reference/search#text-match-metadata).\n\nFor example, if you want to find the definition of the `addClass` function inside [jQuery](https://github.com/jquery/jquery) repository, your query would look something like this:\n\n`q=addClass+in:file+language:js+repo:jquery/jquery`\n\nThis query searches for the keyword `addClass` within a file's contents. The query limits the search to files where the language is JavaScript in the `jquery/jquery` repository.\n\n#### Considerations for code search\n\nDue to the complexity of searching code, there are a few restrictions on how searches are performed:\n\n* Only the _default branch_ is considered. In most cases, this will be the `master` branch.\n* Only files smaller than 384 KB are searchable.\n* You must always include at least one search term when searching source code. For example, searching for [`language:go`](https://github.com/search?utf8=%E2%9C%93&q=language%3Ago&type=Code) is not valid, while [`amazing\nlanguage:go`](https://github.com/search?utf8=%E2%9C%93&q=amazing+language%3Ago&type=Code) is.\n\
|
|
40422
|
+
"description": "Searches for query terms inside of a file. This method returns up to 100 results [per page](https://docs.github.com/github-ae@latest/rest/overview/resources-in-the-rest-api#pagination).\n\nWhen searching for code, you can get text match metadata for the file **content** and file **path** fields when you pass the `text-match` media type. For more details about how to receive highlighted search results, see [Text match metadata](https://docs.github.com/github-ae@latest/rest/reference/search#text-match-metadata).\n\nFor example, if you want to find the definition of the `addClass` function inside [jQuery](https://github.com/jquery/jquery) repository, your query would look something like this:\n\n`q=addClass+in:file+language:js+repo:jquery/jquery`\n\nThis query searches for the keyword `addClass` within a file's contents. The query limits the search to files where the language is JavaScript in the `jquery/jquery` repository.\n\n#### Considerations for code search\n\nDue to the complexity of searching code, there are a few restrictions on how searches are performed:\n\n* Only the _default branch_ is considered. In most cases, this will be the `master` branch.\n* Only files smaller than 384 KB are searchable.\n* You must always include at least one search term when searching source code. For example, searching for [`language:go`](https://github.com/search?utf8=%E2%9C%93&q=language%3Ago&type=Code) is not valid, while [`amazing\nlanguage:go`](https://github.com/search?utf8=%E2%9C%93&q=amazing+language%3Ago&type=Code) is.\n\nThis endpoint requires you to authenticate and limits you to 10 requests per minute.",
|
|
40423
40423
|
"tags": [
|
|
40424
40424
|
"search"
|
|
40425
40425
|
],
|
|
@@ -40441,7 +40441,7 @@
|
|
|
40441
40441
|
{
|
|
40442
40442
|
"name": "sort",
|
|
40443
40443
|
"deprecated": true,
|
|
40444
|
-
"description": "**
|
|
40444
|
+
"description": "**This field is deprecated.** Sorts the results of your query. Can only be `indexed`, which indicates how recently a file has been indexed by the GitHub AE search infrastructure. Default: [best match](https://docs.github.com/github-ae@latest/rest/reference/search#ranking-search-results)",
|
|
40445
40445
|
"in": "query",
|
|
40446
40446
|
"required": false,
|
|
40447
40447
|
"schema": {
|
|
@@ -40453,7 +40453,7 @@
|
|
|
40453
40453
|
},
|
|
40454
40454
|
{
|
|
40455
40455
|
"name": "order",
|
|
40456
|
-
"description": "**
|
|
40456
|
+
"description": "**This field is deprecated.** Determines whether the first search result returned is the highest number of matches (`desc`) or lowest number of matches (`asc`). This parameter is ignored unless you provide `sort`. ",
|
|
40457
40457
|
"in": "query",
|
|
40458
40458
|
"deprecated": true,
|
|
40459
40459
|
"required": false,
|
|
@@ -50071,6 +50071,28 @@
|
|
|
50071
50071
|
}
|
|
50072
50072
|
}
|
|
50073
50073
|
},
|
|
50074
|
+
"/repos/{owner}/{repo}/actions/runs/{run_id}/deployment_protection_rule": {
|
|
50075
|
+
"post": {
|
|
50076
|
+
"summary": "Review custom deployment protection rules for a workflow run",
|
|
50077
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
50078
|
+
"tags": [
|
|
50079
|
+
"actions"
|
|
50080
|
+
],
|
|
50081
|
+
"operationId": "actions/review-custom-gates-for-run",
|
|
50082
|
+
"externalDocs": {
|
|
50083
|
+
"description": "API method documentation",
|
|
50084
|
+
"url": "https://docs.github.com/rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run"
|
|
50085
|
+
},
|
|
50086
|
+
"x-octokit": {
|
|
50087
|
+
"api.github.com": "removed"
|
|
50088
|
+
},
|
|
50089
|
+
"responses": {
|
|
50090
|
+
"501": {
|
|
50091
|
+
"description": "Not Implemented"
|
|
50092
|
+
}
|
|
50093
|
+
}
|
|
50094
|
+
}
|
|
50095
|
+
},
|
|
50074
50096
|
"/repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments": {
|
|
50075
50097
|
"get": {
|
|
50076
50098
|
"summary": "Get pending deployments for a workflow run",
|
|
@@ -50861,6 +50883,112 @@
|
|
|
50861
50883
|
}
|
|
50862
50884
|
}
|
|
50863
50885
|
},
|
|
50886
|
+
"/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules": {
|
|
50887
|
+
"get": {
|
|
50888
|
+
"summary": "Get all deployment protection rules for an environment",
|
|
50889
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
50890
|
+
"tags": [
|
|
50891
|
+
"repos"
|
|
50892
|
+
],
|
|
50893
|
+
"operationId": "repos/get-all-deployment-protection-rules",
|
|
50894
|
+
"externalDocs": {
|
|
50895
|
+
"description": "API method documentation",
|
|
50896
|
+
"url": "https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules"
|
|
50897
|
+
},
|
|
50898
|
+
"x-octokit": {
|
|
50899
|
+
"api.github.com": "removed"
|
|
50900
|
+
},
|
|
50901
|
+
"responses": {
|
|
50902
|
+
"501": {
|
|
50903
|
+
"description": "Not Implemented"
|
|
50904
|
+
}
|
|
50905
|
+
}
|
|
50906
|
+
},
|
|
50907
|
+
"post": {
|
|
50908
|
+
"summary": "Create a custom deployment protection rule on an environment",
|
|
50909
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
50910
|
+
"tags": [
|
|
50911
|
+
"repos"
|
|
50912
|
+
],
|
|
50913
|
+
"operationId": "repos/create-deployment-protection-rule",
|
|
50914
|
+
"externalDocs": {
|
|
50915
|
+
"description": "API method documentation",
|
|
50916
|
+
"url": "https://docs.github.com/rest/deployments/deployment-protection-rules#create-a-deployment-protection-rule"
|
|
50917
|
+
},
|
|
50918
|
+
"x-octokit": {
|
|
50919
|
+
"api.github.com": "removed"
|
|
50920
|
+
},
|
|
50921
|
+
"responses": {
|
|
50922
|
+
"501": {
|
|
50923
|
+
"description": "Not Implemented"
|
|
50924
|
+
}
|
|
50925
|
+
}
|
|
50926
|
+
}
|
|
50927
|
+
},
|
|
50928
|
+
"/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/apps": {
|
|
50929
|
+
"get": {
|
|
50930
|
+
"summary": "List custom deployment rule integrations available for an environment",
|
|
50931
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
50932
|
+
"tags": [
|
|
50933
|
+
"repos"
|
|
50934
|
+
],
|
|
50935
|
+
"operationId": "repos/list-custom-deployment-rule-integrations",
|
|
50936
|
+
"externalDocs": {
|
|
50937
|
+
"description": "API method documentation",
|
|
50938
|
+
"url": "https://docs.github.com/rest/deployments/protection-rules#list-custom-deployment-rule-integrations"
|
|
50939
|
+
},
|
|
50940
|
+
"x-octokit": {
|
|
50941
|
+
"api.github.com": "removed"
|
|
50942
|
+
},
|
|
50943
|
+
"responses": {
|
|
50944
|
+
"501": {
|
|
50945
|
+
"description": "Not Implemented"
|
|
50946
|
+
}
|
|
50947
|
+
}
|
|
50948
|
+
}
|
|
50949
|
+
},
|
|
50950
|
+
"/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}": {
|
|
50951
|
+
"get": {
|
|
50952
|
+
"summary": "Get a custom deployment protection rule",
|
|
50953
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
50954
|
+
"tags": [
|
|
50955
|
+
"repos"
|
|
50956
|
+
],
|
|
50957
|
+
"operationId": "repos/get-custom-deployment-protection-rule",
|
|
50958
|
+
"externalDocs": {
|
|
50959
|
+
"description": "API method documentation",
|
|
50960
|
+
"url": "https://docs.github.com/rest/deployments/protection-rules#get-a-deployment-protection-rule"
|
|
50961
|
+
},
|
|
50962
|
+
"x-octokit": {
|
|
50963
|
+
"api.github.com": "removed"
|
|
50964
|
+
},
|
|
50965
|
+
"responses": {
|
|
50966
|
+
"501": {
|
|
50967
|
+
"description": "Not Implemented"
|
|
50968
|
+
}
|
|
50969
|
+
}
|
|
50970
|
+
},
|
|
50971
|
+
"delete": {
|
|
50972
|
+
"summary": "Disable a custom protection rule for an environment",
|
|
50973
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
50974
|
+
"tags": [
|
|
50975
|
+
"repos"
|
|
50976
|
+
],
|
|
50977
|
+
"operationId": "repos/disable-deployment-protection-rule",
|
|
50978
|
+
"externalDocs": {
|
|
50979
|
+
"description": "API method documentation",
|
|
50980
|
+
"url": "https://docs.github.com/rest/deployments/protection-rules#disable-deployment-protection-rule"
|
|
50981
|
+
},
|
|
50982
|
+
"x-octokit": {
|
|
50983
|
+
"api.github.com": "removed"
|
|
50984
|
+
},
|
|
50985
|
+
"responses": {
|
|
50986
|
+
"501": {
|
|
50987
|
+
"description": "Not Implemented"
|
|
50988
|
+
}
|
|
50989
|
+
}
|
|
50990
|
+
}
|
|
50991
|
+
},
|
|
50864
50992
|
"/repos/{owner}/{repo}/import": {
|
|
50865
50993
|
"get": {
|
|
50866
50994
|
"summary": "Get an import status",
|
|
@@ -51349,6 +51477,28 @@
|
|
|
51349
51477
|
}
|
|
51350
51478
|
}
|
|
51351
51479
|
},
|
|
51480
|
+
"/repos/{owner}/{repo}/security-advisories/reports": {
|
|
51481
|
+
"post": {
|
|
51482
|
+
"summary": "Privately report a security vulnerability",
|
|
51483
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
51484
|
+
"tags": [
|
|
51485
|
+
"security-advisories"
|
|
51486
|
+
],
|
|
51487
|
+
"operationId": "security-advisories/create-private-vulnerability-report",
|
|
51488
|
+
"externalDocs": {
|
|
51489
|
+
"description": "API method documentation",
|
|
51490
|
+
"url": "https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability"
|
|
51491
|
+
},
|
|
51492
|
+
"x-octokit": {
|
|
51493
|
+
"api.github.com": "removed"
|
|
51494
|
+
},
|
|
51495
|
+
"responses": {
|
|
51496
|
+
"501": {
|
|
51497
|
+
"description": "Not Implemented"
|
|
51498
|
+
}
|
|
51499
|
+
}
|
|
51500
|
+
}
|
|
51501
|
+
},
|
|
51352
51502
|
"/repos/{owner}/{repo}/security-advisories/{ghsa_id}": {
|
|
51353
51503
|
"get": {
|
|
51354
51504
|
"summary": "Get a repository security advisory",
|
|
@@ -56207,6 +56357,97 @@
|
|
|
56207
56357
|
}
|
|
56208
56358
|
}
|
|
56209
56359
|
},
|
|
56360
|
+
"deployment-protection-rule-requested": {
|
|
56361
|
+
"post": {
|
|
56362
|
+
"summary": "This event occurs when there is activity relating to deployment protection rules. For more information, see \"[Using environments for deployment](https://docs.github.com/github-ae@latest/actions/deployment/targeting-different-environments/using-environments-for-deployment#environment-protection-rules).\" For information about the API to manage deployment protection rules, see [the REST API documentation](https://docs.github.com/github-ae@latest/rest/deployments/environments).\n\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Deployments\" repository permission.",
|
|
56363
|
+
"description": "A deployment protection rule was requested for an environment.",
|
|
56364
|
+
"operationId": "deployment-protection-rule/requested",
|
|
56365
|
+
"externalDocs": {
|
|
56366
|
+
"url": "https://docs.github.com/github-ae@latest/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#deployment_protection_rule"
|
|
56367
|
+
},
|
|
56368
|
+
"parameters": [
|
|
56369
|
+
{
|
|
56370
|
+
"name": "User-Agent",
|
|
56371
|
+
"in": "header",
|
|
56372
|
+
"example": "GitHub-Hookshot/123abc",
|
|
56373
|
+
"schema": {
|
|
56374
|
+
"type": "string"
|
|
56375
|
+
}
|
|
56376
|
+
},
|
|
56377
|
+
{
|
|
56378
|
+
"name": "X-Github-Hook-Id",
|
|
56379
|
+
"in": "header",
|
|
56380
|
+
"example": 12312312,
|
|
56381
|
+
"schema": {
|
|
56382
|
+
"type": "string"
|
|
56383
|
+
}
|
|
56384
|
+
},
|
|
56385
|
+
{
|
|
56386
|
+
"name": "X-Github-Event",
|
|
56387
|
+
"in": "header",
|
|
56388
|
+
"example": "issues",
|
|
56389
|
+
"schema": {
|
|
56390
|
+
"type": "string"
|
|
56391
|
+
}
|
|
56392
|
+
},
|
|
56393
|
+
{
|
|
56394
|
+
"name": "X-Github-Hook-Installation-Target-Id",
|
|
56395
|
+
"in": "header",
|
|
56396
|
+
"example": 123123,
|
|
56397
|
+
"schema": {
|
|
56398
|
+
"type": "string"
|
|
56399
|
+
}
|
|
56400
|
+
},
|
|
56401
|
+
{
|
|
56402
|
+
"name": "X-Github-Hook-Installation-Target-Type",
|
|
56403
|
+
"in": "header",
|
|
56404
|
+
"example": "repository",
|
|
56405
|
+
"schema": {
|
|
56406
|
+
"type": "string"
|
|
56407
|
+
}
|
|
56408
|
+
},
|
|
56409
|
+
{
|
|
56410
|
+
"name": "X-GitHub-Delivery",
|
|
56411
|
+
"in": "header",
|
|
56412
|
+
"example": "0b989ba4-242f-11e5-81e1-c7b6966d2516",
|
|
56413
|
+
"schema": {
|
|
56414
|
+
"type": "string"
|
|
56415
|
+
}
|
|
56416
|
+
},
|
|
56417
|
+
{
|
|
56418
|
+
"name": "X-Hub-Signature-256",
|
|
56419
|
+
"in": "header",
|
|
56420
|
+
"example": "sha256=6dcb09b5b57875f334f61aebed695e2e4193db5e",
|
|
56421
|
+
"schema": {
|
|
56422
|
+
"type": "string"
|
|
56423
|
+
}
|
|
56424
|
+
}
|
|
56425
|
+
],
|
|
56426
|
+
"requestBody": {
|
|
56427
|
+
"required": true,
|
|
56428
|
+
"content": {
|
|
56429
|
+
"application/json": {
|
|
56430
|
+
"schema": {
|
|
56431
|
+
"$ref": "#/components/schemas/webhook-deployment-protection-rule-requested"
|
|
56432
|
+
}
|
|
56433
|
+
}
|
|
56434
|
+
}
|
|
56435
|
+
},
|
|
56436
|
+
"responses": {
|
|
56437
|
+
"200": {
|
|
56438
|
+
"description": "Return a 200 status to indicate that the data was received successfully"
|
|
56439
|
+
}
|
|
56440
|
+
},
|
|
56441
|
+
"x-github": {
|
|
56442
|
+
"githubCloudOnly": false,
|
|
56443
|
+
"category": "webhooks",
|
|
56444
|
+
"subcategory": "deployment-protection-rule",
|
|
56445
|
+
"supported-webhook-types": [
|
|
56446
|
+
"app"
|
|
56447
|
+
]
|
|
56448
|
+
}
|
|
56449
|
+
}
|
|
56450
|
+
},
|
|
56210
56451
|
"deployment-status-created": {
|
|
56211
56452
|
"post": {
|
|
56212
56453
|
"summary": "This event occurs when there is activity relating to deployment statuses. For more information, see \"[About deployments](https://docs.github.com/github-ae@latest/actions/deployment/about-deployments).\" For information about the APIs to manage deployments, see [the GraphQL API documentation](https://docs.github.com/github-ae@latest/graphql/reference/objects#deployment) or \"[Deployments](https://docs.github.com/github-ae@latest/rest/deployments/deployments)\" in the REST API documentation.\n\nFor activity relating to deployment creation, use the `deployment` event.\n\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Deployments\" repository permission.",
|
|
@@ -104318,6 +104559,52 @@
|
|
|
104318
104559
|
"sender"
|
|
104319
104560
|
]
|
|
104320
104561
|
},
|
|
104562
|
+
"webhook-deployment-protection-rule-requested": {
|
|
104563
|
+
"title": "deployment protection rule requested event",
|
|
104564
|
+
"type": "object",
|
|
104565
|
+
"properties": {
|
|
104566
|
+
"action": {
|
|
104567
|
+
"type": "string",
|
|
104568
|
+
"enum": [
|
|
104569
|
+
"requested"
|
|
104570
|
+
]
|
|
104571
|
+
},
|
|
104572
|
+
"environment": {
|
|
104573
|
+
"description": "The name of the environment that has the deployment protection rule.",
|
|
104574
|
+
"type": "string"
|
|
104575
|
+
},
|
|
104576
|
+
"event": {
|
|
104577
|
+
"description": "The event that triggered the deployment protection rule.",
|
|
104578
|
+
"type": "string"
|
|
104579
|
+
},
|
|
104580
|
+
"deployment_callback_url": {
|
|
104581
|
+
"description": "The URL to review the deployment protection rule.",
|
|
104582
|
+
"type": "string",
|
|
104583
|
+
"format": "uri"
|
|
104584
|
+
},
|
|
104585
|
+
"deployment": {
|
|
104586
|
+
"$ref": "#/components/schemas/deployment"
|
|
104587
|
+
},
|
|
104588
|
+
"pull_requests": {
|
|
104589
|
+
"type": "array",
|
|
104590
|
+
"items": {
|
|
104591
|
+
"$ref": "#/components/schemas/pull-request"
|
|
104592
|
+
}
|
|
104593
|
+
},
|
|
104594
|
+
"repository": {
|
|
104595
|
+
"$ref": "#/components/schemas/repository"
|
|
104596
|
+
},
|
|
104597
|
+
"organization": {
|
|
104598
|
+
"$ref": "#/components/schemas/organization-simple"
|
|
104599
|
+
},
|
|
104600
|
+
"installation": {
|
|
104601
|
+
"$ref": "#/components/schemas/simple-installation"
|
|
104602
|
+
},
|
|
104603
|
+
"sender": {
|
|
104604
|
+
"$ref": "#/components/schemas/simple-user"
|
|
104605
|
+
}
|
|
104606
|
+
}
|
|
104607
|
+
},
|
|
104321
104608
|
"webhook-deployment-status-created": {
|
|
104322
104609
|
"title": "deployment_status created event",
|
|
104323
104610
|
"type": "object",
|
|
@@ -145048,6 +145335,56 @@
|
|
|
145048
145335
|
"sender"
|
|
145049
145336
|
]
|
|
145050
145337
|
},
|
|
145338
|
+
"webhook-rubygems-metadata": {
|
|
145339
|
+
"title": "Ruby Gems metadata",
|
|
145340
|
+
"type": "object",
|
|
145341
|
+
"properties": {
|
|
145342
|
+
"name": {
|
|
145343
|
+
"type": "string"
|
|
145344
|
+
},
|
|
145345
|
+
"description": {
|
|
145346
|
+
"type": "string"
|
|
145347
|
+
},
|
|
145348
|
+
"readme": {
|
|
145349
|
+
"type": "string"
|
|
145350
|
+
},
|
|
145351
|
+
"homepage": {
|
|
145352
|
+
"type": "string"
|
|
145353
|
+
},
|
|
145354
|
+
"version_info": {
|
|
145355
|
+
"type": "object",
|
|
145356
|
+
"properties": {
|
|
145357
|
+
"version": {
|
|
145358
|
+
"type": "string"
|
|
145359
|
+
}
|
|
145360
|
+
}
|
|
145361
|
+
},
|
|
145362
|
+
"platform": {
|
|
145363
|
+
"type": "string"
|
|
145364
|
+
},
|
|
145365
|
+
"metadata": {
|
|
145366
|
+
"type": "object",
|
|
145367
|
+
"additionalProperties": {
|
|
145368
|
+
"type": "string"
|
|
145369
|
+
}
|
|
145370
|
+
},
|
|
145371
|
+
"repo": {
|
|
145372
|
+
"type": "string"
|
|
145373
|
+
},
|
|
145374
|
+
"dependencies": {
|
|
145375
|
+
"type": "array",
|
|
145376
|
+
"items": {
|
|
145377
|
+
"type": "object",
|
|
145378
|
+
"additionalProperties": {
|
|
145379
|
+
"type": "string"
|
|
145380
|
+
}
|
|
145381
|
+
}
|
|
145382
|
+
},
|
|
145383
|
+
"commit_oid": {
|
|
145384
|
+
"type": "string"
|
|
145385
|
+
}
|
|
145386
|
+
}
|
|
145387
|
+
},
|
|
145051
145388
|
"webhook-package-published": {
|
|
145052
145389
|
"title": "package published event",
|
|
145053
145390
|
"type": "object",
|
|
@@ -145332,7 +145669,17 @@
|
|
|
145332
145669
|
},
|
|
145333
145670
|
"docker_metadata": {
|
|
145334
145671
|
"type": "array",
|
|
145335
|
-
"items": {
|
|
145672
|
+
"items": {
|
|
145673
|
+
"type": "object",
|
|
145674
|
+
"properties": {
|
|
145675
|
+
"tags": {
|
|
145676
|
+
"type": "array",
|
|
145677
|
+
"items": {
|
|
145678
|
+
"type": "string"
|
|
145679
|
+
}
|
|
145680
|
+
}
|
|
145681
|
+
}
|
|
145682
|
+
}
|
|
145336
145683
|
},
|
|
145337
145684
|
"draft": {
|
|
145338
145685
|
"type": "boolean"
|
|
@@ -145762,7 +146109,9 @@
|
|
|
145762
146109
|
},
|
|
145763
146110
|
"rubygems_metadata": {
|
|
145764
146111
|
"type": "array",
|
|
145765
|
-
"items": {
|
|
146112
|
+
"items": {
|
|
146113
|
+
"$ref": "#/components/schemas/webhook-rubygems-metadata"
|
|
146114
|
+
}
|
|
145766
146115
|
},
|
|
145767
146116
|
"source_url": {
|
|
145768
146117
|
"type": "string"
|
|
@@ -146111,7 +146460,17 @@
|
|
|
146111
146460
|
},
|
|
146112
146461
|
"docker_metadata": {
|
|
146113
146462
|
"type": "array",
|
|
146114
|
-
"items": {
|
|
146463
|
+
"items": {
|
|
146464
|
+
"type": "object",
|
|
146465
|
+
"properties": {
|
|
146466
|
+
"tags": {
|
|
146467
|
+
"type": "array",
|
|
146468
|
+
"items": {
|
|
146469
|
+
"type": "string"
|
|
146470
|
+
}
|
|
146471
|
+
}
|
|
146472
|
+
}
|
|
146473
|
+
}
|
|
146115
146474
|
},
|
|
146116
146475
|
"draft": {
|
|
146117
146476
|
"type": "boolean"
|
|
@@ -146131,7 +146490,10 @@
|
|
|
146131
146490
|
},
|
|
146132
146491
|
"metadata": {
|
|
146133
146492
|
"type": "array",
|
|
146134
|
-
"items": {
|
|
146493
|
+
"items": {
|
|
146494
|
+
"type": "object",
|
|
146495
|
+
"additionalProperties": true
|
|
146496
|
+
}
|
|
146135
146497
|
},
|
|
146136
146498
|
"name": {
|
|
146137
146499
|
"type": "string"
|
|
@@ -146343,7 +146705,9 @@
|
|
|
146343
146705
|
},
|
|
146344
146706
|
"rubygems_metadata": {
|
|
146345
146707
|
"type": "array",
|
|
146346
|
-
"items": {
|
|
146708
|
+
"items": {
|
|
146709
|
+
"$ref": "#/components/schemas/webhook-rubygems-metadata"
|
|
146710
|
+
}
|
|
146347
146711
|
},
|
|
146348
146712
|
"source_url": {
|
|
146349
146713
|
"type": "string",
|
|
@@ -220905,7 +221269,17 @@
|
|
|
220905
221269
|
},
|
|
220906
221270
|
"docker_metadata": {
|
|
220907
221271
|
"type": "array",
|
|
220908
|
-
"items": {
|
|
221272
|
+
"items": {
|
|
221273
|
+
"type": "object",
|
|
221274
|
+
"properties": {
|
|
221275
|
+
"tags": {
|
|
221276
|
+
"type": "array",
|
|
221277
|
+
"items": {
|
|
221278
|
+
"type": "string"
|
|
221279
|
+
}
|
|
221280
|
+
}
|
|
221281
|
+
}
|
|
221282
|
+
}
|
|
220909
221283
|
},
|
|
220910
221284
|
"draft": {
|
|
220911
221285
|
"type": "boolean"
|
|
@@ -221324,7 +221698,9 @@
|
|
|
221324
221698
|
},
|
|
221325
221699
|
"rubygems_metadata": {
|
|
221326
221700
|
"type": "array",
|
|
221327
|
-
"items": {
|
|
221701
|
+
"items": {
|
|
221702
|
+
"$ref": "#/components/schemas/webhook-rubygems-metadata"
|
|
221703
|
+
}
|
|
221328
221704
|
},
|
|
221329
221705
|
"summary": {
|
|
221330
221706
|
"type": "string"
|
|
@@ -221630,7 +222006,16 @@
|
|
|
221630
222006
|
"docker_metadata": {
|
|
221631
222007
|
"type": "array",
|
|
221632
222008
|
"items": {
|
|
221633
|
-
"
|
|
222009
|
+
"type": "object",
|
|
222010
|
+
"nullable": true,
|
|
222011
|
+
"properties": {
|
|
222012
|
+
"tags": {
|
|
222013
|
+
"type": "array",
|
|
222014
|
+
"items": {
|
|
222015
|
+
"type": "string"
|
|
222016
|
+
}
|
|
222017
|
+
}
|
|
222018
|
+
}
|
|
221634
222019
|
}
|
|
221635
222020
|
},
|
|
221636
222021
|
"draft": {
|
|
@@ -221650,7 +222035,10 @@
|
|
|
221650
222035
|
},
|
|
221651
222036
|
"metadata": {
|
|
221652
222037
|
"type": "array",
|
|
221653
|
-
"items": {
|
|
222038
|
+
"items": {
|
|
222039
|
+
"type": "object",
|
|
222040
|
+
"additionalProperties": true
|
|
222041
|
+
}
|
|
221654
222042
|
},
|
|
221655
222043
|
"name": {
|
|
221656
222044
|
"type": "string"
|
|
@@ -221833,7 +222221,9 @@
|
|
|
221833
222221
|
},
|
|
221834
222222
|
"rubygems_metadata": {
|
|
221835
222223
|
"type": "array",
|
|
221836
|
-
"items": {
|
|
222224
|
+
"items": {
|
|
222225
|
+
"$ref": "#/components/schemas/webhook-rubygems-metadata"
|
|
222226
|
+
}
|
|
221837
222227
|
},
|
|
221838
222228
|
"summary": {
|
|
221839
222229
|
"type": "string"
|