@superblocksteam/mcp-server 2.0.157 → 2.0.158

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 (70) hide show
  1. package/README.md +2 -1
  2. package/dist/tools/create-integration.d.ts +7 -0
  3. package/dist/tools/create-integration.d.ts.map +1 -1
  4. package/dist/tools/create-integration.js +47 -3
  5. package/dist/tools/create-integration.js.map +1 -1
  6. package/dist/tools/datasource-configuration-by-type.schema.json +2619 -0
  7. package/dist/tools/get-application-policy-run-findings.d.ts +3 -0
  8. package/dist/tools/get-application-policy-run-findings.d.ts.map +1 -0
  9. package/dist/tools/get-application-policy-run-findings.js +62 -0
  10. package/dist/tools/get-application-policy-run-findings.js.map +1 -0
  11. package/dist/tools/get-application-publish-pipeline.d.ts +3 -0
  12. package/dist/tools/get-application-publish-pipeline.d.ts.map +1 -0
  13. package/dist/tools/get-application-publish-pipeline.js +47 -0
  14. package/dist/tools/get-application-publish-pipeline.js.map +1 -0
  15. package/dist/tools/get-application-publish-readiness.d.ts +3 -0
  16. package/dist/tools/get-application-publish-readiness.d.ts.map +1 -0
  17. package/dist/tools/get-application-publish-readiness.js +47 -0
  18. package/dist/tools/get-application-publish-readiness.js.map +1 -0
  19. package/dist/tools/get-dependency-scan-summary.d.ts +3 -0
  20. package/dist/tools/get-dependency-scan-summary.d.ts.map +1 -0
  21. package/dist/tools/get-dependency-scan-summary.js +42 -0
  22. package/dist/tools/get-dependency-scan-summary.js.map +1 -0
  23. package/dist/tools/get-integration-config-schema.d.ts +3 -0
  24. package/dist/tools/get-integration-config-schema.d.ts.map +1 -0
  25. package/dist/tools/get-integration-config-schema.js +34 -0
  26. package/dist/tools/get-integration-config-schema.js.map +1 -0
  27. package/dist/tools/get-review-policy-run-report.d.ts +3 -0
  28. package/dist/tools/get-review-policy-run-report.d.ts.map +1 -0
  29. package/dist/tools/get-review-policy-run-report.js +60 -0
  30. package/dist/tools/get-review-policy-run-report.js.map +1 -0
  31. package/dist/tools/get-review-policy-summary.d.ts +3 -0
  32. package/dist/tools/get-review-policy-summary.d.ts.map +1 -0
  33. package/dist/tools/get-review-policy-summary.js +47 -0
  34. package/dist/tools/get-review-policy-summary.js.map +1 -0
  35. package/dist/tools/get-review-policy.d.ts +3 -0
  36. package/dist/tools/get-review-policy.d.ts.map +1 -0
  37. package/dist/tools/get-review-policy.js +43 -0
  38. package/dist/tools/get-review-policy.js.map +1 -0
  39. package/dist/tools/index.d.ts.map +1 -1
  40. package/dist/tools/index.js +24 -0
  41. package/dist/tools/index.js.map +1 -1
  42. package/dist/tools/list-dependency-scan-findings.d.ts +3 -0
  43. package/dist/tools/list-dependency-scan-findings.d.ts.map +1 -0
  44. package/dist/tools/list-dependency-scan-findings.js +69 -0
  45. package/dist/tools/list-dependency-scan-findings.js.map +1 -0
  46. package/dist/tools/list-review-policies.d.ts +3 -0
  47. package/dist/tools/list-review-policies.d.ts.map +1 -0
  48. package/dist/tools/list-review-policies.js +42 -0
  49. package/dist/tools/list-review-policies.js.map +1 -0
  50. package/dist/tools/list-review-policy-runs.d.ts +3 -0
  51. package/dist/tools/list-review-policy-runs.d.ts.map +1 -0
  52. package/dist/tools/list-review-policy-runs.js +80 -0
  53. package/dist/tools/list-review-policy-runs.js.map +1 -0
  54. package/dist/tools/lookup-package-vulnerabilities.d.ts +3 -0
  55. package/dist/tools/lookup-package-vulnerabilities.d.ts.map +1 -0
  56. package/dist/tools/lookup-package-vulnerabilities.js +57 -0
  57. package/dist/tools/lookup-package-vulnerabilities.js.map +1 -0
  58. package/dist/tools/plugin-configuration-schema.d.ts +3 -0
  59. package/dist/tools/plugin-configuration-schema.d.ts.map +1 -0
  60. package/dist/tools/plugin-configuration-schema.js +95 -0
  61. package/dist/tools/plugin-configuration-schema.js.map +1 -0
  62. package/dist/tools/schemas.d.ts +12 -0
  63. package/dist/tools/schemas.d.ts.map +1 -1
  64. package/dist/tools/schemas.js +307 -2
  65. package/dist/tools/schemas.js.map +1 -1
  66. package/dist/tools/server-api.d.ts +1 -1
  67. package/dist/tools/server-api.d.ts.map +1 -1
  68. package/dist/tools/server-api.js +8 -1
  69. package/dist/tools/server-api.js.map +1 -1
  70. package/package.json +6 -5
