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
@@ -60,6 +60,7 @@
60
60
  "enum": [
61
61
  "cloud",
62
62
  "edge",
63
+ "embedded",
63
64
  "experience",
64
65
  "customNode"
65
66
  ]
@@ -113,6 +114,7 @@
113
114
  "deviceCommand",
114
115
  "deviceIdsTagsConnect",
115
116
  "deviceIdsTagsDisconnect",
117
+ "eeaInit",
116
118
  "flowError",
117
119
  "googlePubSub",
118
120
  "meridian",
@@ -176,7 +178,8 @@
176
178
  "type": "array",
177
179
  "items": {
178
180
  "type": "string",
179
- "maxLength": 255
181
+ "maxLength": 48,
182
+ "minLength": 1
180
183
  },
181
184
  "maxItems": 100
182
185
  },
@@ -280,7 +283,8 @@
280
283
  "type": "array",
281
284
  "items": {
282
285
  "type": "string",
283
- "maxLength": 255
286
+ "maxLength": 48,
287
+ "minLength": 1
284
288
  },
285
289
  "maxItems": 100
286
290
  },
@@ -424,7 +428,8 @@
424
428
  "type": "array",
425
429
  "items": {
426
430
  "type": "string",
427
- "maxLength": 255
431
+ "maxLength": 48,
432
+ "minLength": 1
428
433
  },
429
434
  "maxItems": 100
430
435
  },
@@ -520,8 +525,101 @@
520
525
  "type": "array",
521
526
  "items": {
522
527
  "type": "string",
528
+ "maxLength": 48,
529
+ "minLength": 1
530
+ },
531
+ "maxItems": 100
532
+ },
533
+ "maxItems": 100
534
+ }
535
+ },
536
+ "required": [
537
+ "type"
538
+ ],
539
+ "additionalProperties": false
540
+ },
541
+ {
542
+ "type": "object",
543
+ "properties": {
544
+ "key": {
545
+ "type": "string",
546
+ "maxLength": 1024
547
+ },
548
+ "type": {
549
+ "type": "string",
550
+ "enum": [
551
+ "direct"
552
+ ]
553
+ },
554
+ "config": {
555
+ "type": "object",
556
+ "properties": {},
557
+ "additionalProperties": false
558
+ },
559
+ "meta": {
560
+ "type": "object",
561
+ "properties": {
562
+ "category": {
563
+ "type": "string",
564
+ "enum": [
565
+ "trigger"
566
+ ]
567
+ },
568
+ "name": {
569
+ "type": "string",
570
+ "enum": [
571
+ "direct"
572
+ ]
573
+ },
574
+ "label": {
575
+ "type": "string",
576
+ "minLength": 1,
523
577
  "maxLength": 255
524
578
  },
579
+ "x": {
580
+ "type": "number"
581
+ },
582
+ "y": {
583
+ "type": "number"
584
+ },
585
+ "uiId": {
586
+ "type": "string",
587
+ "maxLength": 48
588
+ },
589
+ "description": {
590
+ "type": "string",
591
+ "maxLength": 32767
592
+ },
593
+ "icon": {
594
+ "type": "string",
595
+ "maxLength": 1024
596
+ },
597
+ "color": {
598
+ "type": "string",
599
+ "maxLength": 1024
600
+ },
601
+ "inputCount": {
602
+ "type": "number"
603
+ },
604
+ "outputCount": {
605
+ "type": "number"
606
+ },
607
+ "id": {
608
+ "type": "string",
609
+ "maxLength": 48
610
+ }
611
+ },
612
+ "additionalProperties": false
613
+ },
614
+ "outputIds": {
615
+ "type": "array",
616
+ "items": {
617
+ "type": "array",
618
+ "items": {
619
+ "type": "string",
620
+ "maxLength": 48,
621
+ "minLength": 1
622
+ },
525
623
  "maxItems": 100
526
624
  },
527
625
  "maxItems": 100
@@ -617,7 +715,8 @@
617
715
  "type": "array",
618
716
  "items": {
619
717
  "type": "string",
620
- "maxLength": 255
718
+ "maxLength": 48,
719
+ "minLength": 1
621
720
  },
622
721
  "maxItems": 100
623
722
  },
@@ -722,7 +821,8 @@
722
821
  "type": "array",
723
822
  "items": {
724
823
  "type": "string",
725
- "maxLength": 255
824
+ "maxLength": 48,
825
+ "minLength": 1
726
826
  },
727
827
  "maxItems": 100
728
828
  },
@@ -830,7 +930,8 @@
830
930
  "type": "array",
831
931
  "items": {
832
932
  "type": "string",
833
- "maxLength": 255
933
+ "maxLength": 48,
934
+ "minLength": 1
834
935
  },
835
936
  "maxItems": 100
836
937
  },
