@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
|
@@ -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": {
|
|
@@ -230718,7 +230718,7 @@
|
|
|
230718
230718
|
"/repos/{owner}/{repo}/events": {
|
|
230719
230719
|
"get": {
|
|
230720
230720
|
"summary": "List repository events",
|
|
230721
|
-
"description": "",
|
|
230721
|
+
"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",
|
|
230722
230722
|
"tags": [
|
|
230723
230723
|
"activity"
|
|
230724
230724
|
],
|
|
@@ -443385,6 +443385,28 @@
|
|
|
443385
443385
|
}
|
|
443386
443386
|
}
|
|
443387
443387
|
},
|
|
443388
|
+
"/repos/{owner}/{repo}/actions/runs/{run_id}/deployment_protection_rule": {
|
|
443389
|
+
"post": {
|
|
443390
|
+
"summary": "Review custom deployment protection rules for a workflow run",
|
|
443391
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.8. It was added in api.github.com",
|
|
443392
|
+
"tags": [
|
|
443393
|
+
"actions"
|
|
443394
|
+
],
|
|
443395
|
+
"operationId": "actions/review-custom-gates-for-run",
|
|
443396
|
+
"externalDocs": {
|
|
443397
|
+
"description": "API method documentation",
|
|
443398
|
+
"url": "https://docs.github.com/rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run"
|
|
443399
|
+
},
|
|
443400
|
+
"x-octokit": {
|
|
443401
|
+
"api.github.com": "removed"
|
|
443402
|
+
},
|
|
443403
|
+
"responses": {
|
|
443404
|
+
"501": {
|
|
443405
|
+
"description": "Not Implemented"
|
|
443406
|
+
}
|
|
443407
|
+
}
|
|
443408
|
+
}
|
|
443409
|
+
},
|
|
443388
443410
|
"/repos/{owner}/{repo}/actions/runs/{run_id}/timing": {
|
|
443389
443411
|
"get": {
|
|
443390
443412
|
"summary": "Get workflow run usage",
|
|
@@ -443815,6 +443837,112 @@
|
|
|
443815
443837
|
}
|
|
443816
443838
|
}
|
|
443817
443839
|
},
|
|
443840
|
+
"/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules": {
|
|
443841
|
+
"get": {
|
|
443842
|
+
"summary": "Get all deployment protection rules for an environment",
|
|
443843
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.8. It was added in api.github.com",
|
|
443844
|
+
"tags": [
|
|
443845
|
+
"repos"
|
|
443846
|
+
],
|
|
443847
|
+
"operationId": "repos/get-all-deployment-protection-rules",
|
|
443848
|
+
"externalDocs": {
|
|
443849
|
+
"description": "API method documentation",
|
|
443850
|
+
"url": "https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules"
|
|
443851
|
+
},
|
|
443852
|
+
"x-octokit": {
|
|
443853
|
+
"api.github.com": "removed"
|
|
443854
|
+
},
|
|
443855
|
+
"responses": {
|
|
443856
|
+
"501": {
|
|
443857
|
+
"description": "Not Implemented"
|
|
443858
|
+
}
|
|
443859
|
+
}
|
|
443860
|
+
},
|
|
443861
|
+
"post": {
|
|
443862
|
+
"summary": "Create a custom deployment protection rule on an environment",
|
|
443863
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.8. It was added in api.github.com",
|
|
443864
|
+
"tags": [
|
|
443865
|
+
"repos"
|
|
443866
|
+
],
|
|
443867
|
+
"operationId": "repos/create-deployment-protection-rule",
|
|
443868
|
+
"externalDocs": {
|
|
443869
|
+
"description": "API method documentation",
|
|
443870
|
+
"url": "https://docs.github.com/rest/deployments/deployment-protection-rules#create-a-deployment-protection-rule"
|
|
443871
|
+
},
|
|
443872
|
+
"x-octokit": {
|
|
443873
|
+
"api.github.com": "removed"
|
|
443874
|
+
},
|
|
443875
|
+
"responses": {
|
|
443876
|
+
"501": {
|
|
443877
|
+
"description": "Not Implemented"
|
|
443878
|
+
}
|
|
443879
|
+
}
|
|
443880
|
+
}
|
|
443881
|
+
},
|
|
443882
|
+
"/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/apps": {
|
|
443883
|
+
"get": {
|
|
443884
|
+
"summary": "List custom deployment rule integrations available for an environment",
|
|
443885
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.8. It was added in api.github.com",
|
|
443886
|
+
"tags": [
|
|
443887
|
+
"repos"
|
|
443888
|
+
],
|
|
443889
|
+
"operationId": "repos/list-custom-deployment-rule-integrations",
|
|
443890
|
+
"externalDocs": {
|
|
443891
|
+
"description": "API method documentation",
|
|
443892
|
+
"url": "https://docs.github.com/rest/deployments/protection-rules#list-custom-deployment-rule-integrations"
|
|
443893
|
+
},
|
|
443894
|
+
"x-octokit": {
|
|
443895
|
+
"api.github.com": "removed"
|
|
443896
|
+
},
|
|
443897
|
+
"responses": {
|
|
443898
|
+
"501": {
|
|
443899
|
+
"description": "Not Implemented"
|
|
443900
|
+
}
|
|
443901
|
+
}
|
|
443902
|
+
}
|
|
443903
|
+
},
|
|
443904
|
+
"/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}": {
|
|
443905
|
+
"get": {
|
|
443906
|
+
"summary": "Get a custom deployment protection rule",
|
|
443907
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.8. It was added in api.github.com",
|
|
443908
|
+
"tags": [
|
|
443909
|
+
"repos"
|
|
443910
|
+
],
|
|
443911
|
+
"operationId": "repos/get-custom-deployment-protection-rule",
|
|
443912
|
+
"externalDocs": {
|
|
443913
|
+
"description": "API method documentation",
|
|
443914
|
+
"url": "https://docs.github.com/rest/deployments/protection-rules#get-a-deployment-protection-rule"
|
|
443915
|
+
},
|
|
443916
|
+
"x-octokit": {
|
|
443917
|
+
"api.github.com": "removed"
|
|
443918
|
+
},
|
|
443919
|
+
"responses": {
|
|
443920
|
+
"501": {
|
|
443921
|
+
"description": "Not Implemented"
|
|
443922
|
+
}
|
|
443923
|
+
}
|
|
443924
|
+
},
|
|
443925
|
+
"delete": {
|
|
443926
|
+
"summary": "Disable a custom protection rule for an environment",
|
|
443927
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.8. It was added in api.github.com",
|
|
443928
|
+
"tags": [
|
|
443929
|
+
"repos"
|
|
443930
|
+
],
|
|
443931
|
+
"operationId": "repos/disable-deployment-protection-rule",
|
|
443932
|
+
"externalDocs": {
|
|
443933
|
+
"description": "API method documentation",
|
|
443934
|
+
"url": "https://docs.github.com/rest/deployments/protection-rules#disable-deployment-protection-rule"
|
|
443935
|
+
},
|
|
443936
|
+
"x-octokit": {
|
|
443937
|
+
"api.github.com": "removed"
|
|
443938
|
+
},
|
|
443939
|
+
"responses": {
|
|
443940
|
+
"501": {
|
|
443941
|
+
"description": "Not Implemented"
|
|
443942
|
+
}
|
|
443943
|
+
}
|
|
443944
|
+
}
|
|
443945
|
+
},
|
|
443818
443946
|
"/repos/{owner}/{repo}/import": {
|
|
443819
443947
|
"get": {
|
|
443820
443948
|
"summary": "Get an import status",
|
|
@@ -444259,6 +444387,28 @@
|
|
|
444259
444387
|
}
|
|
444260
444388
|
}
|
|
444261
444389
|
},
|
|
444390
|
+
"/repos/{owner}/{repo}/security-advisories/reports": {
|
|
444391
|
+
"post": {
|
|
444392
|
+
"summary": "Privately report a security vulnerability",
|
|
444393
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.8. It was added in api.github.com",
|
|
444394
|
+
"tags": [
|
|
444395
|
+
"security-advisories"
|
|
444396
|
+
],
|
|
444397
|
+
"operationId": "security-advisories/create-private-vulnerability-report",
|
|
444398
|
+
"externalDocs": {
|
|
444399
|
+
"description": "API method documentation",
|
|
444400
|
+
"url": "https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability"
|
|
444401
|
+
},
|
|
444402
|
+
"x-octokit": {
|
|
444403
|
+
"api.github.com": "removed"
|
|
444404
|
+
},
|
|
444405
|
+
"responses": {
|
|
444406
|
+
"501": {
|
|
444407
|
+
"description": "Not Implemented"
|
|
444408
|
+
}
|
|
444409
|
+
}
|
|
444410
|
+
}
|
|
444411
|
+
},
|
|
444262
444412
|
"/repos/{owner}/{repo}/security-advisories/{ghsa_id}": {
|
|
444263
444413
|
"get": {
|
|
444264
444414
|
"summary": "Get a repository security advisory",
|
|
@@ -666548,7 +666698,17 @@
|
|
|
666548
666698
|
},
|
|
666549
666699
|
"docker_metadata": {
|
|
666550
666700
|
"type": "array",
|
|
666551
|
-
"items": {
|
|
666701
|
+
"items": {
|
|
666702
|
+
"type": "object",
|
|
666703
|
+
"properties": {
|
|
666704
|
+
"tags": {
|
|
666705
|
+
"type": "array",
|
|
666706
|
+
"items": {
|
|
666707
|
+
"type": "string"
|
|
666708
|
+
}
|
|
666709
|
+
}
|
|
666710
|
+
}
|
|
666711
|
+
}
|
|
666552
666712
|
},
|
|
666553
666713
|
"draft": {
|
|
666554
666714
|
"type": "boolean"
|
|
@@ -666978,7 +667138,56 @@
|
|
|
666978
667138
|
},
|
|
666979
667139
|
"rubygems_metadata": {
|
|
666980
667140
|
"type": "array",
|
|
666981
|
-
"items": {
|
|
667141
|
+
"items": {
|
|
667142
|
+
"title": "Ruby Gems metadata",
|
|
667143
|
+
"type": "object",
|
|
667144
|
+
"properties": {
|
|
667145
|
+
"name": {
|
|
667146
|
+
"type": "string"
|
|
667147
|
+
},
|
|
667148
|
+
"description": {
|
|
667149
|
+
"type": "string"
|
|
667150
|
+
},
|
|
667151
|
+
"readme": {
|
|
667152
|
+
"type": "string"
|
|
667153
|
+
},
|
|
667154
|
+
"homepage": {
|
|
667155
|
+
"type": "string"
|
|
667156
|
+
},
|
|
667157
|
+
"version_info": {
|
|
667158
|
+
"type": "object",
|
|
667159
|
+
"properties": {
|
|
667160
|
+
"version": {
|
|
667161
|
+
"type": "string"
|
|
667162
|
+
}
|
|
667163
|
+
}
|
|
667164
|
+
},
|
|
667165
|
+
"platform": {
|
|
667166
|
+
"type": "string"
|
|
667167
|
+
},
|
|
667168
|
+
"metadata": {
|
|
667169
|
+
"type": "object",
|
|
667170
|
+
"additionalProperties": {
|
|
667171
|
+
"type": "string"
|
|
667172
|
+
}
|
|
667173
|
+
},
|
|
667174
|
+
"repo": {
|
|
667175
|
+
"type": "string"
|
|
667176
|
+
},
|
|
667177
|
+
"dependencies": {
|
|
667178
|
+
"type": "array",
|
|
667179
|
+
"items": {
|
|
667180
|
+
"type": "object",
|
|
667181
|
+
"additionalProperties": {
|
|
667182
|
+
"type": "string"
|
|
667183
|
+
}
|
|
667184
|
+
}
|
|
667185
|
+
},
|
|
667186
|
+
"commit_oid": {
|
|
667187
|
+
"type": "string"
|
|
667188
|
+
}
|
|
667189
|
+
}
|
|
667190
|
+
}
|
|
666982
667191
|
},
|
|
666983
667192
|
"source_url": {
|
|
666984
667193
|
"type": "string"
|
|
@@ -668900,7 +669109,17 @@
|
|
|
668900
669109
|
},
|
|
668901
669110
|
"docker_metadata": {
|
|
668902
669111
|
"type": "array",
|
|
668903
|
-
"items": {
|
|
669112
|
+
"items": {
|
|
669113
|
+
"type": "object",
|
|
669114
|
+
"properties": {
|
|
669115
|
+
"tags": {
|
|
669116
|
+
"type": "array",
|
|
669117
|
+
"items": {
|
|
669118
|
+
"type": "string"
|
|
669119
|
+
}
|
|
669120
|
+
}
|
|
669121
|
+
}
|
|
669122
|
+
}
|
|
668904
669123
|
},
|
|
668905
669124
|
"draft": {
|
|
668906
669125
|
"type": "boolean"
|
|
@@ -668920,7 +669139,10 @@
|
|
|
668920
669139
|
},
|
|
668921
669140
|
"metadata": {
|
|
668922
669141
|
"type": "array",
|
|
668923
|
-
"items": {
|
|
669142
|
+
"items": {
|
|
669143
|
+
"type": "object",
|
|
669144
|
+
"additionalProperties": true
|
|
669145
|
+
}
|
|
668924
669146
|
},
|
|
668925
669147
|
"name": {
|
|
668926
669148
|
"type": "string"
|
|
@@ -669132,7 +669354,56 @@
|
|
|
669132
669354
|
},
|
|
669133
669355
|
"rubygems_metadata": {
|
|
669134
669356
|
"type": "array",
|
|
669135
|
-
"items": {
|
|
669357
|
+
"items": {
|
|
669358
|
+
"title": "Ruby Gems metadata",
|
|
669359
|
+
"type": "object",
|
|
669360
|
+
"properties": {
|
|
669361
|
+
"name": {
|
|
669362
|
+
"type": "string"
|
|
669363
|
+
},
|
|
669364
|
+
"description": {
|
|
669365
|
+
"type": "string"
|
|
669366
|
+
},
|
|
669367
|
+
"readme": {
|
|
669368
|
+
"type": "string"
|
|
669369
|
+
},
|
|
669370
|
+
"homepage": {
|
|
669371
|
+
"type": "string"
|
|
669372
|
+
},
|
|
669373
|
+
"version_info": {
|
|
669374
|
+
"type": "object",
|
|
669375
|
+
"properties": {
|
|
669376
|
+
"version": {
|
|
669377
|
+
"type": "string"
|
|
669378
|
+
}
|
|
669379
|
+
}
|
|
669380
|
+
},
|
|
669381
|
+
"platform": {
|
|
669382
|
+
"type": "string"
|
|
669383
|
+
},
|
|
669384
|
+
"metadata": {
|
|
669385
|
+
"type": "object",
|
|
669386
|
+
"additionalProperties": {
|
|
669387
|
+
"type": "string"
|
|
669388
|
+
}
|
|
669389
|
+
},
|
|
669390
|
+
"repo": {
|
|
669391
|
+
"type": "string"
|
|
669392
|
+
},
|
|
669393
|
+
"dependencies": {
|
|
669394
|
+
"type": "array",
|
|
669395
|
+
"items": {
|
|
669396
|
+
"type": "object",
|
|
669397
|
+
"additionalProperties": {
|
|
669398
|
+
"type": "string"
|
|
669399
|
+
}
|
|
669400
|
+
}
|
|
669401
|
+
},
|
|
669402
|
+
"commit_oid": {
|
|
669403
|
+
"type": "string"
|
|
669404
|
+
}
|
|
669405
|
+
}
|
|
669406
|
+
}
|
|
669136
669407
|
},
|
|
669137
669408
|
"source_url": {
|
|
669138
669409
|
"type": "string",
|
|
@@ -837884,7 +838155,17 @@
|
|
|
837884
838155
|
},
|
|
837885
838156
|
"docker_metadata": {
|
|
837886
838157
|
"type": "array",
|
|
837887
|
-
"items": {
|
|
838158
|
+
"items": {
|
|
838159
|
+
"type": "object",
|
|
838160
|
+
"properties": {
|
|
838161
|
+
"tags": {
|
|
838162
|
+
"type": "array",
|
|
838163
|
+
"items": {
|
|
838164
|
+
"type": "string"
|
|
838165
|
+
}
|
|
838166
|
+
}
|
|
838167
|
+
}
|
|
838168
|
+
}
|
|
837888
838169
|
},
|
|
837889
838170
|
"draft": {
|
|
837890
838171
|
"type": "boolean"
|
|
@@ -838303,7 +838584,56 @@
|
|
|
838303
838584
|
},
|
|
838304
838585
|
"rubygems_metadata": {
|
|
838305
838586
|
"type": "array",
|
|
838306
|
-
"items": {
|
|
838587
|
+
"items": {
|
|
838588
|
+
"title": "Ruby Gems metadata",
|
|
838589
|
+
"type": "object",
|
|
838590
|
+
"properties": {
|
|
838591
|
+
"name": {
|
|
838592
|
+
"type": "string"
|
|
838593
|
+
},
|
|
838594
|
+
"description": {
|
|
838595
|
+
"type": "string"
|
|
838596
|
+
},
|
|
838597
|
+
"readme": {
|
|
838598
|
+
"type": "string"
|
|
838599
|
+
},
|
|
838600
|
+
"homepage": {
|
|
838601
|
+
"type": "string"
|
|
838602
|
+
},
|
|
838603
|
+
"version_info": {
|
|
838604
|
+
"type": "object",
|
|
838605
|
+
"properties": {
|
|
838606
|
+
"version": {
|
|
838607
|
+
"type": "string"
|
|
838608
|
+
}
|
|
838609
|
+
}
|
|
838610
|
+
},
|
|
838611
|
+
"platform": {
|
|
838612
|
+
"type": "string"
|
|
838613
|
+
},
|
|
838614
|
+
"metadata": {
|
|
838615
|
+
"type": "object",
|
|
838616
|
+
"additionalProperties": {
|
|
838617
|
+
"type": "string"
|
|
838618
|
+
}
|
|
838619
|
+
},
|
|
838620
|
+
"repo": {
|
|
838621
|
+
"type": "string"
|
|
838622
|
+
},
|
|
838623
|
+
"dependencies": {
|
|
838624
|
+
"type": "array",
|
|
838625
|
+
"items": {
|
|
838626
|
+
"type": "object",
|
|
838627
|
+
"additionalProperties": {
|
|
838628
|
+
"type": "string"
|
|
838629
|
+
}
|
|
838630
|
+
}
|
|
838631
|
+
},
|
|
838632
|
+
"commit_oid": {
|
|
838633
|
+
"type": "string"
|
|
838634
|
+
}
|
|
838635
|
+
}
|
|
838636
|
+
}
|
|
838307
838637
|
},
|
|
838308
838638
|
"summary": {
|
|
838309
838639
|
"type": "string"
|
|
@@ -840182,7 +840512,16 @@
|
|
|
840182
840512
|
"docker_metadata": {
|
|
840183
840513
|
"type": "array",
|
|
840184
840514
|
"items": {
|
|
840185
|
-
"
|
|
840515
|
+
"type": "object",
|
|
840516
|
+
"nullable": true,
|
|
840517
|
+
"properties": {
|
|
840518
|
+
"tags": {
|
|
840519
|
+
"type": "array",
|
|
840520
|
+
"items": {
|
|
840521
|
+
"type": "string"
|
|
840522
|
+
}
|
|
840523
|
+
}
|
|
840524
|
+
}
|
|
840186
840525
|
}
|
|
840187
840526
|
},
|
|
840188
840527
|
"draft": {
|
|
@@ -840202,7 +840541,10 @@
|
|
|
840202
840541
|
},
|
|
840203
840542
|
"metadata": {
|
|
840204
840543
|
"type": "array",
|
|
840205
|
-
"items": {
|
|
840544
|
+
"items": {
|
|
840545
|
+
"type": "object",
|
|
840546
|
+
"additionalProperties": true
|
|
840547
|
+
}
|
|
840206
840548
|
},
|
|
840207
840549
|
"name": {
|
|
840208
840550
|
"type": "string"
|
|
@@ -840385,7 +840727,56 @@
|
|
|
840385
840727
|
},
|
|
840386
840728
|
"rubygems_metadata": {
|
|
840387
840729
|
"type": "array",
|
|
840388
|
-
"items": {
|
|
840730
|
+
"items": {
|
|
840731
|
+
"title": "Ruby Gems metadata",
|
|
840732
|
+
"type": "object",
|
|
840733
|
+
"properties": {
|
|
840734
|
+
"name": {
|
|
840735
|
+
"type": "string"
|
|
840736
|
+
},
|
|
840737
|
+
"description": {
|
|
840738
|
+
"type": "string"
|
|
840739
|
+
},
|
|
840740
|
+
"readme": {
|
|
840741
|
+
"type": "string"
|
|
840742
|
+
},
|
|
840743
|
+
"homepage": {
|
|
840744
|
+
"type": "string"
|
|
840745
|
+
},
|
|
840746
|
+
"version_info": {
|
|
840747
|
+
"type": "object",
|
|
840748
|
+
"properties": {
|
|
840749
|
+
"version": {
|
|
840750
|
+
"type": "string"
|
|
840751
|
+
}
|
|
840752
|
+
}
|
|
840753
|
+
},
|
|
840754
|
+
"platform": {
|
|
840755
|
+
"type": "string"
|
|
840756
|
+
},
|
|
840757
|
+
"metadata": {
|
|
840758
|
+
"type": "object",
|
|
840759
|
+
"additionalProperties": {
|
|
840760
|
+
"type": "string"
|
|
840761
|
+
}
|
|
840762
|
+
},
|
|
840763
|
+
"repo": {
|
|
840764
|
+
"type": "string"
|
|
840765
|
+
},
|
|
840766
|
+
"dependencies": {
|
|
840767
|
+
"type": "array",
|
|
840768
|
+
"items": {
|
|
840769
|
+
"type": "object",
|
|
840770
|
+
"additionalProperties": {
|
|
840771
|
+
"type": "string"
|
|
840772
|
+
}
|
|
840773
|
+
}
|
|
840774
|
+
},
|
|
840775
|
+
"commit_oid": {
|
|
840776
|
+
"type": "string"
|
|
840777
|
+
}
|
|
840778
|
+
}
|
|
840779
|
+
}
|
|
840389
840780
|
},
|
|
840390
840781
|
"summary": {
|
|
840391
840782
|
"type": "string"
|