@octokit/openapi 11.0.0 → 11.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. package/generated/api.github.com.deref.json +7867 -1059
  2. package/generated/api.github.com.json +1150 -152
  3. package/generated/ghec-diff-to-api.github.com.deref.json +4944 -11
  4. package/generated/ghec-diff-to-api.github.com.json +92 -1
  5. package/generated/ghec.deref.json +7870 -1062
  6. package/generated/ghec.json +1153 -155
  7. package/generated/ghes-3.5-anicca-diff-to-ghes-3.6.deref.json +0 -84
  8. package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +292 -4865
  9. package/generated/ghes-3.5-diff-to-ghes-3.6.json +2 -675
  10. package/generated/ghes-3.5.deref.json +208 -60
  11. package/generated/ghes-3.5.json +21 -60
  12. package/generated/ghes-3.6-anicca-diff-to-ghes-3.7.deref.json +0 -48
  13. package/generated/ghes-3.6-diff-to-ghes-3.7.deref.json +2 -4739
  14. package/generated/ghes-3.6-diff-to-ghes-3.7.json +2 -684
  15. package/generated/ghes-3.6.deref.json +44 -60
  16. package/generated/ghes-3.6.json +21 -60
  17. package/generated/ghes-3.7-diff-to-ghes-3.8.deref.json +252 -11
  18. package/generated/ghes-3.7-diff-to-ghes-3.8.json +1 -1
  19. package/generated/ghes-3.7.deref.json +282 -63
  20. package/generated/ghes-3.7.json +133 -63
  21. package/generated/ghes-3.8-anicca-diff-to-api.github.com.deref.json +17 -38
  22. package/generated/ghes-3.8-diff-to-api.github.com.deref.json +252 -4758
  23. package/generated/ghes-3.8-diff-to-api.github.com.json +1 -672
  24. package/generated/ghes-3.8.deref.json +433 -70
  25. package/generated/ghes-3.8.json +284 -70
  26. package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +17 -84
  27. package/generated/github.ae-diff-to-api.github.com.deref.json +13247 -12990
  28. package/generated/github.ae-diff-to-api.github.com.json +1351 -1935
  29. package/generated/github.ae.deref.json +5201 -73
  30. package/generated/github.ae.json +424 -73
  31. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "11.0.0",
