@forge/manifest 12.5.0 → 12.6.0-experimental-a6c6519
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +55 -0
- package/out/builder/processor-builder.d.ts.map +1 -1
- package/out/builder/processor-builder.js +2 -0
- package/out/mapping/agent-product-context-to-scope-mapping.json +14 -0
- package/out/processor/agent-product-context-validation-processor.d.ts +6 -0
- package/out/processor/agent-product-context-validation-processor.d.ts.map +1 -0
- package/out/processor/agent-product-context-validation-processor.js +19 -0
- package/out/processor/index.d.ts +1 -0
- package/out/processor/index.d.ts.map +1 -1
- package/out/processor/index.js +1 -0
- package/out/schema/basic-manifest-schema.json +2 -1
- package/out/schema/basic-manifest.d.ts +1 -1
- package/out/schema/manifest-schema.json +924 -190
- package/out/schema/manifest.d.ts +294 -87
- package/out/scopes/shipyard-scopes.json +0 -1
- package/out/text/errors.d.ts +4 -3
- package/out/text/errors.d.ts.map +1 -1
- package/out/text/errors.js +6 -5
- package/out/types/validation-types.d.ts +1 -0
- package/out/types/validation-types.d.ts.map +1 -1
- package/out/types/validation-types.js +1 -0
- package/out/validators/agent-product-context-scopes-validator.d.ts +21 -0
- package/out/validators/agent-product-context-scopes-validator.d.ts.map +1 -0
- package/out/validators/agent-product-context-scopes-validator.js +62 -0
- package/out/validators/connect-remote-validator.d.ts.map +1 -1
- package/out/validators/connect-remote-validator.js +13 -1
- package/out/validators/index.d.ts +1 -0
- package/out/validators/index.d.ts.map +1 -1
- package/out/validators/index.js +1 -0
- package/out/validators/modules-validator.js +1 -1
- package/out/validators/modules-validators/global/validate-global-ui.d.ts +2 -2
- package/out/validators/modules-validators/global/validate-global-ui.d.ts.map +1 -1
- package/out/validators/modules-validators/global/validate-global-ui.js +24 -10
- package/out/validators/modules-validators/jira/validate-action-validator.d.ts.map +1 -1
- package/out/validators/modules-validators/jira/validate-action-validator.js +1 -43
- package/package.json +1 -1
|
@@ -55,7 +55,8 @@
|
|
|
55
55
|
"type": "string",
|
|
56
56
|
"enum": [
|
|
57
57
|
"site",
|
|
58
|
-
"unit"
|
|
58
|
+
"unit",
|
|
59
|
+
"user"
|
|
59
60
|
],
|
|
60
61
|
"description": "The target of the app installation."
|
|
61
62
|
},
|
|
@@ -410,6 +411,11 @@
|
|
|
410
411
|
"title": "filter",
|
|
411
412
|
"type": "object"
|
|
412
413
|
},
|
|
414
|
+
"payload": {
|
|
415
|
+
"$ref": "#/definitions/PayloadInclude",
|
|
416
|
+
"title": "payload",
|
|
417
|
+
"type": "object"
|
|
418
|
+
},
|
|
413
419
|
"key": {
|
|
414
420
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
415
421
|
}
|
|
@@ -450,6 +456,11 @@
|
|
|
450
456
|
"title": "filter",
|
|
451
457
|
"type": "object"
|
|
452
458
|
},
|
|
459
|
+
"payload": {
|
|
460
|
+
"$ref": "#/definitions/PayloadInclude",
|
|
461
|
+
"title": "payload",
|
|
462
|
+
"type": "object"
|
|
463
|
+
},
|
|
453
464
|
"key": {
|
|
454
465
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
455
466
|
}
|
|
@@ -1363,6 +1374,14 @@
|
|
|
1363
1374
|
"native"
|
|
1364
1375
|
],
|
|
1365
1376
|
"type": "string"
|
|
1377
|
+
},
|
|
1378
|
+
"renderRuntimeType": {
|
|
1379
|
+
"default": "iframe",
|
|
1380
|
+
"enum": [
|
|
1381
|
+
"iframe",
|
|
1382
|
+
"webworker"
|
|
1383
|
+
],
|
|
1384
|
+
"type": "string"
|
|
1366
1385
|
}
|
|
1367
1386
|
}
|
|
1368
1387
|
},
|
|
@@ -1457,6 +1476,14 @@
|
|
|
1457
1476
|
"native"
|
|
1458
1477
|
],
|
|
1459
1478
|
"type": "string"
|
|
1479
|
+
},
|
|
1480
|
+
"renderRuntimeType": {
|
|
1481
|
+
"default": "iframe",
|
|
1482
|
+
"enum": [
|
|
1483
|
+
"iframe",
|
|
1484
|
+
"webworker"
|
|
1485
|
+
],
|
|
1486
|
+
"type": "string"
|
|
1460
1487
|
}
|
|
1461
1488
|
}
|
|
1462
1489
|
},
|
|
@@ -1588,6 +1615,14 @@
|
|
|
1588
1615
|
"native"
|
|
1589
1616
|
],
|
|
1590
1617
|
"type": "string"
|
|
1618
|
+
},
|
|
1619
|
+
"renderRuntimeType": {
|
|
1620
|
+
"default": "iframe",
|
|
1621
|
+
"enum": [
|
|
1622
|
+
"iframe",
|
|
1623
|
+
"webworker"
|
|
1624
|
+
],
|
|
1625
|
+
"type": "string"
|
|
1591
1626
|
}
|
|
1592
1627
|
}
|
|
1593
1628
|
},
|
|
@@ -1691,6 +1726,14 @@
|
|
|
1691
1726
|
"native"
|
|
1692
1727
|
],
|
|
1693
1728
|
"type": "string"
|
|
1729
|
+
},
|
|
1730
|
+
"renderRuntimeType": {
|
|
1731
|
+
"default": "iframe",
|
|
1732
|
+
"enum": [
|
|
1733
|
+
"iframe",
|
|
1734
|
+
"webworker"
|
|
1735
|
+
],
|
|
1736
|
+
"type": "string"
|
|
1694
1737
|
}
|
|
1695
1738
|
}
|
|
1696
1739
|
},
|
|
@@ -2340,6 +2383,14 @@
|
|
|
2340
2383
|
"type": "string",
|
|
2341
2384
|
"default": "default"
|
|
2342
2385
|
},
|
|
2386
|
+
"renderRuntimeType": {
|
|
2387
|
+
"enum": [
|
|
2388
|
+
"webworker",
|
|
2389
|
+
"iframe"
|
|
2390
|
+
],
|
|
2391
|
+
"type": "string",
|
|
2392
|
+
"default": "iframe"
|
|
2393
|
+
},
|
|
2343
2394
|
"viewportSize": {
|
|
2344
2395
|
"type": "string",
|
|
2345
2396
|
"minLength": 1,
|
|
@@ -2420,6 +2471,14 @@
|
|
|
2420
2471
|
"type": "string",
|
|
2421
2472
|
"default": "default"
|
|
2422
2473
|
},
|
|
2474
|
+
"renderRuntimeType": {
|
|
2475
|
+
"enum": [
|
|
2476
|
+
"webworker",
|
|
2477
|
+
"iframe"
|
|
2478
|
+
],
|
|
2479
|
+
"type": "string",
|
|
2480
|
+
"default": "iframe"
|
|
2481
|
+
},
|
|
2423
2482
|
"layout": {
|
|
2424
2483
|
"enum": [
|
|
2425
2484
|
"inline",
|
|
@@ -2971,6 +3030,14 @@
|
|
|
2971
3030
|
"type": "string",
|
|
2972
3031
|
"default": "default"
|
|
2973
3032
|
},
|
|
3033
|
+
"renderRuntimeType": {
|
|
3034
|
+
"enum": [
|
|
3035
|
+
"webworker",
|
|
3036
|
+
"iframe"
|
|
3037
|
+
],
|
|
3038
|
+
"type": "string",
|
|
3039
|
+
"default": "iframe"
|
|
3040
|
+
},
|
|
2974
3041
|
"unlicensedAccess": {
|
|
2975
3042
|
"type": "array",
|
|
2976
3043
|
"items": {
|
|
@@ -3262,6 +3329,14 @@
|
|
|
3262
3329
|
"type": "string",
|
|
3263
3330
|
"default": "default"
|
|
3264
3331
|
},
|
|
3332
|
+
"renderRuntimeType": {
|
|
3333
|
+
"enum": [
|
|
3334
|
+
"webworker",
|
|
3335
|
+
"iframe"
|
|
3336
|
+
],
|
|
3337
|
+
"type": "string",
|
|
3338
|
+
"default": "iframe"
|
|
3339
|
+
},
|
|
3265
3340
|
"key": {
|
|
3266
3341
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
3267
3342
|
}
|
|
@@ -3720,6 +3795,14 @@
|
|
|
3720
3795
|
"type": "string",
|
|
3721
3796
|
"default": "default"
|
|
3722
3797
|
},
|
|
3798
|
+
"renderRuntimeType": {
|
|
3799
|
+
"enum": [
|
|
3800
|
+
"webworker",
|
|
3801
|
+
"iframe"
|
|
3802
|
+
],
|
|
3803
|
+
"type": "string",
|
|
3804
|
+
"default": "iframe"
|
|
3805
|
+
},
|
|
3723
3806
|
"key": {
|
|
3724
3807
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
3725
3808
|
}
|
|
@@ -3986,6 +4069,14 @@
|
|
|
3986
4069
|
"type": "string",
|
|
3987
4070
|
"default": "default"
|
|
3988
4071
|
},
|
|
4072
|
+
"renderRuntimeType": {
|
|
4073
|
+
"enum": [
|
|
4074
|
+
"webworker",
|
|
4075
|
+
"iframe"
|
|
4076
|
+
],
|
|
4077
|
+
"type": "string",
|
|
4078
|
+
"default": "iframe"
|
|
4079
|
+
},
|
|
3989
4080
|
"key": {
|
|
3990
4081
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
3991
4082
|
}
|
|
@@ -4283,6 +4374,14 @@
|
|
|
4283
4374
|
"type": "string",
|
|
4284
4375
|
"default": "default"
|
|
4285
4376
|
},
|
|
4377
|
+
"renderRuntimeType": {
|
|
4378
|
+
"enum": [
|
|
4379
|
+
"webworker",
|
|
4380
|
+
"iframe"
|
|
4381
|
+
],
|
|
4382
|
+
"type": "string",
|
|
4383
|
+
"default": "iframe"
|
|
4384
|
+
},
|
|
4286
4385
|
"key": {
|
|
4287
4386
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
4288
4387
|
}
|
|
@@ -4551,6 +4650,14 @@
|
|
|
4551
4650
|
"type": "string",
|
|
4552
4651
|
"default": "default"
|
|
4553
4652
|
},
|
|
4653
|
+
"renderRuntimeType": {
|
|
4654
|
+
"enum": [
|
|
4655
|
+
"webworker",
|
|
4656
|
+
"iframe"
|
|
4657
|
+
],
|
|
4658
|
+
"type": "string",
|
|
4659
|
+
"default": "iframe"
|
|
4660
|
+
},
|
|
4554
4661
|
"key": {
|
|
4555
4662
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
4556
4663
|
}
|
|
@@ -4831,6 +4938,14 @@
|
|
|
4831
4938
|
"type": "string",
|
|
4832
4939
|
"default": "default"
|
|
4833
4940
|
},
|
|
4941
|
+
"renderRuntimeType": {
|
|
4942
|
+
"enum": [
|
|
4943
|
+
"webworker",
|
|
4944
|
+
"iframe"
|
|
4945
|
+
],
|
|
4946
|
+
"type": "string",
|
|
4947
|
+
"default": "iframe"
|
|
4948
|
+
},
|
|
4834
4949
|
"key": {
|
|
4835
4950
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
4836
4951
|
}
|
|
@@ -5120,6 +5235,14 @@
|
|
|
5120
5235
|
"type": "string",
|
|
5121
5236
|
"default": "default"
|
|
5122
5237
|
},
|
|
5238
|
+
"renderRuntimeType": {
|
|
5239
|
+
"enum": [
|
|
5240
|
+
"webworker",
|
|
5241
|
+
"iframe"
|
|
5242
|
+
],
|
|
5243
|
+
"type": "string",
|
|
5244
|
+
"default": "iframe"
|
|
5245
|
+
},
|
|
5123
5246
|
"unlicensedAccess": {
|
|
5124
5247
|
"type": "array",
|
|
5125
5248
|
"items": {
|
|
@@ -5346,6 +5469,14 @@
|
|
|
5346
5469
|
"type": "string",
|
|
5347
5470
|
"default": "default"
|
|
5348
5471
|
},
|
|
5472
|
+
"renderRuntimeType": {
|
|
5473
|
+
"enum": [
|
|
5474
|
+
"webworker",
|
|
5475
|
+
"iframe"
|
|
5476
|
+
],
|
|
5477
|
+
"type": "string",
|
|
5478
|
+
"default": "iframe"
|
|
5479
|
+
},
|
|
5349
5480
|
"routePrefix": {
|
|
5350
5481
|
"type": "string",
|
|
5351
5482
|
"minLength": 1,
|
|
@@ -5681,6 +5812,14 @@
|
|
|
5681
5812
|
"type": "string",
|
|
5682
5813
|
"default": "default"
|
|
5683
5814
|
},
|
|
5815
|
+
"renderRuntimeType": {
|
|
5816
|
+
"enum": [
|
|
5817
|
+
"webworker",
|
|
5818
|
+
"iframe"
|
|
5819
|
+
],
|
|
5820
|
+
"type": "string",
|
|
5821
|
+
"default": "iframe"
|
|
5822
|
+
},
|
|
5684
5823
|
"migratedFromConnect": {
|
|
5685
5824
|
"type": "boolean",
|
|
5686
5825
|
"default": false,
|
|
@@ -5831,6 +5970,14 @@
|
|
|
5831
5970
|
"type": "string",
|
|
5832
5971
|
"default": "default"
|
|
5833
5972
|
},
|
|
5973
|
+
"renderRuntimeType": {
|
|
5974
|
+
"enum": [
|
|
5975
|
+
"webworker",
|
|
5976
|
+
"iframe"
|
|
5977
|
+
],
|
|
5978
|
+
"type": "string",
|
|
5979
|
+
"default": "iframe"
|
|
5980
|
+
},
|
|
5834
5981
|
"displayConditions": {
|
|
5835
5982
|
"type": "object"
|
|
5836
5983
|
},
|
|
@@ -5977,6 +6124,14 @@
|
|
|
5977
6124
|
"type": "string",
|
|
5978
6125
|
"default": "default"
|
|
5979
6126
|
},
|
|
6127
|
+
"renderRuntimeType": {
|
|
6128
|
+
"enum": [
|
|
6129
|
+
"webworker",
|
|
6130
|
+
"iframe"
|
|
6131
|
+
],
|
|
6132
|
+
"type": "string",
|
|
6133
|
+
"default": "iframe"
|
|
6134
|
+
},
|
|
5980
6135
|
"displayConditions": {
|
|
5981
6136
|
"type": "object"
|
|
5982
6137
|
},
|
|
@@ -6313,6 +6468,14 @@
|
|
|
6313
6468
|
"native"
|
|
6314
6469
|
],
|
|
6315
6470
|
"type": "string"
|
|
6471
|
+
},
|
|
6472
|
+
"renderRuntimeType": {
|
|
6473
|
+
"default": "iframe",
|
|
6474
|
+
"enum": [
|
|
6475
|
+
"iframe",
|
|
6476
|
+
"webworker"
|
|
6477
|
+
],
|
|
6478
|
+
"type": "string"
|
|
6316
6479
|
}
|
|
6317
6480
|
},
|
|
6318
6481
|
"required": [
|
|
@@ -6335,6 +6498,14 @@
|
|
|
6335
6498
|
"native"
|
|
6336
6499
|
],
|
|
6337
6500
|
"type": "string"
|
|
6501
|
+
},
|
|
6502
|
+
"renderRuntimeType": {
|
|
6503
|
+
"default": "iframe",
|
|
6504
|
+
"enum": [
|
|
6505
|
+
"iframe",
|
|
6506
|
+
"webworker"
|
|
6507
|
+
],
|
|
6508
|
+
"type": "string"
|
|
6338
6509
|
}
|
|
6339
6510
|
},
|
|
6340
6511
|
"required": [
|
|
@@ -6357,6 +6528,14 @@
|
|
|
6357
6528
|
"native"
|
|
6358
6529
|
],
|
|
6359
6530
|
"type": "string"
|
|
6531
|
+
},
|
|
6532
|
+
"renderRuntimeType": {
|
|
6533
|
+
"default": "iframe",
|
|
6534
|
+
"enum": [
|
|
6535
|
+
"iframe",
|
|
6536
|
+
"webworker"
|
|
6537
|
+
],
|
|
6538
|
+
"type": "string"
|
|
6360
6539
|
}
|
|
6361
6540
|
},
|
|
6362
6541
|
"required": [
|
|
@@ -6486,6 +6665,14 @@
|
|
|
6486
6665
|
],
|
|
6487
6666
|
"type": "string"
|
|
6488
6667
|
},
|
|
6668
|
+
"renderRuntimeType": {
|
|
6669
|
+
"default": "iframe",
|
|
6670
|
+
"enum": [
|
|
6671
|
+
"iframe",
|
|
6672
|
+
"webworker"
|
|
6673
|
+
],
|
|
6674
|
+
"type": "string"
|
|
6675
|
+
},
|
|
6489
6676
|
"formatter": {
|
|
6490
6677
|
"type": "object",
|
|
6491
6678
|
"properties": {
|
|
@@ -6720,6 +6907,14 @@
|
|
|
6720
6907
|
"native"
|
|
6721
6908
|
],
|
|
6722
6909
|
"type": "string"
|
|
6910
|
+
},
|
|
6911
|
+
"renderRuntimeType": {
|
|
6912
|
+
"default": "iframe",
|
|
6913
|
+
"enum": [
|
|
6914
|
+
"iframe",
|
|
6915
|
+
"webworker"
|
|
6916
|
+
],
|
|
6917
|
+
"type": "string"
|
|
6723
6918
|
}
|
|
6724
6919
|
},
|
|
6725
6920
|
"required": [
|
|
@@ -6753,6 +6948,14 @@
|
|
|
6753
6948
|
],
|
|
6754
6949
|
"type": "string"
|
|
6755
6950
|
},
|
|
6951
|
+
"renderRuntimeType": {
|
|
6952
|
+
"default": "iframe",
|
|
6953
|
+
"enum": [
|
|
6954
|
+
"iframe",
|
|
6955
|
+
"webworker"
|
|
6956
|
+
],
|
|
6957
|
+
"type": "string"
|
|
6958
|
+
},
|
|
6756
6959
|
"validation": {
|
|
6757
6960
|
"type": "object",
|
|
6758
6961
|
"properties": {
|
|
@@ -6884,6 +7087,14 @@
|
|
|
6884
7087
|
],
|
|
6885
7088
|
"type": "string"
|
|
6886
7089
|
},
|
|
7090
|
+
"renderRuntimeType": {
|
|
7091
|
+
"default": "iframe",
|
|
7092
|
+
"enum": [
|
|
7093
|
+
"iframe",
|
|
7094
|
+
"webworker"
|
|
7095
|
+
],
|
|
7096
|
+
"type": "string"
|
|
7097
|
+
},
|
|
6887
7098
|
"parser": {
|
|
6888
7099
|
"type": "object",
|
|
6889
7100
|
"properties": {
|
|
@@ -6957,6 +7168,14 @@
|
|
|
6957
7168
|
],
|
|
6958
7169
|
"type": "string"
|
|
6959
7170
|
},
|
|
7171
|
+
"renderRuntimeType": {
|
|
7172
|
+
"default": "iframe",
|
|
7173
|
+
"enum": [
|
|
7174
|
+
"iframe",
|
|
7175
|
+
"webworker"
|
|
7176
|
+
],
|
|
7177
|
+
"type": "string"
|
|
7178
|
+
},
|
|
6960
7179
|
"formatter": {
|
|
6961
7180
|
"type": "object",
|
|
6962
7181
|
"properties": {
|
|
@@ -7191,6 +7410,14 @@
|
|
|
7191
7410
|
"native"
|
|
7192
7411
|
],
|
|
7193
7412
|
"type": "string"
|
|
7413
|
+
},
|
|
7414
|
+
"renderRuntimeType": {
|
|
7415
|
+
"default": "iframe",
|
|
7416
|
+
"enum": [
|
|
7417
|
+
"iframe",
|
|
7418
|
+
"webworker"
|
|
7419
|
+
],
|
|
7420
|
+
"type": "string"
|
|
7194
7421
|
}
|
|
7195
7422
|
},
|
|
7196
7423
|
"required": [
|
|
@@ -7224,6 +7451,14 @@
|
|
|
7224
7451
|
],
|
|
7225
7452
|
"type": "string"
|
|
7226
7453
|
},
|
|
7454
|
+
"renderRuntimeType": {
|
|
7455
|
+
"default": "iframe",
|
|
7456
|
+
"enum": [
|
|
7457
|
+
"iframe",
|
|
7458
|
+
"webworker"
|
|
7459
|
+
],
|
|
7460
|
+
"type": "string"
|
|
7461
|
+
},
|
|
7227
7462
|
"validation": {
|
|
7228
7463
|
"type": "object",
|
|
7229
7464
|
"properties": {
|
|
@@ -7355,6 +7590,14 @@
|
|
|
7355
7590
|
],
|
|
7356
7591
|
"type": "string"
|
|
7357
7592
|
},
|
|
7593
|
+
"renderRuntimeType": {
|
|
7594
|
+
"default": "iframe",
|
|
7595
|
+
"enum": [
|
|
7596
|
+
"iframe",
|
|
7597
|
+
"webworker"
|
|
7598
|
+
],
|
|
7599
|
+
"type": "string"
|
|
7600
|
+
},
|
|
7358
7601
|
"parser": {
|
|
7359
7602
|
"type": "object",
|
|
7360
7603
|
"properties": {
|
|
@@ -7617,6 +7860,14 @@
|
|
|
7617
7860
|
"native"
|
|
7618
7861
|
],
|
|
7619
7862
|
"type": "string"
|
|
7863
|
+
},
|
|
7864
|
+
"renderRuntimeType": {
|
|
7865
|
+
"default": "iframe",
|
|
7866
|
+
"enum": [
|
|
7867
|
+
"iframe",
|
|
7868
|
+
"webworker"
|
|
7869
|
+
],
|
|
7870
|
+
"type": "string"
|
|
7620
7871
|
}
|
|
7621
7872
|
},
|
|
7622
7873
|
"required": [
|
|
@@ -7650,6 +7901,14 @@
|
|
|
7650
7901
|
],
|
|
7651
7902
|
"type": "string"
|
|
7652
7903
|
},
|
|
7904
|
+
"renderRuntimeType": {
|
|
7905
|
+
"default": "iframe",
|
|
7906
|
+
"enum": [
|
|
7907
|
+
"iframe",
|
|
7908
|
+
"webworker"
|
|
7909
|
+
],
|
|
7910
|
+
"type": "string"
|
|
7911
|
+
},
|
|
7653
7912
|
"validation": {
|
|
7654
7913
|
"type": "object",
|
|
7655
7914
|
"properties": {
|
|
@@ -7781,6 +8040,14 @@
|
|
|
7781
8040
|
],
|
|
7782
8041
|
"type": "string"
|
|
7783
8042
|
},
|
|
8043
|
+
"renderRuntimeType": {
|
|
8044
|
+
"default": "iframe",
|
|
8045
|
+
"enum": [
|
|
8046
|
+
"iframe",
|
|
8047
|
+
"webworker"
|
|
8048
|
+
],
|
|
8049
|
+
"type": "string"
|
|
8050
|
+
},
|
|
7784
8051
|
"parser": {
|
|
7785
8052
|
"type": "object",
|
|
7786
8053
|
"properties": {
|
|
@@ -7863,6 +8130,14 @@
|
|
|
7863
8130
|
],
|
|
7864
8131
|
"type": "string"
|
|
7865
8132
|
},
|
|
8133
|
+
"renderRuntimeType": {
|
|
8134
|
+
"default": "iframe",
|
|
8135
|
+
"enum": [
|
|
8136
|
+
"iframe",
|
|
8137
|
+
"webworker"
|
|
8138
|
+
],
|
|
8139
|
+
"type": "string"
|
|
8140
|
+
},
|
|
7866
8141
|
"formatter": {
|
|
7867
8142
|
"type": "object",
|
|
7868
8143
|
"properties": {
|
|
@@ -8063,6 +8338,14 @@
|
|
|
8063
8338
|
"native"
|
|
8064
8339
|
],
|
|
8065
8340
|
"type": "string"
|
|
8341
|
+
},
|
|
8342
|
+
"renderRuntimeType": {
|
|
8343
|
+
"default": "iframe",
|
|
8344
|
+
"enum": [
|
|
8345
|
+
"iframe",
|
|
8346
|
+
"webworker"
|
|
8347
|
+
],
|
|
8348
|
+
"type": "string"
|
|
8066
8349
|
}
|
|
8067
8350
|
},
|
|
8068
8351
|
"required": [
|
|
@@ -8096,6 +8379,14 @@
|
|
|
8096
8379
|
],
|
|
8097
8380
|
"type": "string"
|
|
8098
8381
|
},
|
|
8382
|
+
"renderRuntimeType": {
|
|
8383
|
+
"default": "iframe",
|
|
8384
|
+
"enum": [
|
|
8385
|
+
"iframe",
|
|
8386
|
+
"webworker"
|
|
8387
|
+
],
|
|
8388
|
+
"type": "string"
|
|
8389
|
+
},
|
|
8099
8390
|
"validation": {
|
|
8100
8391
|
"type": "object",
|
|
8101
8392
|
"properties": {
|
|
@@ -8293,6 +8584,14 @@
|
|
|
8293
8584
|
"native"
|
|
8294
8585
|
],
|
|
8295
8586
|
"type": "string"
|
|
8587
|
+
},
|
|
8588
|
+
"renderRuntimeType": {
|
|
8589
|
+
"default": "iframe",
|
|
8590
|
+
"enum": [
|
|
8591
|
+
"iframe",
|
|
8592
|
+
"webworker"
|
|
8593
|
+
],
|
|
8594
|
+
"type": "string"
|
|
8296
8595
|
}
|
|
8297
8596
|
},
|
|
8298
8597
|
"required": [
|
|
@@ -8317,6 +8616,14 @@
|
|
|
8317
8616
|
"native"
|
|
8318
8617
|
],
|
|
8319
8618
|
"type": "string"
|
|
8619
|
+
},
|
|
8620
|
+
"renderRuntimeType": {
|
|
8621
|
+
"default": "iframe",
|
|
8622
|
+
"enum": [
|
|
8623
|
+
"iframe",
|
|
8624
|
+
"webworker"
|
|
8625
|
+
],
|
|
8626
|
+
"type": "string"
|
|
8320
8627
|
}
|
|
8321
8628
|
},
|
|
8322
8629
|
"required": [
|
|
@@ -8360,6 +8667,14 @@
|
|
|
8360
8667
|
],
|
|
8361
8668
|
"type": "string"
|
|
8362
8669
|
},
|
|
8670
|
+
"renderRuntimeType": {
|
|
8671
|
+
"default": "iframe",
|
|
8672
|
+
"enum": [
|
|
8673
|
+
"iframe",
|
|
8674
|
+
"webworker"
|
|
8675
|
+
],
|
|
8676
|
+
"type": "string"
|
|
8677
|
+
},
|
|
8363
8678
|
"parser": {
|
|
8364
8679
|
"type": "object",
|
|
8365
8680
|
"properties": {
|
|
@@ -8410,6 +8725,14 @@
|
|
|
8410
8725
|
],
|
|
8411
8726
|
"type": "string"
|
|
8412
8727
|
},
|
|
8728
|
+
"renderRuntimeType": {
|
|
8729
|
+
"default": "iframe",
|
|
8730
|
+
"enum": [
|
|
8731
|
+
"iframe",
|
|
8732
|
+
"webworker"
|
|
8733
|
+
],
|
|
8734
|
+
"type": "string"
|
|
8735
|
+
},
|
|
8413
8736
|
"formatter": {
|
|
8414
8737
|
"type": "object",
|
|
8415
8738
|
"properties": {
|
|
@@ -8610,6 +8933,14 @@
|
|
|
8610
8933
|
"native"
|
|
8611
8934
|
],
|
|
8612
8935
|
"type": "string"
|
|
8936
|
+
},
|
|
8937
|
+
"renderRuntimeType": {
|
|
8938
|
+
"default": "iframe",
|
|
8939
|
+
"enum": [
|
|
8940
|
+
"iframe",
|
|
8941
|
+
"webworker"
|
|
8942
|
+
],
|
|
8943
|
+
"type": "string"
|
|
8613
8944
|
}
|
|
8614
8945
|
},
|
|
8615
8946
|
"required": [
|
|
@@ -8643,6 +8974,14 @@
|
|
|
8643
8974
|
],
|
|
8644
8975
|
"type": "string"
|
|
8645
8976
|
},
|
|
8977
|
+
"renderRuntimeType": {
|
|
8978
|
+
"default": "iframe",
|
|
8979
|
+
"enum": [
|
|
8980
|
+
"iframe",
|
|
8981
|
+
"webworker"
|
|
8982
|
+
],
|
|
8983
|
+
"type": "string"
|
|
8984
|
+
},
|
|
8646
8985
|
"validation": {
|
|
8647
8986
|
"type": "object",
|
|
8648
8987
|
"properties": {
|
|
@@ -8840,6 +9179,14 @@
|
|
|
8840
9179
|
"native"
|
|
8841
9180
|
],
|
|
8842
9181
|
"type": "string"
|
|
9182
|
+
},
|
|
9183
|
+
"renderRuntimeType": {
|
|
9184
|
+
"default": "iframe",
|
|
9185
|
+
"enum": [
|
|
9186
|
+
"iframe",
|
|
9187
|
+
"webworker"
|
|
9188
|
+
],
|
|
9189
|
+
"type": "string"
|
|
8843
9190
|
}
|
|
8844
9191
|
},
|
|
8845
9192
|
"required": [
|
|
@@ -8864,6 +9211,14 @@
|
|
|
8864
9211
|
"native"
|
|
8865
9212
|
],
|
|
8866
9213
|
"type": "string"
|
|
9214
|
+
},
|
|
9215
|
+
"renderRuntimeType": {
|
|
9216
|
+
"default": "iframe",
|
|
9217
|
+
"enum": [
|
|
9218
|
+
"iframe",
|
|
9219
|
+
"webworker"
|
|
9220
|
+
],
|
|
9221
|
+
"type": "string"
|
|
8867
9222
|
}
|
|
8868
9223
|
},
|
|
8869
9224
|
"required": [
|
|
@@ -8907,6 +9262,14 @@
|
|
|
8907
9262
|
],
|
|
8908
9263
|
"type": "string"
|
|
8909
9264
|
},
|
|
9265
|
+
"renderRuntimeType": {
|
|
9266
|
+
"default": "iframe",
|
|
9267
|
+
"enum": [
|
|
9268
|
+
"iframe",
|
|
9269
|
+
"webworker"
|
|
9270
|
+
],
|
|
9271
|
+
"type": "string"
|
|
9272
|
+
},
|
|
8910
9273
|
"parser": {
|
|
8911
9274
|
"type": "object",
|
|
8912
9275
|
"properties": {
|
|
@@ -9112,6 +9475,14 @@
|
|
|
9112
9475
|
"native"
|
|
9113
9476
|
],
|
|
9114
9477
|
"type": "string"
|
|
9478
|
+
},
|
|
9479
|
+
"renderRuntimeType": {
|
|
9480
|
+
"default": "iframe",
|
|
9481
|
+
"enum": [
|
|
9482
|
+
"iframe",
|
|
9483
|
+
"webworker"
|
|
9484
|
+
],
|
|
9485
|
+
"type": "string"
|
|
9115
9486
|
}
|
|
9116
9487
|
},
|
|
9117
9488
|
"required": [
|
|
@@ -9145,6 +9516,14 @@
|
|
|
9145
9516
|
],
|
|
9146
9517
|
"type": "string"
|
|
9147
9518
|
},
|
|
9519
|
+
"renderRuntimeType": {
|
|
9520
|
+
"default": "iframe",
|
|
9521
|
+
"enum": [
|
|
9522
|
+
"iframe",
|
|
9523
|
+
"webworker"
|
|
9524
|
+
],
|
|
9525
|
+
"type": "string"
|
|
9526
|
+
},
|
|
9148
9527
|
"validation": {
|
|
9149
9528
|
"type": "object",
|
|
9150
9529
|
"properties": {
|
|
@@ -9342,6 +9721,14 @@
|
|
|
9342
9721
|
"native"
|
|
9343
9722
|
],
|
|
9344
9723
|
"type": "string"
|
|
9724
|
+
},
|
|
9725
|
+
"renderRuntimeType": {
|
|
9726
|
+
"default": "iframe",
|
|
9727
|
+
"enum": [
|
|
9728
|
+
"iframe",
|
|
9729
|
+
"webworker"
|
|
9730
|
+
],
|
|
9731
|
+
"type": "string"
|
|
9345
9732
|
}
|
|
9346
9733
|
},
|
|
9347
9734
|
"required": [
|
|
@@ -9366,6 +9753,14 @@
|
|
|
9366
9753
|
"native"
|
|
9367
9754
|
],
|
|
9368
9755
|
"type": "string"
|
|
9756
|
+
},
|
|
9757
|
+
"renderRuntimeType": {
|
|
9758
|
+
"default": "iframe",
|
|
9759
|
+
"enum": [
|
|
9760
|
+
"iframe",
|
|
9761
|
+
"webworker"
|
|
9762
|
+
],
|
|
9763
|
+
"type": "string"
|
|
9369
9764
|
}
|
|
9370
9765
|
},
|
|
9371
9766
|
"required": [
|
|
@@ -9409,6 +9804,14 @@
|
|
|
9409
9804
|
],
|
|
9410
9805
|
"type": "string"
|
|
9411
9806
|
},
|
|
9807
|
+
"renderRuntimeType": {
|
|
9808
|
+
"default": "iframe",
|
|
9809
|
+
"enum": [
|
|
9810
|
+
"iframe",
|
|
9811
|
+
"webworker"
|
|
9812
|
+
],
|
|
9813
|
+
"type": "string"
|
|
9814
|
+
},
|
|
9412
9815
|
"parser": {
|
|
9413
9816
|
"type": "object",
|
|
9414
9817
|
"properties": {
|
|
@@ -9574,6 +9977,14 @@
|
|
|
9574
9977
|
],
|
|
9575
9978
|
"type": "string"
|
|
9576
9979
|
},
|
|
9980
|
+
"renderRuntimeType": {
|
|
9981
|
+
"default": "iframe",
|
|
9982
|
+
"enum": [
|
|
9983
|
+
"iframe",
|
|
9984
|
+
"webworker"
|
|
9985
|
+
],
|
|
9986
|
+
"type": "string"
|
|
9987
|
+
},
|
|
9577
9988
|
"title": {
|
|
9578
9989
|
"anyOf": [
|
|
9579
9990
|
{
|
|
@@ -9709,6 +10120,14 @@
|
|
|
9709
10120
|
],
|
|
9710
10121
|
"type": "string"
|
|
9711
10122
|
},
|
|
10123
|
+
"renderRuntimeType": {
|
|
10124
|
+
"default": "iframe",
|
|
10125
|
+
"enum": [
|
|
10126
|
+
"iframe",
|
|
10127
|
+
"webworker"
|
|
10128
|
+
],
|
|
10129
|
+
"type": "string"
|
|
10130
|
+
},
|
|
9712
10131
|
"key": {
|
|
9713
10132
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
9714
10133
|
}
|
|
@@ -9919,6 +10338,14 @@
|
|
|
9919
10338
|
],
|
|
9920
10339
|
"type": "string"
|
|
9921
10340
|
},
|
|
10341
|
+
"renderRuntimeType": {
|
|
10342
|
+
"default": "iframe",
|
|
10343
|
+
"enum": [
|
|
10344
|
+
"iframe",
|
|
10345
|
+
"webworker"
|
|
10346
|
+
],
|
|
10347
|
+
"type": "string"
|
|
10348
|
+
},
|
|
9922
10349
|
"title": {
|
|
9923
10350
|
"anyOf": [
|
|
9924
10351
|
{
|
|
@@ -10200,6 +10627,14 @@
|
|
|
10200
10627
|
],
|
|
10201
10628
|
"type": "string"
|
|
10202
10629
|
},
|
|
10630
|
+
"renderRuntimeType": {
|
|
10631
|
+
"default": "iframe",
|
|
10632
|
+
"enum": [
|
|
10633
|
+
"iframe",
|
|
10634
|
+
"webworker"
|
|
10635
|
+
],
|
|
10636
|
+
"type": "string"
|
|
10637
|
+
},
|
|
10203
10638
|
"title": {
|
|
10204
10639
|
"anyOf": [
|
|
10205
10640
|
{
|
|
@@ -10401,6 +10836,14 @@
|
|
|
10401
10836
|
],
|
|
10402
10837
|
"type": "string"
|
|
10403
10838
|
},
|
|
10839
|
+
"renderRuntimeType": {
|
|
10840
|
+
"default": "iframe",
|
|
10841
|
+
"enum": [
|
|
10842
|
+
"iframe",
|
|
10843
|
+
"webworker"
|
|
10844
|
+
],
|
|
10845
|
+
"type": "string"
|
|
10846
|
+
},
|
|
10404
10847
|
"title": {
|
|
10405
10848
|
"anyOf": [
|
|
10406
10849
|
{
|
|
@@ -10654,6 +11097,14 @@
|
|
|
10654
11097
|
"native"
|
|
10655
11098
|
],
|
|
10656
11099
|
"type": "string"
|
|
11100
|
+
},
|
|
11101
|
+
"renderRuntimeType": {
|
|
11102
|
+
"default": "iframe",
|
|
11103
|
+
"enum": [
|
|
11104
|
+
"iframe",
|
|
11105
|
+
"webworker"
|
|
11106
|
+
],
|
|
11107
|
+
"type": "string"
|
|
10657
11108
|
}
|
|
10658
11109
|
},
|
|
10659
11110
|
"required": [
|
|
@@ -10668,6 +11119,14 @@
|
|
|
10668
11119
|
],
|
|
10669
11120
|
"type": "string"
|
|
10670
11121
|
},
|
|
11122
|
+
"renderRuntimeType": {
|
|
11123
|
+
"default": "iframe",
|
|
11124
|
+
"enum": [
|
|
11125
|
+
"iframe",
|
|
11126
|
+
"webworker"
|
|
11127
|
+
],
|
|
11128
|
+
"type": "string"
|
|
11129
|
+
},
|
|
10671
11130
|
"title": {
|
|
10672
11131
|
"anyOf": [
|
|
10673
11132
|
{
|
|
@@ -11075,6 +11534,14 @@
|
|
|
11075
11534
|
],
|
|
11076
11535
|
"type": "string"
|
|
11077
11536
|
},
|
|
11537
|
+
"renderRuntimeType": {
|
|
11538
|
+
"default": "iframe",
|
|
11539
|
+
"enum": [
|
|
11540
|
+
"iframe",
|
|
11541
|
+
"webworker"
|
|
11542
|
+
],
|
|
11543
|
+
"type": "string"
|
|
11544
|
+
},
|
|
11078
11545
|
"title": {
|
|
11079
11546
|
"anyOf": [
|
|
11080
11547
|
{
|
|
@@ -11567,6 +12034,14 @@
|
|
|
11567
12034
|
],
|
|
11568
12035
|
"type": "string"
|
|
11569
12036
|
},
|
|
12037
|
+
"renderRuntimeType": {
|
|
12038
|
+
"default": "iframe",
|
|
12039
|
+
"enum": [
|
|
12040
|
+
"iframe",
|
|
12041
|
+
"webworker"
|
|
12042
|
+
],
|
|
12043
|
+
"type": "string"
|
|
12044
|
+
},
|
|
11570
12045
|
"title": {
|
|
11571
12046
|
"anyOf": [
|
|
11572
12047
|
{
|
|
@@ -12280,6 +12755,14 @@
|
|
|
12280
12755
|
],
|
|
12281
12756
|
"type": "string"
|
|
12282
12757
|
},
|
|
12758
|
+
"renderRuntimeType": {
|
|
12759
|
+
"default": "iframe",
|
|
12760
|
+
"enum": [
|
|
12761
|
+
"iframe",
|
|
12762
|
+
"webworker"
|
|
12763
|
+
],
|
|
12764
|
+
"type": "string"
|
|
12765
|
+
},
|
|
12283
12766
|
"title": {
|
|
12284
12767
|
"anyOf": [
|
|
12285
12768
|
{
|
|
@@ -12766,6 +13249,14 @@
|
|
|
12766
13249
|
],
|
|
12767
13250
|
"type": "string"
|
|
12768
13251
|
},
|
|
13252
|
+
"renderRuntimeType": {
|
|
13253
|
+
"default": "iframe",
|
|
13254
|
+
"enum": [
|
|
13255
|
+
"iframe",
|
|
13256
|
+
"webworker"
|
|
13257
|
+
],
|
|
13258
|
+
"type": "string"
|
|
13259
|
+
},
|
|
12769
13260
|
"title": {
|
|
12770
13261
|
"anyOf": [
|
|
12771
13262
|
{
|
|
@@ -13087,6 +13578,14 @@
|
|
|
13087
13578
|
"native"
|
|
13088
13579
|
],
|
|
13089
13580
|
"type": "string"
|
|
13581
|
+
},
|
|
13582
|
+
"renderRuntimeType": {
|
|
13583
|
+
"default": "iframe",
|
|
13584
|
+
"enum": [
|
|
13585
|
+
"iframe",
|
|
13586
|
+
"webworker"
|
|
13587
|
+
],
|
|
13588
|
+
"type": "string"
|
|
13090
13589
|
}
|
|
13091
13590
|
},
|
|
13092
13591
|
"required": [
|
|
@@ -13109,6 +13608,14 @@
|
|
|
13109
13608
|
"native"
|
|
13110
13609
|
],
|
|
13111
13610
|
"type": "string"
|
|
13611
|
+
},
|
|
13612
|
+
"renderRuntimeType": {
|
|
13613
|
+
"default": "iframe",
|
|
13614
|
+
"enum": [
|
|
13615
|
+
"iframe",
|
|
13616
|
+
"webworker"
|
|
13617
|
+
],
|
|
13618
|
+
"type": "string"
|
|
13112
13619
|
}
|
|
13113
13620
|
},
|
|
13114
13621
|
"required": [
|
|
@@ -13131,6 +13638,14 @@
|
|
|
13131
13638
|
"native"
|
|
13132
13639
|
],
|
|
13133
13640
|
"type": "string"
|
|
13641
|
+
},
|
|
13642
|
+
"renderRuntimeType": {
|
|
13643
|
+
"default": "iframe",
|
|
13644
|
+
"enum": [
|
|
13645
|
+
"iframe",
|
|
13646
|
+
"webworker"
|
|
13647
|
+
],
|
|
13648
|
+
"type": "string"
|
|
13134
13649
|
}
|
|
13135
13650
|
},
|
|
13136
13651
|
"required": [
|
|
@@ -13221,6 +13736,14 @@
|
|
|
13221
13736
|
],
|
|
13222
13737
|
"type": "string"
|
|
13223
13738
|
},
|
|
13739
|
+
"renderRuntimeType": {
|
|
13740
|
+
"default": "iframe",
|
|
13741
|
+
"enum": [
|
|
13742
|
+
"iframe",
|
|
13743
|
+
"webworker"
|
|
13744
|
+
],
|
|
13745
|
+
"type": "string"
|
|
13746
|
+
},
|
|
13224
13747
|
"displayConditions": {
|
|
13225
13748
|
"type": "object",
|
|
13226
13749
|
"properties": {}
|
|
@@ -13564,6 +14087,14 @@
|
|
|
13564
14087
|
"native"
|
|
13565
14088
|
],
|
|
13566
14089
|
"type": "string"
|
|
14090
|
+
},
|
|
14091
|
+
"renderRuntimeType": {
|
|
14092
|
+
"default": "iframe",
|
|
14093
|
+
"enum": [
|
|
14094
|
+
"iframe",
|
|
14095
|
+
"webworker"
|
|
14096
|
+
],
|
|
14097
|
+
"type": "string"
|
|
13567
14098
|
}
|
|
13568
14099
|
},
|
|
13569
14100
|
"required": [
|
|
@@ -13586,6 +14117,14 @@
|
|
|
13586
14117
|
"native"
|
|
13587
14118
|
],
|
|
13588
14119
|
"type": "string"
|
|
14120
|
+
},
|
|
14121
|
+
"renderRuntimeType": {
|
|
14122
|
+
"default": "iframe",
|
|
14123
|
+
"enum": [
|
|
14124
|
+
"iframe",
|
|
14125
|
+
"webworker"
|
|
14126
|
+
],
|
|
14127
|
+
"type": "string"
|
|
13589
14128
|
}
|
|
13590
14129
|
},
|
|
13591
14130
|
"required": [
|
|
@@ -13608,6 +14147,14 @@
|
|
|
13608
14147
|
"native"
|
|
13609
14148
|
],
|
|
13610
14149
|
"type": "string"
|
|
14150
|
+
},
|
|
14151
|
+
"renderRuntimeType": {
|
|
14152
|
+
"default": "iframe",
|
|
14153
|
+
"enum": [
|
|
14154
|
+
"iframe",
|
|
14155
|
+
"webworker"
|
|
14156
|
+
],
|
|
14157
|
+
"type": "string"
|
|
13611
14158
|
}
|
|
13612
14159
|
},
|
|
13613
14160
|
"required": [
|
|
@@ -13762,6 +14309,14 @@
|
|
|
13762
14309
|
"native"
|
|
13763
14310
|
],
|
|
13764
14311
|
"type": "string"
|
|
14312
|
+
},
|
|
14313
|
+
"renderRuntimeType": {
|
|
14314
|
+
"default": "iframe",
|
|
14315
|
+
"enum": [
|
|
14316
|
+
"iframe",
|
|
14317
|
+
"webworker"
|
|
14318
|
+
],
|
|
14319
|
+
"type": "string"
|
|
13765
14320
|
}
|
|
13766
14321
|
},
|
|
13767
14322
|
"required": [
|
|
@@ -13784,6 +14339,14 @@
|
|
|
13784
14339
|
"native"
|
|
13785
14340
|
],
|
|
13786
14341
|
"type": "string"
|
|
14342
|
+
},
|
|
14343
|
+
"renderRuntimeType": {
|
|
14344
|
+
"default": "iframe",
|
|
14345
|
+
"enum": [
|
|
14346
|
+
"iframe",
|
|
14347
|
+
"webworker"
|
|
14348
|
+
],
|
|
14349
|
+
"type": "string"
|
|
13787
14350
|
}
|
|
13788
14351
|
},
|
|
13789
14352
|
"required": [
|
|
@@ -13806,6 +14369,14 @@
|
|
|
13806
14369
|
"native"
|
|
13807
14370
|
],
|
|
13808
14371
|
"type": "string"
|
|
14372
|
+
},
|
|
14373
|
+
"renderRuntimeType": {
|
|
14374
|
+
"default": "iframe",
|
|
14375
|
+
"enum": [
|
|
14376
|
+
"iframe",
|
|
14377
|
+
"webworker"
|
|
14378
|
+
],
|
|
14379
|
+
"type": "string"
|
|
13809
14380
|
}
|
|
13810
14381
|
},
|
|
13811
14382
|
"required": [
|
|
@@ -14038,6 +14609,14 @@
|
|
|
14038
14609
|
],
|
|
14039
14610
|
"type": "string"
|
|
14040
14611
|
},
|
|
14612
|
+
"renderRuntimeType": {
|
|
14613
|
+
"default": "iframe",
|
|
14614
|
+
"enum": [
|
|
14615
|
+
"iframe",
|
|
14616
|
+
"webworker"
|
|
14617
|
+
],
|
|
14618
|
+
"type": "string"
|
|
14619
|
+
},
|
|
14041
14620
|
"title": {
|
|
14042
14621
|
"anyOf": [
|
|
14043
14622
|
{
|
|
@@ -14227,6 +14806,14 @@
|
|
|
14227
14806
|
],
|
|
14228
14807
|
"type": "string"
|
|
14229
14808
|
},
|
|
14809
|
+
"renderRuntimeType": {
|
|
14810
|
+
"default": "iframe",
|
|
14811
|
+
"enum": [
|
|
14812
|
+
"iframe",
|
|
14813
|
+
"webworker"
|
|
14814
|
+
],
|
|
14815
|
+
"type": "string"
|
|
14816
|
+
},
|
|
14230
14817
|
"displayConditions": {
|
|
14231
14818
|
"type": "object",
|
|
14232
14819
|
"properties": {}
|
|
@@ -14750,6 +15337,14 @@
|
|
|
14750
15337
|
],
|
|
14751
15338
|
"type": "string"
|
|
14752
15339
|
},
|
|
15340
|
+
"renderRuntimeType": {
|
|
15341
|
+
"default": "iframe",
|
|
15342
|
+
"enum": [
|
|
15343
|
+
"iframe",
|
|
15344
|
+
"webworker"
|
|
15345
|
+
],
|
|
15346
|
+
"type": "string"
|
|
15347
|
+
},
|
|
14753
15348
|
"displayConditions": {
|
|
14754
15349
|
"type": "object",
|
|
14755
15350
|
"properties": {}
|
|
@@ -14838,6 +15433,14 @@
|
|
|
14838
15433
|
],
|
|
14839
15434
|
"type": "string"
|
|
14840
15435
|
},
|
|
15436
|
+
"renderRuntimeType": {
|
|
15437
|
+
"default": "iframe",
|
|
15438
|
+
"enum": [
|
|
15439
|
+
"iframe",
|
|
15440
|
+
"webworker"
|
|
15441
|
+
],
|
|
15442
|
+
"type": "string"
|
|
15443
|
+
},
|
|
14841
15444
|
"title": {
|
|
14842
15445
|
"anyOf": [
|
|
14843
15446
|
{
|
|
@@ -15284,6 +15887,14 @@
|
|
|
15284
15887
|
],
|
|
15285
15888
|
"type": "string"
|
|
15286
15889
|
},
|
|
15890
|
+
"renderRuntimeType": {
|
|
15891
|
+
"default": "iframe",
|
|
15892
|
+
"enum": [
|
|
15893
|
+
"iframe",
|
|
15894
|
+
"webworker"
|
|
15895
|
+
],
|
|
15896
|
+
"type": "string"
|
|
15897
|
+
},
|
|
15287
15898
|
"displayConditions": {
|
|
15288
15899
|
"type": "object",
|
|
15289
15900
|
"properties": {}
|
|
@@ -15373,6 +15984,14 @@
|
|
|
15373
15984
|
"native"
|
|
15374
15985
|
],
|
|
15375
15986
|
"type": "string"
|
|
15987
|
+
},
|
|
15988
|
+
"renderRuntimeType": {
|
|
15989
|
+
"default": "iframe",
|
|
15990
|
+
"enum": [
|
|
15991
|
+
"iframe",
|
|
15992
|
+
"webworker"
|
|
15993
|
+
],
|
|
15994
|
+
"type": "string"
|
|
15376
15995
|
}
|
|
15377
15996
|
},
|
|
15378
15997
|
"required": [
|
|
@@ -15693,6 +16312,14 @@
|
|
|
15693
16312
|
],
|
|
15694
16313
|
"type": "string"
|
|
15695
16314
|
},
|
|
16315
|
+
"renderRuntimeType": {
|
|
16316
|
+
"default": "iframe",
|
|
16317
|
+
"enum": [
|
|
16318
|
+
"iframe",
|
|
16319
|
+
"webworker"
|
|
16320
|
+
],
|
|
16321
|
+
"type": "string"
|
|
16322
|
+
},
|
|
15696
16323
|
"displayConditions": {
|
|
15697
16324
|
"type": "object",
|
|
15698
16325
|
"properties": {}
|
|
@@ -15959,6 +16586,14 @@
|
|
|
15959
16586
|
],
|
|
15960
16587
|
"type": "string"
|
|
15961
16588
|
},
|
|
16589
|
+
"renderRuntimeType": {
|
|
16590
|
+
"default": "iframe",
|
|
16591
|
+
"enum": [
|
|
16592
|
+
"iframe",
|
|
16593
|
+
"webworker"
|
|
16594
|
+
],
|
|
16595
|
+
"type": "string"
|
|
16596
|
+
},
|
|
15962
16597
|
"displayConditions": {
|
|
15963
16598
|
"type": "object",
|
|
15964
16599
|
"properties": {}
|
|
@@ -16058,6 +16693,14 @@
|
|
|
16058
16693
|
"native"
|
|
16059
16694
|
],
|
|
16060
16695
|
"type": "string"
|
|
16696
|
+
},
|
|
16697
|
+
"renderRuntimeType": {
|
|
16698
|
+
"default": "iframe",
|
|
16699
|
+
"enum": [
|
|
16700
|
+
"iframe",
|
|
16701
|
+
"webworker"
|
|
16702
|
+
],
|
|
16703
|
+
"type": "string"
|
|
16061
16704
|
}
|
|
16062
16705
|
},
|
|
16063
16706
|
"required": [
|
|
@@ -16124,6 +16767,14 @@
|
|
|
16124
16767
|
],
|
|
16125
16768
|
"type": "string"
|
|
16126
16769
|
},
|
|
16770
|
+
"renderRuntimeType": {
|
|
16771
|
+
"default": "iframe",
|
|
16772
|
+
"enum": [
|
|
16773
|
+
"iframe",
|
|
16774
|
+
"webworker"
|
|
16775
|
+
],
|
|
16776
|
+
"type": "string"
|
|
16777
|
+
},
|
|
16127
16778
|
"displayConditions": {
|
|
16128
16779
|
"type": "object",
|
|
16129
16780
|
"properties": {}
|
|
@@ -17051,6 +17702,14 @@
|
|
|
17051
17702
|
"type": "string",
|
|
17052
17703
|
"default": "default"
|
|
17053
17704
|
},
|
|
17705
|
+
"renderRuntimeType": {
|
|
17706
|
+
"enum": [
|
|
17707
|
+
"webworker",
|
|
17708
|
+
"iframe"
|
|
17709
|
+
],
|
|
17710
|
+
"type": "string",
|
|
17711
|
+
"default": "iframe"
|
|
17712
|
+
},
|
|
17054
17713
|
"key": {
|
|
17055
17714
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
17056
17715
|
}
|
|
@@ -17251,6 +17910,14 @@
|
|
|
17251
17910
|
"type": "string",
|
|
17252
17911
|
"default": "default"
|
|
17253
17912
|
},
|
|
17913
|
+
"renderRuntimeType": {
|
|
17914
|
+
"enum": [
|
|
17915
|
+
"webworker",
|
|
17916
|
+
"iframe"
|
|
17917
|
+
],
|
|
17918
|
+
"type": "string",
|
|
17919
|
+
"default": "iframe"
|
|
17920
|
+
},
|
|
17254
17921
|
"displayConditions": {
|
|
17255
17922
|
"type": "object"
|
|
17256
17923
|
},
|
|
@@ -17449,6 +18116,14 @@
|
|
|
17449
18116
|
"type": "string",
|
|
17450
18117
|
"default": "default"
|
|
17451
18118
|
},
|
|
18119
|
+
"renderRuntimeType": {
|
|
18120
|
+
"enum": [
|
|
18121
|
+
"webworker",
|
|
18122
|
+
"iframe"
|
|
18123
|
+
],
|
|
18124
|
+
"type": "string",
|
|
18125
|
+
"default": "iframe"
|
|
18126
|
+
},
|
|
17452
18127
|
"displayConditions": {
|
|
17453
18128
|
"type": "object"
|
|
17454
18129
|
},
|
|
@@ -17649,6 +18324,14 @@
|
|
|
17649
18324
|
"type": "string",
|
|
17650
18325
|
"default": "default"
|
|
17651
18326
|
},
|
|
18327
|
+
"renderRuntimeType": {
|
|
18328
|
+
"enum": [
|
|
18329
|
+
"webworker",
|
|
18330
|
+
"iframe"
|
|
18331
|
+
],
|
|
18332
|
+
"type": "string",
|
|
18333
|
+
"default": "iframe"
|
|
18334
|
+
},
|
|
17652
18335
|
"key": {
|
|
17653
18336
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
17654
18337
|
}
|
|
@@ -17811,6 +18494,14 @@
|
|
|
17811
18494
|
"type": "string",
|
|
17812
18495
|
"default": "default"
|
|
17813
18496
|
},
|
|
18497
|
+
"renderRuntimeType": {
|
|
18498
|
+
"enum": [
|
|
18499
|
+
"webworker",
|
|
18500
|
+
"iframe"
|
|
18501
|
+
],
|
|
18502
|
+
"type": "string",
|
|
18503
|
+
"default": "iframe"
|
|
18504
|
+
},
|
|
17814
18505
|
"displayConditions": {
|
|
17815
18506
|
"type": "object"
|
|
17816
18507
|
},
|
|
@@ -17962,6 +18653,14 @@
|
|
|
17962
18653
|
"type": "string",
|
|
17963
18654
|
"default": "default"
|
|
17964
18655
|
},
|
|
18656
|
+
"renderRuntimeType": {
|
|
18657
|
+
"enum": [
|
|
18658
|
+
"webworker",
|
|
18659
|
+
"iframe"
|
|
18660
|
+
],
|
|
18661
|
+
"type": "string",
|
|
18662
|
+
"default": "iframe"
|
|
18663
|
+
},
|
|
17965
18664
|
"displayConditions": {
|
|
17966
18665
|
"type": "object"
|
|
17967
18666
|
},
|
|
@@ -18113,6 +18812,14 @@
|
|
|
18113
18812
|
"type": "string",
|
|
18114
18813
|
"default": "default"
|
|
18115
18814
|
},
|
|
18815
|
+
"renderRuntimeType": {
|
|
18816
|
+
"enum": [
|
|
18817
|
+
"webworker",
|
|
18818
|
+
"iframe"
|
|
18819
|
+
],
|
|
18820
|
+
"type": "string",
|
|
18821
|
+
"default": "iframe"
|
|
18822
|
+
},
|
|
18116
18823
|
"displayConditions": {
|
|
18117
18824
|
"type": "object"
|
|
18118
18825
|
},
|
|
@@ -18311,6 +19018,14 @@
|
|
|
18311
19018
|
"type": "string",
|
|
18312
19019
|
"default": "default"
|
|
18313
19020
|
},
|
|
19021
|
+
"renderRuntimeType": {
|
|
19022
|
+
"enum": [
|
|
19023
|
+
"webworker",
|
|
19024
|
+
"iframe"
|
|
19025
|
+
],
|
|
19026
|
+
"type": "string",
|
|
19027
|
+
"default": "iframe"
|
|
19028
|
+
},
|
|
18314
19029
|
"displayConditions": {
|
|
18315
19030
|
"type": "object"
|
|
18316
19031
|
},
|
|
@@ -18479,6 +19194,14 @@
|
|
|
18479
19194
|
"type": "string",
|
|
18480
19195
|
"default": "default"
|
|
18481
19196
|
},
|
|
19197
|
+
"renderRuntimeType": {
|
|
19198
|
+
"enum": [
|
|
19199
|
+
"webworker",
|
|
19200
|
+
"iframe"
|
|
19201
|
+
],
|
|
19202
|
+
"type": "string",
|
|
19203
|
+
"default": "iframe"
|
|
19204
|
+
},
|
|
18482
19205
|
"key": {
|
|
18483
19206
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
18484
19207
|
}
|
|
@@ -18646,6 +19369,14 @@
|
|
|
18646
19369
|
"type": "string",
|
|
18647
19370
|
"default": "default"
|
|
18648
19371
|
},
|
|
19372
|
+
"renderRuntimeType": {
|
|
19373
|
+
"enum": [
|
|
19374
|
+
"webworker",
|
|
19375
|
+
"iframe"
|
|
19376
|
+
],
|
|
19377
|
+
"type": "string",
|
|
19378
|
+
"default": "iframe"
|
|
19379
|
+
},
|
|
18649
19380
|
"displayConditions": {
|
|
18650
19381
|
"type": "object"
|
|
18651
19382
|
},
|
|
@@ -18859,6 +19590,14 @@
|
|
|
18859
19590
|
"type": "string",
|
|
18860
19591
|
"default": "default"
|
|
18861
19592
|
},
|
|
19593
|
+
"renderRuntimeType": {
|
|
19594
|
+
"enum": [
|
|
19595
|
+
"webworker",
|
|
19596
|
+
"iframe"
|
|
19597
|
+
],
|
|
19598
|
+
"type": "string",
|
|
19599
|
+
"default": "iframe"
|
|
19600
|
+
},
|
|
18862
19601
|
"displayConditions": {
|
|
18863
19602
|
"type": "object"
|
|
18864
19603
|
},
|
|
@@ -19166,6 +19905,14 @@
|
|
|
19166
19905
|
"type": "string",
|
|
19167
19906
|
"default": "default"
|
|
19168
19907
|
},
|
|
19908
|
+
"renderRuntimeType": {
|
|
19909
|
+
"enum": [
|
|
19910
|
+
"webworker",
|
|
19911
|
+
"iframe"
|
|
19912
|
+
],
|
|
19913
|
+
"type": "string",
|
|
19914
|
+
"default": "iframe"
|
|
19915
|
+
},
|
|
19169
19916
|
"onDeleteImport": {
|
|
19170
19917
|
"anyOf": [
|
|
19171
19918
|
{
|
|
@@ -29002,6 +29749,7 @@
|
|
|
29002
29749
|
"required": [
|
|
29003
29750
|
"name",
|
|
29004
29751
|
"protocols",
|
|
29752
|
+
"productContexts",
|
|
29005
29753
|
"key"
|
|
29006
29754
|
],
|
|
29007
29755
|
"properties": {
|
|
@@ -29034,6 +29782,43 @@
|
|
|
29034
29782
|
},
|
|
29035
29783
|
"maxItems": 3
|
|
29036
29784
|
},
|
|
29785
|
+
"extensions": {
|
|
29786
|
+
"type": "array",
|
|
29787
|
+
"items": {
|
|
29788
|
+
"type": "object",
|
|
29789
|
+
"additionalProperties": false,
|
|
29790
|
+
"properties": {
|
|
29791
|
+
"uri": {
|
|
29792
|
+
"type": "string",
|
|
29793
|
+
"description": "The unique URI identifying the extension."
|
|
29794
|
+
},
|
|
29795
|
+
"description": {
|
|
29796
|
+
"type": "string",
|
|
29797
|
+
"description": "A human-readable description of how this agent uses the extension."
|
|
29798
|
+
},
|
|
29799
|
+
"required": {
|
|
29800
|
+
"type": "boolean",
|
|
29801
|
+
"description": "If true, the client must understand and comply with the extension's requirements."
|
|
29802
|
+
},
|
|
29803
|
+
"params": {
|
|
29804
|
+
"type": "object",
|
|
29805
|
+
"description": "Optional. Extension-specific configuration parameters."
|
|
29806
|
+
}
|
|
29807
|
+
}
|
|
29808
|
+
}
|
|
29809
|
+
},
|
|
29810
|
+
"productContexts": {
|
|
29811
|
+
"type": "array",
|
|
29812
|
+
"description": "Declares which Atlassian products the agent is designed to operate within.",
|
|
29813
|
+
"minItems": 1,
|
|
29814
|
+
"uniqueItems": true,
|
|
29815
|
+
"items": {
|
|
29816
|
+
"type": "string",
|
|
29817
|
+
"enum": [
|
|
29818
|
+
"jira"
|
|
29819
|
+
]
|
|
29820
|
+
}
|
|
29821
|
+
},
|
|
29037
29822
|
"protocols": {
|
|
29038
29823
|
"description": "Defines how your agent communicates with other agents and systems. It specifies the protocols and transport mechanisms available for interactions with your remote agent.",
|
|
29039
29824
|
"type": "object",
|
|
@@ -29727,216 +30512,111 @@
|
|
|
29727
30512
|
"global:ui": {
|
|
29728
30513
|
"type": "array",
|
|
29729
30514
|
"items": {
|
|
29730
|
-
"
|
|
29731
|
-
|
|
29732
|
-
|
|
29733
|
-
|
|
29734
|
-
"
|
|
29735
|
-
|
|
29736
|
-
"
|
|
29737
|
-
|
|
29738
|
-
|
|
29739
|
-
|
|
29740
|
-
"properties": {
|
|
29741
|
-
"i18n": {
|
|
29742
|
-
"type": "string",
|
|
29743
|
-
"minLength": 1,
|
|
29744
|
-
"maxLength": 300,
|
|
29745
|
-
"pattern": "^[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*$"
|
|
29746
|
-
}
|
|
29747
|
-
},
|
|
29748
|
-
"required": [
|
|
29749
|
-
"i18n"
|
|
29750
|
-
]
|
|
29751
|
-
},
|
|
29752
|
-
{
|
|
30515
|
+
"type": "object",
|
|
30516
|
+
"additionalProperties": false,
|
|
30517
|
+
"properties": {
|
|
30518
|
+
"title": {
|
|
30519
|
+
"oneOf": [
|
|
30520
|
+
{
|
|
30521
|
+
"type": "object",
|
|
30522
|
+
"additionalProperties": false,
|
|
30523
|
+
"properties": {
|
|
30524
|
+
"i18n": {
|
|
29753
30525
|
"type": "string",
|
|
29754
30526
|
"minLength": 1,
|
|
29755
|
-
"maxLength":
|
|
30527
|
+
"maxLength": 300,
|
|
30528
|
+
"pattern": "^[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*$"
|
|
29756
30529
|
}
|
|
30530
|
+
},
|
|
30531
|
+
"required": [
|
|
30532
|
+
"i18n"
|
|
29757
30533
|
]
|
|
29758
30534
|
},
|
|
29759
|
-
|
|
29760
|
-
"type": "string",
|
|
29761
|
-
"minLength": 1,
|
|
29762
|
-
"maxLength": 300,
|
|
29763
|
-
"pattern": "^[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*$"
|
|
29764
|
-
},
|
|
29765
|
-
"routePrefix": {
|
|
29766
|
-
"type": "string",
|
|
29767
|
-
"minLength": 1,
|
|
29768
|
-
"maxLength": 255,
|
|
29769
|
-
"pattern": "^[a-z0-9\\-]+$"
|
|
29770
|
-
},
|
|
29771
|
-
"icon": {
|
|
29772
|
-
"type": "string",
|
|
29773
|
-
"minLength": 1,
|
|
29774
|
-
"maxLength": 255
|
|
29775
|
-
},
|
|
29776
|
-
"resource": {
|
|
29777
|
-
"type": "string",
|
|
29778
|
-
"minLength": 1,
|
|
29779
|
-
"maxLength": 23,
|
|
29780
|
-
"pattern": "^[a-zA-Z0-9_\\-]+$"
|
|
29781
|
-
},
|
|
29782
|
-
"resourceUploadId": {
|
|
30535
|
+
{
|
|
29783
30536
|
"type": "string",
|
|
29784
30537
|
"minLength": 1,
|
|
29785
30538
|
"maxLength": 255
|
|
29786
|
-
},
|
|
29787
|
-
"resolver": {
|
|
29788
|
-
"anyOf": [
|
|
29789
|
-
{
|
|
29790
|
-
"additionalProperties": false,
|
|
29791
|
-
"type": "object",
|
|
29792
|
-
"properties": {
|
|
29793
|
-
"function": {
|
|
29794
|
-
"type": "string",
|
|
29795
|
-
"minLength": 1,
|
|
29796
|
-
"maxLength": 255,
|
|
29797
|
-
"pattern": "^[a-zA-Z0-9-_]+$"
|
|
29798
|
-
}
|
|
29799
|
-
},
|
|
29800
|
-
"required": [
|
|
29801
|
-
"function"
|
|
29802
|
-
]
|
|
29803
|
-
},
|
|
29804
|
-
{
|
|
29805
|
-
"additionalProperties": false,
|
|
29806
|
-
"type": "object",
|
|
29807
|
-
"properties": {
|
|
29808
|
-
"endpoint": {
|
|
29809
|
-
"type": "string",
|
|
29810
|
-
"minLength": 1,
|
|
29811
|
-
"maxLength": 255,
|
|
29812
|
-
"pattern": "^[a-zA-Z0-9-_]+$"
|
|
29813
|
-
}
|
|
29814
|
-
},
|
|
29815
|
-
"required": [
|
|
29816
|
-
"endpoint"
|
|
29817
|
-
]
|
|
29818
|
-
}
|
|
29819
|
-
]
|
|
29820
|
-
},
|
|
29821
|
-
"key": {
|
|
29822
|
-
"$ref": "#/definitions/ModuleKeySchema"
|
|
29823
30539
|
}
|
|
29824
|
-
},
|
|
29825
|
-
"required": [
|
|
29826
|
-
"resource",
|
|
29827
|
-
"routePrefix",
|
|
29828
|
-
"key"
|
|
29829
30540
|
]
|
|
29830
30541
|
},
|
|
29831
|
-
{
|
|
29832
|
-
"type": "
|
|
29833
|
-
"
|
|
29834
|
-
"
|
|
29835
|
-
|
|
29836
|
-
|
|
29837
|
-
|
|
29838
|
-
|
|
29839
|
-
|
|
29840
|
-
|
|
29841
|
-
|
|
29842
|
-
|
|
29843
|
-
|
|
29844
|
-
|
|
29845
|
-
|
|
29846
|
-
|
|
29847
|
-
|
|
29848
|
-
|
|
29849
|
-
|
|
29850
|
-
|
|
29851
|
-
|
|
29852
|
-
|
|
30542
|
+
"title__i18n": {
|
|
30543
|
+
"type": "string",
|
|
30544
|
+
"minLength": 1,
|
|
30545
|
+
"maxLength": 300,
|
|
30546
|
+
"pattern": "^[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*$"
|
|
30547
|
+
},
|
|
30548
|
+
"icon": {
|
|
30549
|
+
"type": "string",
|
|
30550
|
+
"minLength": 1,
|
|
30551
|
+
"maxLength": 255
|
|
30552
|
+
},
|
|
30553
|
+
"resource": {
|
|
30554
|
+
"type": "string",
|
|
30555
|
+
"minLength": 1,
|
|
30556
|
+
"maxLength": 23,
|
|
30557
|
+
"pattern": "^[a-zA-Z0-9_\\-]+$"
|
|
30558
|
+
},
|
|
30559
|
+
"resourceUploadId": {
|
|
30560
|
+
"type": "string",
|
|
30561
|
+
"minLength": 1,
|
|
30562
|
+
"maxLength": 255
|
|
30563
|
+
},
|
|
30564
|
+
"resolver": {
|
|
30565
|
+
"anyOf": [
|
|
30566
|
+
{
|
|
30567
|
+
"additionalProperties": false,
|
|
30568
|
+
"type": "object",
|
|
30569
|
+
"properties": {
|
|
30570
|
+
"function": {
|
|
29853
30571
|
"type": "string",
|
|
29854
30572
|
"minLength": 1,
|
|
29855
|
-
"maxLength": 255
|
|
30573
|
+
"maxLength": 255,
|
|
30574
|
+
"pattern": "^[a-zA-Z0-9-_]+$"
|
|
29856
30575
|
}
|
|
30576
|
+
},
|
|
30577
|
+
"required": [
|
|
30578
|
+
"function"
|
|
29857
30579
|
]
|
|
29858
30580
|
},
|
|
29859
|
-
|
|
29860
|
-
"
|
|
29861
|
-
"
|
|
29862
|
-
"
|
|
29863
|
-
|
|
29864
|
-
|
|
29865
|
-
|
|
29866
|
-
|
|
29867
|
-
|
|
29868
|
-
"additionalProperties": false,
|
|
29869
|
-
"type": "object",
|
|
29870
|
-
"properties": {
|
|
29871
|
-
"function": {
|
|
29872
|
-
"type": "string",
|
|
29873
|
-
"minLength": 1,
|
|
29874
|
-
"maxLength": 255,
|
|
29875
|
-
"pattern": "^[a-zA-Z0-9-_]+$"
|
|
29876
|
-
}
|
|
29877
|
-
},
|
|
29878
|
-
"required": [
|
|
29879
|
-
"function"
|
|
29880
|
-
]
|
|
29881
|
-
},
|
|
29882
|
-
{
|
|
29883
|
-
"additionalProperties": false,
|
|
29884
|
-
"type": "object",
|
|
29885
|
-
"properties": {
|
|
29886
|
-
"endpoint": {
|
|
29887
|
-
"type": "string",
|
|
29888
|
-
"minLength": 1,
|
|
29889
|
-
"maxLength": 255,
|
|
29890
|
-
"pattern": "^[a-zA-Z0-9-_]+$"
|
|
29891
|
-
}
|
|
29892
|
-
},
|
|
29893
|
-
"required": [
|
|
29894
|
-
"endpoint"
|
|
29895
|
-
]
|
|
30581
|
+
{
|
|
30582
|
+
"additionalProperties": false,
|
|
30583
|
+
"type": "object",
|
|
30584
|
+
"properties": {
|
|
30585
|
+
"endpoint": {
|
|
30586
|
+
"type": "string",
|
|
30587
|
+
"minLength": 1,
|
|
30588
|
+
"maxLength": 255,
|
|
30589
|
+
"pattern": "^[a-zA-Z0-9-_]+$"
|
|
29896
30590
|
}
|
|
30591
|
+
},
|
|
30592
|
+
"required": [
|
|
30593
|
+
"endpoint"
|
|
29897
30594
|
]
|
|
29898
|
-
},
|
|
29899
|
-
"resource": {
|
|
29900
|
-
"type": "string",
|
|
29901
|
-
"minLength": 1,
|
|
29902
|
-
"maxLength": 23,
|
|
29903
|
-
"pattern": "^[a-zA-Z0-9_\\-]+$"
|
|
29904
|
-
},
|
|
29905
|
-
"resourceUploadId": {
|
|
29906
|
-
"type": "string",
|
|
29907
|
-
"minLength": 1,
|
|
29908
|
-
"maxLength": 255
|
|
29909
|
-
},
|
|
29910
|
-
"render": {
|
|
29911
|
-
"enum": [
|
|
29912
|
-
"native",
|
|
29913
|
-
"default"
|
|
29914
|
-
],
|
|
29915
|
-
"type": "string",
|
|
29916
|
-
"default": "default"
|
|
29917
|
-
},
|
|
29918
|
-
"routePrefix": {
|
|
29919
|
-
"type": "string",
|
|
29920
|
-
"minLength": 1,
|
|
29921
|
-
"maxLength": 255,
|
|
29922
|
-
"pattern": "^[a-z0-9\\-]+$"
|
|
29923
|
-
},
|
|
29924
|
-
"icon": {
|
|
29925
|
-
"type": "string",
|
|
29926
|
-
"minLength": 1,
|
|
29927
|
-
"maxLength": 255
|
|
29928
|
-
},
|
|
29929
|
-
"key": {
|
|
29930
|
-
"$ref": "#/definitions/ModuleKeySchema"
|
|
29931
30595
|
}
|
|
29932
|
-
},
|
|
29933
|
-
"required": [
|
|
29934
|
-
"resource",
|
|
29935
|
-
"routePrefix",
|
|
29936
|
-
"render",
|
|
29937
|
-
"key"
|
|
29938
30596
|
]
|
|
30597
|
+
},
|
|
30598
|
+
"render": {
|
|
30599
|
+
"enum": [
|
|
30600
|
+
"native"
|
|
30601
|
+
],
|
|
30602
|
+
"type": "string"
|
|
30603
|
+
},
|
|
30604
|
+
"renderRuntimeType": {
|
|
30605
|
+
"enum": [
|
|
30606
|
+
"webworker",
|
|
30607
|
+
"iframe"
|
|
30608
|
+
],
|
|
30609
|
+
"type": "string",
|
|
30610
|
+
"default": "iframe"
|
|
30611
|
+
},
|
|
30612
|
+
"key": {
|
|
30613
|
+
"$ref": "#/definitions/ModuleKeySchema"
|
|
29939
30614
|
}
|
|
30615
|
+
},
|
|
30616
|
+
"required": [
|
|
30617
|
+
"resource",
|
|
30618
|
+
"render",
|
|
30619
|
+
"key"
|
|
29940
30620
|
]
|
|
29941
30621
|
},
|
|
29942
30622
|
"minItems": 1
|
|
@@ -31570,6 +32250,55 @@
|
|
|
31570
32250
|
}
|
|
31571
32251
|
]
|
|
31572
32252
|
},
|
|
32253
|
+
"PayloadInclude": {
|
|
32254
|
+
"additionalProperties": false,
|
|
32255
|
+
"title": "PayloadInclude",
|
|
32256
|
+
"type": "object",
|
|
32257
|
+
"properties": {
|
|
32258
|
+
"include": {
|
|
32259
|
+
"title": "include",
|
|
32260
|
+
"type": "object",
|
|
32261
|
+
"additionalProperties": false,
|
|
32262
|
+
"properties": {
|
|
32263
|
+
"propertyPaths": {
|
|
32264
|
+
"title": "propertyPaths",
|
|
32265
|
+
"description": "List of property paths to include in the event payload",
|
|
32266
|
+
"type": "array",
|
|
32267
|
+
"items": {
|
|
32268
|
+
"type": "string",
|
|
32269
|
+
"minLength": 1
|
|
32270
|
+
},
|
|
32271
|
+
"minItems": 1
|
|
32272
|
+
},
|
|
32273
|
+
"fields": {
|
|
32274
|
+
"title": "fields",
|
|
32275
|
+
"description": "List of fields to include in the event payload",
|
|
32276
|
+
"type": "array",
|
|
32277
|
+
"items": {
|
|
32278
|
+
"type": "string",
|
|
32279
|
+
"minLength": 1
|
|
32280
|
+
},
|
|
32281
|
+
"minItems": 1
|
|
32282
|
+
}
|
|
32283
|
+
},
|
|
32284
|
+
"anyOf": [
|
|
32285
|
+
{
|
|
32286
|
+
"required": [
|
|
32287
|
+
"propertyPaths"
|
|
32288
|
+
]
|
|
32289
|
+
},
|
|
32290
|
+
{
|
|
32291
|
+
"required": [
|
|
32292
|
+
"fields"
|
|
32293
|
+
]
|
|
32294
|
+
}
|
|
32295
|
+
]
|
|
32296
|
+
}
|
|
32297
|
+
},
|
|
32298
|
+
"required": [
|
|
32299
|
+
"include"
|
|
32300
|
+
]
|
|
32301
|
+
},
|
|
31573
32302
|
"FilteredProductEvents": {
|
|
31574
32303
|
"title": "FilteredProductEvents",
|
|
31575
32304
|
"type": "array",
|
|
@@ -31584,6 +32313,11 @@
|
|
|
31584
32313
|
"$ref": "#/definitions/ProductEventsFilter",
|
|
31585
32314
|
"title": "filter",
|
|
31586
32315
|
"type": "object"
|
|
32316
|
+
},
|
|
32317
|
+
"payload": {
|
|
32318
|
+
"$ref": "#/definitions/PayloadInclude",
|
|
32319
|
+
"title": "payload",
|
|
32320
|
+
"type": "object"
|
|
31587
32321
|
}
|
|
31588
32322
|
},
|
|
31589
32323
|
"required": [
|