@forge/manifest 12.6.0-next.0 → 12.6.0-next.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -410,6 +410,11 @@
410
410
  "title": "filter",
411
411
  "type": "object"
412
412
  },
413
+ "payload": {
414
+ "$ref": "#/definitions/PayloadInclude",
415
+ "title": "payload",
416
+ "type": "object"
417
+ },
413
418
  "key": {
414
419
  "$ref": "#/definitions/ModuleKeySchema"
415
420
  }
@@ -450,6 +455,11 @@
450
455
  "title": "filter",
451
456
  "type": "object"
452
457
  },
458
+ "payload": {
459
+ "$ref": "#/definitions/PayloadInclude",
460
+ "title": "payload",
461
+ "type": "object"
462
+ },
453
463
  "key": {
454
464
  "$ref": "#/definitions/ModuleKeySchema"
455
465
  }
@@ -1363,6 +1373,14 @@
1363
1373
  "native"
1364
1374
  ],
1365
1375
  "type": "string"
1376
+ },
1377
+ "renderRuntimeType": {
1378
+ "default": "iframe",
1379
+ "enum": [
1380
+ "iframe",
1381
+ "webworker"
1382
+ ],
1383
+ "type": "string"
1366
1384
  }
1367
1385
  }
1368
1386
  },
@@ -1457,6 +1475,14 @@
1457
1475
  "native"
1458
1476
  ],
1459
1477
  "type": "string"
1478
+ },
1479
+ "renderRuntimeType": {
1480
+ "default": "iframe",
1481
+ "enum": [
1482
+ "iframe",
1483
+ "webworker"
1484
+ ],
1485
+ "type": "string"
1460
1486
  }
1461
1487
  }
1462
1488
  },
@@ -1588,6 +1614,14 @@
1588
1614
  "native"
1589
1615
  ],
1590
1616
  "type": "string"
1617
+ },
1618
+ "renderRuntimeType": {
1619
+ "default": "iframe",
1620
+ "enum": [
1621
+ "iframe",
1622
+ "webworker"
1623
+ ],
1624
+ "type": "string"
1591
1625
  }
1592
1626
  }
1593
1627
  },
@@ -1691,6 +1725,14 @@
1691
1725
  "native"
1692
1726
  ],
1693
1727
  "type": "string"
1728
+ },
1729
+ "renderRuntimeType": {
1730
+ "default": "iframe",
1731
+ "enum": [
1732
+ "iframe",
1733
+ "webworker"
1734
+ ],
1735
+ "type": "string"
1694
1736
  }
1695
1737
  }
1696
1738
  },
@@ -2340,6 +2382,14 @@
2340
2382
  "type": "string",
2341
2383
  "default": "default"
2342
2384
  },
2385
+ "renderRuntimeType": {
2386
+ "enum": [
2387
+ "webworker",
2388
+ "iframe"
2389
+ ],
2390
+ "type": "string",
2391
+ "default": "iframe"
2392
+ },
2343
2393
  "viewportSize": {
2344
2394
  "type": "string",
2345
2395
  "minLength": 1,
@@ -2420,6 +2470,14 @@
2420
2470
  "type": "string",
2421
2471
  "default": "default"
2422
2472
  },
2473
+ "renderRuntimeType": {
2474
+ "enum": [
2475
+ "webworker",
2476
+ "iframe"
2477
+ ],
2478
+ "type": "string",
2479
+ "default": "iframe"
2480
+ },
2423
2481
  "layout": {
2424
2482
  "enum": [
2425
2483
  "inline",
@@ -2971,6 +3029,14 @@
2971
3029
  "type": "string",
2972
3030
  "default": "default"
2973
3031
  },
3032
+ "renderRuntimeType": {
3033
+ "enum": [
3034
+ "webworker",
3035
+ "iframe"
3036
+ ],
3037
+ "type": "string",
3038
+ "default": "iframe"
3039
+ },
2974
3040
  "unlicensedAccess": {
2975
3041
  "type": "array",
2976
3042
  "items": {
@@ -3262,6 +3328,14 @@
3262
3328
  "type": "string",
3263
3329
  "default": "default"
3264
3330
  },
3331
+ "renderRuntimeType": {
3332
+ "enum": [
3333
+ "webworker",
3334
+ "iframe"
3335
+ ],
3336
+ "type": "string",
3337
+ "default": "iframe"
3338
+ },
3265
3339
  "key": {
3266
3340
  "$ref": "#/definitions/ModuleKeySchema"
3267
3341
  }
@@ -3720,6 +3794,14 @@
3720
3794
  "type": "string",
3721
3795
  "default": "default"
3722
3796
  },
3797
+ "renderRuntimeType": {
3798
+ "enum": [
3799
+ "webworker",
3800
+ "iframe"
3801
+ ],
3802
+ "type": "string",
3803
+ "default": "iframe"
3804
+ },
3723
3805
  "key": {
3724
3806
  "$ref": "#/definitions/ModuleKeySchema"
3725
3807
  }
@@ -3986,6 +4068,14 @@
3986
4068
  "type": "string",
3987
4069
  "default": "default"
3988
4070
  },
4071
+ "renderRuntimeType": {
4072
+ "enum": [
4073
+ "webworker",
4074
+ "iframe"
4075
+ ],
4076
+ "type": "string",
4077
+ "default": "iframe"
4078
+ },
3989
4079
  "key": {
3990
4080
  "$ref": "#/definitions/ModuleKeySchema"
3991
4081
  }
@@ -4283,6 +4373,14 @@
4283
4373
  "type": "string",
4284
4374
  "default": "default"
4285
4375
  },
4376
+ "renderRuntimeType": {
4377
+ "enum": [
4378
+ "webworker",
4379
+ "iframe"
4380
+ ],
4381
+ "type": "string",
4382
+ "default": "iframe"
4383
+ },
4286
4384
  "key": {
4287
4385
  "$ref": "#/definitions/ModuleKeySchema"
4288
4386
  }
@@ -4551,6 +4649,14 @@
4551
4649
  "type": "string",
4552
4650
  "default": "default"
4553
4651
  },
4652
+ "renderRuntimeType": {
4653
+ "enum": [
4654
+ "webworker",
4655
+ "iframe"
4656
+ ],
4657
+ "type": "string",
4658
+ "default": "iframe"
4659
+ },
4554
4660
  "key": {
4555
4661
  "$ref": "#/definitions/ModuleKeySchema"
4556
4662
  }
@@ -4831,6 +4937,14 @@
4831
4937
  "type": "string",
4832
4938
  "default": "default"
4833
4939
  },
4940
+ "renderRuntimeType": {
4941
+ "enum": [
4942
+ "webworker",
4943
+ "iframe"
4944
+ ],
4945
+ "type": "string",
4946
+ "default": "iframe"
4947
+ },
4834
4948
  "key": {
4835
4949
  "$ref": "#/definitions/ModuleKeySchema"
4836
4950
  }
@@ -5120,6 +5234,14 @@
5120
5234
  "type": "string",
5121
5235
  "default": "default"
5122
5236
  },
5237
+ "renderRuntimeType": {
5238
+ "enum": [
5239
+ "webworker",
5240
+ "iframe"
5241
+ ],
5242
+ "type": "string",
5243
+ "default": "iframe"
5244
+ },
5123
5245
  "unlicensedAccess": {
5124
5246
  "type": "array",
5125
5247
  "items": {
@@ -5189,6 +5311,11 @@
5189
5311
  "maxLength": 255,
5190
5312
  "pattern": "^[a-z0-9\\-]+$"
5191
5313
  },
5314
+ "icon": {
5315
+ "type": "string",
5316
+ "minLength": 1,
5317
+ "maxLength": 255
5318
+ },
5192
5319
  "resource": {
5193
5320
  "type": "string",
5194
5321
  "minLength": 1,
@@ -5246,11 +5373,6 @@
5246
5373
  },
5247
5374
  "key": {
5248
5375
  "$ref": "#/definitions/ModuleKeySchema"
5249
- },
5250
- "icon": {
5251
- "type": "string",
5252
- "minLength": 1,
5253
- "maxLength": 255
5254
5376
  }
5255
5377
  },