@@ -0,0 +1,2619 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$ref": "#/definitions/DatasourceConfigurationByTypeSchema",
4
+ "definitions": {
5
+ "DatasourceConfigurationByTypeSchema": {
6
+ "$ref": "#/definitions/DatasourceConfigurationByType"
7
+ },
8
+ "DatasourceConfigurationByType": {
9
+ "type": "object",
10
+ "properties": {
11
+ "adls": {
12
+ "type": "object",
13
+ "additionalProperties": {
14
+ "not": true,
15
+ "errorMessage": "extra property is ${0#}"
16
+ },
17
+ "properties": {
18
+ "bindingFields": { "type": "array", "items": { "type": "string" } },
19
+ "name": { "type": "string" },
20
+ "connection": { "$ref": "#/definitions/Plugin_AdlsConnection" },
21
+ "dynamicWorkflowConfiguration": {
22
+ "$ref": "#/definitions/DynamicWorkflowConfiguration"
23
+ }
24
+ }
25
+ },
26
+ "aivenkafka": {
27
+ "type": "object",
28
+ "additionalProperties": {
29
+ "not": true,
30
+ "errorMessage": "extra property is ${0#}"
31
+ },
32
+ "properties": {
33
+ "bindingFields": { "type": "array", "items": { "type": "string" } },
34
+ "name": { "type": "string" },
35
+ "cluster": { "$ref": "#/definitions/Cluster" },
36
+ "dynamicWorkflowConfiguration": {
37
+ "$ref": "#/definitions/DynamicWorkflowConfiguration"
38
+ },
39
+ "superblocksMetadata": {
40
+ "type": "object",
41
+ "properties": {
42
+ "pluginVersion": { "type": "string" },
43
+ "syncedFromProfileId": { "type": "string" }
44
+ },
45
+ "additionalProperties": {
46
+ "not": true,
47
+ "errorMessage": "extra property is ${0#}"
48
+ }
49
+ }
50
+ }
51
+ },
52
+ "athena": {
53
+ "type": "object",
54
+ "additionalProperties": {
55
+ "not": true,
56
+ "errorMessage": "extra property is ${0#}"
57
+ },
58
+ "properties": {
59
+ "bindingFields": { "type": "array", "items": { "type": "string" } },
60
+ "name": { "type": "string" },
61
+ "connection": { "$ref": "#/definitions/Connection" },
62
+ "dynamicWorkflowConfiguration": {
63
+ "$ref": "#/definitions/DynamicWorkflowConfiguration"
64
+ }
65
+ }
66
+ },
67
+ "bigquery": {
68
+ "type": "object",
69
+ "additionalProperties": {
70
+ "not": true,
71
+ "errorMessage": "extra property is ${0#}"
72
+ },
73
+ "properties": {
74
+ "bindingFields": { "type": "array", "items": { "type": "string" } },
75
+ "connectionType": {
76
+ "type": "string",
77
+ "enum": ["fields", "service-account-key", "oauth-token-exchange"]
78
+ },
79
+ "authTypeField": { "type": "string" },
80
+ "authConfig": {
81
+ "type": "object",
82
+ "properties": {
83
+ "tokenUrl": { "type": "string" },
84
+ "audience": { "type": "string" },
85
+ "scope": { "type": "string" },
86
+ "subjectTokenType": { "type": "string" },
87
+ "subjectTokenSource": { "type": "string" },
88
+ "subjectTokenSourceStaticToken": { "type": "string" },
89
+ "workforcePoolId": { "type": "string" },
90
+ "workforceProviderId": { "type": "string" },
91
+ "projectId": { "type": "string" },
92
+ "billingProjectNumber": { "type": "string" }
93
+ },
94
+ "additionalProperties": {
95
+ "not": true,
96
+ "errorMessage": "extra property is ${0#}"
97
+ }
98
+ },
99
+ "authentication": {
100
+ "type": "object",
101
+ "properties": {
102
+ "custom": {
103
+ "type": "object",
104
+ "properties": {
105
+ "googleServiceAccount": { "$ref": "#/definitions/Property" }
106
+ },
107
+ "additionalProperties": {
108
+ "not": true,
109
+ "errorMessage": "extra property is ${0#}"
110
+ }
111
+ }
112
+ },
113
+ "additionalProperties": {
114
+ "not": true,
115
+ "errorMessage": "extra property is ${0#}"
116
+ }
117
+ },
118
+ "name": { "type": "string" },
119
+ "dynamicWorkflowConfiguration": {
120
+ "$ref": "#/definitions/DynamicWorkflowConfig"
121
+ },
122
+ "id": { "type": "string" },
123
+ "superblocksMetadata": {
124
+ "type": "object",
125
+ "properties": {
126
+ "pluginVersion": { "$ref": "#/definitions/SemVer" },
127
+ "syncedFromProfileId": { "type": "string" }
128
+ },
129
+ "additionalProperties": {
130
+ "not": true,
131
+ "errorMessage": "extra property is ${0#}"
132
+ }
133
+ }
134
+ }
135
+ },
136
+ "cockroachdb": {
137
+ "type": "object",
138
+ "additionalProperties": {
139
+ "not": true,
140
+ "errorMessage": "extra property is ${0#}"
141
+ },
142
+ "properties": {
143
+ "bindingFields": { "type": "array", "items": { "type": "string" } },
144
+ "connectionType": { "type": "string", "enum": ["fields", "url"] },
145
+ "connectionUrl": { "type": "string" },
146
+ "tunnel": {
147
+ "type": "object",
148
+ "additionalProperties": {
149
+ "not": true,
150
+ "errorMessage": "extra property is ${0#}"
151
+ },
152
+ "properties": {
153
+ "authMethod": { "$ref": "#/definitions/SharedSSHAuthMethod" },
154
+ "authenticationMethod": {
155
+ "$ref": "#/definitions/SSHAuthMethod"
156
+ },
157
+ "enabled": { "type": "boolean" },
158
+ "host": { "type": "string" },
159
+ "passphrase": { "type": "string" },
160
+ "password": { "type": "string" },
161
+ "port": { "type": "number" },
162
+ "privateKey": { "type": "string" },
163
+ "publicKey": { "type": "string" },
164
+ "username": { "type": "string" }
165
+ }
166
+ },
167
+ "authentication": {
168
+ "type": "object",
169
+ "properties": {
170
+ "custom": {
171
+ "type": "object",
172
+ "properties": {
173
+ "databaseName": { "$ref": "#/definitions/Property" }
174
+ },
175
+ "additionalProperties": {
176
+ "not": true,
177
+ "errorMessage": "extra property is ${0#}"
178
+ }
179
+ },
180
+ "username": { "type": "string" },
181
+ "password": { "type": "string" }
182
+ },
183
+ "additionalProperties": {
184
+ "not": true,
185
+ "errorMessage": "extra property is ${0#}"
186
+ }
187
+ },
188
+ "connection": {
189
+ "type": "object",
190
+ "properties": {
191
+ "useSsl": { "type": ["boolean", "string"] },
192
+ "useSelfSignedSsl": { "type": ["boolean", "string"] },
193
+ "ca": { "type": "string" },
194
+ "key": { "type": "string" },
195
+ "cert": { "type": "string" },
196
+ "mode": { "type": "number", "const": 0 }
197
+ },
198
+ "additionalProperties": {
199
+ "not": true,
200
+ "errorMessage": "extra property is ${0#}"
201
+ }
202
+ },
203
+ "endpoint": {
204
+ "type": "object",
205
+ "properties": {
206
+ "host": { "type": "string" },
207
+ "port": { "type": "number", "minimum": 0, "maximum": 65536 }
208
+ },
209
+ "additionalProperties": {
210
+ "not": true,
211
+ "errorMessage": "extra property is ${0#}"
212
+ }
213
+ },
214
+ "name": { "type": "string" },
215
+ "dynamicWorkflowConfiguration": {
216
+ "$ref": "#/definitions/DynamicWorkflowConfig"
217
+ },
218
+ "id": { "type": "string" },
219
+ "superblocksMetadata": {
220
+ "type": "object",
221
+ "properties": {
222
+ "pluginVersion": { "$ref": "#/definitions/SemVer" },
223
+ "syncedFromProfileId": { "type": "string" }
224
+ },
225
+ "additionalProperties": {
226
+ "not": true,
227
+ "errorMessage": "extra property is ${0#}"
228
+ }
229
+ }
230
+ }
231
+ },
232
+ "confluent": {
233
+ "type": "object",
234
+ "additionalProperties": {
235
+ "not": true,
236
+ "errorMessage": "extra property is ${0#}"
237
+ },
238
+ "properties": {
239
+ "bindingFields": { "type": "array", "items": { "type": "string" } },
240
+ "name": { "type": "string" },
241
+ "cluster": { "$ref": "#/definitions/Cluster" },
242
+ "dynamicWorkflowConfiguration": {
243
+ "$ref": "#/definitions/DynamicWorkflowConfiguration"
244
+ },
245
+ "superblocksMetadata": {
246
+ "type": "object",
247
+ "properties": {
248
+ "pluginVersion": { "type": "string" },
249
+ "syncedFromProfileId": { "type": "string" }
250
+ },
251
+ "additionalProperties": {
252
+ "not": true,
253
+ "errorMessage": "extra property is ${0#}"
254
+ }
255
+ }
256
+ }
257
+ },
258
+ "couchbase": {
259
+ "type": "object",
260
+ "additionalProperties": {
261
+ "not": true,
262
+ "errorMessage": "extra property is ${0#}"
263
+ },
264
+ "properties": {
265
+ "bindingFields": { "type": "array", "items": { "type": "string" } },
266
+ "name": { "type": "string" },
267
+ "connection": {
268
+ "$ref": "#/definitions/Plugin_CouchbaseConnection"
269
+ },
270
+ "tunnel": { "$ref": "#/definitions/SSHConfiguration" },
271
+ "dynamicWorkflowConfiguration": {
272
+ "$ref": "#/definitions/DynamicWorkflowConfiguration"
273
+ }
274
+ },
275
+ "required": ["name"]
276
+ },
277
+ "databricks": {
278
+ "type": "object",
279
+ "additionalProperties": {
280
+ "not": true,
281
+ "errorMessage": "extra property is ${0#}"
282
+ },
283
+ "properties": {
284
+ "bindingFields": { "type": "array", "items": { "type": "string" } },
285
+ "authTypeField": { "type": "string" },
286
+ "oauthType": { "type": "string", "const": "oauth-token-exchange" },
287
+ "authConfig": { "$ref": "#/definitions/AuthConfig" },
288
+ "authType": { "$ref": "#/definitions/AuthType" },
289
+ "name": { "type": "string" },
290
+ "dynamicWorkflowConfiguration": {
291
+ "$ref": "#/definitions/DynamicWorkflowConfiguration"
292
+ },
293
+ "id": { "type": "string" },
294
+ "superblocksMetadata": {
295
+ "type": "object",
296
+ "properties": {
297
+ "pluginVersion": { "$ref": "#/definitions/SemVer" },
298
+ "syncedFromProfileId": { "type": "string" }
299
+ },
300
+ "additionalProperties": {
301
+ "not": true,
302
+ "errorMessage": "extra property is ${0#}"
303
+ }
304
+ },
305
+ "connection": {
306
+ "$ref": "#/definitions/Plugin_DatabricksConnection"
307
+ }
308
+ },
309
+ "required": ["name"]
310
+ },
311
+ "dynamodb": {
312
+ "type": "object",
313
+ "additionalProperties": {
314
+ "not": true,
315
+ "errorMessage": "extra property is ${0#}"
316
+ },
317
+ "properties": {
318
+ "bindingFields": { "type": "array", "items": { "type": "string" } },
319
+ "awsAuthType": { "$ref": "#/definitions/AWSAuthType" },
320
+ "authentication": {
321
+ "type": "object",
322
+ "properties": {
323
+ "custom": {
324
+ "type": "object",
325
+ "properties": {
326
+ "region": { "$ref": "#/definitions/Property" },
327
+ "accessKeyID": { "$ref": "#/definitions/Property" },
328
+ "secretKey": { "$ref": "#/definitions/Property" },
329
+ "iamRoleArn": { "$ref": "#/definitions/Property" }
330
+ },
331
+ "additionalProperties": {
332
+ "not": true,
333
+ "errorMessage": "extra property is ${0#}"
334
+ }
335
+ }
336
+ },
337
+ "additionalProperties": {}
338
+ },
339
+ "name": { "type": "string" },
340
+ "dynamicWorkflowConfiguration": {
341
+ "$ref": "#/definitions/DynamicWorkflowConfig"
342
+ },
343
+ "id": { "type": "string" },
344
+ "superblocksMetadata": {
345
+ "type": "object",
346
+ "properties": {
347
+ "pluginVersion": { "$ref": "#/definitions/SemVer" },
348
+ "syncedFromProfileId": { "type": "string" }
349
+ },
350
+ "additionalProperties": {
351
+ "not": true,
352
+ "errorMessage": "extra property is ${0#}"
353
+ }
354
+ }
355
+ }
356
+ },
357
+ "email": {
358
+ "type": "object",
359
+ "additionalProperties": {
360
+ "not": true,
361
+ "errorMessage": "extra property is ${0#}"
362
+ },
363
+ "properties": {
364
+ "bindingFields": { "type": "array", "items": { "type": "string" } },
365
+ "authentication": {
366
+ "type": "object",
367
+ "properties": {
368
+ "custom": {
369
+ "type": "object",
370
+ "properties": {
371
+ "apiKey": { "$ref": "#/definitions/Property" },
372
+ "senderEmail": { "$ref": "#/definitions/Property" },
373
+ "senderName": { "$ref": "#/definitions/Property" }
374
+ },
375
+ "additionalProperties": {
376
+ "not": true,
377
+ "errorMessage": "extra property is ${0#}"
378
+ }
379
+ }
380
+ },
381
+ "additionalProperties": {
382
+ "not": true,
383
+ "errorMessage": "extra property is ${0#}"
384
+ }
385
+ },
386
+ "sendgridTemplateId": { "type": "string" },
387
+ "name": { "type": "string" },
388
+ "dynamicWorkflowConfiguration": {
389
+ "$ref": "#/definitions/DynamicWorkflowConfig"
390
+ },
391
+ "id": { "type": "string" },
392
+ "superblocksMetadata": {
393
+ "type": "object",
394
+ "properties": {
395
+ "pluginVersion": { "$ref": "#/definitions/SemVer" },
396
+ "syncedFromProfileId": { "type": "string" }
397
+ },
398
+ "additionalProperties": {
399
+ "not": true,
400
+ "errorMessage": "extra property is ${0#}"
401
+ }
402
+ }
403
+ }
404
+ },
405
+ "gcs": {
406
+ "type": "object",
407
+ "additionalProperties": {
408
+ "not": true,
409
+ "errorMessage": "extra property is ${0#}"
410
+ },
411
+ "properties": {
412
+ "bindingFields": { "type": "array", "items": { "type": "string" } },
413
+ "authentication": {
414
+ "type": "object",
415
+ "properties": {
416
+ "custom": {
417
+ "type": "object",
418
+ "properties": {
419
+ "googleServiceAccount": { "$ref": "#/definitions/Property" }
420
+ },
421
+ "additionalProperties": {
422
+ "not": true,
423
+ "errorMessage": "extra property is ${0#}"
424
+ }
425
+ }
426
+ },
427
+ "additionalProperties": {
428
+ "not": true,
429
+ "errorMessage": "extra property is ${0#}"
430
+ }
431
+ },
432
+ "name": { "type": "string" },
433
+ "dynamicWorkflowConfiguration": {
434
+ "$ref": "#/definitions/DynamicWorkflowConfig"
435
+ },
436
+ "id": { "type": "string" },
437
+ "superblocksMetadata": {
438
+ "type": "object",
439
+ "properties": {
440
+ "pluginVersion": { "$ref": "#/definitions/SemVer" },
441
+ "syncedFromProfileId": { "type": "string" }
442
+ },
443
+ "additionalProperties": {
444
+ "not": true,
445
+ "errorMessage": "extra property is ${0#}"
446
+ }
447
+ }
448
+ }
449
+ },
450
+ "graphqlintegration": {
451
+ "type": "object",
452
+ "additionalProperties": {
453
+ "not": true,
454
+ "errorMessage": "extra property is ${0#}"
455
+ },
456
+ "properties": {
457
+ "bindingFields": { "type": "array", "items": { "type": "string" } },
458
+ "path": { "type": "string" },
459
+ "headers": {
460
+ "type": "array",
461
+ "items": { "$ref": "#/definitions/Property" }
462
+ },
463
+ "params": {
464
+ "type": "array",
465
+ "items": { "$ref": "#/definitions/Property" }
466
+ },
467
+ "authConfig": { "$ref": "#/definitions/AuthConfig" },
468
+ "authType": { "$ref": "#/definitions/AuthType" },
469
+ "name": { "type": "string" },
470
+ "dynamicWorkflowConfiguration": {
471
+ "$ref": "#/definitions/DynamicWorkflowConfig"
472
+ },
473
+ "id": { "type": "string" },
474
+ "superblocksMetadata": {
475
+ "type": "object",
476
+ "properties": {
477
+ "pluginVersion": { "$ref": "#/definitions/SemVer" },
478
+ "syncedFromProfileId": { "type": "string" }
479
+ },
480
+ "additionalProperties": {
481
+ "not": true,
482
+ "errorMessage": "extra property is ${0#}"
483
+ }
484
+ }
485
+ }
486
+ },
487
+ "graphql": {
488
+ "type": "object",
489
+ "additionalProperties": {
490
+ "not": true,
491
+ "errorMessage": "extra property is ${0#}"
492
+ },
493
+ "properties": {
494
+ "bindingFields": { "type": "array", "items": { "type": "string" } },
495
+ "path": { "type": "string" },
496
+ "headers": {
497
+ "type": "array",
498
+ "items": { "$ref": "#/definitions/Property" }
499
+ },
500
+ "params": {
501
+ "type": "array",
502
+ "items": { "$ref": "#/definitions/Property" }
503
+ },
504
+ "authConfig": { "$ref": "#/definitions/AuthConfig" },
505
+ "authType": { "$ref": "#/definitions/AuthType" },
506
+ "name": { "type": "string" },
507
+ "dynamicWorkflowConfiguration": {
508
+ "$ref": "#/definitions/DynamicWorkflowConfig"
509
+ },
510
+ "id": { "type": "string" },
511
+ "superblocksMetadata": {
512
+ "type": "object",
513
+ "properties": {
514
+ "pluginVersion": { "$ref": "#/definitions/SemVer" },
515
+ "syncedFromProfileId": { "type": "string" }
516
+ },
517
+ "additionalProperties": {
518
+ "not": true,
519
+ "errorMessage": "extra property is ${0#}"
520
+ }
521
+ }
522
+ }
523
+ },
524
+ "javascript": {
525
+ "type": "object",
526
+ "additionalProperties": {
527
+ "not": true,
528
+ "errorMessage": "extra property is ${0#}"
529
+ },
530
+ "properties": {
531
+ "bindingFields": { "type": "array", "items": { "type": "string" } },
532
+ "name": { "type": "string" },
533
+ "dynamicWorkflowConfiguration": {
534
+ "$ref": "#/definitions/DynamicWorkflowConfig"
535
+ },
536
+ "id": { "type": "string" },
537
+ "superblocksMetadata": {
538
+ "type": "object",
539
+ "properties": {
540
+ "pluginVersion": { "$ref": "#/definitions/SemVer" },
541
+ "syncedFromProfileId": { "type": "string" }
542
+ },
543
+ "additionalProperties": {
544
+ "not": true,
545
+ "errorMessage": "extra property is ${0#}"
546
+ }
547
+ }
548
+ }
549
+ },
550
+ "lakebase": {
551
+ "type": "object",
552
+ "additionalProperties": {
553
+ "not": true,
554
+ "errorMessage": "extra property is ${0#}"
555
+ },
556
+ "properties": {
557
+ "bindingFields": { "type": "array", "items": { "type": "string" } },
558
+ "authTypeField": { "type": "string" },
559
+ "oauthType": { "type": "string", "const": "oauth-token-exchange" },
560
+ "authConfig": { "$ref": "#/definitions/AuthConfig" },
561
+ "authType": { "$ref": "#/definitions/AuthType" },
562
+ "name": { "type": "string" },
563
+ "dynamicWorkflowConfiguration": {
564
+ "$ref": "#/definitions/DynamicWorkflowConfig"
565
+ },
566
+ "id": { "type": "string" },
567
+ "superblocksMetadata": {
568
+ "type": "object",
569
+ "properties": {
570
+ "pluginVersion": { "$ref": "#/definitions/SemVer" },
571
+ "syncedFromProfileId": { "type": "string" }
572
+ },
573
+ "additionalProperties": {
574
+ "not": true,
575
+ "errorMessage": "extra property is ${0#}"
576
+ }
577
+ },
578
+ "connection": {
579
+ "type": "object",
580
+ "properties": {
581
+ "host": { "type": "string" },
582
+ "port": { "type": "number" },
583
+ "databaseName": { "type": "string" },
584
+ "connectionType": { "type": "string" },
585
+ "username": { "type": "string" },
586
+ "password": { "type": "string" },
587
+ "oauthClientId": { "type": "string" },
588
+ "oauthClientSecret": { "type": "string" },
589
+ "oauthWorkspaceUrl": { "type": "string" }
590
+ },
591
+ "additionalProperties": {
592
+ "not": true,
593
+ "errorMessage": "extra property is ${0#}"
594
+ }
595
+ }
596
+ }
597
+ },
598
+ "mariadb": {
599
+ "type": "object",
600
+ "additionalProperties": {
601
+ "not": true,
602
+ "errorMessage": "extra property is ${0#}"
603
+ },
604
+ "properties": {
605
+ "bindingFields": { "type": "array", "items": { "type": "string" } },
606
+ "connectionType": { "type": "string", "enum": ["fields", "url"] },
607
+ "connectionUrl": { "type": "string" },
608
+ "authentication": {
609
+ "type": "object",
610
+ "properties": {
611
+ "custom": {
612
+ "type": "object",
613
+ "properties": {
614
+ "databaseName": { "$ref": "#/definitions/Property" }
615
+ },
616
+ "additionalProperties": {
617
+ "not": true,
618
+ "errorMessage": "extra property is ${0#}"
619
+ }
620
+ },
621
+ "username": { "type": "string" },
622
+ "password": { "type": "string" }
623
+ },
624
+ "additionalProperties": {
625
+ "not": true,
626
+ "errorMessage": "extra property is ${0#}"
627
+ }
628
+ },
629
+ "connection": {
630
+ "type": "object",
631
+ "properties": {
632
+ "useSsl": { "type": ["boolean", "string"] },
633
+ "useSelfSignedSsl": { "type": ["boolean", "string"] },
634
+ "ca": { "type": "string" },
635
+ "key": { "type": "string" },
636
+ "cert": { "type": "string" },
637
+ "mode": { "type": "number", "const": 0 }
638
+ },
639
+ "additionalProperties": {
640
+ "not": true,
641
+ "errorMessage": "extra property is ${0#}"
642
+ }
643
+ },
644
+ "endpoint": {
645
+ "type": "object",
646
+ "properties": {
647
+ "host": { "type": "string" },
648
+ "port": { "type": "number", "minimum": 0, "maximum": 65536 }
649
+ },
650
+ "additionalProperties": {
651
+ "not": true,
652
+ "errorMessage": "extra property is ${0#}"
653
+ }
654
+ },
655
+ "name": { "type": "string" },
656
+ "dynamicWorkflowConfiguration": {
657
+ "$ref": "#/definitions/DynamicWorkflowConfig"
658
+ },
659
+ "id": { "type": "string" },
660
+ "superblocksMetadata": {
661
+ "type": "object",
662
+ "properties": {
663
+ "pluginVersion": { "$ref": "#/definitions/SemVer" },
664
+ "syncedFromProfileId": { "type": "string" }
665
+ },
666
+ "additionalProperties": {
667
+ "not": true,
668
+ "errorMessage": "extra property is ${0#}"
669
+ }
670
+ }
671
+ }
672
+ },
673
+ "mongodb": {
674
+ "type": "object",
675
+ "additionalProperties": {
676
+ "not": true,
677
+ "errorMessage": "extra property is ${0#}"
678
+ },
679
+ "properties": {
680
+ "bindingFields": { "type": "array", "items": { "type": "string" } },
681
+ "tunnel": {
682
+ "type": "object",
683
+ "additionalProperties": {
684
+ "not": true,
685
+ "errorMessage": "extra property is ${0#}"
686
+ },
687
+ "properties": {
688
+ "authMethod": { "$ref": "#/definitions/SharedSSHAuthMethod" },
689
+ "authenticationMethod": {
690
+ "$ref": "#/definitions/SSHAuthMethod"
691
+ },
692
+ "enabled": { "type": "boolean" },
693
+ "host": { "type": "string" },
694
+ "passphrase": { "type": "string" },
695
+ "password": { "type": "string" },
696
+ "port": { "type": "number" },
697
+ "privateKey": { "type": "string" },
698
+ "publicKey": { "type": "string" },
699
+ "username": { "type": "string" }
700
+ }
701
+ },
702
+ "authentication": {
703
+ "type": "object",
704
+ "properties": {
705
+ "custom": {
706
+ "type": "object",
707
+ "properties": {
708
+ "databaseName": { "$ref": "#/definitions/Property" }
709
+ },
710
+ "additionalProperties": {
711
+ "not": true,
712
+ "errorMessage": "extra property is ${0#}"
713
+ }
714
+ },
715
+ "username": { "type": "string" },
716
+ "password": { "type": "string" }
717
+ },
718
+ "additionalProperties": {
719
+ "not": true,
720
+ "errorMessage": "extra property is ${0#}"
721
+ }
722
+ },
723
+ "connection": {
724
+ "type": "object",
725
+ "properties": {
726
+ "useSsl": { "type": ["boolean", "string"] },
727
+ "useSelfSignedSsl": { "type": ["boolean", "string"] },
728
+ "ca": { "type": "string" },
729
+ "key": { "type": "string" },
730
+ "cert": { "type": "string" },
731
+ "mode": { "type": "number", "const": 0 }
732
+ },
733
+ "additionalProperties": {
734
+ "not": true,
735
+ "errorMessage": "extra property is ${0#}"
736
+ }
737
+ },
738
+ "endpoint": {
739
+ "type": "object",
740
+ "properties": {
741
+ "host": { "type": "string" },
742
+ "port": { "type": "number", "minimum": 0, "maximum": 65536 }
743
+ },
744
+ "additionalProperties": {
745
+ "not": true,
746
+ "errorMessage": "extra property is ${0#}"
747
+ }
748
+ },
749
+ "name": { "type": "string" },
750
+ "dynamicWorkflowConfiguration": {
751
+ "$ref": "#/definitions/DynamicWorkflowConfig"
752
+ },
753
+ "id": { "type": "string" },
754
+ "superblocksMetadata": {
755
+ "type": "object",
756
+ "properties": {
757
+ "pluginVersion": { "$ref": "#/definitions/SemVer" },
758
+ "syncedFromProfileId": { "type": "string" }
759
+ },
760
+ "additionalProperties": {
761
+ "not": true,
762
+ "errorMessage": "extra property is ${0#}"
763
+ }
764
+ }
765
+ }
766
+ },
767
+ "msk": {
768
+ "type": "object",
769
+ "additionalProperties": {
770
+ "not": true,
771
+ "errorMessage": "extra property is ${0#}"
772
+ },
773
+ "properties": {
774
+ "bindingFields": { "type": "array", "items": { "type": "string" } },
775
+ "name": { "type": "string" },
776
+ "cluster": { "$ref": "#/definitions/Cluster" },
777
+ "dynamicWorkflowConfiguration": {
778
+ "$ref": "#/definitions/DynamicWorkflowConfiguration"
779
+ },
780
+ "superblocksMetadata": {
781
+ "type": "object",
782
+ "properties": {
783
+ "pluginVersion": { "type": "string" },
784
+ "syncedFromProfileId": { "type": "string" }
785
+ },
786
+ "additionalProperties": {
787
+ "not": true,
788
+ "errorMessage": "extra property is ${0#}"
789
+ }
790
+ }
791
+ }
792
+ },
793
+ "mysql": {
794
+ "type": "object",
795
+ "additionalProperties": {
796
+ "not": true,
797
+ "errorMessage": "extra property is ${0#}"
798
+ },
799
+ "properties": {
800
+ "bindingFields": { "type": "array", "items": { "type": "string" } },
801
+ "connectionType": { "type": "string", "enum": ["fields", "url"] },
802
+ "connectionUrl": { "type": "string" },
803
+ "tunnel": {
804
+ "type": "object",
805
+ "additionalProperties": {
806
+ "not": true,
807
+ "errorMessage": "extra property is ${0#}"
808
+ },
809
+ "properties": {
810
+ "authMethod": { "$ref": "#/definitions/SharedSSHAuthMethod" },
811
+ "authenticationMethod": {
812
+ "$ref": "#/definitions/SSHAuthMethod"
813
+ },
814
+ "enabled": { "type": "boolean" },
815
+ "host": { "type": "string" },
816
+ "passphrase": { "type": "string" },
817
+ "password": { "type": "string" },
818
+ "port": { "type": "number" },
819
+ "privateKey": { "type": "string" },
820
+ "publicKey": { "type": "string" },
821
+ "username": { "type": "string" }
822
+ }
823
+ },
824
+ "authentication": {
825
+ "type": "object",
826
+ "properties": {
827
+ "custom": {
828
+ "type": "object",
829
+ "properties": {
830
+ "databaseName": { "$ref": "#/definitions/Property" }
831
+ },
832
+ "additionalProperties": {
833
+ "not": true,
834
+ "errorMessage": "extra property is ${0#}"
835
+ }
836
+ },
837
+ "username": { "type": "string" },
838
+ "password": { "type": "string" }
839
+ },
840
+ "additionalProperties": {
841
+ "not": true,
842
+ "errorMessage": "extra property is ${0#}"
843
+ }
844
+ },
845
+ "connection": {
846
+ "type": "object",
847
+ "properties": {
848
+ "useSsl": { "type": ["boolean", "string"] },
849
+ "useSelfSignedSsl": { "type": ["boolean", "string"] },
850
+ "ca": { "type": "string" },
851
+ "key": { "type": "string" },
852
+ "cert": { "type": "string" },
853
+ "mode": { "type": "number", "const": 0 }
854
+ },
855
+ "additionalProperties": {
856
+ "not": true,
857
+ "errorMessage": "extra property is ${0#}"
858
+ }
859
+ },
860
+ "endpoint": {
861
+ "type": "object",
862
+ "properties": {
863
+ "host": { "type": "string" },
864
+ "port": { "type": "number", "minimum": 0, "maximum": 65536 }
865
+ },
866
+ "additionalProperties": {
867
+ "not": true,
868
+ "errorMessage": "extra property is ${0#}"
869
+ }
870
+ },
871
+ "name": { "type": "string" },
872
+ "dynamicWorkflowConfiguration": {
873
+ "$ref": "#/definitions/DynamicWorkflowConfig"
874
+ },
875
+ "id": { "type": "string" },
876
+ "superblocksMetadata": {
877
+ "type": "object",
878
+ "properties": {
879
+ "pluginVersion": { "$ref": "#/definitions/SemVer" },
880
+ "syncedFromProfileId": { "type": "string" }
881
+ },
882
+ "additionalProperties": {
883
+ "not": true,
884
+ "errorMessage": "extra property is ${0#}"
885
+ }
886
+ }
887
+ }
888
+ },
889
+ "openai": {
890
+ "type": "object",
891
+ "additionalProperties": {
892
+ "not": true,
893
+ "errorMessage": "extra property is ${0#}"
894
+ },
895
+ "properties": {
896
+ "bindingFields": { "type": "array", "items": { "type": "string" } },
897
+ "bearerToken": { "type": "string" },
898
+ "organizationId": { "type": "string" },
899
+ "name": { "type": "string" },
900
+ "dynamicWorkflowConfiguration": {
901
+ "$ref": "#/definitions/DynamicWorkflowConfig"
902
+ },
903
+ "id": { "type": "string" },
904
+ "superblocksMetadata": {
905
+ "type": "object",
906
+ "properties": {
907
+ "pluginVersion": { "$ref": "#/definitions/SemVer" },
908
+ "syncedFromProfileId": { "type": "string" }
909
+ },
910
+ "additionalProperties": {
911
+ "not": true,
912
+ "errorMessage": "extra property is ${0#}"
913
+ }
914
+ }
915
+ },
916
+ "required": ["bearerToken"]
917
+ },
918
+ "oracledb": {
919
+ "type": "object",
920
+ "additionalProperties": {
921
+ "not": true,
922
+ "errorMessage": "extra property is ${0#}"
923
+ },
924
+ "properties": {
925
+ "bindingFields": { "type": "array", "items": { "type": "string" } },
926
+ "connectionType": { "type": "string", "enum": ["fields", "url"] },
927
+ "connectionUrl": { "type": "string" },
928
+ "name": { "type": "string" },
929
+ "connection": { "$ref": "#/definitions/Plugin_OracleDbConnection" },
930
+ "dynamicWorkflowConfiguration": {
931
+ "$ref": "#/definitions/DynamicWorkflowConfiguration"
932
+ }
933
+ },
934
+ "required": ["name"]
935
+ },
936
+ "postgres": {
937
+ "anyOf": [
938
+ {
939
+ "type": "object",
940
+ "additionalProperties": {
941
+ "not": true,
942
+ "errorMessage": "extra property is ${0#}"
943
+ },
944
+ "properties": {
945
+ "bindingFields": {
946
+ "type": "array",
947
+ "items": { "type": "string" }
948
+ },
949
+ "authentication": {
950
+ "type": "object",
951
+ "properties": {
952
+ "authType": { "type": "string", "const": "password" },
953
+ "custom": {
954
+ "type": "object",
955
+ "properties": {
956
+ "databaseName": { "$ref": "#/definitions/Property" }
957
+ },
958
+ "additionalProperties": {
959
+ "not": true,
960
+ "errorMessage": "extra property is ${0#}"
961
+ }
962
+ },
963
+ "password": { "type": "string" },
964
+ "username": { "type": "string" }
965
+ },
966
+ "additionalProperties": {
967
+ "not": true,
968
+ "errorMessage": "extra property is ${0#}"
969
+ }
970
+ },
971
+ "connectionType": {
972
+ "type": "string",
973
+ "enum": ["fields", "url"]
974
+ },
975
+ "connectionUrl": { "type": "string" },
976
+ "tunnel": {
977
+ "type": "object",
978
+ "additionalProperties": {
979
+ "not": true,
980
+ "errorMessage": "extra property is ${0#}"
981
+ },
982
+ "properties": {
983
+ "authMethod": {
984
+ "$ref": "#/definitions/SharedSSHAuthMethod"
985
+ },
986
+ "authenticationMethod": {
987
+ "$ref": "#/definitions/SSHAuthMethod"
988
+ },
989
+ "enabled": { "type": "boolean" },
990
+ "host": { "type": "string" },
991
+ "passphrase": { "type": "string" },
992
+ "password": { "type": "string" },
993
+ "port": { "type": "number" },
994
+ "privateKey": { "type": "string" },
995
+ "publicKey": { "type": "string" },
996
+ "username": { "type": "string" }
997
+ }
998
+ },
999
+ "connection": {
1000
+ "type": "object",
1001
+ "properties": {
1002
+ "useSsl": { "type": ["boolean", "string"] },
1003
+ "useSelfSignedSsl": { "type": ["boolean", "string"] },
1004
+ "ca": { "type": "string" },
1005
+ "key": { "type": "string" },
1006
+ "cert": { "type": "string" },
1007
+ "mode": { "type": "number", "const": 0 }
1008
+ },
1009
+ "additionalProperties": {
1010
+ "not": true,
1011
+ "errorMessage": "extra property is ${0#}"
1012
+ }
1013
+ },
1014
+ "endpoint": {
1015
+ "type": "object",
1016
+ "properties": {
1017
+ "host": { "type": "string" },
1018
+ "port": { "type": "number", "minimum": 0, "maximum": 65536 }
1019
+ },
1020
+ "additionalProperties": {
1021
+ "not": true,
1022
+ "errorMessage": "extra property is ${0#}"
1023
+ }
1024
+ },
1025
+ "name": { "type": "string" },
1026
+ "dynamicWorkflowConfiguration": {
1027
+ "$ref": "#/definitions/DynamicWorkflowConfig"
1028
+ },
1029
+ "id": { "type": "string" },
1030
+ "superblocksMetadata": {
1031
+ "type": "object",
1032
+ "properties": {
1033
+ "pluginVersion": { "$ref": "#/definitions/SemVer" },
1034
+ "syncedFromProfileId": { "type": "string" }
1035
+ },
1036
+ "additionalProperties": {
1037
+ "not": true,
1038
+ "errorMessage": "extra property is ${0#}"
1039
+ }
1040
+ }
1041
+ }
1042
+ },
1043
+ {
1044
+ "type": "object",
1045
+ "additionalProperties": {
1046
+ "not": true,
1047
+ "errorMessage": "extra property is ${0#}"
1048
+ },
1049
+ "properties": {
1050
+ "bindingFields": {
1051
+ "type": "array",
1052
+ "items": { "type": "string" }
1053
+ },
1054
+ "authentication": {
1055
+ "type": "object",
1056
+ "properties": {
1057
+ "authType": { "type": "string", "const": "aws_iam_role" },
1058
+ "custom": {
1059
+ "type": "object",
1060
+ "properties": {
1061
+ "databaseName": {
1062
+ "type": "object",
1063
+ "properties": {
1064
+ "key": { "type": "string" },
1065
+ "value": { "type": "string", "minLength": 1 },
1066
+ "editable": { "type": "boolean" },
1067
+ "internal": { "type": "boolean" },
1068
+ "system": { "type": "boolean" },
1069
+ "description": { "type": "string" },
1070
+ "mandatory": { "type": "boolean" },
1071
+ "type": { "type": "string" },
1072
+ "defaultValue": { "type": "string" },
1073
+ "minRange": { "type": "string" },
1074
+ "maxRange": { "type": "string" },
1075
+ "valueOptions": {
1076
+ "type": "array",
1077
+ "items": { "type": "string" }
1078
+ }
1079
+ },
1080
+ "required": ["value"],
1081
+ "additionalProperties": {
1082
+ "not": true,
1083
+ "errorMessage": "extra property is ${0#}"
1084
+ }
1085
+ },
1086
+ "iamRoleArn": {
1087
+ "type": "object",
1088
+ "properties": {
1089
+ "key": { "type": "string" },
1090
+ "value": {
1091
+ "type": "string",
1092
+ "description": "Validates stable IAM role ARN wire syntax. Role authorization and allowlist checks remain runtime concerns. The 510-character ARN interior accounts for the path's leading and trailing slashes within IAM's 512-character max.",
1093
+ "minLength": 1,
1094
+ "pattern": "^arn:[a-z0-9-]+:iam::[0-9]{12}:role/(?:[!-~]{1,510}/)?[A-Za-z0-9_+=,.@-]{1,64}$"
1095
+ },
1096
+ "editable": { "type": "boolean" },
1097
+ "internal": { "type": "boolean" },
1098
+ "system": { "type": "boolean" },
1099
+ "description": { "type": "string" },
1100
+ "mandatory": { "type": "boolean" },
1101
+ "type": { "type": "string" },
1102
+ "defaultValue": { "type": "string" },
1103
+ "minRange": { "type": "string" },
1104
+ "maxRange": { "type": "string" },
1105
+ "valueOptions": {
1106
+ "type": "array",
1107
+ "items": { "type": "string" }
1108
+ }
1109
+ },
1110
+ "required": ["value"],
1111
+ "additionalProperties": {
1112
+ "not": true,
1113
+ "errorMessage": "extra property is ${0#}"
1114
+ }
1115
+ },
1116
+ "region": {
1117
+ "type": "object",
1118
+ "properties": {
1119
+ "key": { "type": "string" },
1120
+ "value": {
1121
+ "type": "string",
1122
+ "description": "Validates region identifier syntax without freezing the set of AWS regions. Region existence and availability remain runtime concerns.",
1123
+ "minLength": 1,
1124
+ "pattern": "^[a-z]{2,}(?:-[a-z0-9]+)+-[0-9]+$"
1125
+ },
1126
+ "editable": { "type": "boolean" },
1127
+ "internal": { "type": "boolean" },
1128
+ "system": { "type": "boolean" },
1129
+ "description": { "type": "string" },
1130
+ "mandatory": { "type": "boolean" },
1131
+ "type": { "type": "string" },
1132
+ "defaultValue": { "type": "string" },
1133
+ "minRange": { "type": "string" },
1134
+ "maxRange": { "type": "string" },
1135
+ "valueOptions": {
1136
+ "type": "array",
1137
+ "items": { "type": "string" }
1138
+ }
1139
+ },
1140
+ "required": ["value"],
1141
+ "additionalProperties": {
1142
+ "not": true,
1143
+ "errorMessage": "extra property is ${0#}"
1144
+ }
1145
+ },
1146
+ "sessionPolicy": { "$ref": "#/definitions/Property" }
1147
+ },
1148
+ "required": ["databaseName", "iamRoleArn", "region"],
1149
+ "additionalProperties": {
1150
+ "not": true,
1151
+ "errorMessage": "extra property is ${0#}"
1152
+ }
1153
+ },
1154
+ "username": { "type": "string", "minLength": 1 }
1155
+ },
1156
+ "required": ["authType", "custom", "username"],
1157
+ "additionalProperties": {
1158
+ "not": true,
1159
+ "errorMessage": "extra property is ${0#}"
1160
+ }
1161
+ },
1162
+ "connection": {
1163
+ "type": "object",
1164
+ "properties": {
1165
+ "useSsl": { "type": "boolean", "const": true },
1166
+ "useSelfSignedSsl": { "type": ["boolean", "string"] },
1167
+ "ca": { "type": "string" },
1168
+ "key": { "type": "string" },
1169
+ "cert": { "type": "string" },
1170
+ "mode": { "type": "number", "const": 0 }
1171
+ },
1172
+ "required": ["useSsl"],
1173
+ "additionalProperties": {
1174
+ "not": true,
1175
+ "errorMessage": "extra property is ${0#}"
1176
+ }
1177
+ },
1178
+ "connectionType": { "type": "string", "const": "fields" },
1179
+ "endpoint": {
1180
+ "type": "object",
1181
+ "properties": {
1182
+ "host": { "type": "string", "minLength": 1 },
1183
+ "port": { "type": "number", "minimum": 1, "maximum": 65535 }
1184
+ },
1185
+ "required": ["host", "port"],
1186
+ "additionalProperties": {
1187
+ "not": true,
1188
+ "errorMessage": "extra property is ${0#}"
1189
+ }
1190
+ },
1191
+ "tunnel": {
1192
+ "type": "object",
1193
+ "additionalProperties": {
1194
+ "not": true,
1195
+ "errorMessage": "extra property is ${0#}"
1196
+ },
1197
+ "properties": {
1198
+ "authMethod": {
1199
+ "$ref": "#/definitions/SharedSSHAuthMethod"
1200
+ },
1201
+ "authenticationMethod": {
1202
+ "$ref": "#/definitions/SSHAuthMethod"
1203
+ },
1204
+ "enabled": { "type": "boolean" },
1205
+ "host": { "type": "string" },
1206
+ "passphrase": { "type": "string" },
1207
+ "password": { "type": "string" },
1208
+ "port": { "type": "number" },
1209
+ "privateKey": { "type": "string" },
1210
+ "publicKey": { "type": "string" },
1211
+ "username": { "type": "string" }
1212
+ }
1213
+ },
1214
+ "name": { "type": "string" },
1215
+ "dynamicWorkflowConfiguration": {
1216
+ "$ref": "#/definitions/DynamicWorkflowConfig"
1217
+ },
1218
+ "id": { "type": "string" },
1219
+ "superblocksMetadata": {
1220
+ "type": "object",
1221
+ "properties": {
1222
+ "pluginVersion": { "$ref": "#/definitions/SemVer" },
1223
+ "syncedFromProfileId": { "type": "string" }
1224
+ },
1225
+ "additionalProperties": {
1226
+ "not": true,
1227
+ "errorMessage": "extra property is ${0#}"
1228
+ }
1229
+ }
1230
+ },
1231
+ "required": [
1232
+ "authentication",
1233
+ "connection",
1234
+ "connectionType",
1235
+ "endpoint"
1236
+ ]
1237
+ }
1238
+ ]
1239
+ },
1240
+ "python": {
1241
+ "type": "object",
1242
+ "additionalProperties": {
1243
+ "not": true,
1244
+ "errorMessage": "extra property is ${0#}"
1245
+ },
1246
+ "properties": {
1247
+ "bindingFields": { "type": "array", "items": { "type": "string" } },
1248
+ "name": { "type": "string" },
1249
+ "dynamicWorkflowConfiguration": {
1250
+ "$ref": "#/definitions/DynamicWorkflowConfig"
1251
+ },
1252
+ "id": { "type": "string" },
1253
+ "superblocksMetadata": {
1254
+ "type": "object",
1255
+ "properties": {
1256
+ "pluginVersion": { "$ref": "#/definitions/SemVer" },
1257
+ "syncedFromProfileId": { "type": "string" }
1258
+ },
1259
+ "additionalProperties": {
1260
+ "not": true,
1261
+ "errorMessage": "extra property is ${0#}"
1262
+ }
1263
+ }
1264
+ }
1265
+ },
1266
+ "redpanda": {
1267
+ "type": "object",
1268
+ "additionalProperties": {
1269
+ "not": true,
1270
+ "errorMessage": "extra property is ${0#}"
1271
+ },
1272
+ "properties": {
1273
+ "bindingFields": { "type": "array", "items": { "type": "string" } },
1274
+ "name": { "type": "string" },
1275
+ "cluster": { "$ref": "#/definitions/Cluster" },
1276
+ "dynamicWorkflowConfiguration": {
1277
+ "$ref": "#/definitions/DynamicWorkflowConfiguration"
1278
+ },
1279
+ "superblocksMetadata": {
1280
+ "type": "object",
1281
+ "properties": {
1282
+ "pluginVersion": { "type": "string" },
1283
+ "syncedFromProfileId": { "type": "string" }
1284
+ },
1285
+ "additionalProperties": {
1286
+ "not": true,
1287
+ "errorMessage": "extra property is ${0#}"
1288
+ }
1289
+ }
1290
+ }
1291
+ },
1292
+ "redshift": {
1293
+ "type": "object",
1294
+ "additionalProperties": {
1295
+ "not": true,
1296
+ "errorMessage": "extra property is ${0#}"
1297
+ },
1298
+ "properties": {
1299
+ "bindingFields": { "type": "array", "items": { "type": "string" } },
1300
+ "connectionType": { "type": "string", "enum": ["fields", "url"] },
1301
+ "connectionUrl": { "type": "string" },
1302
+ "authentication": {
1303
+ "type": "object",
1304
+ "properties": {
1305
+ "custom": {
1306
+ "type": "object",
1307
+ "properties": {
1308
+ "databaseName": { "$ref": "#/definitions/Property" },
1309
+ "databaseSchema": { "$ref": "#/definitions/Property" }
1310
+ },
1311
+ "additionalProperties": {
1312
+ "not": true,
1313
+ "errorMessage": "extra property is ${0#}"
1314
+ }
1315
+ },
1316
+ "username": { "type": "string" },
1317
+ "password": { "type": "string" }
1318
+ },
1319
+ "additionalProperties": {
1320
+ "not": true,
1321
+ "errorMessage": "extra property is ${0#}"
1322
+ }
1323
+ },
1324
+ "connection": {
1325
+ "type": "object",
1326
+ "properties": {
1327
+ "useSsl": { "type": ["boolean", "string"] },
1328
+ "useSelfSignedSsl": { "type": ["boolean", "string"] },
1329
+ "ca": { "type": "string" },
1330
+ "key": { "type": "string" },
1331
+ "cert": { "type": "string" },
1332
+ "mode": { "type": "number", "const": 0 }
1333
+ },
1334
+ "additionalProperties": {
1335
+ "not": true,
1336
+ "errorMessage": "extra property is ${0#}"
1337
+ }
1338
+ },
1339
+ "endpoint": {
1340
+ "type": "object",
1341
+ "properties": {
1342
+ "host": { "type": "string" },
1343
+ "port": { "type": "number", "minimum": 0, "maximum": 65536 }
1344
+ },
1345
+ "additionalProperties": {
1346
+ "not": true,
1347
+ "errorMessage": "extra property is ${0#}"
1348
+ }
1349
+ },
1350
+ "name": { "type": "string" },
1351
+ "dynamicWorkflowConfiguration": {
1352
+ "$ref": "#/definitions/DynamicWorkflowConfig"
1353
+ },
1354
+ "id": { "type": "string" },
1355
+ "superblocksMetadata": {
1356
+ "type": "object",
1357
+ "properties": {
1358
+ "pluginVersion": { "$ref": "#/definitions/SemVer" },
1359
+ "syncedFromProfileId": { "type": "string" }
1360
+ },
1361
+ "additionalProperties": {
1362
+ "not": true,
1363
+ "errorMessage": "extra property is ${0#}"
1364
+ }
1365
+ }
1366
+ }
1367
+ },
1368
+ "restapi": {
1369
+ "type": "object",
1370
+ "additionalProperties": {
1371
+ "not": true,
1372
+ "errorMessage": "extra property is ${0#}"
1373
+ },
1374
+ "properties": {
1375
+ "bindingFields": { "type": "array", "items": { "type": "string" } },
1376
+ "urlBase": { "type": "string" },
1377
+ "AuthCodeExplanation": { "type": "string" },
1378
+ "FirebaseAlert": { "type": "string" },
1379
+ "FirebaseAlertToken": { "type": "string" },
1380
+ "HTTPBasicAlert": { "type": "string" },
1381
+ "oauth-callback-alert": { "type": "string" },
1382
+ "oauth-connect-button": { "type": "string" },
1383
+ "oauth-revoke-shared-tokens-button": { "type": "string" },
1384
+ "OAuth2PasswordAlert": { "type": "string" },
1385
+ "openApiSpecRef": { "type": "string" },
1386
+ "openApiTenantName": { "type": "string" },
1387
+ "headers": {
1388
+ "type": "array",
1389
+ "items": { "$ref": "#/definitions/Property" }
1390
+ },
1391
+ "params": {
1392
+ "type": "array",
1393
+ "items": { "$ref": "#/definitions/Property" }
1394
+ },
1395
+ "authConfig": { "$ref": "#/definitions/AuthConfig" },
1396
+ "authType": { "$ref": "#/definitions/AuthType" },
1397
+ "name": { "type": "string" },
1398
+ "dynamicWorkflowConfiguration": {
1399
+ "$ref": "#/definitions/DynamicWorkflowConfig"
1400
+ },
1401
+ "id": { "type": "string" },
1402
+ "superblocksMetadata": {
1403
+ "type": "object",
1404
+ "properties": {
1405
+ "pluginVersion": { "$ref": "#/definitions/SemVer" },
1406
+ "syncedFromProfileId": { "type": "string" }
1407
+ },
1408
+ "additionalProperties": {
1409
+ "not": true,
1410
+ "errorMessage": "extra property is ${0#}"
1411
+ }
1412
+ }
1413
+ }
1414
+ },
1415
+ "restapiintegration": {
1416
+ "type": "object",
1417
+ "additionalProperties": {
1418
+ "not": true,
1419
+ "errorMessage": "extra property is ${0#}"
1420
+ },
1421
+ "properties": {
1422
+ "bindingFields": { "type": "array", "items": { "type": "string" } },
1423
+ "urlBase": { "type": "string" },
1424
+ "AuthCodeExplanation": { "type": "string" },
1425
+ "FirebaseAlert": { "type": "string" },
1426
+ "FirebaseAlertToken": { "type": "string" },
1427
+ "HTTPBasicAlert": { "type": "string" },
1428
+ "oauth-callback-alert": { "type": "string" },
1429
+ "oauth-connect-button": { "type": "string" },
1430
+ "oauth-revoke-shared-tokens-button": { "type": "string" },
1431
+ "OAuth2PasswordAlert": { "type": "string" },
1432
+ "openApiSpecRef": { "type": "string" },
1433
+ "openApiTenantName": { "type": "string" },
1434
+ "headers": {
1435
+ "type": "array",
1436
+ "items": { "$ref": "#/definitions/Property" }
1437
+ },
1438
+ "params": {
1439
+ "type": "array",
1440
+ "items": { "$ref": "#/definitions/Property" }
1441
+ },
1442
+ "authConfig": { "$ref": "#/definitions/AuthConfig" },
1443
+ "authType": { "$ref": "#/definitions/AuthType" },
1444
+ "name": { "type": "string" },
1445
+ "dynamicWorkflowConfiguration": {
1446
+ "$ref": "#/definitions/DynamicWorkflowConfig"
1447
+ },
1448
+ "id": { "type": "string" },
1449
+ "superblocksMetadata": {
1450
+ "type": "object",
1451
+ "properties": {
1452
+ "pluginVersion": { "$ref": "#/definitions/SemVer" },
1453
+ "syncedFromProfileId": { "type": "string" }
1454
+ },
1455
+ "additionalProperties": {
1456
+ "not": true,
1457
+ "errorMessage": "extra property is ${0#}"
1458
+ }
1459
+ }
1460
+ }
1461
+ },
1462
+ "s3": {
1463
+ "type": "object",
1464
+ "additionalProperties": {
1465
+ "not": true,
1466
+ "errorMessage": "extra property is ${0#}"
1467
+ },
1468
+ "properties": {
1469
+ "bindingFields": { "type": "array", "items": { "type": "string" } },
1470
+ "awsAuthType": { "$ref": "#/definitions/AWSAuthType" },
1471
+ "authentication": {
1472
+ "type": "object",
1473
+ "properties": {
1474
+ "custom": {
1475
+ "type": "object",
1476
+ "properties": {
1477
+ "region": { "$ref": "#/definitions/Property" },
1478
+ "accessKeyID": { "$ref": "#/definitions/Property" },
1479
+ "secretKey": { "$ref": "#/definitions/Property" },
1480
+ "iamRoleArn": { "$ref": "#/definitions/Property" }
1481
+ },
1482
+ "additionalProperties": {
1483
+ "not": true,
1484
+ "errorMessage": "extra property is ${0#}"
1485
+ }
1486
+ }
1487
+ },
1488
+ "additionalProperties": {}
1489
+ },
1490
+ "name": { "type": "string" },
1491
+ "dynamicWorkflowConfiguration": {
1492
+ "$ref": "#/definitions/DynamicWorkflowConfig"
1493
+ },
1494
+ "id": { "type": "string" },
1495
+ "superblocksMetadata": {
1496
+ "type": "object",
1497
+ "properties": {
1498
+ "pluginVersion": { "$ref": "#/definitions/SemVer" },
1499
+ "syncedFromProfileId": { "type": "string" }
1500
+ },
1501
+ "additionalProperties": {
1502
+ "not": true,
1503
+ "errorMessage": "extra property is ${0#}"
1504
+ }
1505
+ }
1506
+ }
1507
+ },
1508
+ "smtp": {
1509
+ "type": "object",
1510
+ "additionalProperties": {
1511
+ "not": true,
1512
+ "errorMessage": "extra property is ${0#}"
1513
+ },
1514
+ "properties": {
1515
+ "bindingFields": { "type": "array", "items": { "type": "string" } },
1516
+ "name": { "type": "string" },
1517
+ "connection": { "$ref": "#/definitions/Plugin_SmtpConnection" },
1518
+ "dynamicWorkflowConfiguration": {
1519
+ "$ref": "#/definitions/DynamicWorkflowConfiguration"
1520
+ }
1521
+ }
1522
+ },
1523
+ "snowflake": {
1524
+ "type": "object",
1525
+ "additionalProperties": {
1526
+ "not": true,
1527
+ "errorMessage": "extra property is ${0#}"
1528
+ },
1529
+ "properties": {
1530
+ "bindingFields": { "type": "array", "items": { "type": "string" } },
1531
+ "connectionType": {
1532
+ "type": "string",
1533
+ "enum": ["fields", "okta", "key-pair", "oauth-token-exchange"]
1534
+ },
1535
+ "authTypeField": { "type": "string" },
1536
+ "okta": {
1537
+ "type": "object",
1538
+ "properties": { "authenticatorUrl": { "type": "string" } },
1539
+ "additionalProperties": {
1540
+ "not": true,
1541
+ "errorMessage": "extra property is ${0#}"
1542
+ }
1543
+ },
1544
+ "keyPair": {
1545
+ "type": "object",
1546
+ "properties": {
1547
+ "privateKey": { "type": "string" },
1548
+ "password": { "type": "string" }
1549
+ },
1550
+ "required": ["privateKey"],
1551
+ "additionalProperties": {
1552
+ "not": true,
1553
+ "errorMessage": "extra property is ${0#}"
1554
+ }
1555
+ },
1556
+ "authentication": {
1557
+ "type": "object",
1558
+ "properties": {
1559
+ "username": { "type": "string" },
1560
+ "password": { "type": "string" },
1561
+ "custom": {
1562
+ "type": "object",
1563
+ "properties": {
1564
+ "databaseName": { "$ref": "#/definitions/Property" },
1565
+ "account": { "$ref": "#/definitions/Property" },
1566
+ "warehouse": { "$ref": "#/definitions/Property" },
1567
+ "schema": { "$ref": "#/definitions/Property" },
1568
+ "role": { "$ref": "#/definitions/Property" }
1569
+ },
1570
+ "additionalProperties": {
1571
+ "not": true,
1572
+ "errorMessage": "extra property is ${0#}"
1573
+ }
1574
+ }
1575
+ },
1576
+ "additionalProperties": {
1577
+ "not": true,
1578
+ "errorMessage": "extra property is ${0#}"
1579
+ }
1580
+ },
1581
+ "connection": {
1582
+ "type": "object",
1583
+ "properties": {
1584
+ "useSsl": { "type": ["boolean", "string"] },
1585
+ "useSelfSignedSsl": { "type": ["boolean", "string"] },
1586
+ "ca": { "type": "string" },
1587
+ "key": { "type": "string" },
1588
+ "cert": { "type": "string" },
1589
+ "mode": { "type": "number", "const": 0 }
1590
+ },
1591
+ "additionalProperties": {
1592
+ "not": true,
1593
+ "errorMessage": "extra property is ${0#}"
1594
+ }
1595
+ },
1596
+ "endpoint": {
1597
+ "type": "object",
1598
+ "properties": {
1599
+ "host": { "type": "string" },
1600
+ "port": { "type": "number", "minimum": 0, "maximum": 65536 }
1601
+ },
1602
+ "additionalProperties": {
1603
+ "not": true,
1604
+ "errorMessage": "extra property is ${0#}"
1605
+ }
1606
+ },
1607
+ "name": { "type": "string" },
1608
+ "dynamicWorkflowConfiguration": {
1609
+ "$ref": "#/definitions/DynamicWorkflowConfig"
1610
+ },
1611
+ "id": { "type": "string" },
1612
+ "superblocksMetadata": {
1613
+ "type": "object",
1614
+ "properties": {
1615
+ "pluginVersion": { "$ref": "#/definitions/SemVer" },
1616
+ "syncedFromProfileId": { "type": "string" }
1617
+ },
1618
+ "additionalProperties": {
1619
+ "not": true,
1620
+ "errorMessage": "extra property is ${0#}"
1621
+ }
1622
+ },
1623
+ "authConfig": { "$ref": "#/definitions/AuthConfig" },
1624
+ "authType": { "$ref": "#/definitions/AuthType" }
1625
+ }
1626
+ },
1627
+ "snowflakecortex": {
1628
+ "type": "object",
1629
+ "additionalProperties": {
1630
+ "not": true,
1631
+ "errorMessage": "extra property is ${0#}"
1632
+ },
1633
+ "properties": {
1634
+ "bindingFields": { "type": "array", "items": { "type": "string" } },
1635
+ "urlBase": { "type": "string" },
1636
+ "AuthCodeExplanation": { "type": "string" },
1637
+ "FirebaseAlert": { "type": "string" },
1638
+ "FirebaseAlertToken": { "type": "string" },
1639
+ "HTTPBasicAlert": { "type": "string" },
1640
+ "oauth-callback-alert": { "type": "string" },
1641
+ "oauth-connect-button": { "type": "string" },
1642
+ "oauth-revoke-shared-tokens-button": { "type": "string" },
1643
+ "OAuth2PasswordAlert": { "type": "string" },
1644
+ "openApiSpecRef": { "type": "string" },
1645
+ "openApiTenantName": { "type": "string" },
1646
+ "headers": {
1647
+ "type": "array",
1648
+ "items": { "$ref": "#/definitions/Property" }
1649
+ },
1650
+ "params": {
1651
+ "type": "array",
1652
+ "items": { "$ref": "#/definitions/Property" }
1653
+ },
1654
+ "authConfig": { "$ref": "#/definitions/AuthConfig" },
1655
+ "authType": { "$ref": "#/definitions/AuthType" },
1656
+ "name": { "type": "string" },
1657
+ "dynamicWorkflowConfiguration": {
1658
+ "$ref": "#/definitions/DynamicWorkflowConfig"
1659
+ },
1660
+ "id": { "type": "string" },
1661
+ "superblocksMetadata": {
1662
+ "type": "object",
1663
+ "properties": {
1664
+ "pluginVersion": { "$ref": "#/definitions/SemVer" },
1665
+ "syncedFromProfileId": { "type": "string" }
1666
+ },
1667
+ "additionalProperties": {
1668
+ "not": true,
1669
+ "errorMessage": "extra property is ${0#}"
1670
+ }
1671
+ }
1672
+ }
1673
+ },
1674
+ "snowflakepostgres": {
1675
+ "type": "object",
1676
+ "additionalProperties": {
1677
+ "not": true,
1678
+ "errorMessage": "extra property is ${0#}"
1679
+ },
1680
+ "properties": {
1681
+ "bindingFields": { "type": "array", "items": { "type": "string" } },
1682
+ "name": { "type": "string" },
1683
+ "connection": {
1684
+ "type": "object",
1685
+ "properties": {
1686
+ "host": { "type": "string" },
1687
+ "port": { "type": "number" },
1688
+ "databaseName": { "type": "string" },
1689
+ "username": { "type": "string" },
1690
+ "password": { "type": "string" },
1691
+ "useSelfSignedSsl": { "type": "boolean" },
1692
+ "ca": { "type": "string" },
1693
+ "key": { "type": "string" },
1694
+ "cert": { "type": "string" }
1695
+ },
1696
+ "additionalProperties": {
1697
+ "not": true,
1698
+ "errorMessage": "extra property is ${0#}"
1699
+ }
1700
+ },
1701
+ "connectionType": { "type": "string", "enum": ["fields", "url"] },
1702
+ "connectionUrl": { "type": "string" }
1703
+ }
1704
+ },
1705
+ "salesforce": {
1706
+ "type": "object",
1707
+ "additionalProperties": {
1708
+ "not": true,
1709
+ "errorMessage": "extra property is ${0#}"
1710
+ },
1711
+ "properties": {
1712
+ "bindingFields": { "type": "array", "items": { "type": "string" } },
1713
+ "name": { "type": "string" },
1714
+ "connection": {
1715
+ "$ref": "#/definitions/Plugin_SalesforceConnection"
1716
+ },
1717
+ "authTypeField": { "type": "string" },
1718
+ "authTypeOnBehalfOfToken": { "type": "string" },
1719
+ "authConfig": { "$ref": "#/definitions/AuthConfig" },
1720
+ "authType": { "$ref": "#/definitions/AuthType" },
1721
+ "dynamicWorkflowConfiguration": {
1722
+ "$ref": "#/definitions/DynamicWorkflowConfig"
1723
+ },
1724
+ "id": { "type": "string" },
1725
+ "superblocksMetadata": {
1726
+ "type": "object",
1727
+ "properties": {
1728
+ "pluginVersion": { "$ref": "#/definitions/SemVer" },
1729
+ "syncedFromProfileId": { "type": "string" }
1730
+ },
1731
+ "additionalProperties": {
1732
+ "not": true,
1733
+ "errorMessage": "extra property is ${0#}"
1734
+ }
1735
+ }
1736
+ }
1737
+ },
1738
+ "superblocks-ocr": {
1739
+ "type": "object",
1740
+ "additionalProperties": {
1741
+ "not": true,
1742
+ "errorMessage": "extra property is ${0#}"
1743
+ },
1744
+ "properties": {
1745
+ "bindingFields": { "type": "array", "items": { "type": "string" } },
1746
+ "microsoftComputerVisionApiKey": { "type": "string" },
1747
+ "microsoftComputerVisionResourceBaseUrl": { "type": "string" },
1748
+ "name": { "type": "string" },
1749
+ "dynamicWorkflowConfiguration": {
1750
+ "$ref": "#/definitions/DynamicWorkflowConfig"
1751
+ },
1752
+ "id": { "type": "string" },
1753
+ "superblocksMetadata": {
1754
+ "type": "object",
1755
+ "properties": {
1756
+ "pluginVersion": { "$ref": "#/definitions/SemVer" },
1757
+ "syncedFromProfileId": { "type": "string" }
1758
+ },
1759
+ "additionalProperties": {
1760
+ "not": true,
1761
+ "errorMessage": "extra property is ${0#}"
1762
+ }
1763
+ }
1764
+ }
1765
+ },
1766
+ "workflow": {
1767
+ "type": "object",
1768
+ "additionalProperties": {
1769
+ "not": true,
1770
+ "errorMessage": "extra property is ${0#}"
1771
+ },
1772
+ "properties": {
1773
+ "bindingFields": { "type": "array", "items": { "type": "string" } },
1774
+ "name": { "type": "string" },
1775
+ "dynamicWorkflowConfiguration": {
1776
+ "$ref": "#/definitions/DynamicWorkflowConfig"
1777
+ },
1778
+ "id": { "type": "string" },
1779
+ "superblocksMetadata": {
1780
+ "type": "object",
1781
+ "properties": {
1782
+ "pluginVersion": { "$ref": "#/definitions/SemVer" },
1783
+ "syncedFromProfileId": { "type": "string" }
1784
+ },
1785
+ "additionalProperties": {
1786
+ "not": true,
1787
+ "errorMessage": "extra property is ${0#}"
1788
+ }
1789
+ }
1790
+ }
1791
+ },
1792
+ "mssql": {
1793
+ "type": "object",
1794
+ "additionalProperties": {
1795
+ "not": true,
1796
+ "errorMessage": "extra property is ${0#}"
1797
+ },
1798
+ "properties": {
1799
+ "bindingFields": { "type": "array", "items": { "type": "string" } },
1800
+ "connectionType": { "type": "string", "enum": ["fields", "url"] },
1801
+ "connectionUrl": { "type": "string" },
1802
+ "authentication": {
1803
+ "type": "object",
1804
+ "properties": {
1805
+ "custom": {
1806
+ "type": "object",
1807
+ "properties": {
1808
+ "databaseName": { "$ref": "#/definitions/Property" }
1809
+ },
1810
+ "additionalProperties": {
1811
+ "not": true,
1812
+ "errorMessage": "extra property is ${0#}"
1813
+ }
1814
+ },
1815
+ "username": { "type": "string" },
1816
+ "password": { "type": "string" }
1817
+ },
1818
+ "additionalProperties": {
1819
+ "not": true,
1820
+ "errorMessage": "extra property is ${0#}"
1821
+ }
1822
+ },
1823
+ "connection": {
1824
+ "type": "object",
1825
+ "properties": {
1826
+ "useSsl": { "type": ["boolean", "string"] },
1827
+ "useSelfSignedSsl": { "type": ["boolean", "string"] },
1828
+ "ca": { "type": "string" },
1829
+ "key": { "type": "string" },
1830
+ "cert": { "type": "string" },
1831
+ "mode": { "type": "number", "const": 0 }
1832
+ },
1833
+ "additionalProperties": {
1834
+ "not": true,
1835
+ "errorMessage": "extra property is ${0#}"
1836
+ }
1837
+ },
1838
+ "endpoint": {
1839
+ "type": "object",
1840
+ "properties": {
1841
+ "host": { "type": "string" },
1842
+ "port": { "type": "number", "minimum": 0, "maximum": 65536 }
1843
+ },
1844
+ "additionalProperties": {
1845
+ "not": true,
1846
+ "errorMessage": "extra property is ${0#}"
1847
+ }
1848
+ },
1849
+ "name": { "type": "string" },
1850
+ "dynamicWorkflowConfiguration": {
1851
+ "$ref": "#/definitions/DynamicWorkflowConfig"
1852
+ },
1853
+ "id": { "type": "string" },
1854
+ "superblocksMetadata": {
1855
+ "type": "object",
1856
+ "properties": {
1857
+ "pluginVersion": { "$ref": "#/definitions/SemVer" },
1858
+ "syncedFromProfileId": { "type": "string" }
1859
+ },
1860
+ "additionalProperties": {
1861
+ "not": true,
1862
+ "errorMessage": "extra property is ${0#}"
1863
+ }
1864
+ }
1865
+ }
1866
+ },
1867
+ "gsheets": {
1868
+ "type": "object",
1869
+ "additionalProperties": {
1870
+ "not": true,
1871
+ "errorMessage": "extra property is ${0#}"
1872
+ },
1873
+ "properties": {
1874
+ "bindingFields": { "type": "array", "items": { "type": "string" } },
1875
+ "urlBase": { "type": "string" },
1876
+ "AuthCodeExplanation": { "type": "string" },
1877
+ "FirebaseAlert": { "type": "string" },
1878
+ "FirebaseAlertToken": { "type": "string" },
1879
+ "HTTPBasicAlert": { "type": "string" },
1880
+ "oauth-callback-alert": { "type": "string" },
1881
+ "oauth-connect-button": { "type": "string" },
1882
+ "oauth-revoke-shared-tokens-button": { "type": "string" },
1883
+ "OAuth2PasswordAlert": { "type": "string" },
1884
+ "openApiSpecRef": { "type": "string" },
1885
+ "openApiTenantName": { "type": "string" },
1886
+ "headers": {
1887
+ "type": "array",
1888
+ "items": { "$ref": "#/definitions/Property" }
1889
+ },
1890
+ "params": {
1891
+ "type": "array",
1892
+ "items": { "$ref": "#/definitions/Property" }
1893
+ },
1894
+ "authConfig": { "$ref": "#/definitions/AuthConfig" },
1895
+ "authType": { "$ref": "#/definitions/AuthType" },
1896
+ "name": { "type": "string" },
1897
+ "dynamicWorkflowConfiguration": {
1898
+ "$ref": "#/definitions/DynamicWorkflowConfig"
1899
+ },
1900
+ "id": { "type": "string" },
1901
+ "superblocksMetadata": {
1902
+ "type": "object",
1903
+ "properties": {
1904
+ "pluginVersion": { "$ref": "#/definitions/SemVer" },
1905
+ "syncedFromProfileId": { "type": "string" }
1906
+ },
1907
+ "additionalProperties": {
1908
+ "not": true,
1909
+ "errorMessage": "extra property is ${0#}"
1910
+ }
1911
+ }
1912
+ }
1913
+ },
1914
+ "kafka": {
1915
+ "type": "object",
1916
+ "additionalProperties": {
1917
+ "not": true,
1918
+ "errorMessage": "extra property is ${0#}"
1919
+ },
1920
+ "properties": {
1921
+ "bindingFields": { "type": "array", "items": { "type": "string" } },
1922
+ "name": { "type": "string" },
1923
+ "cluster": { "$ref": "#/definitions/Cluster" },
1924
+ "dynamicWorkflowConfiguration": {
1925
+ "$ref": "#/definitions/DynamicWorkflowConfiguration"
1926
+ },
1927
+ "superblocksMetadata": {
1928
+ "type": "object",
1929
+ "properties": {
1930
+ "pluginVersion": { "type": "string" },
1931
+ "syncedFromProfileId": { "type": "string" }
1932
+ },
1933
+ "additionalProperties": {
1934
+ "not": true,
1935
+ "errorMessage": "extra property is ${0#}"
1936
+ }
1937
+ }
1938
+ }
1939
+ },
1940
+ "kinesis": {
1941
+ "type": "object",
1942
+ "additionalProperties": {
1943
+ "not": true,
1944
+ "errorMessage": "extra property is ${0#}"
1945
+ },
1946
+ "properties": {
1947
+ "bindingFields": { "type": "array", "items": { "type": "string" } },
1948
+ "name": { "type": "string" },
1949
+ "connection": { "$ref": "#/definitions/Plugin_KinesisConnection" },
1950
+ "dynamicWorkflowConfiguration": {
1951
+ "$ref": "#/definitions/DynamicWorkflowConfiguration"
1952
+ }
1953
+ }
1954
+ }
1955
+ },
1956
+ "additionalProperties": {
1957
+ "not": true,
1958
+ "errorMessage": "extra property is ${0#}"
1959
+ }
1960
+ },
1961
+ "Plugin_AdlsConnection": {
1962
+ "type": "object",
1963
+ "properties": {
1964
+ "accountName": { "type": "string" },
1965
+ "tenant": { "type": "string" },
1966
+ "auth": { "$ref": "#/definitions/Azure" }
1967
+ },
1968
+ "required": ["accountName", "tenant"],
1969
+ "additionalProperties": {
1970
+ "not": true,
1971
+ "errorMessage": "extra property is ${0#}"
1972
+ },
1973
+ "description": "We need to repeat that it's Adls because of the schema checker that's built based off of these types. It errors out when there is a duplicate type name."
1974
+ },
1975
+ "Azure": {
1976
+ "type": "object",
1977
+ "properties": {
1978
+ "config": {
1979
+ "anyOf": [
1980
+ {
1981
+ "type": "object",
1982
+ "properties": {
1983
+ "value": { "$ref": "#/definitions/Azure_Key" },
1984
+ "case": { "type": "string", "const": "key" }
1985
+ },
1986
+ "required": ["value", "case"],
1987
+ "additionalProperties": {
1988
+ "not": true,
1989
+ "errorMessage": "extra property is ${0#}"
1990
+ }
1991
+ },
1992
+ {
1993
+ "type": "object",
1994
+ "properties": {
1995
+ "value": { "$ref": "#/definitions/Azure_ClientCredentials" },
1996
+ "case": { "type": "string", "const": "clientCredentials" }
1997
+ },
1998
+ "required": ["value", "case"],
1999
+ "additionalProperties": {
2000
+ "not": true,
2001
+ "errorMessage": "extra property is ${0#}"
2002
+ }
2003
+ },
2004
+ {
2005
+ "type": "object",
2006
+ "properties": { "case": { "not": {} }, "value": { "not": {} } },
2007
+ "additionalProperties": {
2008
+ "not": true,
2009
+ "errorMessage": "extra property is ${0#}"
2010
+ }
2011
+ }
2012
+ ]
2013
+ }
2014
+ },
2015
+ "required": ["config"],
2016
+ "additionalProperties": {
2017
+ "not": true,
2018
+ "errorMessage": "extra property is ${0#}"
2019
+ }
2020
+ },
2021
+ "Azure_Key": {
2022
+ "type": "object",
2023
+ "properties": { "masterKey": { "type": "string" } },
2024
+ "required": ["masterKey"],
2025
+ "additionalProperties": {
2026
+ "not": true,
2027
+ "errorMessage": "extra property is ${0#}"
2028
+ }
2029
+ },
2030
+ "Azure_ClientCredentials": {
2031
+ "type": "object",
2032
+ "properties": {
2033
+ "clientId": { "type": "string" },
2034
+ "clientSecret": { "type": "string" }
2035
+ },
2036
+ "required": ["clientId", "clientSecret"],
2037
+ "additionalProperties": {
2038
+ "not": true,
2039
+ "errorMessage": "extra property is ${0#}"
2040
+ }
2041
+ },
2042
+ "DynamicWorkflowConfiguration": {
2043
+ "type": "object",
2044
+ "properties": {
2045
+ "enabled": { "type": "boolean" },
2046
+ "workflowId": { "type": "string" }
2047
+ },
2048
+ "additionalProperties": {
2049
+ "not": true,
2050
+ "errorMessage": "extra property is ${0#}"
2051
+ }
2052
+ },
2053
+ "Cluster": {
2054
+ "type": "object",
2055
+ "properties": {
2056
+ "brokers": {
2057
+ "type": "string",
2058
+ "description": "NOTE(frank): Due to limitations in our plugin template system, we can't use an array....."
2059
+ },
2060
+ "ssl": { "type": "boolean" },
2061
+ "sasl": { "$ref": "#/definitions/SASL" }
2062
+ },
2063
+ "required": ["brokers", "ssl"],
2064
+ "additionalProperties": {
2065
+ "not": true,
2066
+ "errorMessage": "extra property is ${0#}"
2067
+ }
2068
+ },
2069
+ "SASL": {
2070
+ "type": "object",
2071
+ "properties": {
2072
+ "mechanism": { "$ref": "#/definitions/SASL_Mechanism" },
2073
+ "username": { "type": "string", "description": "non-aws fields" },
2074
+ "password": { "type": "string" },
2075
+ "accessKeyId": { "type": "string", "description": "aws fields" },
2076
+ "secretKey": { "type": "string" },
2077
+ "sessionToken": { "type": "string" },
2078
+ "authorizationIdentity": { "type": "string" }
2079
+ },
2080
+ "required": ["mechanism"],
2081
+ "additionalProperties": {
2082
+ "not": true,
2083
+ "errorMessage": "extra property is ${0#}"
2084
+ }
2085
+ },
2086
+ "SASL_Mechanism": { "type": "number", "enum": [0, 1, 2, 3, 4] },
2087
+ "Connection": {
2088
+ "type": "object",
2089
+ "properties": {
2090
+ "workgroupName": { "type": "string" },
2091
+ "overrideS3OutputLocation": { "type": "boolean" },
2092
+ "s3OutputLocation": { "type": "string" },
2093
+ "s3OutputLocationSuffix": {
2094
+ "$ref": "#/definitions/Connection_DateFolderType"
2095
+ },
2096
+ "databaseName": { "type": "string" },
2097
+ "awsConfig": { "$ref": "#/definitions/AWSConfig" }
2098
+ },
2099
+ "required": ["overrideS3OutputLocation", "databaseName"],
2100
+ "additionalProperties": {
2101
+ "not": true,
2102
+ "errorMessage": "extra property is ${0#}"
2103
+ }
2104
+ },
2105
+ "Connection_DateFolderType": { "type": "number", "enum": [0, 1, 2, 3] },
2106
+ "AWSConfig": {
2107
+ "type": "object",
2108
+ "properties": {
2109
+ "region": { "type": "string" },
2110
+ "auth": { "$ref": "#/definitions/AWSConfig_Auth" },
2111
+ "endpoint": { "type": "string" }
2112
+ },
2113
+ "additionalProperties": {
2114
+ "not": true,
2115
+ "errorMessage": "extra property is ${0#}"
2116
+ }
2117
+ },
2118
+ "AWSConfig_Auth": {
2119
+ "type": "object",
2120
+ "properties": {
2121
+ "accessKeyId": { "type": "string" },
2122
+ "secretKey": { "type": "string" },
2123
+ "iamRoleArn": { "type": "string" }
2124
+ },
2125
+ "additionalProperties": {
2126
+ "not": true,
2127
+ "errorMessage": "extra property is ${0#}"
2128
+ }
2129
+ },
2130
+ "Property": {
2131
+ "type": "object",
2132
+ "properties": {
2133
+ "key": { "type": "string" },
2134
+ "value": { "type": "string" },
2135
+ "editable": { "type": "boolean" },
2136
+ "internal": { "type": "boolean" },
2137
+ "system": { "type": "boolean" },
2138
+ "description": { "type": "string" },
2139
+ "mandatory": { "type": "boolean" },
2140
+ "type": { "type": "string" },
2141
+ "defaultValue": { "type": "string" },
2142
+ "minRange": { "type": "string" },
2143
+ "maxRange": { "type": "string" },
2144
+ "valueOptions": { "type": "array", "items": { "type": "string" } }
2145
+ },
2146
+ "additionalProperties": {
2147
+ "not": true,
2148
+ "errorMessage": "extra property is ${0#}"
2149
+ }
2150
+ },
2151
+ "DynamicWorkflowConfig": {
2152
+ "type": "object",
2153
+ "properties": {
2154
+ "enabled": { "type": "boolean" },
2155
+ "workflowId": { "type": "string" }
2156
+ },
2157
+ "additionalProperties": {
2158
+ "not": true,
2159
+ "errorMessage": "extra property is ${0#}"
2160
+ }
2161
+ },
2162
+ "SemVer": { "type": "string" },
2163
+ "SharedSSHAuthMethod": { "type": "number", "enum": [0, 1, 2, 3] },
2164
+ "SSHAuthMethod": { "type": "number", "enum": [0, 1, 2, 3, 4] },
2165
+ "Plugin_CouchbaseConnection": {
2166
+ "type": "object",
2167
+ "properties": {
2168
+ "user": { "type": "string" },
2169
+ "password": { "type": "string" },
2170
+ "url": { "type": "string" }
2171
+ },
2172
+ "required": ["user", "password", "url"],
2173
+ "additionalProperties": {
2174
+ "not": true,
2175
+ "errorMessage": "extra property is ${0#}"
2176
+ }
2177
+ },
2178
+ "SSHConfiguration": {
2179
+ "type": "object",
2180
+ "properties": {
2181
+ "authenticationMethod": { "$ref": "#/definitions/SSHAuthMethod" },
2182
+ "enabled": { "type": "boolean" },
2183
+ "host": { "type": "string" },
2184
+ "passphrase": { "type": "string" },
2185
+ "password": { "type": "string" },
2186
+ "port": { "type": "number" },
2187
+ "privateKey": { "type": "string" },
2188
+ "publicKey": { "type": "string" },
2189
+ "username": { "type": "string" }
2190
+ },
2191
+ "additionalProperties": {
2192
+ "not": true,
2193
+ "errorMessage": "extra property is ${0#}"
2194
+ }
2195
+ },
2196
+ "AuthConfig": {
2197
+ "type": "object",
2198
+ "additionalProperties": {
2199
+ "not": true,
2200
+ "errorMessage": "extra property is ${0#}"
2201
+ },
2202
+ "properties": {
2203
+ "googleServiceAccount": { "$ref": "#/definitions/Property" },
2204
+ "clientSecret": { "type": "string" },
2205
+ "usePkce": { "type": ["boolean", "string"] },
2206
+ "usePkceClientSecret": { "type": ["boolean", "string"] },
2207
+ "clientId": { "type": "string" },
2208
+ "authorizationUrl": { "type": "string" },
2209
+ "authUrl": { "type": "string" },
2210
+ "userInfoUrl": { "type": "string" },
2211
+ "tokenUrl": { "type": "string" },
2212
+ "scope": { "type": "string" },
2213
+ "audience": { "type": "string" },
2214
+ "promptType": { "type": "string" },
2215
+ "refreshTokenFromServer": { "type": "boolean" },
2216
+ "tokenScope": { "$ref": "#/definitions/TokenScope" },
2217
+ "revokeTokenUrl": { "type": "string" },
2218
+ "authToken": { "type": "string" },
2219
+ "hasToken": { "type": "boolean" },
2220
+ "userEmail": { "type": "string" },
2221
+ "sendOAuthState": { "type": "boolean" },
2222
+ "key": { "type": "string" },
2223
+ "value": { "type": "string" },
2224
+ "method": { "$ref": "#/definitions/ApiKeyMethod" },
2225
+ "apiKeys": {
2226
+ "type": "object",
2227
+ "additionalProperties": {
2228
+ "type": "object",
2229
+ "properties": {
2230
+ "header": { "type": "string" },
2231
+ "token": { "type": "string" }
2232
+ },
2233
+ "additionalProperties": {
2234
+ "not": true,
2235
+ "errorMessage": "extra property is ${0#}"
2236
+ }
2237
+ }
2238
+ },
2239
+ "prefix": { "type": "string" },
2240
+ "token": { "type": "string" },
2241
+ "bearerToken": { "type": "string" },
2242
+ "apiKey": { "type": "string" },
2243
+ "google": { "type": "boolean" },
2244
+ "email": { "type": "boolean" },
2245
+ "subjectTokenSource": { "type": "string" },
2246
+ "subjectTokenSourceStaticToken": { "type": "string" },
2247
+ "subjectTokenType": { "type": "string" },
2248
+ "clientAuthMethod": { "$ref": "#/definitions/ClientAuthMethod" },
2249
+ "username": { "type": "string" },
2250
+ "password": { "type": "string" },
2251
+ "useFixedPasswordCreds": { "type": "boolean" },
2252
+ "shareBasicAuthCreds": { "type": ["boolean", "string"] }
2253
+ }
2254
+ },
2255
+ "TokenScope": { "type": "string", "enum": ["datasource", "user"] },
2256
+ "ApiKeyMethod": { "type": "string", "enum": ["header", "query-param"] },
2257
+ "ClientAuthMethod": {
2258
+ "type": "string",
2259
+ "enum": ["BASIC", "BEARER", "POST"]
2260
+ },
2261
+ "AuthType": {
2262
+ "anyOf": [
2263
+ { "$ref": "#/definitions/IntegrationAuthType" },
2264
+ { "$ref": "#/definitions/GoogleSheetsAuthType" },
2265
+ { "$ref": "#/definitions/NewAuthType" },
2266
+ { "type": "string", "enum": ["url", "fields", "okta", "key-pair"] }
2267
+ ]
2268
+ },
2269
+ "IntegrationAuthType": {
2270
+ "type": "string",
2271
+ "enum": [
2272
+ "None",
2273
+ "basic",
2274
+ "oauth-code",
2275
+ "oauth-client-cred",
2276
+ "oauth-implicit",
2277
+ "oauth-pword",
2278
+ "oauth-token-exchange",
2279
+ "oauthTokenExchange",
2280
+ "oauth-idp-token-passthrough",
2281
+ "Firebase",
2282
+ "bearer",
2283
+ "api-key",
2284
+ "token-prefixed",
2285
+ "api-key-form"
2286
+ ]
2287
+ },
2288
+ "GoogleSheetsAuthType": {
2289
+ "type": "string",
2290
+ "enum": ["oauth-code", "service-account"]
2291
+ },
2292
+ "NewAuthType": {
2293
+ "type": "string",
2294
+ "enum": [
2295
+ "passwordGrantFlow",
2296
+ "authorizationCodeFlow",
2297
+ "clientCredentialsFlow",
2298
+ "tokenExchangeFlow"
2299
+ ]
2300
+ },
2301
+ "Plugin_DatabricksConnection": {
2302
+ "type": "object",
2303
+ "properties": {
2304
+ "defaultCatalog": { "type": "string" },
2305
+ "defaultSchema": { "type": "string" },
2306
+ "hostUrl": { "type": "string" },
2307
+ "path": { "type": "string" },
2308
+ "port": { "type": "number" },
2309
+ "connectionType": { "$ref": "#/definitions/Plugin_ConnectionType" },
2310
+ "token": { "type": "string", "description": "PAT" },
2311
+ "oauthClientId": { "type": "string", "description": "M2M" },
2312
+ "oauthClientSecret": { "type": "string" },
2313
+ "scopedCatalogSchemas": {
2314
+ "type": "array",
2315
+ "items": { "$ref": "#/definitions/Plugin_ScopedCatalogSchemas" },
2316
+ "description": "Scoped catalog and schemas for metadata filtering"
2317
+ }
2318
+ },
2319
+ "required": ["hostUrl", "path", "port", "scopedCatalogSchemas"],
2320
+ "additionalProperties": {
2321
+ "not": true,
2322
+ "errorMessage": "extra property is ${0#}"
2323
+ }
2324
+ },
2325
+ "Plugin_ConnectionType": { "type": "number", "enum": [0, 1, 2, 3] },
2326
+ "Plugin_ScopedCatalogSchemas": {
2327
+ "type": "object",
2328
+ "properties": {
2329
+ "catalog": { "type": "string" },
2330
+ "schemas": { "type": "array", "items": { "type": "string" } }
2331
+ },
2332
+ "required": ["catalog", "schemas"],
2333
+ "additionalProperties": {
2334
+ "not": true,
2335
+ "errorMessage": "extra property is ${0#}"
2336
+ }
2337
+ },
2338
+ "AWSAuthType": {
2339
+ "type": "string",
2340
+ "enum": ["access-key", "token-file", "ec2-instance-metadata"]
2341
+ },
2342
+ "Plugin_OracleDbConnection": {
2343
+ "type": "object",
2344
+ "properties": {
2345
+ "hostUrl": { "type": "string" },
2346
+ "port": { "type": "number" },
2347
+ "user": { "type": "string" },
2348
+ "password": { "type": "string" },
2349
+ "databaseService": { "type": "string" },
2350
+ "useTcps": { "type": "boolean" },
2351
+ "connectionType": { "type": "string" },
2352
+ "connectionUrl": { "type": "string" }
2353
+ },
2354
+ "required": [
2355
+ "hostUrl",
2356
+ "port",
2357
+ "user",
2358
+ "password",
2359
+ "databaseService",
2360
+ "useTcps",
2361
+ "connectionType",
2362
+ "connectionUrl"
2363
+ ],
2364
+ "additionalProperties": {
2365
+ "not": true,
2366
+ "errorMessage": "extra property is ${0#}"
2367
+ }
2368
+ },
2369
+ "Plugin_SmtpConnection": {
2370
+ "type": "object",
2371
+ "properties": {
2372
+ "host": { "type": "string" },
2373
+ "port": { "type": "number" },
2374
+ "username": { "type": "string" },
2375
+ "password": { "type": "string" },
2376
+ "secure": { "type": "boolean" }
2377
+ },
2378
+ "required": ["host", "port", "username", "password"],
2379
+ "additionalProperties": {
2380
+ "not": true,
2381
+ "errorMessage": "extra property is ${0#}"
2382
+ }
2383
+ },
2384
+ "Plugin_SalesforceConnection": {
2385
+ "type": "object",
2386
+ "properties": {
2387
+ "instanceUrl": { "type": "string" },
2388
+ "auth": { "$ref": "#/definitions/Auth" }
2389
+ },
2390
+ "required": ["instanceUrl"],
2391
+ "additionalProperties": {
2392
+ "not": true,
2393
+ "errorMessage": "extra property is ${0#}"
2394
+ },
2395
+ "description": "children messages"
2396
+ },
2397
+ "Auth": {
2398
+ "type": "object",
2399
+ "properties": {
2400
+ "method": {
2401
+ "anyOf": [
2402
+ {
2403
+ "type": "object",
2404
+ "properties": {
2405
+ "value": { "$ref": "#/definitions/OAuth_PasswordGrantFlow" },
2406
+ "case": { "type": "string", "const": "passwordGrantFlow" }
2407
+ },
2408
+ "required": ["value", "case"],
2409
+ "additionalProperties": {
2410
+ "not": true,
2411
+ "errorMessage": "extra property is ${0#}"
2412
+ }
2413
+ },
2414
+ {
2415
+ "type": "object",
2416
+ "properties": {
2417
+ "value": {
2418
+ "$ref": "#/definitions/OAuth_AuthorizationCodeFlow"
2419
+ },
2420
+ "case": { "type": "string", "const": "authorizationCodeFlow" }
2421
+ },
2422
+ "required": ["value", "case"],
2423
+ "additionalProperties": {
2424
+ "not": true,
2425
+ "errorMessage": "extra property is ${0#}"
2426
+ }
2427
+ },
2428
+ {
2429
+ "type": "object",
2430
+ "properties": {
2431
+ "value": { "$ref": "#/definitions/Basic" },
2432
+ "case": { "type": "string", "const": "basic" }
2433
+ },
2434
+ "required": ["value", "case"],
2435
+ "additionalProperties": {
2436
+ "not": true,
2437
+ "errorMessage": "extra property is ${0#}"
2438
+ }
2439
+ },
2440
+ {
2441
+ "type": "object",
2442
+ "properties": {
2443
+ "value": {
2444
+ "$ref": "#/definitions/OAuth_ClientCredentialsFlow"
2445
+ },
2446
+ "case": { "type": "string", "const": "clientCredentialsFlow" }
2447
+ },
2448
+ "required": ["value", "case"],
2449
+ "additionalProperties": {
2450
+ "not": true,
2451
+ "errorMessage": "extra property is ${0#}"
2452
+ }
2453
+ },
2454
+ {
2455
+ "type": "object",
2456
+ "properties": {
2457
+ "value": {
2458
+ "$ref": "#/definitions/Azure_Key",
2459
+ "description": "todo: remove me when cosmos updates"
2460
+ },
2461
+ "case": { "type": "string", "const": "key" }
2462
+ },
2463
+ "required": ["value", "case"],
2464
+ "additionalProperties": {
2465
+ "not": true,
2466
+ "errorMessage": "extra property is ${0#}"
2467
+ }
2468
+ },
2469
+ {
2470
+ "type": "object",
2471
+ "properties": {
2472
+ "value": {
2473
+ "$ref": "#/definitions/Auth_Nothing",
2474
+ "description": "NOTE:"
2475
+ },
2476
+ "case": { "type": "string", "const": "oauthTokenExchange" }
2477
+ },
2478
+ "required": ["value", "case"],
2479
+ "additionalProperties": {
2480
+ "not": true,
2481
+ "errorMessage": "extra property is ${0#}"
2482
+ }
2483
+ },
2484
+ {
2485
+ "type": "object",
2486
+ "properties": { "case": { "not": {} }, "value": { "not": {} } },
2487
+ "additionalProperties": {
2488
+ "not": true,
2489
+ "errorMessage": "extra property is ${0#}"
2490
+ }
2491
+ }
2492
+ ]
2493
+ }
2494
+ },
2495
+ "required": ["method"],
2496
+ "additionalProperties": {
2497
+ "not": true,
2498
+ "errorMessage": "extra property is ${0#}"
2499
+ }
2500
+ },
2501
+ "OAuth_PasswordGrantFlow": {
2502
+ "type": "object",
2503
+ "properties": {
2504
+ "clientId": { "type": "string" },
2505
+ "clientSecret": { "type": "string" },
2506
+ "tokenUrl": { "type": "string" },
2507
+ "username": { "type": "string" },
2508
+ "password": { "type": "string" },
2509
+ "audience": { "type": "string" },
2510
+ "scope": { "type": "string" }
2511
+ },
2512
+ "required": [
2513
+ "clientId",
2514
+ "clientSecret",
2515
+ "tokenUrl",
2516
+ "username",
2517
+ "password",
2518
+ "audience",
2519
+ "scope"
2520
+ ],
2521
+ "additionalProperties": {
2522
+ "not": true,
2523
+ "errorMessage": "extra property is ${0#}"
2524
+ }
2525
+ },
2526
+ "OAuth_AuthorizationCodeFlow": {
2527
+ "type": "object",
2528
+ "properties": {
2529
+ "clientId": { "type": "string" },
2530
+ "clientSecret": { "type": "string" },
2531
+ "tokenUrl": { "type": "string" },
2532
+ "authUrl": { "type": "string" },
2533
+ "audience": { "type": "string" },
2534
+ "scope": { "type": "string" },
2535
+ "tokenScope": { "type": "string" },
2536
+ "refreshTokenFromServer": { "type": "boolean" },
2537
+ "clientAuthMethod": { "type": "string" },
2538
+ "subjectTokenSource": {
2539
+ "$ref": "#/definitions/OAuth_AuthorizationCodeFlow_SubjectTokenSource"
2540
+ },
2541
+ "subjectTokenSourceStaticToken": { "type": "string" },
2542
+ "subjectTokenType": { "type": "string" },
2543
+ "workforcePoolId": { "type": "string" },
2544
+ "workforceProviderId": { "type": "string" },
2545
+ "billingProjectNumber": { "type": "string" },
2546
+ "projectId": { "type": "string" }
2547
+ },
2548
+ "required": [
2549
+ "clientId",
2550
+ "clientSecret",
2551
+ "tokenUrl",
2552
+ "authUrl",
2553
+ "audience",
2554
+ "scope",
2555
+ "tokenScope",
2556
+ "refreshTokenFromServer",
2557
+ "clientAuthMethod",
2558
+ "subjectTokenSource",
2559
+ "subjectTokenSourceStaticToken",
2560
+ "subjectTokenType",
2561
+ "workforcePoolId",
2562
+ "workforceProviderId",
2563
+ "billingProjectNumber",
2564
+ "projectId"
2565
+ ],
2566
+ "additionalProperties": {
2567
+ "not": true,
2568
+ "errorMessage": "extra property is ${0#}"
2569
+ }
2570
+ },
2571
+ "OAuth_AuthorizationCodeFlow_SubjectTokenSource": {
2572
+ "type": "number",
2573
+ "enum": [0, 1, 2]
2574
+ },
2575
+ "Basic": {
2576
+ "type": "object",
2577
+ "properties": {
2578
+ "username": { "type": "string" },
2579
+ "password": { "type": "string" }
2580
+ },
2581
+ "required": ["username", "password"],
2582
+ "additionalProperties": {
2583
+ "not": true,
2584
+ "errorMessage": "extra property is ${0#}"
2585
+ }
2586
+ },
2587
+ "OAuth_ClientCredentialsFlow": {
2588
+ "type": "object",
2589
+ "properties": {
2590
+ "clientId": { "type": "string" },
2591
+ "clientSecret": { "type": "string" },
2592
+ "tokenUrl": { "type": "string" },
2593
+ "audience": { "type": "string" },
2594
+ "scope": { "type": "string" }
2595
+ },
2596
+ "required": ["clientId", "clientSecret", "tokenUrl", "audience", "scope"],
2597
+ "additionalProperties": {
2598
+ "not": true,
2599
+ "errorMessage": "extra property is ${0#}"
2600
+ }
2601
+ },
2602
+ "Auth_Nothing": {
2603
+ "type": "object",
2604
+ "additionalProperties": {
2605
+ "not": true,
2606
+ "errorMessage": "extra property is ${0#}"
2607
+ },
2608
+ "properties": {}
2609
+ },
2610
+ "Plugin_KinesisConnection": {
2611
+ "type": "object",
2612
+ "properties": { "awsConfig": { "$ref": "#/definitions/AWSConfig" } },
2613
+ "additionalProperties": {
2614
+ "not": true,
2615
+ "errorMessage": "extra property is ${0#}"
2616
+ }
2617
+ }
2618
+ }
2619
+ }