@@ -941,7 +1042,8 @@
941
1042
  "type": "array",
942
1043
  "items": {
943
1044
  "type": "string",
944
- "maxLength": 255
1045
+ "maxLength": 48,
1046
+ "minLength": 1
945
1047
  },
946
1048
  "maxItems": 100
947
1049
  },
@@ -1042,7 +1144,8 @@
1042
1144
  "type": "array",
1043
1145
  "items": {
1044
1146
  "type": "string",
1045
- "maxLength": 255
1147
+ "maxLength": 48,
1148
+ "minLength": 1
1046
1149
  },
1047
1150
  "maxItems": 100
1048
1151
  },
@@ -1145,7 +1248,8 @@
1145
1248
  "type": "array",
1146
1249
  "items": {
1147
1250
  "type": "string",
1148
- "maxLength": 255
1251
+ "maxLength": 48,
1252
+ "minLength": 1
1149
1253
  },
1150
1254
  "maxItems": 100
1151
1255
  },
@@ -1285,7 +1389,8 @@
1285
1389
  "type": "array",
1286
1390
  "items": {
1287
1391
  "type": "string",
1288
- "maxLength": 255
1392
+ "maxLength": 48,
1393
+ "minLength": 1
1289
1394
  },
1290
1395
  "maxItems": 100
1291
1396
  },
@@ -1408,7 +1513,8 @@
1408
1513
  "type": "array",
1409
1514
  "items": {
1410
1515
  "type": "string",
1411
- "maxLength": 255
1516
+ "maxLength": 48,
1517
+ "minLength": 1
1412
1518
  },
1413
1519
  "maxItems": 100
1414
1520
  },
@@ -1520,7 +1626,8 @@
1520
1626
  "type": "array",
1521
1627
  "items": {
1522
1628
  "type": "string",
1523
- "maxLength": 255
1629
+ "maxLength": 48,
1630
+ "minLength": 1
1524
1631
  },
1525
1632
  "maxItems": 100
1526
1633
  },
@@ -1663,7 +1770,8 @@
1663
1770
  "type": "array",
1664
1771
  "items": {
1665
1772
  "type": "string",
1666
- "maxLength": 255
1773
+ "maxLength": 48,
1774
+ "minLength": 1
1667
1775
  },
1668
1776
  "maxItems": 100
1669
1777
  },
@@ -1789,7 +1897,8 @@
1789
1897
  "type": "array",
1790
1898
  "items": {
1791
1899
  "type": "string",
1792
- "maxLength": 255
1900
+ "maxLength": 48,
1901
+ "minLength": 1
1793
1902
  },
1794
1903
  "maxItems": 100
1795
1904
  },
@@ -1904,7 +2013,8 @@
1904
2013
  "type": "array",
1905
2014
  "items": {
1906
2015
  "type": "string",
1907
- "maxLength": 255
2016
+ "maxLength": 48,
2017
+ "minLength": 1
1908
2018
  },
1909
2019
  "maxItems": 100
1910
2020
  },
@@ -1945,7 +2055,8 @@
1945
2055
  "type": "array",
1946
2056
  "items": {
1947
2057
  "type": "string",
1948
- "maxLength": 255
2058
+ "maxLength": 48,
2059
+ "minLength": 1
1949
2060
  },
1950
2061
  "maxItems": 100
1951
2062
  },
@@ -2348,7 +2459,7 @@
2348
2459
  "description": "Schema for a single Workflow Version",