5256
5378
  "required": [
@@ -5346,12 +5468,25 @@
5346
5468
  "type": "string",
5347
5469
  "default": "default"
5348
5470
  },
5471
+ "renderRuntimeType": {
5472
+ "enum": [
5473
+ "webworker",
5474
+ "iframe"
5475
+ ],
5476
+ "type": "string",
5477
+ "default": "iframe"
5478
+ },
5349
5479
  "routePrefix": {
5350
5480
  "type": "string",
5351
5481
  "minLength": 1,
5352
5482
  "maxLength": 255,
5353
5483
  "pattern": "^[a-z0-9\\-]+$"
5354
5484
  },
5485
+ "icon": {
5486
+ "type": "string",
5487
+ "minLength": 1,
5488
+ "maxLength": 255
5489
+ },
5355
5490
  "unlicensedAccess": {
5356
5491
  "type": "array",
5357
5492
  "items": {
@@ -5364,11 +5499,6 @@
5364
5499
  },
5365
5500
  "key": {
5366
5501
  "$ref": "#/definitions/ModuleKeySchema"
5367
- },
5368
- "icon": {
5369
- "type": "string",
5370
- "minLength": 1,
5371
- "maxLength": 255
5372
5502
  }
5373
5503
  },
5374
5504
  "required": [
@@ -5681,6 +5811,14 @@
5681
5811
  "type": "string",
5682
5812
  "default": "default"
5683
5813
  },
5814
+ "renderRuntimeType": {
5815
+ "enum": [
5816
+ "webworker",
5817
+ "iframe"
5818
+ ],
5819
+ "type": "string",
5820
+ "default": "iframe"
5821
+ },
5684
5822
  "migratedFromConnect": {
5685
5823
  "type": "boolean",
5686
5824
  "default": false,
@@ -5831,6 +5969,14 @@
5831
5969
  "type": "string",
5832
5970
  "default": "default"
5833
5971
  },
5972
+ "renderRuntimeType": {
5973
+ "enum": [
5974
+ "webworker",
5975
+ "iframe"
5976
+ ],
5977
+ "type": "string",
5978
+ "default": "iframe"
5979
+ },
5834
5980
  "displayConditions": {
5835
5981
  "type": "object"
5836
5982
  },
@@ -5977,6 +6123,14 @@
5977
6123
  "type": "string",
5978
6124
  "default": "default"
5979
6125
  },
6126
+ "renderRuntimeType": {
6127
+ "enum": [
6128
+ "webworker",
6129
+ "iframe"
6130
+ ],
6131
+ "type": "string",
6132
+ "default": "iframe"
6133
+ },
5980
6134
  "displayConditions": {
5981
6135
  "type": "object"
5982
6136
  },
@@ -6313,6 +6467,14 @@
6313
6467
  "native"
6314
6468
  ],
6315
6469
  "type": "string"
6470
+ },
6471
+ "renderRuntimeType": {
6472
+ "default": "iframe",
6473
+ "enum": [
6474
+ "iframe",
6475
+ "webworker"
6476
+ ],
6477
+ "type": "string"
6316
6478
  }
6317
6479
  },
6318
6480
  "required": [
@@ -6335,6 +6497,14 @@
6335
6497
  "native"
6336
6498
  ],
6337
6499
  "type": "string"
6500
+ },
6501
+ "renderRuntimeType": {
6502
+ "default": "iframe",
6503
+ "enum": [
6504
+ "iframe",
6505
+ "webworker"
6506
+ ],
6507
+ "type": "string"
6338
6508
  }
6339
6509
  },
6340
6510
  "required": [
@@ -6357,6 +6527,14 @@
6357
6527
  "native"
6358
6528
  ],
6359
6529
  "type": "string"
6530
+ },
6531
+ "renderRuntimeType": {
6532
+ "default": "iframe",
6533
+ "enum": [
6534
+ "iframe",
6535
+ "webworker"
6536
+ ],
6537
+ "type": "string"
6360
6538
  }
6361
6539
  },
6362
6540
  "required": [
@@ -6486,6 +6664,14 @@
6486
6664
  ],
6487
6665
  "type": "string"
6488
6666
  },
6667
+ "renderRuntimeType": {
6668
+ "default": "iframe",
6669
+ "enum": [
6670
+ "iframe",
6671
+ "webworker"
6672
+ ],
6673
+ "type": "string"
6674
+ },
6489
6675
  "formatter": {
6490
6676
  "type": "object",
6491
6677
  "properties": {
@@ -6720,6 +6906,14 @@
6720
6906
  "native"
6721
6907
  ],
6722
6908
  "type": "string"
6909
+ },
6910
+ "renderRuntimeType": {
6911
+ "default": "iframe",
6912
+ "enum": [
6913
+ "iframe",
6914
+ "webworker"
6915
+ ],
6916
+ "type": "string"
6723
6917
  }
6724
6918
  },
6725
6919
  "required": [
@@ -6753,6 +6947,14 @@
6753
6947
  ],
6754
6948
  "type": "string"
6755
6949
  },
6950
+ "renderRuntimeType": {
6951
+ "default": "iframe",
6952
+ "enum": [
6953
+ "iframe",
6954
+ "webworker"
6955
+ ],
6956
+ "type": "string"
6957
+ },
6756
6958
  "validation": {
6757
6959
  "type": "object",
6758
6960
  "properties": {
@@ -6884,6 +7086,14 @@
6884
7086
  ],
6885
7087
  "type": "string"
6886
7088
  },
7089
+ "renderRuntimeType": {
7090
+ "default": "iframe",
7091
+ "enum": [
7092
+ "iframe",
7093
+ "webworker"
7094
+ ],
7095
+ "type": "string"
7096
+ },
6887
7097
  "parser": {
6888
7098
  "type": "object",
6889
7099
  "properties": {
@@ -6957,6 +7167,14 @@
6957
7167
  ],
6958
7168
  "type": "string"
6959
7169
  },
7170
+ "renderRuntimeType": {
7171
+ "default": "iframe",
7172
+ "enum": [
7173
+ "iframe",
7174
+ "webworker"
7175
+ ],
7176
+ "type": "string"
7177
+ },
6960
7178
  "formatter": {
6961
7179
  "type": "object",
6962
7180
  "properties": {
@@ -7191,6 +7409,14 @@
7191
7409
  "native"
7192
7410
  ],
7193
7411
  "type": "string"
7412
+ },
7413
+ "renderRuntimeType": {
7414
+ "default": "iframe",
7415
+ "enum": [
7416
+ "iframe",
7417
+ "webworker"
7418
+ ],
7419
+ "type": "string"
7194
7420
  }
7195
7421
  },
7196
7422
  "required": [
@@ -7224,6 +7450,14 @@
7224
7450
  ],
7225
7451
  "type": "string"
7226
7452
  },
7453
+ "renderRuntimeType": {
7454
+ "default": "iframe",
7455
+ "enum": [
7456
+ "iframe",
7457
+ "webworker"
7458
+ ],
7459
+ "type": "string"
7460
+ },
7227
7461
  "validation": {
7228
7462
  "type": "object",
7229
7463
  "properties": {
@@ -7355,6 +7589,14 @@
7355
7589
  ],
7356
7590
  "type": "string"
7357
7591
  },
7592
+ "renderRuntimeType": {
7593
+ "default": "iframe",
7594
+ "enum": [
7595
+ "iframe",
7596
+ "webworker"
7597
+ ],
7598
+ "type": "string"
7599
+ },
7358
7600
  "parser": {
7359
7601
  "type": "object",
7360
7602
  "properties": {
@@ -7617,6 +7859,14 @@
7617
7859
  "native"
7618
7860
  ],
7619
7861
  "type": "string"
7862
+ },
7863
+ "renderRuntimeType": {
7864
+ "default": "iframe",
7865
+ "enum": [
7866
+ "iframe",
7867
+ "webworker"
7868
+ ],
7869
+ "type": "string"
7620
7870
  }
