losant_rest 1.14.1 → 1.15.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (77) hide show
  1. checksums.yaml +4 -4
  2. data/docs/_schemas.md +4268 -1402
  3. data/docs/embeddedDeployment.md +49 -0
  4. data/docs/embeddedDeployments.md +215 -0
  5. data/docs/flow.md +2 -2
  6. data/docs/flows.md +2 -2
  7. data/lib/losant_rest/client.rb +10 -2
  8. data/lib/losant_rest/embedded_deployment.rb +81 -0
  9. data/lib/losant_rest/embedded_deployments.rb +280 -0
  10. data/lib/losant_rest/flow.rb +2 -2
  11. data/lib/losant_rest/flows.rb +2 -2
  12. data/lib/losant_rest/version.rb +1 -1
  13. data/lib/losant_rest.rb +2 -0
  14. data/schemas/apiTokenPost.json +8 -0
  15. data/schemas/application.json +32 -32
  16. data/schemas/applicationCreationByTemplateResult.json +32 -32
  17. data/schemas/applicationDashboardPost.json +8 -5
  18. data/schemas/applicationPatch.json +13 -13
  19. data/schemas/applicationPost.json +13 -13
  20. data/schemas/applicationTemplate.json +16 -16
  21. data/schemas/applicationTemplates.json +16 -16
  22. data/schemas/applications.json +32 -32
  23. data/schemas/authedDevice.json +2 -1
  24. data/schemas/dashboard.json +8 -5
  25. data/schemas/dashboardPatch.json +8 -5
  26. data/schemas/dashboardPost.json +8 -5
  27. data/schemas/dashboardSendReport.json +6 -6
  28. data/schemas/dashboards.json +8 -5
  29. data/schemas/device.json +2 -1
  30. data/schemas/deviceClassFilter.json +4 -2
  31. data/schemas/devicePatch.json +2 -1
  32. data/schemas/devicePost.json +2 -1
  33. data/schemas/deviceRecipe.json +2 -1
  34. data/schemas/deviceRecipePatch.json +2 -1
  35. data/schemas/deviceRecipePost.json +2 -1
  36. data/schemas/deviceRecipes.json +2 -1
  37. data/schemas/devices.json +4 -2
  38. data/schemas/devicesPatch.json +4 -2
  39. data/schemas/edgeDeployment.json +4 -0
  40. data/schemas/edgeDeployments.json +4 -0
  41. data/schemas/embeddedDeployment.json +179 -0
  42. data/schemas/embeddedDeploymentExport.json +44 -0
  43. data/schemas/embeddedDeploymentRelease.json +58 -0
  44. data/schemas/embeddedDeploymentRemove.json +25 -0
  45. data/schemas/embeddedDeploymentReplace.json +29 -0
  46. data/schemas/embeddedDeployments.json +212 -0
  47. data/schemas/experienceEndpoint.json +6 -8
  48. data/schemas/experienceEndpointPatch.json +6 -8
  49. data/schemas/experienceEndpointPost.json +6 -8
  50. data/schemas/experienceEndpoints.json +6 -8
  51. data/schemas/experienceLinkedResources.json +387 -57
  52. data/schemas/flow.json +127 -16
  53. data/schemas/flowPatch.json +126 -16
  54. data/schemas/flowPost.json +127 -16
  55. data/schemas/flowVersion.json +253 -33
  56. data/schemas/flowVersionPost.json +126 -16
  57. data/schemas/flowVersions.json +253 -33
  58. data/schemas/flows.json +128 -16
  59. data/schemas/flowsImportPost.json +253 -32
  60. data/schemas/flowsImportResult.json +380 -49
  61. data/schemas/githubLogin.json +8 -0
  62. data/schemas/historicalSummary.json +87 -74
  63. data/schemas/instance.json +92 -79
  64. data/schemas/instanceMember.json +6 -0
  65. data/schemas/instanceMembers.json +6 -0
  66. data/schemas/instanceOrg.json +87 -74
  67. data/schemas/instanceOrgMember.json +6 -0
  68. data/schemas/instanceOrgPatch.json +64 -26
  69. data/schemas/instanceOrgPost.json +65 -27
  70. data/schemas/instanceOrgs.json +87 -74
  71. data/schemas/instancePatch.json +2 -2
  72. data/schemas/me.json +104 -91
  73. data/schemas/org.json +115 -96
  74. data/schemas/orgs.json +115 -96
  75. data/schemas/userCredentials.json +8 -0
  76. data/schemas/userPost.json +8 -0
  77. metadata +16 -6
