losant_rest 1.14.0 → 1.15.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (171) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/docs/_schemas.md +10590 -3153
  4. data/docs/devices.md +40 -0
  5. data/docs/embeddedDeployment.md +49 -0
  6. data/docs/embeddedDeployments.md +215 -0
  7. data/docs/flow.md +2 -2
  8. data/docs/flows.md +2 -2
  9. data/docs/instance.md +4 -2
  10. data/lib/losant_rest/application.rb +1 -1
  11. data/lib/losant_rest/application_api_token.rb +1 -1
  12. data/lib/losant_rest/application_api_tokens.rb +1 -1
  13. data/lib/losant_rest/application_certificate.rb +1 -1
  14. data/lib/losant_rest/application_certificate_authorities.rb +1 -1
  15. data/lib/losant_rest/application_certificate_authority.rb +1 -1
  16. data/lib/losant_rest/application_certificates.rb +1 -1
  17. data/lib/losant_rest/application_dashboard.rb +1 -1
  18. data/lib/losant_rest/application_dashboards.rb +1 -1
  19. data/lib/losant_rest/application_key.rb +1 -1
  20. data/lib/losant_rest/application_keys.rb +1 -1
  21. data/lib/losant_rest/application_template.rb +1 -1
  22. data/lib/losant_rest/application_templates.rb +1 -1
  23. data/lib/losant_rest/applications.rb +1 -1
  24. data/lib/losant_rest/audit_log.rb +1 -1
  25. data/lib/losant_rest/audit_logs.rb +1 -1
  26. data/lib/losant_rest/auth.rb +1 -1
  27. data/lib/losant_rest/client.rb +11 -3
  28. data/lib/losant_rest/dashboard.rb +1 -1
  29. data/lib/losant_rest/dashboards.rb +1 -1
  30. data/lib/losant_rest/data.rb +1 -1
  31. data/lib/losant_rest/data_table.rb +1 -1
  32. data/lib/losant_rest/data_table_row.rb +1 -1
  33. data/lib/losant_rest/data_table_rows.rb +1 -1
  34. data/lib/losant_rest/data_tables.rb +1 -1
  35. data/lib/losant_rest/device.rb +1 -1
  36. data/lib/losant_rest/device_recipe.rb +1 -1
  37. data/lib/losant_rest/device_recipes.rb +1 -1
  38. data/lib/losant_rest/devices.rb +50 -1
  39. data/lib/losant_rest/edge_deployment.rb +1 -1
  40. data/lib/losant_rest/edge_deployments.rb +1 -1
  41. data/lib/losant_rest/embedded_deployment.rb +81 -0
  42. data/lib/losant_rest/embedded_deployments.rb +280 -0
  43. data/lib/losant_rest/error.rb +1 -1
  44. data/lib/losant_rest/event.rb +1 -1
  45. data/lib/losant_rest/events.rb +1 -1
  46. data/lib/losant_rest/experience.rb +1 -1
  47. data/lib/losant_rest/experience_domain.rb +1 -1
  48. data/lib/losant_rest/experience_domains.rb +1 -1
  49. data/lib/losant_rest/experience_endpoint.rb +1 -1
  50. data/lib/losant_rest/experience_endpoints.rb +1 -1
  51. data/lib/losant_rest/experience_group.rb +1 -1
  52. data/lib/losant_rest/experience_groups.rb +1 -1
  53. data/lib/losant_rest/experience_slug.rb +1 -1
  54. data/lib/losant_rest/experience_slugs.rb +1 -1
  55. data/lib/losant_rest/experience_user.rb +1 -1
  56. data/lib/losant_rest/experience_users.rb +1 -1
  57. data/lib/losant_rest/experience_version.rb +1 -1
  58. data/lib/losant_rest/experience_versions.rb +1 -1
  59. data/lib/losant_rest/experience_view.rb +1 -1
  60. data/lib/losant_rest/experience_views.rb +1 -1
  61. data/lib/losant_rest/file.rb +1 -1
  62. data/lib/losant_rest/files.rb +1 -1
  63. data/lib/losant_rest/flow.rb +3 -3
  64. data/lib/losant_rest/flow_version.rb +1 -1
  65. data/lib/losant_rest/flow_versions.rb +1 -1
  66. data/lib/losant_rest/flows.rb +3 -3
  67. data/lib/losant_rest/instance.rb +2 -1
  68. data/lib/losant_rest/instance_api_token.rb +1 -1
  69. data/lib/losant_rest/instance_api_tokens.rb +1 -1
  70. data/lib/losant_rest/instance_member.rb +1 -1
  71. data/lib/losant_rest/instance_members.rb +1 -1
  72. data/lib/losant_rest/instance_org.rb +1 -1
  73. data/lib/losant_rest/instance_org_invite.rb +1 -1
  74. data/lib/losant_rest/instance_org_invites.rb +1 -1
  75. data/lib/losant_rest/instance_org_member.rb +1 -1
  76. data/lib/losant_rest/instance_org_members.rb +1 -1
  77. data/lib/losant_rest/instance_orgs.rb +1 -1
  78. data/lib/losant_rest/instances.rb +1 -1
  79. data/lib/losant_rest/integration.rb +1 -1
  80. data/lib/losant_rest/integrations.rb +1 -1
  81. data/lib/losant_rest/me.rb +1 -1
  82. data/lib/losant_rest/notebook.rb +1 -1
  83. data/lib/losant_rest/notebooks.rb +1 -1
  84. data/lib/losant_rest/org.rb +1 -1
  85. data/lib/losant_rest/org_invites.rb +1 -1
  86. data/lib/losant_rest/orgs.rb +1 -1
  87. data/lib/losant_rest/user_api_token.rb +1 -1
  88. data/lib/losant_rest/user_api_tokens.rb +1 -1
  89. data/lib/losant_rest/utils.rb +1 -1
  90. data/lib/losant_rest/version.rb +2 -2
  91. data/lib/losant_rest/webhook.rb +1 -1
  92. data/lib/losant_rest/webhooks.rb +1 -1
  93. data/lib/losant_rest.rb +3 -1
  94. data/schemas/apiTokenPost.json +9 -0
  95. data/schemas/application.json +32 -32
  96. data/schemas/applicationCreationByTemplateResult.json +32 -32
  97. data/schemas/applicationDashboardPost.json +8 -5
  98. data/schemas/applicationPatch.json +13 -13
  99. data/schemas/applicationPost.json +13 -13
  100. data/schemas/applicationTemplate.json +16 -16
  101. data/schemas/applicationTemplates.json +16 -16
  102. data/schemas/applications.json +32 -32
  103. data/schemas/authedDevice.json +2 -1
  104. data/schemas/dashboard.json +8 -5
  105. data/schemas/dashboardPatch.json +8 -5
  106. data/schemas/dashboardPost.json +8 -5
  107. data/schemas/dashboardSendReport.json +6 -6
  108. data/schemas/dashboards.json +8 -5
  109. data/schemas/dataTableRowsDelete.json +1 -1
  110. data/schemas/device.json +2 -1
  111. data/schemas/deviceClassFilter.json +4 -2
  112. data/schemas/deviceNamesResponse.json +36 -0
  113. data/schemas/devicePatch.json +2 -1
  114. data/schemas/devicePost.json +2 -1
  115. data/schemas/deviceRecipe.json +2 -1
  116. data/schemas/deviceRecipePatch.json +2 -1
  117. data/schemas/deviceRecipePost.json +2 -1
  118. data/schemas/deviceRecipes.json +2 -1
  119. data/schemas/devices.json +4 -2
  120. data/schemas/devicesPatch.json +4 -2
  121. data/schemas/edgeDeployment.json +4 -0
  122. data/schemas/edgeDeployments.json +4 -0
  123. data/schemas/embeddedDeployment.json +179 -0
  124. data/schemas/embeddedDeploymentExport.json +44 -0
  125. data/schemas/embeddedDeploymentRelease.json +58 -0
  126. data/schemas/embeddedDeploymentRemove.json +25 -0
  127. data/schemas/embeddedDeploymentReplace.json +29 -0
  128. data/schemas/embeddedDeployments.json +212 -0
  129. data/schemas/eventsDeleted.json +1 -1
  130. data/schemas/eventsExport.json +4 -0
  131. data/schemas/experienceEndpoint.json +6 -8
  132. data/schemas/experienceEndpointPatch.json +6 -8
  133. data/schemas/experienceEndpointPost.json +6 -8
  134. data/schemas/experienceEndpoints.json +6 -8
  135. data/schemas/experienceLinkedResources.json +1292 -167
  136. data/schemas/flow.json +391 -15
  137. data/schemas/flowPatch.json +390 -15
  138. data/schemas/flowPost.json +391 -15
  139. data/schemas/flowVersion.json +821 -71
  140. data/schemas/flowVersionPost.json +390 -15
  141. data/schemas/flowVersions.json +821 -71
  142. data/schemas/flows.json +392 -15
  143. data/schemas/flowsImportPost.json +821 -70
  144. data/schemas/flowsImportResult.json +1392 -266
  145. data/schemas/githubLogin.json +9 -0
  146. data/schemas/historicalSummary.json +87 -74
  147. data/schemas/instance.json +92 -79
  148. data/schemas/instanceMember.json +6 -1
  149. data/schemas/instanceMembers.json +6 -1
  150. data/schemas/instanceOrg.json +87 -74
  151. data/schemas/instanceOrgMember.json +6 -1
  152. data/schemas/instanceOrgPatch.json +64 -26
  153. data/schemas/instanceOrgPost.json +65 -27
  154. data/schemas/instanceOrgs.json +87 -74
  155. data/schemas/instancePatch.json +2 -2
  156. data/schemas/integration.json +1 -1
  157. data/schemas/integrationPatch.json +1 -1
  158. data/schemas/integrationPost.json +1 -1
  159. data/schemas/integrations.json +1 -1
  160. data/schemas/me.json +104 -92
  161. data/schemas/mePatch.json +0 -1
  162. data/schemas/notebook.json +2 -1
  163. data/schemas/notebookExecutionLogs.json +2 -1
  164. data/schemas/notebookPatch.json +2 -1
  165. data/schemas/notebookPost.json +2 -1
  166. data/schemas/notebooks.json +2 -1
  167. data/schemas/org.json +115 -97
  168. data/schemas/orgs.json +115 -97
  169. data/schemas/userCredentials.json +9 -0
  170. data/schemas/userPost.json +9 -1
  171. metadata +17 -6