7621
7871
  },
7622
7872
  "required": [
@@ -7650,6 +7900,14 @@
7650
7900
  ],
7651
7901
  "type": "string"
7652
7902
  },
7903
+ "renderRuntimeType": {
7904
+ "default": "iframe",
7905
+ "enum": [
7906
+ "iframe",
7907
+ "webworker"
7908
+ ],
7909
+ "type": "string"
7910
+ },
7653
7911
  "validation": {
7654
7912
  "type": "object",
7655
7913
  "properties": {
@@ -7781,6 +8039,14 @@
7781
8039
  ],
7782
8040
  "type": "string"
7783
8041
  },
8042
+ "renderRuntimeType": {
8043
+ "default": "iframe",
8044
+ "enum": [
8045
+ "iframe",
8046
+ "webworker"
8047
+ ],
8048
+ "type": "string"
8049
+ },
7784
8050
  "parser": {
7785
8051
  "type": "object",
7786
8052
  "properties": {
@@ -7863,6 +8129,14 @@
7863
8129
  ],
7864
8130
  "type": "string"
7865
8131
  },
8132
+ "renderRuntimeType": {
8133
+ "default": "iframe",
8134
+ "enum": [
8135
+ "iframe",
8136
+ "webworker"
8137
+ ],
8138
+ "type": "string"
8139
+ },
7866
8140
  "formatter": {
7867
8141
  "type": "object",
7868
8142
  "properties": {
@@ -8063,6 +8337,14 @@
8063
8337
  "native"
8064
8338
  ],
8065
8339
  "type": "string"
8340
+ },
8341
+ "renderRuntimeType": {
8342
+ "default": "iframe",
8343
+ "enum": [
8344
+ "iframe",
8345
+ "webworker"
8346
+ ],
8347
+ "type": "string"
8066
8348
  }
8067
8349
  },
8068
8350
  "required": [
@@ -8096,6 +8378,14 @@
8096
8378
  ],
8097
8379
  "type": "string"
8098
8380
  },
8381
+ "renderRuntimeType": {
8382
+ "default": "iframe",
8383
+ "enum": [
8384
+ "iframe",
8385
+ "webworker"
8386
+ ],
8387
+ "type": "string"
8388
+ },
8099
8389
  "validation": {
8100
8390
  "type": "object",
8101
8391
  "properties": {
@@ -8293,6 +8583,14 @@
8293
8583
  "native"
8294
8584
  ],
8295
8585
  "type": "string"
8586
+ },
8587
+ "renderRuntimeType": {
8588
+ "default": "iframe",
8589
+ "enum": [
8590
+ "iframe",
8591
+ "webworker"
8592
+ ],
8593
+ "type": "string"
8296
8594
  }
8297
8595
  },
8298
8596
  "required": [
@@ -8317,6 +8615,14 @@
8317
8615
  "native"
8318
8616
  ],
8319
8617
  "type": "string"
8618
+ },
8619
+ "renderRuntimeType": {
8620
+ "default": "iframe",
8621
+ "enum": [
8622
+ "iframe",
8623
+ "webworker"
8624
+ ],
8625
+ "type": "string"
8320
8626
  }
8321
8627
  },
8322
8628
  "required": [
@@ -8360,6 +8666,14 @@
8360
8666
  ],
8361
8667
  "type": "string"
8362
8668
  },
8669
+ "renderRuntimeType": {
8670
+ "default": "iframe",
8671
+ "enum": [
8672
+ "iframe",
8673
+ "webworker"
8674
+ ],
8675
+ "type": "string"
8676
+ },
8363
8677
  "parser": {
8364
8678
  "type": "object",
8365
8679
  "properties": {
@@ -8410,6 +8724,14 @@
8410
8724
  ],
8411
8725
  "type": "string"
8412
8726
  },
8727
+ "renderRuntimeType": {
8728
+ "default": "iframe",
8729
+ "enum": [
8730
+ "iframe",
8731
+ "webworker"
8732
+ ],
8733
+ "type": "string"
8734
+ },
8413
8735
  "formatter": {
8414
8736
  "type": "object",
8415
8737
  "properties": {
@@ -8610,6 +8932,14 @@
8610
8932
  "native"
8611
8933
  ],
8612
8934
  "type": "string"
8935
+ },
8936
+ "renderRuntimeType": {
8937
+ "default": "iframe",
8938
+ "enum": [
8939
+ "iframe",
8940
+ "webworker"
8941
+ ],
8942
+ "type": "string"
8613
8943
  }
8614
8944
  },
8615
8945
  "required": [
@@ -8643,6 +8973,14 @@
8643
8973
  ],
8644
8974
  "type": "string"
8645
8975
  },
8976
+ "renderRuntimeType": {
8977
+ "default": "iframe",
8978
+ "enum": [
8979
+ "iframe",
8980
+ "webworker"
8981
+ ],
8982
+ "type": "string"
8983
+ },
8646
8984
  "validation": {
8647
8985
  "type": "object",
8648
8986
  "properties": {
@@ -8840,6 +9178,14 @@
8840
9178
  "native"
8841
9179
  ],
8842
9180
  "type": "string"
9181
+ },
9182
+ "renderRuntimeType": {
9183
+ "default": "iframe",
9184
+ "enum": [
9185
+ "iframe",
9186
+ "webworker"
9187
+ ],
9188
+ "type": "string"
8843
9189
  }
8844
9190
  },
8845
9191
  "required": [
@@ -8864,6 +9210,14 @@
8864
9210
  "native"
8865
9211
  ],
8866
9212
  "type": "string"
9213
+ },
9214
+ "renderRuntimeType": {
9215
+ "default": "iframe",
9216
+ "enum": [
9217
+ "iframe",
9218
+ "webworker"
9219
+ ],
9220
+ "type": "string"
8867
9221
  }
8868
9222
  },
8869
9223
  "required": [
@@ -8907,6 +9261,14 @@
8907
9261
  ],
8908
9262
  "type": "string"
8909
9263
  },
9264
+ "renderRuntimeType": {
9265
+ "default": "iframe",
9266
+ "enum": [
9267
+ "iframe",
9268
+ "webworker"
9269
+ ],
9270
+ "type": "string"
9271
+ },
8910
9272
  "parser": {
8911
9273
  "type": "object",
8912
9274
  "properties": {
@@ -9112,6 +9474,14 @@
9112
9474
  "native"
9113
9475
  ],
9114
9476
  "type": "string"
9477
+ },
9478
+ "renderRuntimeType": {
9479
+ "default": "iframe",
9480
+ "enum": [
9481
+ "iframe",
9482
+ "webworker"
9483
+ ],
9484
+ "type": "string"
9115
9485
  }
9116
9486
  },
9117
9487
  "required": [
@@ -9145,6 +9515,14 @@
9145
9515
  ],
9146
9516
  "type": "string"
9147
9517
  },
9518
+ "renderRuntimeType": {
9519
+ "default": "iframe",
9520
+ "enum": [
9521
+ "iframe",
9522
+ "webworker"
9523
+ ],
9524
+ "type": "string"
9525
+ },
9148
9526
  "validation": {
9149
9527
  "type": "object",
9150
9528
  "properties": {
@@ -9342,6 +9720,14 @@
9342
9720
  "native"
9343
9721
  ],
9344
9722
  "type": "string"
9723
+ },
9724
+ "renderRuntimeType": {
9725
+ "default": "iframe",
9726
+ "enum": [
9727
+ "iframe",
9728
+ "webworker"
9729
+ ],
9730
+ "type": "string"
9345
9731
  }
9346
9732
  },