@@ -258,10 +258,9 @@
258
258
  "type": "string"
259
259
  },
260
260
  "statusCode": {
261
- "type": "number",
262
- "min": 100,
263
- "max": 599,
264
- "integer": true
261
+ "type": "integer",
262
+ "minimum": 100,
263
+ "maximum": 599
265
264
  },
266
265
  "type": {
267
266
  "type": "string",
@@ -291,10 +290,9 @@
291
290
  "type": "string"
292
291
  },
293
292
  "statusCode": {
294
- "type": "number",
295
- "min": 100,
296
- "max": 599,
297
- "integer": true
293
+ "type": "integer",
294
+ "minimum": 100,
295
+ "maximum": 599
298
296
  },
299
297
  "type": {
300
298
  "type": "string",
@@ -435,6 +433,7 @@
435
433
  "enum": [
436
434
  "cloud",
437
435
  "edge",
436
+ "embedded",
438
437
  "experience",
439
438
  "customNode"
440
439
  ]
@@ -488,6 +487,7 @@
488
487
  "deviceCommand",
489
488
  "deviceIdsTagsConnect",
490
489
  "deviceIdsTagsDisconnect",
490
+ "eeaInit",
491
491
  "flowError",
492
492
  "googlePubSub",
493
493
  "meridian",
@@ -551,7 +551,8 @@
551
551
  "type": "array",
552
552
  "items": {
553
553
  "type": "string",
554
- "maxLength": 255
554
+ "maxLength": 48,
555
+ "minLength": 1
555
556
  },
556
557
  "maxItems": 100
557
558
  },
@@ -655,7 +656,8 @@
655
656
  "type": "array",
656
657
  "items": {
657
658
  "type": "string",
658
- "maxLength": 255
659
+ "maxLength": 48,
660
+ "minLength": 1
659
661
  },
660
662
  "maxItems": 100
661
663
  },
@@ -799,7 +801,8 @@
799
801
  "type": "array",
800
802
  "items": {
801
803
  "type": "string",
802
- "maxLength": 255
804
+ "maxLength": 48,
805
+ "minLength": 1
803
806
  },
804
807
  "maxItems": 100
805
808
  },
@@ -895,8 +898,101 @@
895
898
  "type": "array",