4
+ "version": "11.1.1",
5
5
  "title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
  "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
  "license": {
@@ -46711,7 +46711,7 @@
46711
46711
  "operationId": "gists/update",
46712
46712
  "externalDocs": {
46713
46713
  "description": "API method documentation",
46714
- "url": "https://docs.github.com/enterprise-server@3.8/rest/reference/gists/#update-a-gist"
46714
+ "url": "https://docs.github.com/rest/reference/gists/#update-a-gist"
46715
46715
  },
46716
46716
  "parameters": [
46717
46717
  {
@@ -46729,6 +46729,7 @@
46729
46729
  "content": {
46730
46730
  "application/json": {
46731
46731
  "schema": {
46732
+ "type": "object",
46732
46733
  "properties": {
46733
46734
  "description": {
46734
46735
  "description": "The description of the gist.",
@@ -46745,29 +46746,21 @@
46745
46746
  },
46746
46747
  "type": "object",
46747
46748
  "additionalProperties": {
46748
- "type": "object",
46749
- "nullable": true,
46750
- "properties": {
46751
- "content": {
46752
- "description": "The new content of the file.",
46753
- "type": "string"
46754
- },
46755
- "filename": {
46756
- "description": "The new filename for the file.",
46757
- "type": "string",
46758
- "nullable": true
46759
- }
46760
- },
46761
- "anyOf": [
46762
- {
46763
- "required": [
46764
- "content"
46765
- ]
46766
- },
46749
+ "oneOf": [
46767
46750
  {
46768
- "required": [
46769
- "filename"
46770
- ]
46751
+ "type": "object",
46752
+ "nullable": true,
46753
+ "properties": {
46754
+ "content": {
46755
+ "description": "The new content of the file.",
46756
+ "type": "string"
46757
+ },
46758
+ "filename": {
46759
+ "description": "The new filename for the file.",
46760
+ "type": "string",
46761
+ "nullable": true
46762
+ }
46763
+ }
46771
46764
  },
46772
46765
  {
46773
46766
  "type": "object",
@@ -46777,19 +46770,6 @@
46777
46770
  }
46778
46771
  }
46779
46772
  },
46780
- "anyOf": [
46781
- {
46782
- "required": [
46783
- "description"
46784
- ]
46785
- },
46786
- {
46787
- "required": [
46788
- "files"
46789
- ]
46790
- }
46791
- ],
46792
- "type": "object",
46793
46773
  "nullable": true
46794
46774
  },
46795
46775
  "examples": {
@@ -230718,7 +230698,7 @@
230718
230698
  "/repos/{owner}/{repo}/events": {
230719
230699
  "get": {
230720
230700
  "summary": "List repository events",
230721
- "description": "",
230701
+ "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
230702
  "tags": [
230723
230703
  "activity"
230724
230704
  ],
@@ -331797,14 +331777,14 @@
331797
331777
  },
331798
331778
  "post": {
331799
331779
  "summary": "Request reviewers for a pull request",
331800
- "description": "This endpoint triggers [notifications](https://docs.github.com/enterprise-server@3.8/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. See \"[Secondary rate limits](https://docs.github.com/enterprise-server@3.8/rest/overview/resources-in-the-rest-api#secondary-rate-limits)\" and \"[Dealing with secondary rate limits](https://docs.github.com/enterprise-server@3.8/rest/guides/best-practices-for-integrators#dealing-with-secondary-rate-limits)\" for details.",
331780
+ "description": "This endpoint triggers [notifications](https://docs.github.com/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. See \"[Secondary rate limits](https://docs.github.com/rest/overview/resources-in-the-rest-api#secondary-rate-limits)\" and \"[Dealing with secondary rate limits](https://docs.github.com/rest/guides/best-practices-for-integrators#dealing-with-secondary-rate-limits)\" for details.",
331801
331781
  "tags": [
331802
331782
  "pulls"
331803
331783
  ],
331804
331784
  "operationId": "pulls/request-reviewers",
331805
331785
  "externalDocs": {
331806
331786
  "description": "API method documentation",
331807
- "url": "https://docs.github.com/enterprise-server@3.8/rest/reference/pulls#request-reviewers-for-a-pull-request"
331787
+ "url": "https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request"
331808
331788
  },
331809
331789
  "parameters": [
331810
331790
  {
@@ -331856,19 +331836,7 @@
331856
331836
  "type": "string"
331857
331837
  }
331858
331838
  }
331859
- },
331860
- "anyOf": [
331861
- {
331862
- "required": [
331863
- "reviewers"
331864
- ]
331865
- },
331866
- {
331867
- "required": [
331868
- "team_reviewers"
331869
- ]
331870
- }
331871
- ]
331839
+ }
331872
331840
  },
331873
331841
  "examples": {
331874
331842
  "default": {
@@ -332782,6 +332750,9 @@
332782
332750
  "privacy": {
332783
332751
  "type": "string"
332784
332752
  },
332753
+ "notification_setting": {
332754
+ "type": "string"
332755
+ },
332785
332756
  "permission": {
332786
332757
  "type": "string"
332787
332758
  },
@@ -332873,6 +332844,11 @@
332873
332844
  "type": "string",
332874
332845
  "example": "closed"
332875
332846
  },
332847
+ "notification_setting": {
332848
+ "description": "The notification setting the team has set",
332849
+ "type": "string",
332850
+ "example": "notifications_enabled"
332851
+ },
332876
332852
  "html_url": {
332877
332853
  "type": "string",
332878
332854
  "format": "uri",
@@ -336161,6 +336137,7 @@
336161
336137
  "slug": "justice-league",
336162
336138
  "description": "A great team.",
336163
336139
  "privacy": "closed",
336140
+ "notification_setting": "notifications_enabled",
336164
336141
  "permission": "admin",
336165
336142
  "members_url": "https://api.github.com/teams/1/members{/member}",
336166
336143
  "repositories_url": "https://api.github.com/teams/1/repos",
@@ -336490,6 +336467,7 @@
336490
336467
  }
336491
336468
  },
336492
336469
  "author_association": "OWNER",
336470
+ "auto_merge": null,
336493
336471
  "draft": false
336494
336472
  }
336495
336473
  }
@@ -336534,13 +336512,7 @@
336534
336512
  "category": "pulls",
336535
336513
  "subcategory": "review-requests"
336536
336514
  },
336537
- "x-octokit": {
336538
- "diff": {
336539
- "api.github.com": {
336540
- "type": "changed"
336541
- }
336542
- }
336543
- }
336515
+ "x-octokit": {}
336544
336516
  },
336545
336517
  "delete": {
336546
336518
  "summary": "Remove requested reviewers from a pull request",
@@ -443385,6 +443357,28 @@
443385
443357
  }
443386
443358
  }
443387
443359
  },
443360
+ "/repos/{owner}/{repo}/actions/runs/{run_id}/deployment_protection_rule": {
443361
+ "post": {
443362
+ "summary": "Review custom deployment protection rules for a workflow run",
443363
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.8. It was added in api.github.com",
443364
+ "tags": [
443365
+ "actions"
443366
+ ],
443367
+ "operationId": "actions/review-custom-gates-for-run",
443368
+ "externalDocs": {
443369
+ "description": "API method documentation",
443370
+ "url": "https://docs.github.com/rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run"
443371
+ },
443372
+ "x-octokit": {
443373
+ "api.github.com": "removed"
443374
+ },
443375
+ "responses": {
443376
+ "501": {
443377
+ "description": "Not Implemented"
443378
+ }
443379
+ }
443380
+ }
443381
+ },
443388
443382
  "/repos/{owner}/{repo}/actions/runs/{run_id}/timing": {
443389
443383
  "get": {
443390
443384
  "summary": "Get workflow run usage",
@@ -443815,6 +443809,112 @@
443815
443809
  }
443816
443810
  }
443817
443811
  },