9347
9733
  "required": [
@@ -9366,6 +9752,14 @@
9366
9752
  "native"
9367
9753
  ],
9368
9754
  "type": "string"
9755
+ },
9756
+ "renderRuntimeType": {
9757
+ "default": "iframe",
9758
+ "enum": [
9759
+ "iframe",
9760
+ "webworker"
9761
+ ],
9762
+ "type": "string"
9369
9763
  }
9370
9764
  },
9371
9765
  "required": [
@@ -9409,6 +9803,14 @@
9409
9803
  ],
9410
9804
  "type": "string"
9411
9805
  },
9806
+ "renderRuntimeType": {
9807
+ "default": "iframe",
9808
+ "enum": [
9809
+ "iframe",
9810
+ "webworker"
9811
+ ],
9812
+ "type": "string"
9813
+ },
9412
9814
  "parser": {
9413
9815
  "type": "object",
9414
9816
  "properties": {
@@ -9574,6 +9976,14 @@
9574
9976
  ],
9575
9977
  "type": "string"
9576
9978
  },
9979
+ "renderRuntimeType": {
9980
+ "default": "iframe",
9981
+ "enum": [
9982
+ "iframe",
9983
+ "webworker"
9984
+ ],
9985
+ "type": "string"
9986
+ },
9577
9987
  "title": {
9578
9988
  "anyOf": [
9579
9989
  {
@@ -9709,6 +10119,14 @@
9709
10119
  ],
9710
10120
  "type": "string"
9711
10121
  },
10122
+ "renderRuntimeType": {
10123
+ "default": "iframe",
10124
+ "enum": [
10125
+ "iframe",
10126
+ "webworker"
10127
+ ],
10128
+ "type": "string"
10129
+ },
9712
10130
  "key": {
9713
10131
  "$ref": "#/definitions/ModuleKeySchema"
9714
10132
  }
@@ -9919,6 +10337,14 @@
9919
10337
  ],
9920
10338
  "type": "string"
9921
10339
  },
10340
+ "renderRuntimeType": {
10341
+ "default": "iframe",
10342
+ "enum": [
10343
+ "iframe",
10344
+ "webworker"
10345
+ ],
10346
+ "type": "string"
10347
+ },
9922
10348
  "title": {
9923
10349
  "anyOf": [
9924
10350
  {
@@ -10200,6 +10626,14 @@
10200
10626
  ],
10201
10627
  "type": "string"
10202
10628
  },
10629
+ "renderRuntimeType": {
10630
+ "default": "iframe",
10631
+ "enum": [
10632
+ "iframe",
10633
+ "webworker"
10634
+ ],
10635
+ "type": "string"
10636
+ },
10203
10637
  "title": {
10204
10638
  "anyOf": [
10205
10639
  {
@@ -10401,6 +10835,14 @@
10401
10835
  ],
10402
10836
  "type": "string"
10403
10837
  },
10838
+ "renderRuntimeType": {
10839
+ "default": "iframe",
10840
+ "enum": [
10841
+ "iframe",
10842
+ "webworker"
10843
+ ],
10844
+ "type": "string"
10845
+ },
10404
10846
  "title": {
10405
10847
  "anyOf": [
10406
10848
  {
@@ -10654,6 +11096,14 @@
10654
11096
  "native"
10655
11097
  ],
10656
11098
  "type": "string"
11099
+ },
11100
+ "renderRuntimeType": {
11101
+ "default": "iframe",
11102
+ "enum": [
11103
+ "iframe",
11104
+ "webworker"
11105
+ ],
11106
+ "type": "string"
10657
11107
  }
10658
11108
  },
10659
11109
  "required": [
@@ -10668,6 +11118,14 @@
10668
11118
  ],
10669
11119
  "type": "string"
10670
11120
  },
11121
+ "renderRuntimeType": {
11122
+ "default": "iframe",
11123
+ "enum": [
11124
+ "iframe",
11125
+ "webworker"
11126
+ ],
11127
+ "type": "string"
11128
+ },
10671
11129
  "title": {
10672
11130
  "anyOf": [
10673
11131
  {
@@ -11075,6 +11533,14 @@
11075
11533
  ],
11076
11534
  "type": "string"
11077
11535
  },
11536
+ "renderRuntimeType": {
11537
+ "default": "iframe",
11538
+ "enum": [
11539
+ "iframe",
11540
+ "webworker"
11541
+ ],
11542
+ "type": "string"
11543
+ },
11078
11544
  "title": {
11079
11545
  "anyOf": [
11080
11546
  {
@@ -11567,6 +12033,14 @@
11567
12033
  ],
11568
12034
  "type": "string"
11569
12035
  },
12036
+ "renderRuntimeType": {
12037
+ "default": "iframe",
12038
+ "enum": [
12039
+ "iframe",
12040
+ "webworker"
12041
+ ],
12042
+ "type": "string"
12043
+ },
11570
12044
  "title": {
11571
12045
  "anyOf": [
11572
12046
  {
@@ -11859,13 +12333,13 @@
11859
12333
  "maxLength": 255,
11860
12334
  "pattern": "^[a-z0-9\\-]+$"
11861
12335
  },
11862
- "key": {
11863
- "$ref": "#/definitions/ModuleKeySchema"
11864
- },
11865
12336
  "icon": {
11866
12337
  "type": "string",
11867
12338
  "minLength": 1,
11868
12339
  "maxLength": 255
12340
+ },
12341
+ "key": {
12342
+ "$ref": "#/definitions/ModuleKeySchema"
11869
12343
  }
11870
12344
  },
11871
12345
  "required": [
@@ -11972,13 +12446,13 @@
11972
12446
  "maxLength": 255,
11973
12447
  "pattern": "^[a-z0-9\\-]+$"
11974
12448
  },
11975
- "key": {
11976
- "$ref": "#/definitions/ModuleKeySchema"
11977
- },
11978
12449
  "icon": {
11979
12450
  "type": "string",
11980
12451
  "minLength": 1,
11981
12452
  "maxLength": 255
12453
+ },
12454
+ "key": {
12455
+ "$ref": "#/definitions/ModuleKeySchema"
11982
12456
  }
11983
12457
  },
11984
12458
  "required": [
@@ -12280,6 +12754,14 @@
12280
12754
  ],
12281
12755
  "type": "string"
12282
12756
  },
12757
+ "renderRuntimeType": {
12758
+ "default": "iframe",
12759
+ "enum": [
12760
+ "iframe",
12761
+ "webworker"
12762
+ ],
12763
+ "type": "string"
12764
+ },
12283
12765
  "title": {
12284
12766
  "anyOf": [
12285
12767
  {
@@ -12766,6 +13248,14 @@
12766
13248
  ],
12767
13249
  "type": "string"
12768
13250
  },
13251
+ "renderRuntimeType": {
13252
+ "default": "iframe",
13253
+ "enum": [
13254
+ "iframe",
13255
+ "webworker"
13256
+ ],
13257
+ "type": "string"
13258
+ },
12769
13259
  "title": {
12770
13260
  "anyOf": [
12771
13261
  {
@@ -13087,6 +13577,14 @@
13087
13577
  "native"
13088
13578
  ],
13089
13579
  "type": "string"
13580
+ },
13581
+ "renderRuntimeType": {
13582
+ "default": "iframe",
13583
+ "enum": [
13584
+ "iframe",
13585
+ "webworker"
13586
+ ],
13587
+ "type": "string"
13090
13588
  }
13091
13589
  },
13092
13590
  "required": [
@@ -13109,6 +13607,14 @@
13109
13607
  "native"
13110
13608
  ],
13111
13609
  "type": "string"
13610
+ },
13611
+ "renderRuntimeType": {
13612
+ "default": "iframe",
13613
+ "enum": [
13614
+ "iframe",
13615
+ "webworker"
13616
+ ],
13617
+ "type": "string"
13112
13618
  }
13113
13619
  },
13114
13620
  "required": [
@@ -13131,6 +13637,14 @@
13131
13637
  "native"
13132
13638
  ],
13133
13639
  "type": "string"
13640
+ },
13641
+ "renderRuntimeType": {
13642
+ "default": "iframe",
13643
+ "enum": [
13644
+ "iframe",
13645
+ "webworker"
13646
+ ],
13647
+ "type": "string"
13134
13648
  }