@@ -51,7 +51,6 @@
51
51
  "onBoot",
52
52
  "onConnect",
53
53
  "onDisconnect",
54
- "request",
55
54
  "udp",
56
55
  "webhook"
57
56
  ]
@@ -76,6 +75,7 @@
76
75
  "deviceCommand",
77
76
  "deviceIdsTagsConnect",
78
77
  "deviceIdsTagsDisconnect",
78
+ "eeaInit",
79
79
  "flowError",
80
80
  "googlePubSub",
81
81
  "meridian",
@@ -85,7 +85,6 @@
85
85
  "onConnect",
86
86
  "onDisconnect",
87
87
  "particle",
88
- "request",
89
88
  "udp",
90
89
  "webhook"
91
90
  ]
@@ -140,7 +139,8 @@
140
139
  "type": "array",
141
140
  "items": {
142
141
  "type": "string",
143
- "maxLength": 255
142
+ "maxLength": 48,
143
+ "minLength": 1
144
144
  },
145
145
  "maxItems": 100
146
146
  },
@@ -244,7 +244,8 @@
244
244
  "type": "array",
245
245
  "items": {
246
246
  "type": "string",
247
- "maxLength": 255
247
+ "maxLength": 48,
248
+ "minLength": 1
248
249
  },
249
250
  "maxItems": 100