443812
+ "/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules": {
443813
+ "get": {
443814
+ "summary": "Get all deployment protection rules for an environment",
443815
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.8. It was added in api.github.com",
443816
+ "tags": [
443817
+ "repos"
443818
+ ],
443819
+ "operationId": "repos/get-all-deployment-protection-rules",
443820
+ "externalDocs": {
443821
+ "description": "API method documentation",
443822
+ "url": "https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules"
443823
+ },
443824
+ "x-octokit": {
443825
+ "api.github.com": "removed"
443826
+ },
443827
+ "responses": {
443828
+ "501": {
443829
+ "description": "Not Implemented"
443830
+ }
443831
+ }
443832
+ },
443833
+ "post": {
443834
+ "summary": "Create a custom deployment protection rule on an environment",
443835
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.8. It was added in api.github.com",
443836
+ "tags": [
443837
+ "repos"
443838
+ ],
443839
+ "operationId": "repos/create-deployment-protection-rule",
443840
+ "externalDocs": {
443841
+ "description": "API method documentation",
443842
+ "url": "https://docs.github.com/rest/deployments/deployment-protection-rules#create-a-deployment-protection-rule"
443843
+ },
443844
+ "x-octokit": {
443845
+ "api.github.com": "removed"
443846
+ },
443847
+ "responses": {
443848
+ "501": {
443849
+ "description": "Not Implemented"
443850
+ }
443851
+ }
443852
+ }
443853
+ },
443854
+ "/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/apps": {
443855
+ "get": {
443856
+ "summary": "List custom deployment rule integrations available for an environment",
443857
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.8. It was added in api.github.com",
443858
+ "tags": [
443859
+ "repos"
443860
+ ],
443861
+ "operationId": "repos/list-custom-deployment-rule-integrations",
443862
+ "externalDocs": {
443863
+ "description": "API method documentation",
443864
+ "url": "https://docs.github.com/rest/deployments/protection-rules#list-custom-deployment-rule-integrations"
443865
+ },
443866
+ "x-octokit": {
443867
+ "api.github.com": "removed"
443868
+ },
443869
+ "responses": {
443870
+ "501": {
443871
+ "description": "Not Implemented"
443872
+ }
443873
+ }
443874
+ }
443875
+ },
443876
+ "/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}": {
443877
+ "get": {
443878
+ "summary": "Get a custom deployment protection rule",
443879
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.8. It was added in api.github.com",
443880
+ "tags": [
443881
+ "repos"
443882
+ ],
443883
+ "operationId": "repos/get-custom-deployment-protection-rule",
443884
+ "externalDocs": {
443885
+ "description": "API method documentation",
443886
+ "url": "https://docs.github.com/rest/deployments/protection-rules#get-a-deployment-protection-rule"
443887
+ },
443888
+ "x-octokit": {
443889
+ "api.github.com": "removed"
443890
+ },
443891
+ "responses": {
443892
+ "501": {
443893
+ "description": "Not Implemented"
443894
+ }
443895
+ }
443896
+ },
443897
+ "delete": {
443898
+ "summary": "Disable a custom protection rule for an environment",
443899
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.8. It was added in api.github.com",
443900
+ "tags": [
443901
+ "repos"
443902
+ ],
443903
+ "operationId": "repos/disable-deployment-protection-rule",
443904
+ "externalDocs": {
443905
+ "description": "API method documentation",
443906
+ "url": "https://docs.github.com/rest/deployments/protection-rules#disable-deployment-protection-rule"
443907
+ },
443908
+ "x-octokit": {
443909
+ "api.github.com": "removed"
443910
+ },
443911
+ "responses": {
443912
+ "501": {
443913
+ "description": "Not Implemented"
443914
+ }
443915
+ }
443916
+ }
443917
+ },
443818
443918
  "/repos/{owner}/{repo}/import": {
443819
443919
  "get": {
443820
443920
  "summary": "Get an import status",
@@ -444259,6 +444359,28 @@
444259
444359
  }
444260
444360
  }