13135
13649
  },
13136
13650
  "required": [
@@ -13221,6 +13735,14 @@
13221
13735
  ],
13222
13736
  "type": "string"
13223
13737
  },
13738
+ "renderRuntimeType": {
13739
+ "default": "iframe",
13740
+ "enum": [
13741
+ "iframe",
13742
+ "webworker"
13743
+ ],
13744
+ "type": "string"
13745
+ },
13224
13746
  "displayConditions": {
13225
13747
  "type": "object",
13226
13748
  "properties": {}
@@ -13564,6 +14086,14 @@
13564
14086
  "native"
13565
14087
  ],
13566
14088
  "type": "string"
14089
+ },
14090
+ "renderRuntimeType": {
14091
+ "default": "iframe",
14092
+ "enum": [
14093
+ "iframe",
14094
+ "webworker"
14095
+ ],
14096
+ "type": "string"
13567
14097
  }
13568
14098
  },
13569
14099
  "required": [
@@ -13586,6 +14116,14 @@
13586
14116
  "native"
13587
14117
  ],
13588
14118
  "type": "string"
14119
+ },
14120
+ "renderRuntimeType": {
14121
+ "default": "iframe",
14122
+ "enum": [
14123
+ "iframe",
14124
+ "webworker"
14125
+ ],
14126
+ "type": "string"
13589
14127
  }
13590
14128
  },
13591
14129
  "required": [
@@ -13608,6 +14146,14 @@
13608
14146
  "native"
13609
14147
  ],
13610
14148
  "type": "string"
14149
+ },
14150
+ "renderRuntimeType": {
14151
+ "default": "iframe",
14152
+ "enum": [
14153
+ "iframe",
14154
+ "webworker"
14155
+ ],
14156
+ "type": "string"
13611
14157
  }
13612
14158
  },
13613
14159
  "required": [
@@ -13762,6 +14308,14 @@
13762
14308
  "native"
13763
14309
  ],
13764
14310
  "type": "string"
14311
+ },
14312
+ "renderRuntimeType": {
14313
+ "default": "iframe",
14314
+ "enum": [
14315
+ "iframe",
14316
+ "webworker"
14317
+ ],
14318
+ "type": "string"
13765
14319
  }
13766
14320
  },
13767
14321
  "required": [
@@ -13784,6 +14338,14 @@
13784
14338
  "native"
13785
14339
  ],
13786
14340
  "type": "string"
14341
+ },
14342
+ "renderRuntimeType": {
14343
+ "default": "iframe",
14344
+ "enum": [
14345
+ "iframe",
14346
+ "webworker"
14347
+ ],
14348
+ "type": "string"
13787
14349
  }
13788
14350
  },
13789
14351
  "required": [
@@ -13806,6 +14368,14 @@
13806
14368
  "native"
13807
14369
  ],
13808
14370
  "type": "string"
14371
+ },
14372
+ "renderRuntimeType": {
14373
+ "default": "iframe",
14374
+ "enum": [
14375
+ "iframe",
14376
+ "webworker"
14377
+ ],
14378
+ "type": "string"
13809
14379
  }
13810
14380
  },
13811
14381
  "required": [
@@ -14038,6 +14608,14 @@
14038
14608
  ],
14039
14609
  "type": "string"
14040
14610
  },
14611
+ "renderRuntimeType": {
14612
+ "default": "iframe",
14613
+ "enum": [
14614
+ "iframe",
14615
+ "webworker"
14616
+ ],
14617
+ "type": "string"
14618
+ },
14041
14619
  "title": {
14042
14620
  "anyOf": [
14043
14621
  {
@@ -14227,6 +14805,14 @@
14227
14805
  ],
14228
14806
  "type": "string"
14229
14807
  },
14808
+ "renderRuntimeType": {
14809
+ "default": "iframe",
14810
+ "enum": [
14811
+ "iframe",
14812
+ "webworker"
14813
+ ],
14814
+ "type": "string"
14815
+ },
14230
14816
  "displayConditions": {
14231
14817
  "type": "object",
14232
14818
  "properties": {}
@@ -14750,6 +15336,14 @@
14750
15336
  ],
14751
15337
  "type": "string"
14752
15338
  },
15339
+ "renderRuntimeType": {
15340
+ "default": "iframe",
15341
+ "enum": [
15342
+ "iframe",
15343
+ "webworker"
15344
+ ],
15345
+ "type": "string"
15346
+ },
14753
15347
  "displayConditions": {
14754
15348
  "type": "object",
14755
15349
  "properties": {}
@@ -14838,6 +15432,14 @@
14838
15432
  ],
14839
15433
  "type": "string"
14840
15434
  },
15435
+ "renderRuntimeType": {
15436
+ "default": "iframe",
15437
+ "enum": [
15438
+ "iframe",
15439
+ "webworker"
15440
+ ],
15441
+ "type": "string"
15442
+ },
14841
15443
  "title": {
14842
15444
  "anyOf": [
14843
15445
  {
@@ -15284,6 +15886,14 @@
15284
15886
  ],
15285
15887
  "type": "string"
15286
15888
  },
15889
+ "renderRuntimeType": {
15890
+ "default": "iframe",
15891
+ "enum": [
15892
+ "iframe",
15893
+ "webworker"
15894
+ ],
15895
+ "type": "string"
15896
+ },
15287
15897
  "displayConditions": {
15288
15898
  "type": "object",
15289
15899
  "properties": {}
@@ -15373,6 +15983,14 @@
15373
15983
  "native"
15374
15984
  ],
15375
15985
  "type": "string"
15986
+ },
15987
+ "renderRuntimeType": {
15988
+ "default": "iframe",
15989
+ "enum": [
15990
+ "iframe",
15991
+ "webworker"
15992
+ ],
15993
+ "type": "string"
15376
15994
  }
15377
15995
  },
15378
15996
  "required": [
@@ -15693,6 +16311,14 @@
15693
16311
  ],
15694
16312
  "type": "string"
15695
16313
  },
16314
+ "renderRuntimeType": {
16315
+ "default": "iframe",
16316
+ "enum": [
16317
+ "iframe",
16318
+ "webworker"
16319
+ ],
16320
+ "type": "string"
16321
+ },
15696
16322
  "displayConditions": {
15697
16323
  "type": "object",
15698
16324
  "properties": {}
@@ -15959,6 +16585,14 @@
15959
16585
  ],
15960
16586
  "type": "string"
15961
16587
  },
16588
+ "renderRuntimeType": {
16589
+ "default": "iframe",
16590
+ "enum": [
16591
+ "iframe",
16592
+ "webworker"
16593
+ ],
16594
+ "type": "string"
16595
+ },
15962
16596
  "displayConditions": {
15963
16597
  "type": "object",
15964
16598
  "properties": {}
@@ -16058,6 +16692,14 @@
16058
16692
  "native"
16059
16693
  ],
16060
16694
  "type": "string"
16695
+ },
16696
+ "renderRuntimeType": {
16697
+ "default": "iframe",
16698
+ "enum": [
16699
+ "iframe",
16700
+ "webworker"
16701
+ ],
16702
+ "type": "string"
16061
16703
  }
16062
16704
  },
16063
16705
  "required": [
@@ -16124,6 +16766,14 @@
16124
16766
  ],
16125
16767
  "type": "string"
16126
16768
  },
16769
+ "renderRuntimeType": {
16770
+ "default": "iframe",
16771
+ "enum": [
16772
+ "iframe",
16773
+ "webworker"
16774
+ ],
16775
+ "type": "string"
16776
+ },
16127
16777
  "displayConditions": {
16128
16778
  "type": "object",
16129
16779
  "properties": {}
@@ -17051,6 +17701,14 @@
17051
17701
  "type": "string",
17052
17702
  "default": "default"
17053
17703
  },