2349
2460
  "oneOf": [
2350
2461
  {
2351
- "description": "Schema for a single Cloud/Edge/Custom Node Workflow Version",
2462
+ "description": "Schema for a single Cloud/Edge/Embedded/Custom Node Workflow Version",
2352
2463
  "type": "object",
2353
2464
  "properties": {
2354
2465
  "id": {
@@ -2436,6 +2547,7 @@
2436
2547
  "deviceCommand",
2437
2548
  "deviceIdsTagsConnect",
2438
2549
  "deviceIdsTagsDisconnect",
2550
+ "eeaInit",
2439
2551
  "flowError",
2440
2552
  "googlePubSub",
2441
2553
  "meridian",
@@ -2499,7 +2611,8 @@
2499
2611
  "type": "array",
2500
2612
  "items": {
2501
2613
  "type": "string",
2502
- "maxLength": 255
2614
+ "maxLength": 48,
2615
+ "minLength": 1
2503
2616
  },
2504
2617
  "maxItems": 100
2505
2618
  },
@@ -2603,7 +2716,8 @@
2603
2716
  "type": "array",
2604
2717
  "items": {
2605
2718
  "type": "string",
2606
- "maxLength": 255
2719
+ "maxLength": 48,
2720
+ "minLength": 1
2607
2721
  },
2608
2722
  "maxItems": 100
2609
2723
  },
@@ -2747,7 +2861,8 @@
2747
2861
  "type": "array",
2748
2862
  "items": {
2749
2863
  "type": "string",
2750
- "maxLength": 255
2864
+ "maxLength": 48,
2865
+ "minLength": 1
2751
2866
  },
2752
2867
  "maxItems": 100
2753
2868
  },
@@ -2843,8 +2958,101 @@
2843
2958
  "type": "array",
2844
2959
  "items": {
2845
2960
  "type": "string",
2961
+ "maxLength": 48,
2962
+ "minLength": 1
2963
+ },
2964
+ "maxItems": 100
2965
+ },
2966
+ "maxItems": 100
2967
+ }
2968
+ },
2969
+ "required": [
2970
+ "type"
2971
+ ],
2972
+ "additionalProperties": false
2973
+ },
2974
+ {
2975
+ "type": "object",
2976
+ "properties": {
2977
+ "key": {
2978
+ "type": "string",
2979
+ "maxLength": 1024
2980
+ },
2981
+ "type": {
2982
+ "type": "string",
2983
+ "enum": [
2984
+ "direct"
2985
+ ]
2986
+ },
2987
+ "config": {
2988
+ "type": "object",
2989
+ "properties": {},
2990
+ "additionalProperties": false
2991
+ },
2992
+ "meta": {
2993
+ "type": "object",
2994
+ "properties": {
2995
+ "category": {
2996
+ "type": "string",
2997
+ "enum": [
2998
+ "trigger"
2999
+ ]
3000
+ },
3001
+ "name": {
3002
+ "type": "string",
3003
+ "enum": [
3004
+ "direct"
3005
+ ]
3006
+ },
3007
+ "label": {
3008
+ "type": "string",
3009
+ "minLength": 1,
2846
3010
  "maxLength": 255
2847
3011
  },
3012
+ "x": {
3013
+ "type": "number"
3014
+ },
3015
+ "y": {
3016
+ "type": "number"
3017
+ },
3018
+ "uiId": {
3019
+ "type": "string",
3020
+ "maxLength": 48
3021
+ },
3022
+ "description": {
3023
+ "type": "string",
3024
+ "maxLength": 32767
3025
+ },
3026
+ "icon": {
3027
+ "type": "string",
3028
+ "maxLength": 1024
3029
+ },
3030
+ "color": {
3031
+ "type": "string",
3032
+ "maxLength": 1024
3033
+ },
3034
+ "inputCount": {
3035
+ "type": "number"
3036
+ },
3037
+ "outputCount": {
3038
+ "type": "number"
3039
+ },
3040
+ "id": {
3041
+ "type": "string",
3042
+ "maxLength": 48
3043
+ }
3044
+ },
3045
+ "additionalProperties": false
3046
+ },
3047
+ "outputIds": {
3048
+ "type": "array",
3049
+ "items": {
3050
+ "type": "array",
3051
+ "items": {
3052
+ "type": "string",
3053
+ "maxLength": 48,
3054
+ "minLength": 1
3055
+ },
2848
3056
  "maxItems": 100
2849
3057
  },
2850
3058
  "maxItems": 100
@@ -2940,7 +3148,8 @@
2940
3148
  "type": "array",
2941
3149
  "items": {
2942
3150
  "type": "string",
2943
- "maxLength": 255
3151
+ "maxLength": 48,
3152
+ "minLength": 1
2944
3153
  },
2945
3154
  "maxItems": 100
2946
3155
  },
@@ -3045,7 +3254,8 @@
3045
3254
  "type": "array",
3046
3255
  "items": {
3047
3256
  "type": "string",
3048
- "maxLength": 255
3257
+ "maxLength": 48,
3258
+ "minLength": 1
3049
3259
  },
3050
3260
  "maxItems": 100
3051
3261
  },
@@ -3153,7 +3363,8 @@
3153
3363
  "type": "array",
3154
3364
  "items": {
3155
3365
  "type": "string",
3156
- "maxLength": 255
3366
+ "maxLength": 48,
3367
+ "minLength": 1
3157
3368
  },
3158
3369
  "maxItems": 100
3159
3370
  },