896
899
  "items": {
897
900
  "type": "string",
901
+ "maxLength": 48,
902
+ "minLength": 1
903
+ },
904
+ "maxItems": 100
905
+ },
906
+ "maxItems": 100
907
+ }
908
+ },
909
+ "required": [
910
+ "type"
911
+ ],
912
+ "additionalProperties": false
913
+ },
914
+ {
915
+ "type": "object",
916
+ "properties": {
917
+ "key": {
918
+ "type": "string",
919
+ "maxLength": 1024
920
+ },
921
+ "type": {
922
+ "type": "string",
923
+ "enum": [
924
+ "direct"
925
+ ]
926
+ },
927
+ "config": {
928
+ "type": "object",
929
+ "properties": {},
930
+ "additionalProperties": false
931
+ },
932
+ "meta": {
933
+ "type": "object",
934
+ "properties": {
935
+ "category": {
936
+ "type": "string",
937
+ "enum": [
938
+ "trigger"
939
+ ]
940
+ },
941
+ "name": {
942
+ "type": "string",
943
+ "enum": [
944
+ "direct"
945
+ ]
946
+ },
947
+ "label": {
948
+ "type": "string",
949
+ "minLength": 1,
898
950
  "maxLength": 255
899
951
  },
952
+ "x": {
953
+ "type": "number"
954
+ },
955
+ "y": {
956
+ "type": "number"
957
+ },
958
+ "uiId": {
959
+ "type": "string",
960
+ "maxLength": 48
961
+ },
962
+ "description": {
963
+ "type": "string",
964
+ "maxLength": 32767
965
+ },
966
+ "icon": {
967
+ "type": "string",
968
+ "maxLength": 1024
969
+ },
970
+ "color": {
971
+ "type": "string",
972
+ "maxLength": 1024
973
+ },
974
+ "inputCount": {
975
+ "type": "number"
976
+ },
977
+ "outputCount": {
978
+ "type": "number"
979
+ },
980
+ "id": {
981
+ "type": "string",
982
+ "maxLength": 48
983
+ }
984
+ },
985
+ "additionalProperties": false
986
+ },
987
+ "outputIds": {
988
+ "type": "array",
989
+ "items": {
990
+ "type": "array",
991
+ "items": {
992
+ "type": "string",
993
+ "maxLength": 48,
994
+ "minLength": 1
995
+ },
900
996
  "maxItems": 100
901
997
  },
902
998
  "maxItems": 100
@@ -992,7 +1088,8 @@
992
1088
  "type": "array",
993
1089
  "items": {
994
1090
  "type": "string",
995
- "maxLength": 255
1091
+ "maxLength": 48,
1092
+ "minLength": 1
996
1093
  },
997
1094
  "maxItems": 100
998
1095
  },
@@ -1097,7 +1194,8 @@
1097
1194
  "type": "array",
1098
1195
  "items": {
1099
1196
  "type": "string",
1100
- "maxLength": 255
1197
+ "maxLength": 48,
1198
+ "minLength": 1
1101
1199
  },
1102
1200
  "maxItems": 100
1103
1201
  },
@@ -1205,7 +1303,8 @@
1205
1303
  "type": "array",
1206
1304
  "items": {
1207
1305
  "type": "string",
1208
- "maxLength": 255
1306
+ "maxLength": 48,
1307
+ "minLength": 1
1209
1308
  },
1210
1309
  "maxItems": 100
1211
1310
  },
@@ -1316,7 +1415,8 @@
1316
1415
  "type": "array",
1317
1416
  "items": {
1318
1417
  "type": "string",
1319
- "maxLength": 255
1418
+ "maxLength": 48,
1419
+ "minLength": 1
1320
1420
  },
1321
1421
  "maxItems": 100
1322
1422
  },
@@ -1417,7 +1517,8 @@
1417
1517
  "type": "array",
1418
1518
  "items": {
1419
1519
  "type": "string",
1420
- "maxLength": 255
1520
+ "maxLength": 48,
1521
+ "minLength": 1
1421
1522
  },
1422
1523
  "maxItems": 100
1423
1524
  },
@@ -1520,7 +1621,8 @@
1520
1621
  "type": "array",
1521
1622
  "items": {
1522
1623
  "type": "string",
1523
- "maxLength": 255
1624
+ "maxLength": 48,
1625
+ "minLength": 1
1524
1626
  },
1525
1627
  "maxItems": 100
1526
1628
  },
@@ -1660,7 +1762,8 @@
1660
1762
  "type": "array",
1661
1763
  "items": {
1662
1764
  "type": "string",
1663
- "maxLength": 255
1765
+ "maxLength": 48,
1766
+ "minLength": 1
1664
1767
  },
1665
1768
  "maxItems": 100
1666
1769
  },
@@ -1783,7 +1886,8 @@
1783
1886
  "type": "array",