17704
+ "renderRuntimeType": {
17705
+ "enum": [
17706
+ "webworker",
17707
+ "iframe"
17708
+ ],
17709
+ "type": "string",
17710
+ "default": "iframe"
17711
+ },
17054
17712
  "key": {
17055
17713
  "$ref": "#/definitions/ModuleKeySchema"
17056
17714
  }
@@ -17251,6 +17909,14 @@
17251
17909
  "type": "string",
17252
17910
  "default": "default"
17253
17911
  },
17912
+ "renderRuntimeType": {
17913
+ "enum": [
17914
+ "webworker",
17915
+ "iframe"
17916
+ ],
17917
+ "type": "string",
17918
+ "default": "iframe"
17919
+ },
17254
17920
  "displayConditions": {
17255
17921
  "type": "object"
17256
17922
  },
@@ -17449,6 +18115,14 @@
17449
18115
  "type": "string",
17450
18116
  "default": "default"
17451
18117
  },
18118
+ "renderRuntimeType": {
18119
+ "enum": [
18120
+ "webworker",
18121
+ "iframe"
18122
+ ],
18123
+ "type": "string",
18124
+ "default": "iframe"
18125
+ },
17452
18126
  "displayConditions": {
17453
18127
  "type": "object"
17454
18128
  },
@@ -17649,6 +18323,14 @@
17649
18323
  "type": "string",
17650
18324
  "default": "default"
17651
18325
  },
18326
+ "renderRuntimeType": {
18327
+ "enum": [
18328
+ "webworker",
18329
+ "iframe"
18330
+ ],
18331
+ "type": "string",
18332
+ "default": "iframe"
18333
+ },
17652
18334
  "key": {
17653
18335
  "$ref": "#/definitions/ModuleKeySchema"
17654
18336
  }
@@ -17811,6 +18493,14 @@
17811
18493
  "type": "string",
17812
18494
  "default": "default"
17813
18495
  },
18496
+ "renderRuntimeType": {
18497
+ "enum": [
18498
+ "webworker",
18499
+ "iframe"
18500
+ ],
18501
+ "type": "string",
18502
+ "default": "iframe"
18503
+ },
17814
18504
  "displayConditions": {
17815
18505
  "type": "object"
17816
18506
  },
@@ -17962,6 +18652,14 @@
17962
18652
  "type": "string",
17963
18653
  "default": "default"
17964
18654
  },
18655
+ "renderRuntimeType": {
18656
+ "enum": [
18657
+ "webworker",
18658
+ "iframe"
18659
+ ],
18660
+ "type": "string",
18661
+ "default": "iframe"
18662
+ },
17965
18663
  "displayConditions": {
17966
18664
  "type": "object"
17967
18665
  },
@@ -18113,6 +18811,14 @@
18113
18811
  "type": "string",
18114
18812
  "default": "default"
18115
18813
  },
18814
+ "renderRuntimeType": {
18815
+ "enum": [
18816
+ "webworker",
18817
+ "iframe"
18818
+ ],
18819
+ "type": "string",
18820
+ "default": "iframe"
18821
+ },
18116
18822
  "displayConditions": {
18117
18823
  "type": "object"
18118
18824
  },
@@ -18311,6 +19017,14 @@
18311
19017
  "type": "string",
18312
19018
  "default": "default"
18313
19019
  },
19020
+ "renderRuntimeType": {
19021
+ "enum": [
19022
+ "webworker",
19023
+ "iframe"
19024
+ ],
19025
+ "type": "string",
19026
+ "default": "iframe"
19027
+ },
18314
19028
  "displayConditions": {
18315
19029
  "type": "object"
18316
19030
  },
@@ -18479,6 +19193,14 @@
18479
19193
  "type": "string",
18480
19194
  "default": "default"
18481
19195
  },
19196
+ "renderRuntimeType": {
19197
+ "enum": [
19198
+ "webworker",
19199
+ "iframe"
19200
+ ],
19201
+ "type": "string",
19202
+ "default": "iframe"
19203
+ },
18482
19204
  "key": {
18483
19205
  "$ref": "#/definitions/ModuleKeySchema"
18484
19206
  }
@@ -18646,6 +19368,14 @@
18646
19368
  "type": "string",
18647
19369
  "default": "default"
18648
19370
  },
19371
+ "renderRuntimeType": {
19372
+ "enum": [
19373
+ "webworker",
19374
+ "iframe"
19375
+ ],
19376
+ "type": "string",
19377
+ "default": "iframe"
19378
+ },
18649
19379
  "displayConditions": {
18650
19380
  "type": "object"
18651
19381
  },
@@ -18859,6 +19589,14 @@
18859
19589
  "type": "string",
18860
19590
  "default": "default"
18861
19591
  },
19592
+ "renderRuntimeType": {
19593
+ "enum": [
19594
+ "webworker",
19595
+ "iframe"
19596
+ ],
19597
+ "type": "string",
19598
+ "default": "iframe"
19599
+ },
18862
19600
  "displayConditions": {
18863
19601
  "type": "object"
18864
19602
  },
@@ -19166,6 +19904,14 @@
19166
19904
  "type": "string",
19167
19905
  "default": "default"
19168
19906
  },