444261
444361
  },
444362
+ "/repos/{owner}/{repo}/security-advisories/reports": {
444363
+ "post": {
444364
+ "summary": "Privately report a security vulnerability",
444365
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.8. It was added in api.github.com",
444366
+ "tags": [
444367
+ "security-advisories"
444368
+ ],
444369
+ "operationId": "security-advisories/create-private-vulnerability-report",
444370
+ "externalDocs": {
444371
+ "description": "API method documentation",
444372
+ "url": "https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability"
444373
+ },
444374
+ "x-octokit": {
444375
+ "api.github.com": "removed"
444376
+ },
444377
+ "responses": {
444378
+ "501": {
444379
+ "description": "Not Implemented"
444380
+ }
444381
+ }
444382
+ }
444383
+ },
444262
444384
  "/repos/{owner}/{repo}/security-advisories/{ghsa_id}": {
444263
444385
  "get": {
444264
444386
  "summary": "Get a repository security advisory",
@@ -666548,7 +666670,17 @@
666548
666670
  },
666549
666671
  "docker_metadata": {
666550
666672
  "type": "array",
666551
- "items": {}
666673
+ "items": {
666674
+ "type": "object",
666675
+ "properties": {
666676
+ "tags": {
666677
+ "type": "array",
666678
+ "items": {
666679
+ "type": "string"
666680
+ }
666681
+ }
666682
+ }
666683
+ }
666552
666684
  },
666553
666685
  "draft": {
666554
666686
  "type": "boolean"
@@ -666978,7 +667110,56 @@
666978
667110
  },
666979
667111
  "rubygems_metadata": {
666980
667112
  "type": "array",
666981
- "items": {}
667113
+ "items": {
667114
+ "title": "Ruby Gems metadata",
667115
+ "type": "object",
667116
+ "properties": {
667117
+ "name": {
667118
+ "type": "string"
667119
+ },
667120
+ "description": {
667121
+ "type": "string"
667122
+ },
667123
+ "readme": {
667124
+ "type": "string"
667125
+ },
667126
+ "homepage": {
667127
+ "type": "string"
667128
+ },
667129
+ "version_info": {
667130
+ "type": "object",
667131
+ "properties": {
667132
+ "version": {
667133
+ "type": "string"
667134
+ }
667135
+ }
667136
+ },
667137
+ "platform": {
667138
+ "type": "string"
667139
+ },
667140
+ "metadata": {
667141
+ "type": "object",
667142
+ "additionalProperties": {
667143
+ "type": "string"
667144
+ }
667145
+ },
667146
+ "repo": {
667147
+ "type": "string"
667148
+ },
667149
+ "dependencies": {
667150
+ "type": "array",
667151
+ "items": {
667152
+ "type": "object",
667153
+ "additionalProperties": {
667154
+ "type": "string"
667155
+ }
667156
+ }
667157
+ },
667158
+ "commit_oid": {
667159
+ "type": "string"
667160
+ }
667161
+ }
667162
+ }
666982
667163
  },
666983
667164
  "source_url": {
666984
667165
  "type": "string"
@@ -668900,7 +669081,17 @@
668900
669081
  },
668901
669082
  "docker_metadata": {
668902
669083
  "type": "array",
668903
- "items": {}
669084
+ "items": {
669085
+ "type": "object",
669086
+ "properties": {
669087
+ "tags": {
669088
+ "type": "array",
669089
+ "items": {
669090
+ "type": "string"
669091
+ }
669092
+ }
669093
+ }
669094
+ }
668904
669095
  },
668905
669096
  "draft": {
668906
669097
  "type": "boolean"
@@ -668920,7 +669111,10 @@
668920
669111
  },
668921
669112
  "metadata": {
668922
669113
  "type": "array",
668923
- "items": {}
669114
+ "items": {
669115
+ "type": "object",
669116
+ "additionalProperties": true
669117
+ }
668924
669118
  },
668925
669119
  "name": {
668926
669120
  "type": "string"
@@ -669132,7 +669326,56 @@
669132
669326
  },
669133
669327
  "rubygems_metadata": {
669134
669328
  "type": "array",
669135
- "items": {}
669329
+ "items": {
669330
+ "title": "Ruby Gems metadata",
669331
+ "type": "object",
669332
+ "properties": {
669333
+ "name": {
669334
+ "type": "string"
669335
+ },
669336
+ "description": {
669337
+ "type": "string"
669338
+ },
669339
+ "readme": {
669340
+ "type": "string"
669341
+ },
669342
+ "homepage": {
669343
+ "type": "string"
669344
+ },
669345
+ "version_info": {
669346
+ "type": "object",
669347
+ "properties": {
669348
+ "version": {
669349
+ "type": "string"
669350
+ }
669351
+ }
669352
+ },
669353
+ "platform": {
669354
+ "type": "string"
669355
+ },
669356
+ "metadata": {
669357
+ "type": "object",
669358
+ "additionalProperties": {
669359
+ "type": "string"
669360
+ }
669361
+ },
669362
+ "repo": {
669363
+ "type": "string"
669364
+ },
669365
+ "dependencies": {
669366
+ "type": "array",
669367
+ "items": {
669368
+ "type": "object",
669369
+ "additionalProperties": {
669370
+ "type": "string"
669371
+ }
669372
+ }
669373
+ },
669374
+ "commit_oid": {
669375
+ "type": "string"
669376
+ }
669377
+ }
669378
+ }
669136
669379
  },
669137
669380
  "source_url": {
669138
669381
  "type": "string",
@@ -837884,7 +838127,17 @@
837884
838127
  },
837885
838128
  "docker_metadata": {
837886
838129
  "type": "array",
837887
- "items": {}
838130
+ "items": {
838131
+ "type": "object",
838132
+ "properties": {
838133
+ "tags": {
838134
+ "type": "array",
838135
+ "items": {
838136
+ "type": "string"
838137
+ }
838138
+ }
838139
+ }
838140
+ }
837888
838141
  },
837889
838142
  "draft": {
837890
838143
  "type": "boolean"
@@ -838303,7 +838556,56 @@
838303
838556
  },
838304
838557
  "rubygems_metadata": {
838305
838558
  "type": "array",
838306
- "items": {}
838559
+ "items": {
838560
+ "title": "Ruby Gems metadata",
838561
+ "type": "object",
838562
+ "properties": {
838563
+ "name": {
838564
+ "type": "string"
838565
+ },
838566
+ "description": {
838567
+ "type": "string"
838568
+ },
838569
+ "readme": {
838570
+ "type": "string"
838571
+ },
838572
+ "homepage": {
838573
+ "type": "string"
838574
+ },
838575
+ "version_info": {
838576
+ "type": "object",
838577
+ "properties": {
838578
+ "version": {
838579
+ "type": "string"
838580
+ }
838581
+ }
838582
+ },
838583
+ "platform": {
838584
+ "type": "string"
838585
+ },
838586
+ "metadata": {
838587
+ "type": "object",
838588
+ "additionalProperties": {
838589
+ "type": "string"
838590
+ }
838591
+ },
838592
+ "repo": {
838593
+ "type": "string"
838594
+ },
838595
+ "dependencies": {
838596
+ "type": "array",
838597
+ "items": {
838598
+ "type": "object",
838599
+ "additionalProperties": {
838600
+ "type": "string"
838601
+ }
838602
+ }
838603
+ },
838604
+ "commit_oid": {
838605
+ "type": "string"
838606
+ }
838607
+ }
838608
+ }
838307
838609
  },
838308
838610
  "summary": {
838309
838611
  "type": "string"
@@ -840182,7 +840484,16 @@
840182
840484
  "docker_metadata": {
840183
840485
  "type": "array",
840184
840486
  "items": {
840185
- "nullable": true
840487
+ "type": "object",
840488
+ "nullable": true,
840489
+ "properties": {
840490
+ "tags": {
840491
+ "type": "array",
840492
+ "items": {
840493
+ "type": "string"
840494
+ }
840495
+ }
840496
+ }
840186
840497
  }
840187
840498
  },
840188
840499
  "draft": {
@@ -840202,7 +840513,10 @@
840202
840513
  },
840203
840514
  "metadata": {
840204
840515
  "type": "array",
840205
- "items": {}
840516
+ "items": {
840517
+ "type": "object",
840518
+ "additionalProperties": true
840519
+ }
840206
840520
  },
840207
840521
  "name": {
840208
840522
  "type": "string"
@@ -840385,7 +840699,56 @@
840385
840699
  },
840386
840700
  "rubygems_metadata": {
840387
840701
  "type": "array",
840388
- "items": {}
840702
+ "items": {
840703
+ "title": "Ruby Gems metadata",
840704
+ "type": "object",
840705
+ "properties": {
840706
+ "name": {
840707
+ "type": "string"
840708
+ },
840709
+ "description": {
840710
+ "type": "string"
840711
+ },
840712
+ "readme": {
840713
+ "type": "string"
840714
+ },
840715
+ "homepage": {
840716
+ "type": "string"
840717
+ },
840718
+ "version_info": {
840719
+ "type": "object",
840720
+ "properties": {
840721
+ "version": {
840722
+ "type": "string"
840723
+ }
840724
+ }
840725
+ },
840726
+ "platform": {
840727
+ "type": "string"
840728
+ },
840729
+ "metadata": {
840730
+ "type": "object",
840731
+ "additionalProperties": {
840732
+ "type": "string"
840733
+ }
840734
+ },
840735
+ "repo": {
840736
+ "type": "string"
840737
+ },
840738
+ "dependencies": {
840739
+ "type": "array",
840740
+ "items": {
840741
+ "type": "object",
840742
+ "additionalProperties": {
840743
+ "type": "string"
840744
+ }
840745
+ }
840746
+ },
840747
+ "commit_oid": {
840748
+ "type": "string"
840749
+ }
840750
+ }
840751
+ }
840389
840752
  },
840390
840753
  "summary": {
840391
840754
  "type": "string"