1784
1887
  "items": {
1785
1888
  "type": "string",
1786
- "maxLength": 255
1889
+ "maxLength": 48,
1890
+ "minLength": 1
1787
1891
  },
1788
1892
  "maxItems": 100
1789
1893
  },
@@ -1895,7 +1999,8 @@
1895
1999
  "type": "array",
1896
2000
  "items": {
1897
2001
  "type": "string",
1898
- "maxLength": 255
2002
+ "maxLength": 48,
2003
+ "minLength": 1
1899
2004
  },
1900
2005
  "maxItems": 100
1901
2006
  },
@@ -2038,7 +2143,8 @@
2038
2143
  "type": "array",
2039
2144
  "items": {
2040
2145
  "type": "string",
2041
- "maxLength": 255
2146
+ "maxLength": 48,
2147
+ "minLength": 1
2042
2148
  },
2043
2149
  "maxItems": 100
2044
2150
  },
@@ -2164,7 +2270,8 @@
2164
2270
  "type": "array",
2165
2271
  "items": {
2166
2272
  "type": "string",
2167
- "maxLength": 255
2273
+ "maxLength": 48,
2274
+ "minLength": 1
2168
2275
  },
2169
2276
  "maxItems": 100
2170
2277
  },
@@ -2279,7 +2386,8 @@
2279
2386
  "type": "array",
2280
2387
  "items": {
2281
2388
  "type": "string",
2282
- "maxLength": 255
2389
+ "maxLength": 48,
2390
+ "minLength": 1
2283
2391
  },
2284
2392
  "maxItems": 100
2285
2393
  },
@@ -2320,7 +2428,8 @@
2320
2428
  "type": "array",
2321
2429
  "items": {
2322
2430
  "type": "string",
2323
- "maxLength": 255
2431
+ "maxLength": 48,
2432
+ "minLength": 1
2324
2433
  },
2325
2434
  "maxItems": 100
2326
2435
  },
@@ -2755,6 +2864,7 @@
2755
2864
  "enum": [
2756
2865
  "cloud",
2757
2866
  "edge",
2867
+ "embedded",
2758
2868
  "experience",
2759
2869
  "customNode"
2760
2870
  ]
@@ -2773,7 +2883,7 @@
2773
2883
  "description": "Schema for a single Workflow Version",