@@ -3264,7 +3475,8 @@
3264
3475
  "type": "array",
3265
3476
  "items": {
3266
3477
  "type": "string",
3267
- "maxLength": 255
3478
+ "maxLength": 48,
3479
+ "minLength": 1
3268
3480
  },
3269
3481
  "maxItems": 100
3270
3482
  },
@@ -3365,7 +3577,8 @@
3365
3577
  "type": "array",
3366
3578
  "items": {
3367
3579
  "type": "string",
3368
- "maxLength": 255
3580
+ "maxLength": 48,
3581
+ "minLength": 1
3369
3582
  },
3370
3583
  "maxItems": 100
3371
3584
  },
@@ -3468,7 +3681,8 @@
3468
3681
  "type": "array",
3469
3682
  "items": {
3470
3683
  "type": "string",
3471
- "maxLength": 255
3684
+ "maxLength": 48,
3685
+ "minLength": 1
3472
3686
  },
3473
3687
  "maxItems": 100
3474
3688
  },
@@ -3608,7 +3822,8 @@
3608
3822
  "type": "array",
3609
3823
  "items": {
3610
3824
  "type": "string",
3611
- "maxLength": 255
3825
+ "maxLength": 48,
3826
+ "minLength": 1
3612
3827
  },
3613
3828
  "maxItems": 100
3614
3829
  },
@@ -3731,7 +3946,8 @@
3731
3946
  "type": "array",
3732
3947
  "items": {
3733
3948
  "type": "string",
3734
- "maxLength": 255
3949
+ "maxLength": 48,
3950
+ "minLength": 1
3735
3951
  },
3736
3952
  "maxItems": 100
3737
3953
  },
@@ -3843,7 +4059,8 @@
3843
4059
  "type": "array",
3844
4060
  "items": {
3845
4061
  "type": "string",
3846
- "maxLength": 255
4062
+ "maxLength": 48,
4063
+ "minLength": 1
3847
4064
  },
3848
4065
  "maxItems": 100
3849
4066
  },
@@ -3986,7 +4203,8 @@
3986
4203
  "type": "array",
3987
4204
  "items": {
3988
4205
  "type": "string",
3989
- "maxLength": 255
4206
+ "maxLength": 48,
4207
+ "minLength": 1
3990
4208
  },
3991
4209
  "maxItems": 100
3992
4210
  },
@@ -4112,7 +4330,8 @@
4112
4330
  "type": "array",
4113
4331
  "items": {
4114
4332
  "type": "string",
4115
- "maxLength": 255
4333
+ "maxLength": 48,
4334
+ "minLength": 1
4116
4335
  },
4117
4336
  "maxItems": 100
4118
4337
  },
@@ -4227,7 +4446,8 @@
4227
4446
  "type": "array",
4228
4447
  "items": {
4229
4448
  "type": "string",
4230
- "maxLength": 255
4449
+ "maxLength": 48,
4450
+ "minLength": 1
4231
4451
  },
4232
4452
  "maxItems": 100
4233
4453
  },
@@ -4268,7 +4488,8 @@
4268
4488
  "type": "array",
4269
4489
  "items": {
4270
4490
  "type": "string",
4271
- "maxLength": 255
4491
+ "maxLength": 48,
4492
+ "minLength": 1
4272
4493
  },
4273
4494
  "maxItems": 100