250
251
  },
@@ -388,7 +389,8 @@
388
389
  "type": "array",
389
390
  "items": {
390
391
  "type": "string",
391
- "maxLength": 255
392
+ "maxLength": 48,
393
+ "minLength": 1
392
394
  },
393
395
  "maxItems": 100
394
396
  },
@@ -484,8 +486,101 @@
484
486
  "type": "array",
485
487
  "items": {
486
488
  "type": "string",
489
+ "maxLength": 48,
490
+ "minLength": 1
491
+ },
492
+ "maxItems": 100
493
+ },
494
+ "maxItems": 100
495
+ }
496
+ },
497
+ "required": [
498
+ "type"
499
+ ],
500
+ "additionalProperties": false
501
+ },
502
+ {
503
+ "type": "object",
504
+ "properties": {
505
+ "key": {
506
+ "type": "string",
507
+ "maxLength": 1024
508
+ },
509
+ "type": {
510
+ "type": "string",
511
+ "enum": [
512
+ "direct"
513
+ ]
514
+ },
515
+ "config": {
516
+ "type": "object",
517
+ "properties": {},
518
+ "additionalProperties": false
519
+ },
520
+ "meta": {
521
+ "type": "object",
522
+ "properties": {
523
+ "category": {
524
+ "type": "string",
525
+ "enum": [
526
+ "trigger"
527
+ ]
528
+ },
529
+ "name": {
530
+ "type": "string",
531
+ "enum": [
532
+ "direct"
533
+ ]
534
+ },
535
+ "label": {
536
+ "type": "string",
537
+ "minLength": 1,
487
538
  "maxLength": 255
488
539
  },
540
+ "x": {
541
+ "type": "number"
542
+ },
543
+ "y": {
544
+ "type": "number"
545
+ },
546
+ "uiId": {
547
+ "type": "string",
548
+ "maxLength": 48
549
+ },
550
+ "description": {
551
+ "type": "string",
552
+ "maxLength": 32767
553
+ },
554
+ "icon": {
555
+ "type": "string",
556
+ "maxLength": 1024
557
+ },
558
+ "color": {
559
+ "type": "string",
560
+ "maxLength": 1024
561
+ },
562
+ "inputCount": {
563
+ "type": "number"
564
+ },
565
+ "outputCount": {
566
+ "type": "number"
567
+ },
568
+ "id": {
569
+ "type": "string",
570
+ "maxLength": 48
571
+ }
572
+ },
573
+ "additionalProperties": false
574
+ },
575
+ "outputIds": {
576
+ "type": "array",
577
+ "items": {
578
+ "type": "array",
579
+ "items": {
580
+ "type": "string",
581
+ "maxLength": 48,
582
+ "minLength": 1
583
+ },
489
584
  "maxItems": 100
490
585
  },
491
586
  "maxItems": 100
@@ -581,7 +676,8 @@
581
676
  "type": "array",
582
677
  "items": {
583
678
  "type": "string",
584
- "maxLength": 255
679
+ "maxLength": 48,
680
+ "minLength": 1
585
681
  },
586
682
  "maxItems": 100
587
683
  },
@@ -686,7 +782,8 @@
686
782
  "type": "array",
687
783
  "items": {
688
784
  "type": "string",
689
- "maxLength": 255
785
+ "maxLength": 48,
786
+ "minLength": 1
690
787
  },
691
788
  "maxItems": 100
692
789
  },
@@ -794,7 +891,8 @@
794
891
  "type": "array",
795
892
  "items": {
796
893
  "type": "string",
797
- "maxLength": 255
894
+ "maxLength": 48,
895
+ "minLength": 1
798
896
  },
799
897
  "maxItems": 100
800
898
  },