2774
2884
  "oneOf": [
2775
2885
  {
2776
- "description": "Schema for a single Cloud/Edge/Custom Node Workflow Version",
2886
+ "description": "Schema for a single Cloud/Edge/Embedded/Custom Node Workflow Version",
2777
2887
  "type": "object",
2778
2888
  "properties": {
2779
2889
  "id": {
@@ -2861,6 +2971,7 @@
2861
2971
  "deviceCommand",
2862
2972
  "deviceIdsTagsConnect",
2863
2973
  "deviceIdsTagsDisconnect",
2974
+ "eeaInit",
2864
2975
  "flowError",
2865
2976
  "googlePubSub",
2866
2977
  "meridian",
@@ -2924,7 +3035,8 @@
2924
3035
  "type": "array",
2925
3036
  "items": {
2926
3037
  "type": "string",
2927
- "maxLength": 255
3038
+ "maxLength": 48,
3039
+ "minLength": 1
2928
3040
  },
2929
3041
  "maxItems": 100
2930
3042
  },
@@ -3028,7 +3140,8 @@
3028
3140
  "type": "array",
3029
3141
  "items": {
3030
3142
  "type": "string",
3031
- "maxLength": 255
3143
+ "maxLength": 48,
3144
+ "minLength": 1
3032
3145
  },
3033
3146
  "maxItems": 100
3034
3147
  },
@@ -3172,7 +3285,8 @@
3172
3285
  "type": "array",
3173
3286
  "items": {
3174
3287
  "type": "string",
3175
- "maxLength": 255
3288
+ "maxLength": 48,
3289
+ "minLength": 1
3176
3290
  },
3177
3291
  "maxItems": 100
3178
3292
  },
@@ -3268,8 +3382,101 @@
3268
3382
  "type": "array",
3269
3383
  "items": {
3270
3384
  "type": "string",
3385
+ "maxLength": 48,
3386
+ "minLength": 1
3387
+ },
3388
+ "maxItems": 100
3389
+ },
3390
+ "maxItems": 100
3391
+ }
3392
+ },
3393
+ "required": [
3394
+ "type"
3395
+ ],
3396
+ "additionalProperties": false
3397
+ },
3398
+ {
3399
+ "type": "object",
3400
+ "properties": {
3401
+ "key": {
3402
+ "type": "string",
3403
+ "maxLength": 1024
3404
+ },
3405
+ "type": {
3406
+ "type": "string",
3407
+ "enum": [
3408
+ "direct"
3409
+ ]
3410
+ },
3411
+ "config": {
3412
+ "type": "object",
3413
+ "properties": {},
3414
+ "additionalProperties": false
3415
+ },
3416
+ "meta": {
3417
+ "type": "object",
3418
+ "properties": {
3419
+ "category": {
3420
+ "type": "string",
3421
+ "enum": [
3422
+ "trigger"
3423
+ ]
3424
+ },
3425
+ "name": {
3426
+ "type": "string",
3427
+ "enum": [
3428
+ "direct"
3429
+ ]
3430
+ },
3431
+ "label": {
3432
+ "type": "string",
3433
+ "minLength": 1,
3271
3434
  "maxLength": 255
3272
3435
  },
3436
+ "x": {
3437
+ "type": "number"
3438
+ },
3439
+ "y": {
3440
+ "type": "number"
3441
+ },
3442
+ "uiId": {
3443
+ "type": "string",
3444
+ "maxLength": 48
3445
+ },
3446
+ "description": {
3447
+ "type": "string",
3448
+ "maxLength": 32767
3449
+ },
3450
+ "icon": {
3451
+ "type": "string",
3452
+ "maxLength": 1024
3453
+ },
3454
+ "color": {
3455
+ "type": "string",
3456
+ "maxLength": 1024
3457
+ },
3458
+ "inputCount": {
3459
+ "type": "number"
3460
+ },
3461
+ "outputCount": {
3462
+ "type": "number"
3463
+ },
3464
+ "id": {
3465
+ "type": "string",
3466
+ "maxLength": 48
3467
+ }
3468
+ },
3469
+ "additionalProperties": false
3470
+ },
3471
+ "outputIds": {
3472
+ "type": "array",
3473
+ "items": {
3474
+ "type": "array",
3475
+ "items": {
3476
+ "type": "string",
3477
+ "maxLength": 48,
3478
+ "minLength": 1
3479
+ },
3273
3480
  "maxItems": 100
3274
3481
  },
3275
3482
  "maxItems": 100
@@ -3365,7 +3572,8 @@
3365
3572
  "type": "array",
3366
3573
  "items": {
3367
3574
  "type": "string",
3368
- "maxLength": 255
3575
+ "maxLength": 48,
3576
+ "minLength": 1
3369
3577
  },
3370
3578
  "maxItems": 100
3371
3579
  },
@@ -3470,7 +3678,8 @@
3470
3678
  "type": "array",
3471
3679
  "items": {
3472
3680
  "type": "string",
3473
- "maxLength": 255
3681
+ "maxLength": 48,
3682
+ "minLength": 1
3474
3683
  },
3475
3684
  "maxItems": 100
3476
3685
  },
@@ -3578,7 +3787,8 @@
3578
3787
  "type": "array",
3579
3788
  "items": {
3580
3789
  "type": "string",
3581
- "maxLength": 255
3790
+ "maxLength": 48,
3791
+ "minLength": 1
3582
3792
  },
3583
3793
  "maxItems": 100
3584
3794
  },
@@ -3689,7 +3899,8 @@
3689
3899
  "type": "array",