4274
4495
  },
@@ -4759,6 +4980,7 @@
4759
4980
  "deviceCommand",
4760
4981
  "deviceIdsTagsConnect",
4761
4982
  "deviceIdsTagsDisconnect",
4983
+ "eeaInit",
4762
4984
  "flowError",
4763
4985
  "googlePubSub",
4764
4986
  "meridian",
@@ -4822,7 +5044,8 @@
4822
5044
  "type": "array",
4823
5045
  "items": {
4824
5046
  "type": "string",
4825
- "maxLength": 255
5047
+ "maxLength": 48,
5048
+ "minLength": 1
4826
5049
  },
4827
5050
  "maxItems": 100
4828
5051
  },
@@ -4926,7 +5149,8 @@
4926
5149
  "type": "array",
4927
5150
  "items": {
4928
5151
  "type": "string",
4929
- "maxLength": 255
5152
+ "maxLength": 48,
5153
+ "minLength": 1
4930
5154
  },
4931
5155
  "maxItems": 100
4932
5156
  },
@@ -5070,7 +5294,8 @@
5070
5294
  "type": "array",
5071
5295
  "items": {
5072
5296
  "type": "string",
5073
- "maxLength": 255
5297
+ "maxLength": 48,
5298
+ "minLength": 1
5074
5299
  },
5075
5300
  "maxItems": 100
5076
5301
  },
@@ -5166,8 +5391,101 @@
5166
5391
  "type": "array",
5167
5392
  "items": {
5168
5393
  "type": "string",
5394
+ "maxLength": 48,
5395
+ "minLength": 1
5396
+ },
5397
+ "maxItems": 100
5398
+ },
5399
+ "maxItems": 100
5400
+ }
5401
+ },
5402
+ "required": [
5403
+ "type"
5404
+ ],
5405
+ "additionalProperties": false
5406
+ },
5407
+ {
5408
+ "type": "object",
5409
+ "properties": {
5410
+ "key": {
5411
+ "type": "string",
5412
+ "maxLength": 1024
5413
+ },
5414
+ "type": {
5415
+ "type": "string",
5416
+ "enum": [
5417
+ "direct"
5418
+ ]
5419
+ },
5420
+ "config": {
5421
+ "type": "object",
5422
+ "properties": {},
5423
+ "additionalProperties": false
5424
+ },
5425
+ "meta": {
5426
+ "type": "object",
5427
+ "properties": {
5428
+ "category": {
5429
+ "type": "string",
5430
+ "enum": [
5431
+ "trigger"
5432
+ ]
5433
+ },
5434
+ "name": {
5435
+ "type": "string",
5436
+ "enum": [
5437
+ "direct"
5438
+ ]
5439
+ },
5440
+ "label": {
5441
+ "type": "string",
5442
+ "minLength": 1,
5169
5443
  "maxLength": 255
5170
5444
  },
5445
+ "x": {
5446
+ "type": "number"
5447
+ },
5448
+ "y": {
5449
+ "type": "number"
5450
+ },
5451
+ "uiId": {
5452
+ "type": "string",
5453
+ "maxLength": 48
5454
+ },
5455
+ "description": {
5456
+ "type": "string",
5457
+ "maxLength": 32767
5458
+ },
5459
+ "icon": {
5460
+ "type": "string",
5461
+ "maxLength": 1024
5462
+ },
5463
+ "color": {
5464
+ "type": "string",
5465
+ "maxLength": 1024
5466
+ },
5467
+ "inputCount": {
5468
+ "type": "number"
5469
+ },
5470
+ "outputCount": {
5471
+ "type": "number"
5472
+ },
5473
+ "id": {
5474
+ "type": "string",
5475
+ "maxLength": 48
5476
+ }
5477
+ },
5478
+ "additionalProperties": false
5479
+ },
5480
+ "outputIds": {
5481
+ "type": "array",
5482
+ "items": {
5483
+ "type": "array",
5484
+ "items": {
5485
+ "type": "string",
5486
+ "maxLength": 48,
5487
+ "minLength": 1
5488
+ },
5171
5489
  "maxItems": 100
5172
5490
  },
5173
5491
  "maxItems": 100
@@ -5263,7 +5581,8 @@
5263
5581
  "type": "array",
5264
5582
  "items": {
5265
5583
  "type": "string",
5266
- "maxLength": 255
5584
+ "maxLength": 48,
5585
+ "minLength": 1
5267
5586
  },
5268
5587
  "maxItems": 100
5269
5588
  },
@@ -5368,7 +5687,8 @@
5368
5687
  "type": "array",
5369
5688
  "items": {
5370
5689
  "type": "string",
5371
- "maxLength": 255
5690
+ "maxLength": 48,
5691
+ "minLength": 1
5372
5692
  },
5373
5693
  "maxItems": 100
5374
5694
  },
@@ -5476,7 +5796,8 @@
5476
5796
  "type": "array",
5477
5797
  "items": {
5478
5798
  "type": "string",
5479
- "maxLength": 255
5799
+ "maxLength": 48,
5800
+ "minLength": 1
5480
5801
  },
5481
5802
  "maxItems": 100
5482
5803
  },