@@ -905,7 +1003,8 @@
905
1003
  "type": "array",
906
1004
  "items": {
907
1005
  "type": "string",
908
- "maxLength": 255
1006
+ "maxLength": 48,
1007
+ "minLength": 1
909
1008
  },
910
1009
  "maxItems": 100
911
1010
  },
@@ -1006,7 +1105,8 @@
1006
1105
  "type": "array",
1007
1106
  "items": {
1008
1107
  "type": "string",
1009
- "maxLength": 255
1108
+ "maxLength": 48,
1109
+ "minLength": 1
1010
1110
  },
1011
1111
  "maxItems": 100
1012
1112
  },
@@ -1109,7 +1209,8 @@
1109
1209
  "type": "array",
1110
1210
  "items": {
1111
1211
  "type": "string",
1112
- "maxLength": 255
1212
+ "maxLength": 48,
1213
+ "minLength": 1
1113
1214
  },
1114
1215
  "maxItems": 100
1115
1216
  },
@@ -1249,7 +1350,8 @@
1249
1350
  "type": "array",
1250
1351
  "items": {
1251
1352
  "type": "string",
1252
- "maxLength": 255
1353
+ "maxLength": 48,
1354
+ "minLength": 1
1253
1355
  },
1254
1356
  "maxItems": 100
1255
1357
  },
@@ -1372,8 +1474,122 @@
1372
1474
  "type": "array",