3690
3900
  "items": {
3691
3901
  "type": "string",
3692
- "maxLength": 255
3902
+ "maxLength": 48,
3903
+ "minLength": 1
3693
3904
  },
3694
3905
  "maxItems": 100
3695
3906
  },
@@ -3790,7 +4001,8 @@
3790
4001
  "type": "array",
3791
4002
  "items": {
3792
4003
  "type": "string",
3793
- "maxLength": 255
4004
+ "maxLength": 48,
4005
+ "minLength": 1
3794
4006
  },
3795
4007
  "maxItems": 100
3796
4008
  },
@@ -3893,7 +4105,8 @@
3893
4105
  "type": "array",
3894
4106
  "items": {
3895
4107
  "type": "string",
3896
- "maxLength": 255
4108
+ "maxLength": 48,
4109
+ "minLength": 1
3897
4110
  },
3898
4111
  "maxItems": 100
3899
4112
  },
@@ -4033,7 +4246,8 @@
4033
4246
  "type": "array",
4034
4247
  "items": {
4035
4248
  "type": "string",
4036
- "maxLength": 255
4249
+ "maxLength": 48,
4250
+ "minLength": 1
4037
4251
  },
4038
4252
  "maxItems": 100
4039
4253
  },
@@ -4156,7 +4370,8 @@
4156
4370
  "type": "array",
4157
4371
  "items": {
4158
4372
  "type": "string",
4159
- "maxLength": 255
4373
+ "maxLength": 48,
4374
+ "minLength": 1
4160
4375
  },
4161
4376
  "maxItems": 100
4162
4377
  },
@@ -4268,7 +4483,8 @@
4268
4483
  "type": "array",
4269
4484
  "items": {
4270
4485
  "type": "string",
4271
- "maxLength": 255
4486
+ "maxLength": 48,
4487
+ "minLength": 1
4272
4488
  },
4273
4489
  "maxItems": 100
4274
4490
  },
@@ -4411,7 +4627,8 @@
4411
4627
  "type": "array",
4412
4628
  "items": {
4413
4629
  "type": "string",
4414
- "maxLength": 255
4630
+ "maxLength": 48,
4631
+ "minLength": 1
4415
4632
  },
4416
4633
  "maxItems": 100
4417
4634
  },
@@ -4537,7 +4754,8 @@
4537
4754
  "type": "array",
4538
4755
  "items": {
4539
4756
  "type": "string",
4540
- "maxLength": 255
4757
+ "maxLength": 48,
4758
+ "minLength": 1
4541
4759
  },
4542
4760
  "maxItems": 100
4543
4761
  },
@@ -4652,7 +4870,8 @@
4652
4870
  "type": "array",
4653
4871
  "items": {
4654
4872
  "type": "string",
4655
- "maxLength": 255
4873
+ "maxLength": 48,
4874
+ "minLength": 1
4656
4875
  },
4657
4876
  "maxItems": 100
4658
4877
  },
@@ -4693,7 +4912,8 @@
4693
4912
  "type": "array",
4694
4913
  "items": {
4695
4914
  "type": "string",
4696
- "maxLength": 255
4915
+ "maxLength": 48,
4916
+ "minLength": 1
4697
4917
  },
4698
4918
  "maxItems": 100
4699
4919
  },
@@ -5184,6 +5404,7 @@
5184
5404
  "deviceCommand",
5185
5405
  "deviceIdsTagsConnect",
5186
5406
  "deviceIdsTagsDisconnect",
5407
+ "eeaInit",
5187
5408
  "flowError",
5188
5409
  "googlePubSub",
5189
5410
  "meridian",
@@ -5247,7 +5468,8 @@
5247
5468
  "type": "array",
5248
5469
  "items": {
5249
5470
  "type": "string",
5250
- "maxLength": 255
5471
+ "maxLength": 48,
5472
+ "minLength": 1
5251
5473
  },
5252
5474
  "maxItems": 100
5253
5475
  },