19907
+ "renderRuntimeType": {
19908
+ "enum": [
19909
+ "webworker",
19910
+ "iframe"
19911
+ ],
19912
+ "type": "string",
19913
+ "default": "iframe"
19914
+ },
19169
19915
  "onDeleteImport": {
19170
19916
  "anyOf": [
19171
19917
  {
@@ -29034,6 +29780,31 @@
29034
29780
  },
29035
29781
  "maxItems": 3
29036
29782
  },
29783
+ "extensions": {
29784
+ "type": "array",
29785
+ "items": {
29786
+ "type": "object",
29787
+ "additionalProperties": false,
29788
+ "properties": {
29789
+ "uri": {
29790
+ "type": "string",
29791
+ "description": "The unique URI identifying the extension."
29792
+ },
29793
+ "description": {
29794
+ "type": "string",
29795
+ "description": "A human-readable description of how this agent uses the extension."
29796
+ },
29797
+ "required": {
29798
+ "type": "boolean",
29799
+ "description": "If true, the client must understand and comply with the extension's requirements."
29800
+ },
29801
+ "params": {
29802
+ "type": "object",
29803
+ "description": "Optional. Extension-specific configuration parameters."
29804
+ }
29805
+ }
29806
+ }
29807
+ },
29037
29808
  "protocols": {
29038
29809
  "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
29810
  "type": "object",
@@ -29727,209 +30498,111 @@
29727
30498
  "global:ui": {
29728
30499
  "type": "array",
29729
30500
  "items": {
29730
- "oneOf": [
29731
- {
29732
- "type": "object",
29733
- "additionalProperties": false,
29734
- "properties": {
29735
- "title": {
29736
- "oneOf": [
29737
- {
29738
- "type": "object",
29739
- "additionalProperties": false,
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
- {
30501
+ "type": "object",
30502
+ "additionalProperties": false,
30503
+ "properties": {
30504
+ "title": {
30505
+ "oneOf": [
30506
+ {
30507
+ "type": "object",
30508
+ "additionalProperties": false,
30509
+ "properties": {
30510
+ "i18n": {
29753
30511
  "type": "string",
29754
30512
  "minLength": 1,
29755
- "maxLength": 255
30513
+ "maxLength": 300,
30514
+ "pattern": "^[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*$"
29756
30515
  }
30516
+ },
30517
+ "required": [
30518
+ "i18n"
29757
30519
  ]
29758
30520
  },
29759
- "title__i18n": {
29760
- "type": "string",
29761
- "minLength": 1,
29762
- "maxLength": 300,
29763
- "pattern": "^[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*$"
29764
- },
29765
- "icon": {
29766
- "type": "string",
29767
- "minLength": 1,
29768
- "maxLength": 255
29769
- },
29770
- "resource": {
29771
- "type": "string",
29772
- "minLength": 1,
29773
- "maxLength": 23,
29774
- "pattern": "^[a-zA-Z0-9_\\-]+$"
29775
- },
29776
- "resourceUploadId": {
30521
+ {
29777
30522
  "type": "string",
29778
30523
  "minLength": 1,
29779
30524
  "maxLength": 255
29780
- },
29781
- "resolver": {
29782
- "anyOf": [
29783
- {
29784
- "additionalProperties": false,
29785
- "type": "object",
29786
- "properties": {
29787
- "function": {
29788
- "type": "string",
29789
- "minLength": 1,
29790
- "maxLength": 255,
29791
- "pattern": "^[a-zA-Z0-9-_]+$"
29792
- }
29793
- },
29794
- "required": [
29795
- "function"
29796
- ]
29797
- },
29798
- {
29799
- "additionalProperties": false,
29800
- "type": "object",
29801
- "properties": {
29802
- "endpoint": {
29803
- "type": "string",
29804
- "minLength": 1,
29805
- "maxLength": 255,
29806
- "pattern": "^[a-zA-Z0-9-_]+$"
29807
- }
29808
- },
29809
- "required": [
29810
- "endpoint"
29811
- ]
29812
- }
29813
- ]
29814
- },
29815
- "key": {
29816
- "$ref": "#/definitions/ModuleKeySchema"
29817
- },
29818
- "render": {
29819
- "enum": [
29820
- "native"
29821
- ],
29822
- "type": "string",
29823
- "default": "native"
29824
30525
  }
29825
- },
29826
- "required": [
29827
- "resource",
29828
- "key",
29829
- "render"
29830
30526
  ]
29831
30527
  },
29832
- {
29833
- "type": "object",
29834
- "additionalProperties": false,
29835
- "properties": {
29836
- "title": {
29837
- "oneOf": [
29838
- {
29839
- "type": "object",
29840
- "additionalProperties": false,
29841
- "properties": {
29842
- "i18n": {
29843
- "type": "string",
29844
- "minLength": 1,
29845
- "maxLength": 300,
29846
- "pattern": "^[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*$"
29847
- }
29848
- },
29849
- "required": [
29850
- "i18n"
29851
- ]
29852
- },
29853
- {
30528
+ "title__i18n": {
30529
+ "type": "string",
30530
+ "minLength": 1,
30531
+ "maxLength": 300,
30532
+ "pattern": "^[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*$"
30533
+ },
30534
+ "icon": {
30535
+ "type": "string",
30536
+ "minLength": 1,
30537
+ "maxLength": 255
30538
+ },
30539
+ "resource": {
30540
+ "type": "string",
30541
+ "minLength": 1,
30542
+ "maxLength": 23,
30543
+ "pattern": "^[a-zA-Z0-9_\\-]+$"
30544
+ },
30545
+ "resourceUploadId": {
30546
+ "type": "string",
30547
+ "minLength": 1,
30548
+ "maxLength": 255
30549
+ },
30550
+ "resolver": {
30551
+ "anyOf": [
30552
+ {
30553
+ "additionalProperties": false,
30554
+ "type": "object",
30555
+ "properties": {
30556
+ "function": {
29854
30557
  "type": "string",
29855
30558
  "minLength": 1,
29856
- "maxLength": 255
30559
+ "maxLength": 255,
30560
+ "pattern": "^[a-zA-Z0-9-_]+$"
29857
30561
  }
30562
+ },
30563
+ "required": [
30564
+ "function"
29858
30565
  ]
29859
30566
  },
29860
- "title__i18n": {
29861
- "type": "string",
29862
- "minLength": 1,
29863
- "maxLength": 300,
29864
- "pattern": "^[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*$"
29865
- },
29866
- "resolver": {
29867
- "anyOf": [
29868
- {
29869
- "additionalProperties": false,
29870
- "type": "object",
29871
- "properties": {
29872
- "function": {
29873
- "type": "string",
29874
- "minLength": 1,
29875
- "maxLength": 255,
29876
- "pattern": "^[a-zA-Z0-9-_]+$"
29877
- }
29878
- },
29879
- "required": [
29880
- "function"
29881
- ]
29882
- },
29883
- {
29884
- "additionalProperties": false,
29885
- "type": "object",
29886
- "properties": {
29887
- "endpoint": {
29888
- "type": "string",
29889
- "minLength": 1,
29890
- "maxLength": 255,
29891
- "pattern": "^[a-zA-Z0-9-_]+$"
29892
- }
29893
- },
29894
- "required": [
29895
- "endpoint"
29896
- ]
30567
+ {
30568
+ "additionalProperties": false,
30569
+ "type": "object",
30570
+ "properties": {
30571
+ "endpoint": {
30572
+ "type": "string",
30573
+ "minLength": 1,
30574
+ "maxLength": 255,
30575
+ "pattern": "^[a-zA-Z0-9-_]+$"
29897
30576
  }
30577
+ },
30578
+ "required": [
30579
+ "endpoint"
29898
30580
  ]
29899
- },
29900
- "resource": {
29901
- "type": "string",
29902
- "minLength": 1,
29903
- "maxLength": 23,
29904
- "pattern": "^[a-zA-Z0-9_\\-]+$"
29905
- },
29906
- "resourceUploadId": {
29907
- "type": "string",
29908
- "minLength": 1,
29909
- "maxLength": 255
29910
- },
29911
- "render": {
29912
- "enum": [
29913
- "native"
29914
- ],
29915
- "type": "string",
29916
- "default": "native"
29917
- },
29918
- "icon": {
29919
- "type": "string",
29920
- "minLength": 1,
29921
- "maxLength": 255
29922
- },
29923
- "key": {
29924
- "$ref": "#/definitions/ModuleKeySchema"
29925
30581
  }
29926
- },
29927
- "required": [
29928
- "resource",
29929
- "render",
29930
- "key"
29931
30582
  ]
30583
+ },
30584
+ "render": {
30585
+ "enum": [
30586
+ "native"
30587
+ ],
30588
+ "type": "string"
30589
+ },
30590
+ "renderRuntimeType": {
30591
+ "enum": [
30592
+ "webworker",
30593
+ "iframe"
30594
+ ],
30595
+ "type": "string",
30596
+ "default": "iframe"
30597
+ },
30598
+ "key": {
30599
+ "$ref": "#/definitions/ModuleKeySchema"
29932
30600
  }
30601
+ },
30602
+ "required": [
30603
+ "resource",
30604
+ "render",
30605
+ "key"
29933
30606
  ]
29934
30607
  },
29935
30608
  "minItems": 1
@@ -31563,6 +32236,55 @@
31563
32236
  }
31564
32237
  ]
31565
32238
  },
32239
+ "PayloadInclude": {
32240
+ "additionalProperties": false,
32241
+ "title": "PayloadInclude",
32242
+ "type": "object",
32243
+ "properties": {
32244
+ "include": {
32245
+ "title": "include",
32246
+ "type": "object",
32247
+ "additionalProperties": false,
32248
+ "properties": {
32249
+ "propertyPaths": {
32250
+ "title": "propertyPaths",
32251
+ "description": "List of property paths to include in the event payload",
32252
+ "type": "array",
32253
+ "items": {
32254
+ "type": "string",
32255
+ "minLength": 1
32256
+ },
32257
+ "minItems": 1
32258
+ },
32259
+ "fields": {
32260
+ "title": "fields",
32261
+ "description": "List of fields to include in the event payload",
32262
+ "type": "array",
32263
+ "items": {
32264
+ "type": "string",
32265
+ "minLength": 1
32266
+ },
32267
+ "minItems": 1
32268
+ }
32269
+ },
32270
+ "anyOf": [
32271
+ {
32272
+ "required": [
32273
+ "propertyPaths"
32274
+ ]
32275
+ },
32276
+ {
32277
+ "required": [
32278
+ "fields"
32279
+ ]
32280
+ }
32281
+ ]
32282
+ }
32283
+ },
32284
+ "required": [
32285
+ "include"
32286
+ ]
32287
+ },
31566
32288
  "FilteredProductEvents": {
31567
32289
  "title": "FilteredProductEvents",
31568
32290
  "type": "array",
@@ -31577,6 +32299,11 @@
31577
32299
  "$ref": "#/definitions/ProductEventsFilter",
31578
32300
  "title": "filter",
31579
32301
  "type": "object"
32302
+ },
32303
+ "payload": {
32304
+ "$ref": "#/definitions/PayloadInclude",
32305
+ "title": "payload",
32306
+ "type": "object"
31580
32307
  }
31581
32308
  },
31582
32309
  "required": [
@@ -33136,7 +33863,7 @@
33136
33863
  "shortClassName": "customContentAPISupportBean",
33137
33864
  "type": "object",
33138
33865
  "title": "Custom Content API Support",
33139
- "description": "\n\nThis property allows you to specify the container types your custom content can appear in, and its supported child content types.\n It also allows you to enable indexing of your custom content.\n\n\n\n\n\n {\n \"bodyType\": \"storage\",\n \"supportedContainerTypes\": [\n \"space\",\n \"page\"\n ],\n \"supportedChildTypes\": [\n \"attachment\",\n \"comment\"\n ],\n \"supportedSpacePermissions\": [],\n \"preventDuplicateTitle\": false,\n \"indexing\": {\n \"enabled\": true\n }\n }\n\n\n\n\n <p>In the above example, you'll see we specify content type keys in the <code>supportedContainerTypes</code> and <code>supportedChildTypes</code> fields.\n There are 2 categories of content type you can reference \u2013 built-in content and custom content.</p>\n\n <h3>Built-in content types example</h3>\n The following snippet shows the content type we're defining can:\n <ul>\n <li>Be contained in a <code>space</code> or a <code>page</code></li>\n <li>Have a child <code>comment</code> or a child <code>attachment</code></li>\n </ul>\n\n\n\n\n\n {\n \"bodyType\": \"storage\",\n \"supportedContainerTypes\": [\n \"space\",\n \"page\"\n ],\n \"supportedChildTypes\": [\n \"attachment\",\n \"comment\"\n ],\n \"supportedSpacePermissions\": [],\n \"preventDuplicateTitle\": false,\n \"indexing\": {\n \"enabled\": true\n }\n }\n\n\n\n\n\n <h3>Custom content example</h3>\n The following snippet shows the content type we're defining can:\n <ul>\n <li>Be contained in a content with type <code>type1</code> or <code>type2</code>, defined in an add-on with the key <code>my-first-addon</code></li>\n <li>Have a child of a content with type <code>type1</code> or <code>type2</code>, defined in an add-on with the key <code>my-second-addon</code></li>\n </ul>\n\n\n\n\n\n {\n \"bodyType\": \"storage\",\n \"supportedContainerTypes\": [\n \"ac:my-first-addon:type2\",\n \"ac:my-first-addon:type1\"\n ],\n \"supportedChildTypes\": [\n \"ac:my-second-addon:type1\",\n \"ac:my-second-addon:type2\"\n ],\n \"supportedSpacePermissions\": [],\n \"preventDuplicateTitle\": false,\n \"indexing\": {\n \"enabled\": true\n }\n }\n\n\n\n\n <h3>Raw body type custom content example</h3>\n You can define custom content to support a content body with a type of <code>raw</code>.<br>\n This is useful when you want to store, for example, stringified JSON to the content.\n\n\n\n\n\n {\n \"bodyType\": \"raw\",\n \"supportedContainerTypes\": [\n \"space\"\n ],\n \"supportedChildTypes\": [],\n \"supportedSpacePermissions\": [],\n \"preventDuplicateTitle\": false,\n \"indexing\": {\n \"enabled\": true\n }\n }\n\n\n\n\n Content with a raw body looks like this:\n <pre><code>\n {\n \"title\": \"My title\",\n \"space\": {\"key\": \"DS\"},\n \"type\": \"ac:add-on-key:module-key\",\n \"body\": {\n \"raw\": {\n \"value\": \"{\\\"field\\\": \\\"value\\\"}\",\n \"representation\": \"raw\"\n }\n }\n }\n </code></pre>\n\n"
33866
+ "description": "\n\nThis property allows you to specify the container types your custom content can appear in, and its supported child content types.\n It also allows you to enable indexing of your custom content.\n\n\n\n\n\n {\n \"bodyType\": \"storage\",\n \"supportedContainerTypes\": [\n \"space\",\n \"page\"\n ],\n \"supportedChildTypes\": [\n \"attachment\",\n \"comment\"\n ],\n \"supportedSpacePermissions\": [],\n \"preventDuplicateTitle\": false,\n \"indexing\": {\n \"enabled\": true\n }\n }\n\n\n\n\n <p>In the above example, you'll see we specify content type keys in the <code>supportedContainerTypes</code> and <code>supportedChildTypes</code> fields.\n There are 2 categories of content type you can reference built-in content and custom content.</p>\n\n <h3>Built-in content types example</h3>\n The following snippet shows the content type we're defining can:\n <ul>\n <li>Be contained in a <code>space</code> or a <code>page</code></li>\n <li>Have a child <code>comment</code> or a child <code>attachment</code></li>\n </ul>\n\n\n\n\n\n {\n \"bodyType\": \"storage\",\n \"supportedContainerTypes\": [\n \"space\",\n \"page\"\n ],\n \"supportedChildTypes\": [\n \"attachment\",\n \"comment\"\n ],\n \"supportedSpacePermissions\": [],\n \"preventDuplicateTitle\": false,\n \"indexing\": {\n \"enabled\": true\n }\n }\n\n\n\n\n\n <h3>Custom content example</h3>\n The following snippet shows the content type we're defining can:\n <ul>\n <li>Be contained in a content with type <code>type1</code> or <code>type2</code>, defined in an add-on with the key <code>my-first-addon</code></li>\n <li>Have a child of a content with type <code>type1</code> or <code>type2</code>, defined in an add-on with the key <code>my-second-addon</code></li>\n </ul>\n\n\n\n\n\n {\n \"bodyType\": \"storage\",\n \"supportedContainerTypes\": [\n \"ac:my-first-addon:type2\",\n \"ac:my-first-addon:type1\"\n ],\n \"supportedChildTypes\": [\n \"ac:my-second-addon:type1\",\n \"ac:my-second-addon:type2\"\n ],\n \"supportedSpacePermissions\": [],\n \"preventDuplicateTitle\": false,\n \"indexing\": {\n \"enabled\": true\n }\n }\n\n\n\n\n <h3>Raw body type custom content example</h3>\n You can define custom content to support a content body with a type of <code>raw</code>.<br>\n This is useful when you want to store, for example, stringified JSON to the content.\n\n\n\n\n\n {\n \"bodyType\": \"raw\",\n \"supportedContainerTypes\": [\n \"space\"\n ],\n \"supportedChildTypes\": [],\n \"supportedSpacePermissions\": [],\n \"preventDuplicateTitle\": false,\n \"indexing\": {\n \"enabled\": true\n }\n }\n\n\n\n\n Content with a raw body looks like this:\n <pre><code>\n {\n \"title\": \"My title\",\n \"space\": {\"key\": \"DS\"},\n \"type\": \"ac:add-on-key:module-key\",\n \"body\": {\n \"raw\": {\n \"value\": \"{\\\"field\\\": \\\"value\\\"}\",\n \"representation\": \"raw\"\n }\n }\n }\n </code></pre>\n\n"
33140
33867
  },
33141
33868
  "indexing": {
33142
33869
  "properties": {