@@ -5587,7 +5908,8 @@
5587
5908
  "type": "array",
5588
5909
  "items": {
5589
5910
  "type": "string",
5590
- "maxLength": 255
5911
+ "maxLength": 48,
5912
+ "minLength": 1
5591
5913
  },
5592
5914
  "maxItems": 100
5593
5915
  },
@@ -5688,7 +6010,8 @@
5688
6010
  "type": "array",
5689
6011
  "items": {
5690
6012
  "type": "string",
5691
- "maxLength": 255
6013
+ "maxLength": 48,
6014
+ "minLength": 1
5692
6015
  },
5693
6016
  "maxItems": 100
5694
6017
  },
@@ -5791,7 +6114,8 @@
5791
6114
  "type": "array",
5792
6115
  "items": {
5793
6116
  "type": "string",
5794
- "maxLength": 255
6117
+ "maxLength": 48,
6118
+ "minLength": 1
5795
6119
  },
5796
6120
  "maxItems": 100
5797
6121
  },
@@ -5931,7 +6255,8 @@
5931
6255
  "type": "array",
5932
6256
  "items": {
5933
6257
  "type": "string",
5934
- "maxLength": 255
6258
+ "maxLength": 48,
6259
+ "minLength": 1
5935
6260
  },
5936
6261
  "maxItems": 100
5937
6262
  },
@@ -6054,7 +6379,8 @@
6054
6379
  "type": "array",
6055
6380
  "items": {
6056
6381
  "type": "string",
6057
- "maxLength": 255
6382
+ "maxLength": 48,
6383
+ "minLength": 1
6058
6384
  },
6059
6385
  "maxItems": 100
6060
6386
  },
@@ -6166,7 +6492,8 @@
6166
6492
  "type": "array",
6167
6493
  "items": {
6168
6494
  "type": "string",
6169
- "maxLength": 255
6495
+ "maxLength": 48,
6496
+ "minLength": 1
6170
6497
  },
6171
6498
  "maxItems": 100
6172
6499
  },
@@ -6309,7 +6636,8 @@
6309
6636
  "type": "array",
6310
6637
  "items": {
6311
6638
  "type": "string",
6312
- "maxLength": 255
6639
+ "maxLength": 48,
6640
+ "minLength": 1
6313
6641
  },
6314
6642
  "maxItems": 100
6315
6643
  },
@@ -6435,7 +6763,8 @@
6435
6763
  "type": "array",
6436
6764
  "items": {
6437
6765
  "type": "string",
6438
- "maxLength": 255
6766
+ "maxLength": 48,
6767
+ "minLength": 1
6439
6768
  },
6440
6769
  "maxItems": 100
6441
6770
  },
@@ -6550,7 +6879,8 @@
6550
6879
  "type": "array",
6551
6880
  "items": {
6552
6881
  "type": "string",
6553
- "maxLength": 255
6882
+ "maxLength": 48,
6883
+ "minLength": 1
6554
6884
  },
6555
6885
  "maxItems": 100
6556
6886
  },
@@ -6591,7 +6921,8 @@
6591
6921
  "type": "array",
6592
6922
  "items": {
6593
6923
  "type": "string",
6594
- "maxLength": 255
6924
+ "maxLength": 48,
6925
+ "minLength": 1
6595
6926
  },
6596
6927
  "maxItems": 100
6597
6928
  },