@@ -5351,7 +5573,8 @@
5351
5573
  "type": "array",
5352
5574
  "items": {
5353
5575
  "type": "string",
5354
- "maxLength": 255
5576
+ "maxLength": 48,
5577
+ "minLength": 1
5355
5578
  },
5356
5579
  "maxItems": 100
5357
5580
  },
@@ -5495,7 +5718,8 @@
5495
5718
  "type": "array",
5496
5719
  "items": {
5497
5720
  "type": "string",
5498
- "maxLength": 255
5721
+ "maxLength": 48,
5722
+ "minLength": 1
5499
5723
  },
5500
5724
  "maxItems": 100
5501
5725
  },
@@ -5591,8 +5815,101 @@
5591
5815
  "type": "array",
5592
5816
  "items": {
5593
5817
  "type": "string",
5818
+ "maxLength": 48,
5819
+ "minLength": 1
5820
+ },
5821
+ "maxItems": 100
5822
+ },
5823
+ "maxItems": 100
5824
+ }
5825
+ },
5826
+ "required": [
5827
+ "type"
5828
+ ],
5829
+ "additionalProperties": false
5830
+ },
5831
+ {
5832
+ "type": "object",
5833
+ "properties": {
5834
+ "key": {
5835
+ "type": "string",
5836
+ "maxLength": 1024
5837
+ },
5838
+ "type": {
5839
+ "type": "string",
5840
+ "enum": [
5841
+ "direct"
5842
+ ]
5843
+ },
5844
+ "config": {
5845
+ "type": "object",
5846
+ "properties": {},
5847
+ "additionalProperties": false
5848
+ },
5849
+ "meta": {
5850
+ "type": "object",
5851
+ "properties": {
5852
+ "category": {
5853
+ "type": "string",
5854
+ "enum": [
5855
+ "trigger"
5856
+ ]
5857
+ },
5858
+ "name": {
5859
+ "type": "string",
5860
+ "enum": [
5861
+ "direct"
5862
+ ]
5863
+ },
5864
+ "label": {
5865
+ "type": "string",
5866
+ "minLength": 1,
5594
5867
  "maxLength": 255
5595
5868
  },
5869
+ "x": {
5870
+ "type": "number"
5871
+ },
5872
+ "y": {
5873
+ "type": "number"
5874
+ },
5875
+ "uiId": {
5876
+ "type": "string",
5877
+ "maxLength": 48
5878
+ },
5879
+ "description": {
5880
+ "type": "string",
5881
+ "maxLength": 32767
5882
+ },
5883
+ "icon": {
5884
+ "type": "string",
5885
+ "maxLength": 1024
5886
+ },
5887
+ "color": {
5888
+ "type": "string",
5889
+ "maxLength": 1024
5890
+ },
5891
+ "inputCount": {
5892
+ "type": "number"
5893
+ },
5894
+ "outputCount": {
5895
+ "type": "number"
5896
+ },
5897
+ "id": {
5898
+ "type": "string",
5899
+ "maxLength": 48
5900
+ }
5901
+ },
5902
+ "additionalProperties": false
5903
+ },
5904
+ "outputIds": {
5905
+ "type": "array",
5906
+ "items": {
5907
+ "type": "array",
5908
+ "items": {
5909
+ "type": "string",
5910
+ "maxLength": 48,
5911
+ "minLength": 1
5912
+ },
5596
5913
  "maxItems": 100
5597
5914
  },
5598
5915
  "maxItems": 100
@@ -5688,7 +6005,8 @@
5688
6005
  "type": "array",
5689
6006
  "items": {
5690
6007
  "type": "string",
5691
- "maxLength": 255
6008
+ "maxLength": 48,
6009
+ "minLength": 1
5692
6010
  },
5693
6011
  "maxItems": 100
5694
6012
  },
@@ -5793,7 +6111,8 @@
5793
6111
  "type": "array",
5794
6112
  "items": {
5795
6113
  "type": "string",
5796
- "maxLength": 255
6114
+ "maxLength": 48,
6115
+ "minLength": 1
5797
6116
  },
5798
6117
  "maxItems": 100
5799
6118
  },
@@ -5901,7 +6220,8 @@
5901
6220
  "type": "array",
5902
6221
  "items": {
5903
6222
  "type": "string",
5904
- "maxLength": 255
6223
+ "maxLength": 48,
6224
+ "minLength": 1
5905
6225
  },
5906
6226
  "maxItems": 100
5907
6227
  },