1373
1475
  "items": {
1374
1476
  "type": "string",
1477
+ "maxLength": 48,
1478
+ "minLength": 1
1479
+ },
1480
+ "maxItems": 100
1481
+ },
1482
+ "maxItems": 100
1483
+ }
1484
+ },
1485
+ "required": [
1486
+ "type"
1487
+ ],
1488
+ "additionalProperties": false
1489
+ },
1490
+ {
1491
+ "type": "object",
1492
+ "properties": {
1493
+ "key": {
1494
+ "type": "string",
1495
+ "maxLength": 1024
1496
+ },
1497
+ "type": {
1498
+ "type": "string",
1499
+ "enum": [
1500
+ "request"
1501
+ ]
1502
+ },
1503
+ "config": {
1504
+ "type": "object",
1505
+ "properties": {
1506
+ "method": {
1507
+ "type": "string",
1508
+ "enum": [
1509
+ "*",
1510
+ "delete",
1511
+ "get",
1512
+ "options",
1513
+ "patch",
1514
+ "post",
1515
+ "put"
1516
+ ]
1517
+ },
1518
+ "route": {
1519
+ "type": "string",
1520
+ "maxLength": 1024
1521
+ }
1522
+ },
1523
+ "additionalProperties": false
1524
+ },
1525
+ "meta": {
1526
+ "type": "object",
1527
+ "properties": {
1528
+ "category": {
1529
+ "type": "string",
1530
+ "enum": [
1531
+ "trigger"
1532
+ ]
1533
+ },
1534
+ "name": {
1535
+ "type": "string",
1536
+ "enum": [
1537
+ "request"
1538
+ ]
1539
+ },
1540
+ "label": {
1541
+ "type": "string",
1542
+ "minLength": 1,
1375
1543
  "maxLength": 255
1376
1544
  },
1545
+ "x": {
1546
+ "type": "number"
1547
+ },
1548
+ "y": {
1549
+ "type": "number"
1550
+ },
1551
+ "uiId": {
1552
+ "type": "string",
1553
+ "maxLength": 48
1554
+ },
1555
+ "description": {
1556
+ "type": "string",
1557
+ "maxLength": 32767
1558
+ },
1559
+ "icon": {
1560
+ "type": "string",
1561
+ "maxLength": 1024
1562
+ },
1563
+ "color": {
1564
+ "type": "string",
1565
+ "maxLength": 1024
1566
+ },
1567
+ "inputCount": {
1568
+ "type": "number"
1569
+ },
1570
+ "outputCount": {
1571
+ "type": "number"
1572
+ },
1573
+ "triggerId": {
1574
+ "type": "string",
1575
+ "maxLength": 48
1576
+ },
1577
+ "id": {
1578
+ "type": "string",
1579
+ "maxLength": 48
1580
+ }
1581
+ },
1582
+ "additionalProperties": false
1583
+ },
1584
+ "outputIds": {
1585
+ "type": "array",
1586
+ "items": {
1587
+ "type": "array",
1588
+ "items": {
1589
+ "type": "string",
1590
+ "maxLength": 48,
1591
+ "minLength": 1
1592
+ },
1377
1593
  "maxItems": 100
1378
1594
  },
1379
1595
  "maxItems": 100
@@ -1515,8 +1731,164 @@
1515
1731
  "type": "array",
1516
1732
  "items": {
1517
1733
  "type": "string",
1734
+ "maxLength": 48,
1735
+ "minLength": 1
1736
+ },
1737
+ "maxItems": 100
1738
+ },
1739
+ "maxItems": 100
1740
+ }
1741
+ },
1742
+ "required": [
1743
+ "type"
1744
+ ],
1745
+ "additionalProperties": false
1746
+ },
1747
+ {
1748
+ "type": "object",
1749
+ "properties": {
1750
+ "key": {
1751
+ "type": "string",
1752
+ "maxLength": 1024
1753
+ },
1754
+ "type": {
1755
+ "type": "string",
1756
+ "enum": [
1757
+ "snmpTrap"
1758
+ ]
1759
+ },
1760
+ "config": {
1761
+ "type": "object",
1762
+ "properties": {
1763
+ "udpPort": {
1764
+ "type": "string",
1765
+ "maxLength": 5
1766
+ },
1767
+ "snmpTrapConfig": {
1768
+ "type": "object",
1769
+ "properties": {
1770
+ "community": {
1771
+ "type": "string",
1772
+ "maxLength": 1024
1773
+ },
1774
+ "user": {
1775
+ "type": "object",
1776
+ "properties": {
1777
+ "name": {
1778
+ "type": "string",
1779
+ "maxLength": 1024
1780
+ },
1781
+ "securityLevel": {
1782
+ "type": "string",
1783
+ "enum": [
1784
+ "none",
1785
+ "auth",
1786
+ "authAndEncrypt"
1787
+ ]
1788
+ },
1789
+ "authMethod": {
1790
+ "type": "string",
1791
+ "enum": [
1792
+ "sha",
1793
+ "md5"
1794
+ ]
1795
+ },
1796
+ "authKey": {
1797
+ "type": "string",
1798
+ "maxLength": 1024
1799
+ },
1800
+ "encryptionMethod": {
1801
+ "type": "string",
1802
+ "enum": [
1803
+ "aes",
1804
+ "des"
1805
+ ]
1806
+ },
1807
+ "encryptionKey": {
1808
+ "type": "string",
1809
+ "maxLength": 1024
1810
+ }
1811
+ },
1812
+ "required": [
1813
+ "name",
1814
+ "securityLevel"
1815
+ ],
1816
+ "additionalProperties": false
1817
+ }
1818
+ },
1819
+ "additionalProperties": false
1820
+ }
1821
+ },
1822
+ "required": [
1823
+ "udpPort",
1824
+ "snmpTrapConfig"
1825
+ ],
1826
+ "additionalProperties": false
1827
+ },
1828
+ "meta": {
1829
+ "type": "object",
1830
+ "properties": {
1831
+ "category": {
1832
+ "type": "string",
1833
+ "enum": [
1834
+ "trigger"
1835
+ ]
1836
+ },
1837
+ "name": {
1838
+ "type": "string",
1839
+ "enum": [
1840
+ "snmpTrap"
1841
+ ]
1842
+ },
1843
+ "label": {
1844
+ "type": "string",
1845
+ "minLength": 1,
1518
1846
  "maxLength": 255
1519
1847
  },
1848
+ "x": {
1849
+ "type": "number"
1850
+ },
1851
+ "y": {
1852
+ "type": "number"
1853
+ },
1854
+ "uiId": {
1855
+ "type": "string",
1856
+ "maxLength": 48
1857
+ },
1858
+ "description": {
1859
+ "type": "string",
1860
+ "maxLength": 32767
1861
+ },
1862
+ "icon": {
1863
+ "type": "string",
1864
+ "maxLength": 1024
1865
+ },
1866
+ "color": {
1867
+ "type": "string",
1868
+ "maxLength": 1024
1869
+ },
1870
+ "inputCount": {
1871
+ "type": "number"
1872
+ },
1873
+ "outputCount": {
1874
+ "type": "number"
1875
+ },
1876
+ "id": {
1877
+ "type": "string",
1878
+ "maxLength": 48
1879
+ }
1880
+ },
1881
+ "additionalProperties": false
1882
+ },
1883
+ "outputIds": {
1884
+ "type": "array",
1885
+ "items": {
1886
+ "type": "array",
1887
+ "items": {
1888
+ "type": "string",
1889
+ "maxLength": 48,
1890
+ "minLength": 1
1891
+ },
1520
1892
  "maxItems": 100
1521
1893
  },
1522
1894
  "maxItems": 100
@@ -1641,7 +2013,8 @@
1641
2013
  "type": "array",
1642
2014
  "items": {
1643
2015
  "type": "string",
1644
- "maxLength": 255
2016
+ "maxLength": 48,
2017
+ "minLength": 1
1645
2018
  },
1646
2019
  "maxItems": 100
1647
2020
  },
@@ -1756,7 +2129,8 @@
1756
2129
  "type": "array",
1757
2130
  "items": {
1758
2131
  "type": "string",
1759
- "maxLength": 255
2132
+ "maxLength": 48,
2133
+ "minLength": 1
1760
2134
  },
1761
2135
  "maxItems": 100
1762
2136
  },
@@ -1797,7 +2171,8 @@
1797
2171
  "type": "array",
1798
2172
  "items": {
1799
2173
  "type": "string",
1800
- "maxLength": 255
2174
+ "maxLength": 48,
2175
+ "minLength": 1
1801
2176
  },
1802
2177
  "maxItems": 100
1803
2178
  },
@@ -1838,6 +2213,7 @@
1838
2213
  "enum": [
1839
2214
  "cloud",
1840
2215
  "edge",
2216
+ "embedded",
1841
2217
  "experience",
1842
2218
  "customNode"
1843
2219
  ]