@@ -6012,7 +6332,8 @@
6012
6332
  "type": "array",
6013
6333
  "items": {
6014
6334
  "type": "string",
6015
- "maxLength": 255
6335
+ "maxLength": 48,
6336
+ "minLength": 1
6016
6337
  },
6017
6338
  "maxItems": 100
6018
6339
  },
@@ -6113,7 +6434,8 @@
6113
6434
  "type": "array",
6114
6435
  "items": {
6115
6436
  "type": "string",
6116
- "maxLength": 255
6437
+ "maxLength": 48,
6438
+ "minLength": 1
6117
6439
  },
6118
6440
  "maxItems": 100
6119
6441
  },
@@ -6216,7 +6538,8 @@
6216
6538
  "type": "array",
6217
6539
  "items": {
6218
6540
  "type": "string",
6219
- "maxLength": 255
6541
+ "maxLength": 48,
6542
+ "minLength": 1
6220
6543
  },
6221
6544
  "maxItems": 100
6222
6545
  },
@@ -6356,7 +6679,8 @@
6356
6679
  "type": "array",
6357
6680
  "items": {
6358
6681
  "type": "string",
6359
- "maxLength": 255
6682
+ "maxLength": 48,
6683
+ "minLength": 1
6360
6684
  },
6361
6685
  "maxItems": 100
6362
6686
  },
@@ -6479,7 +6803,8 @@
6479
6803
  "type": "array",
6480
6804
  "items": {
6481
6805
  "type": "string",
6482
- "maxLength": 255
6806
+ "maxLength": 48,
6807
+ "minLength": 1
6483
6808
  },
6484
6809
  "maxItems": 100
6485
6810
  },
@@ -6591,7 +6916,8 @@
6591
6916
  "type": "array",
6592
6917
  "items": {
6593
6918
  "type": "string",
6594
- "maxLength": 255
6919
+ "maxLength": 48,
6920
+ "minLength": 1
6595
6921
  },
6596
6922
  "maxItems": 100
6597
6923
  },
@@ -6734,7 +7060,8 @@
6734
7060
  "type": "array",
6735
7061
  "items": {
6736
7062
  "type": "string",
6737
- "maxLength": 255
7063
+ "maxLength": 48,
7064
+ "minLength": 1
6738
7065
  },
6739
7066
  "maxItems": 100
6740
7067
  },
@@ -6860,7 +7187,8 @@
6860
7187
  "type": "array",
6861
7188
  "items": {
6862
7189
  "type": "string",
6863
- "maxLength": 255
7190
+ "maxLength": 48,
7191
+ "minLength": 1
6864
7192
  },
6865
7193
  "maxItems": 100
6866
7194
  },
@@ -6975,7 +7303,8 @@
6975
7303
  "type": "array",
6976
7304
  "items": {
6977
7305
  "type": "string",
6978
- "maxLength": 255
7306
+ "maxLength": 48,
7307
+ "minLength": 1
6979
7308
  },
6980
7309
  "maxItems": 100
6981
7310
  },
@@ -7016,7 +7345,8 @@
7016
7345
  "type": "array",
7017
7346
  "items": {
7018
7347
  "type": "string",
7019
- "maxLength": 255
7348
+ "maxLength": 48,
7349
+ "minLength": 1
7020
7350
  },
7021
7351
  "maxItems": 100
7022
7352
  },