losant_rest 2.1.0 → 2.1.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.
Files changed (191) hide show
  1. checksums.yaml +4 -4
  2. data/docs/_schemas.md +139101 -66992
  3. data/docs/application.md +6 -6
  4. data/docs/applicationCertificates.md +3 -2
  5. data/docs/applicationDashboard.md +1 -1
  6. data/docs/applications.md +1 -1
  7. data/docs/auth.md +1 -1
  8. data/docs/dashboard.md +1 -1
  9. data/docs/dashboards.md +1 -0
  10. data/docs/dataTableRow.md +1 -1
  11. data/docs/dataTableRows.md +3 -3
  12. data/docs/device.md +1 -1
  13. data/docs/edgeDeployments.md +3 -3
  14. data/docs/embeddedDeployments.md +3 -3
  15. data/docs/experience.md +1 -1
  16. data/docs/file.md +4 -4
  17. data/docs/files.md +1 -1
  18. data/docs/flowVersions.md +1 -1
  19. data/docs/instanceApiTokens.md +1 -1
  20. data/docs/instanceMember.md +1 -1
  21. data/docs/instanceOrg.md +1 -1
  22. data/docs/instanceOrgInvite.md +2 -2
  23. data/docs/instanceOrgInvites.md +1 -1
  24. data/docs/instanceOrgMembers.md +2 -1
  25. data/docs/instanceOrgs.md +1 -1
  26. data/docs/me.md +1 -1
  27. data/docs/notebook.md +1 -1
  28. data/docs/org.md +1 -1
  29. data/docs/privateFile.md +4 -4
  30. data/docs/privateFiles.md +1 -1
  31. data/docs/resourceJob.md +2 -2
  32. data/docs/userApiTokens.md +2 -2
  33. data/lib/platform_rest/application.rb +1 -1
  34. data/lib/platform_rest/application_certificates.rb +5 -2
  35. data/lib/platform_rest/application_dashboard.rb +1 -1
  36. data/lib/platform_rest/client.rb +2 -2
  37. data/lib/platform_rest/dashboard.rb +1 -1
  38. data/lib/platform_rest/dashboards.rb +1 -0
  39. data/lib/platform_rest/data_table_row.rb +1 -1
  40. data/lib/platform_rest/data_table_rows.rb +3 -3
  41. data/lib/platform_rest/device.rb +1 -1
  42. data/lib/platform_rest/edge_deployments.rb +3 -3
  43. data/lib/platform_rest/embedded_deployments.rb +3 -3
  44. data/lib/platform_rest/experience.rb +1 -1
  45. data/lib/platform_rest/file.rb +2 -2
  46. data/lib/platform_rest/instance_api_tokens.rb +1 -1
  47. data/lib/platform_rest/instance_member.rb +1 -1
  48. data/lib/platform_rest/instance_org.rb +1 -1
  49. data/lib/platform_rest/instance_org_invite.rb +2 -2
  50. data/lib/platform_rest/instance_org_invites.rb +2 -2
  51. data/lib/platform_rest/instance_org_members.rb +2 -1
  52. data/lib/platform_rest/instance_orgs.rb +1 -1
  53. data/lib/platform_rest/me.rb +1 -1
  54. data/lib/platform_rest/notebook.rb +1 -1
  55. data/lib/platform_rest/org.rb +1 -1
  56. data/lib/platform_rest/private_file.rb +2 -2
  57. data/lib/platform_rest/resource_job.rb +2 -2
  58. data/lib/platform_rest/user_api_tokens.rb +2 -2
  59. data/lib/platform_rest/version.rb +1 -1
  60. data/schemas/advancedApplicationCertQuery.json +1885 -0
  61. data/schemas/advancedApplicationKeyQuery.json +763 -763
  62. data/schemas/apiToken.json +10 -1
  63. data/schemas/apiTokens.json +20 -2
  64. data/schemas/application.json +15 -2
  65. data/schemas/applicationCertificate.json +90 -58
  66. data/schemas/applicationCertificateAuthorities.json +24 -0
  67. data/schemas/applicationCertificateAuthority.json +24 -0
  68. data/schemas/applicationCertificatePatch.json +32 -4
  69. data/schemas/applicationCertificatePost.json +28 -30
  70. data/schemas/applicationCertificates.json +90 -58
  71. data/schemas/applicationCreationByTemplateResult.json +15 -2
  72. data/schemas/applicationDashboardPost.json +179 -128
  73. data/schemas/applicationImportExecutions.json +3 -5
  74. data/schemas/applicationImportResult.json +674 -0
  75. data/schemas/applicationJobLog.json +129 -123
  76. data/schemas/applicationJobLogs.json +129 -123
  77. data/schemas/applicationKey.json +41 -41
  78. data/schemas/applicationKeyPatch.json +4 -4
  79. data/schemas/applicationKeyPost.json +36 -29
  80. data/schemas/applicationKeys.json +41 -41
  81. data/schemas/applicationSearchResult.json +10 -10
  82. data/schemas/applicationTemplates.json +9 -2
  83. data/schemas/applications.json +15 -2
  84. data/schemas/auditLog.json +2 -6
  85. data/schemas/auditLogs.json +2 -6
  86. data/schemas/authedDevice.json +3 -0
  87. data/schemas/credential.json +7 -0
  88. data/schemas/credentialLinkedResources.json +19724 -344
  89. data/schemas/credentialPatch.json +3 -0
  90. data/schemas/credentialPost.json +3 -0
  91. data/schemas/credentials.json +7 -0
  92. data/schemas/dashboard.json +199 -128
  93. data/schemas/dashboardBlockSuggestCodePost.json +19 -0
  94. data/schemas/dashboardPatch.json +179 -128
  95. data/schemas/dashboardPost.json +179 -128
  96. data/schemas/dashboardUpdateEventsResult.json +266 -0
  97. data/schemas/dashboards.json +199 -128
  98. data/schemas/dataTable.json +11 -0
  99. data/schemas/dataTableRowPatch.json +16 -0
  100. data/schemas/dataTableRowPost.json +39 -0
  101. data/schemas/dataTableRowPostResult.json +54 -0
  102. data/schemas/dataTables.json +11 -0
  103. data/schemas/device.json +259 -107
  104. data/schemas/deviceConnectionStatus.json +4 -0
  105. data/schemas/deviceLog.json +3 -0
  106. data/schemas/deviceRecipe.json +259 -108
  107. data/schemas/deviceRecipes.json +259 -108
  108. data/schemas/devices.json +287 -116
  109. data/schemas/edgeDeploymentRelease.json +4252 -39
  110. data/schemas/edgeDeployments.json +28 -0
  111. data/schemas/embeddedDeploymentRelease.json +2073 -0
  112. data/schemas/embeddedDeployments.json +25 -0
  113. data/schemas/error.json +14 -0
  114. data/schemas/event.json +4 -1
  115. data/schemas/eventPlusNewCount.json +4 -1
  116. data/schemas/events.json +4 -1
  117. data/schemas/experienceDomains.json +19 -0
  118. data/schemas/experienceEndpoint.json +19 -0
  119. data/schemas/experienceEndpoints.json +24 -0
  120. data/schemas/experienceLinkedResources.json +19728 -313
  121. data/schemas/experienceSlugs.json +19 -0
  122. data/schemas/experienceUsers.json +16 -2
  123. data/schemas/experienceVersions.json +25 -0
  124. data/schemas/experienceView.json +5 -0
  125. data/schemas/experienceViews.json +10 -0
  126. data/schemas/fileUploadPostResponse.json +92 -103
  127. data/schemas/files.json +5 -1
  128. data/schemas/flow.json +211 -46
  129. data/schemas/flowPatch.json +199 -46
  130. data/schemas/flowPost.json +199 -46
  131. data/schemas/flowStorageMetadata.json +2 -2
  132. data/schemas/flowVersion.json +450 -101
  133. data/schemas/flowVersionPost.json +199 -46
  134. data/schemas/flowVersions.json +9903 -113
  135. data/schemas/flows.json +9637 -46
  136. data/schemas/flowsImportPost.json +398 -92
  137. data/schemas/flowsImportResult.json +661 -147
  138. data/schemas/historicalSummaries.json +3 -2
  139. data/schemas/historicalSummary.json +3 -2
  140. data/schemas/instanceAuditLog.json +2 -6
  141. data/schemas/instanceAuditLogs.json +90 -1
  142. data/schemas/instanceCustomNode.json +41 -2
  143. data/schemas/instanceCustomNodePatch.json +59 -6
  144. data/schemas/instanceCustomNodePost.json +59 -6
  145. data/schemas/instanceCustomNodes.json +41 -2
  146. data/schemas/instanceOrg.json +4 -1
  147. data/schemas/instanceOrgInvite.json +102 -0
  148. data/schemas/instanceOrgInviteSent.json +12 -0
  149. data/schemas/instanceOrgInvites.json +145 -0
  150. data/schemas/instanceOrgMember.json +52 -0
  151. data/schemas/instanceOrgMembers.json +105 -1
  152. data/schemas/instanceOrgPost.json +1 -1
  153. data/schemas/instanceOrgs.json +5 -2
  154. data/schemas/instanceSandbox.json +5 -1
  155. data/schemas/instanceSandboxes.json +9 -1
  156. data/schemas/integration.json +38 -39
  157. data/schemas/integrationPatch.json +8 -8
  158. data/schemas/integrationPost.json +8 -8
  159. data/schemas/integrations.json +38 -39
  160. data/schemas/jobEnqueuedResult.json +1 -1
  161. data/schemas/me.json +685 -88
  162. data/schemas/notebook.json +33 -21
  163. data/schemas/notebookExecutionLogs.json +20 -0
  164. data/schemas/notebookMinuteCounts.json +1 -1
  165. data/schemas/notebookPatch.json +29 -21
  166. data/schemas/notebookPost.json +29 -21
  167. data/schemas/notebooks.json +33 -21
  168. data/schemas/notificationRule.json +4 -0
  169. data/schemas/notificationRules.json +8 -0
  170. data/schemas/org.json +14 -1
  171. data/schemas/orgInvites.json +77 -82
  172. data/schemas/orgInvitesUser.json +44 -47
  173. data/schemas/orgs.json +14 -1
  174. data/schemas/paletteResponse.json +372 -364
  175. data/schemas/periodSummaries.json +1 -1
  176. data/schemas/recentItemList.json +226 -27
  177. data/schemas/resourceJob.json +33 -9
  178. data/schemas/resourceJobExecutionLogs.json +34 -20
  179. data/schemas/resourceJobExecutionOptions.json +1 -1
  180. data/schemas/resourceJobPatch.json +9 -9
  181. data/schemas/resourceJobPost.json +9 -9
  182. data/schemas/resourceJobs.json +33 -9
  183. data/schemas/tagValuesResponse.json +1 -2
  184. data/schemas/templateKeywords.json +1 -0
  185. data/schemas/timeSeriesData.json +36 -4
  186. data/schemas/userOauthToken.json +4 -1
  187. data/schemas/userOauthTokenPost.json +1 -1
  188. data/schemas/userOauthTokens.json +4 -1
  189. data/schemas/validateContextError.json +71 -24
  190. data/schemas/validateContextSuccess.json +71 -24
  191. metadata +10 -1
data/schemas/flow.json CHANGED
@@ -102,6 +102,10 @@
102
102
  "triggers": {
103
103
  "type": "array",
104
104
  "items": {
105
+ "type": "object",
106
+ "discriminator": {
107
+ "propertyName": "type"
108
+ },
105
109
  "oneOf": [
106
110
  {
107
111
  "type": "object",
@@ -190,7 +194,11 @@
190
194
  "maxLength": 48
191
195
  }
192
196
  },
193
- "additionalProperties": false
197
+ "additionalProperties": false,
198
+ "required": [
199
+ "category",
200
+ "name"
201
+ ]
194
202
  },
195
203
  "outputIds": {
196
204
  "type": "array",
@@ -207,7 +215,8 @@
207
215
  }
208
216
  },
209
217
  "required": [
210
- "type"
218
+ "type",
219
+ "meta"
211
220
  ],
212
221
  "additionalProperties": false
213
222
  },
@@ -317,7 +326,11 @@
317
326
  "maxLength": 48
318
327
  }
319
328
  },
320
- "additionalProperties": false
329
+ "additionalProperties": false,
330
+ "required": [
331
+ "category",
332
+ "name"
333
+ ]
321
334
  },
322
335
  "outputIds": {
323
336
  "type": "array",
@@ -334,7 +347,8 @@
334
347
  }
335
348
  },
336
349
  "required": [
337
- "type"
350
+ "type",
351
+ "meta"
338
352
  ],
339
353
  "additionalProperties": false
340
354
  },
@@ -456,7 +470,11 @@
456
470
  "maxLength": 48
457
471
  }
458
472
  },
459
- "additionalProperties": false
473
+ "additionalProperties": false,
474
+ "required": [
475
+ "category",
476
+ "name"
477
+ ]
460
478
  },
461
479
  "outputIds": {
462
480
  "type": "array",
@@ -473,7 +491,8 @@
473
491
  }
474
492
  },
475
493
  "required": [
476
- "type"
494
+ "type",
495
+ "meta"
477
496
  ],
478
497
  "additionalProperties": false
479
498
  },
@@ -561,7 +580,11 @@
561
580
  "maxLength": 48
562
581
  }
563
582
  },
564
- "additionalProperties": false
583
+ "additionalProperties": false,
584
+ "required": [
585
+ "category",
586
+ "name"
587
+ ]
565
588
  },
566
589
  "outputIds": {
567
590
  "type": "array",
@@ -578,7 +601,8 @@
578
601
  }
579
602
  },
580
603
  "required": [
581
- "type"
604
+ "type",
605
+ "meta"
582
606
  ],
583
607
  "additionalProperties": false
584
608
  },
@@ -675,7 +699,11 @@
675
699
  "maxLength": 48
676
700
  }
677
701
  },
678
- "additionalProperties": false
702
+ "additionalProperties": false,
703
+ "required": [
704
+ "category",
705
+ "name"
706
+ ]
679
707
  },
680
708
  "outputIds": {
681
709
  "type": "array",
@@ -692,7 +720,8 @@
692
720
  }
693
721
  },
694
722
  "required": [
695
- "type"
723
+ "type",
724
+ "meta"
696
725
  ],
697
726
  "additionalProperties": false
698
727
  },
@@ -823,7 +852,11 @@
823
852
  ]
824
853
  }
825
854
  },
826
- "additionalProperties": false
855
+ "additionalProperties": false,
856
+ "required": [
857
+ "category",
858
+ "name"
859
+ ]
827
860
  },
828
861
  "outputIds": {
829
862
  "type": "array",
@@ -840,7 +873,8 @@
840
873
  }
841
874
  },
842
875
  "required": [
843
- "type"
876
+ "type",
877
+ "meta"
844
878
  ],
845
879
  "additionalProperties": false
846
880
  },
@@ -920,7 +954,11 @@
920
954
  "maxLength": 48
921
955
  }
922
956
  },
923
- "additionalProperties": false
957
+ "additionalProperties": false,
958
+ "required": [
959
+ "category",
960
+ "name"
961
+ ]
924
962
  },
925
963
  "outputIds": {
926
964
  "type": "array",
@@ -937,7 +975,8 @@
937
975
  }
938
976
  },
939
977
  "required": [
940
- "type"
978
+ "type",
979
+ "meta"
941
980
  ],
942
981
  "additionalProperties": false
943
982
  },
@@ -1012,7 +1051,11 @@
1012
1051
  "maxLength": 48
1013
1052
  }
1014
1053
  },
1015
- "additionalProperties": false
1054
+ "additionalProperties": false,
1055
+ "required": [
1056
+ "category",
1057
+ "name"
1058
+ ]
1016
1059
  },
1017
1060
  "outputIds": {
1018
1061
  "type": "array",
@@ -1029,7 +1072,8 @@
1029
1072
  }
1030
1073
  },
1031
1074
  "required": [
1032
- "type"
1075
+ "type",
1076
+ "meta"
1033
1077
  ],
1034
1078
  "additionalProperties": false
1035
1079
  },
@@ -1110,7 +1154,11 @@
1110
1154
  "maxLength": 48
1111
1155
  }
1112
1156
  },
1113
- "additionalProperties": false
1157
+ "additionalProperties": false,
1158
+ "required": [
1159
+ "category",
1160
+ "name"
1161
+ ]
1114
1162
  },
1115
1163
  "outputIds": {
1116
1164
  "type": "array",
@@ -1127,7 +1175,8 @@
1127
1175
  }
1128
1176
  },
1129
1177
  "required": [
1130
- "type"
1178
+ "type",
1179
+ "meta"
1131
1180
  ],
1132
1181
  "additionalProperties": false
1133
1182
  },
@@ -1216,7 +1265,11 @@
1216
1265
  "maxLength": 48
1217
1266
  }
1218
1267
  },
1219
- "additionalProperties": false
1268
+ "additionalProperties": false,
1269
+ "required": [
1270
+ "category",
1271
+ "name"
1272
+ ]
1220
1273
  },
1221
1274
  "outputIds": {
1222
1275
  "type": "array",
@@ -1233,7 +1286,8 @@
1233
1286
  }
1234
1287
  },
1235
1288
  "required": [
1236
- "type"
1289
+ "type",
1290
+ "meta"
1237
1291
  ],
1238
1292
  "additionalProperties": false
1239
1293
  },
@@ -1325,7 +1379,11 @@
1325
1379
  "maxLength": 48
1326
1380
  }
1327
1381
  },
1328
- "additionalProperties": false
1382
+ "additionalProperties": false,
1383
+ "required": [
1384
+ "category",
1385
+ "name"
1386
+ ]
1329
1387
  },
1330
1388
  "outputIds": {
1331
1389
  "type": "array",
@@ -1342,7 +1400,8 @@
1342
1400
  }
1343
1401
  },
1344
1402
  "required": [
1345
- "type"
1403
+ "type",
1404
+ "meta"
1346
1405
  ],
1347
1406
  "additionalProperties": false
1348
1407
  },
@@ -1437,7 +1496,11 @@
1437
1496
  "maxLength": 48
1438
1497
  }
1439
1498
  },
1440
- "additionalProperties": false
1499
+ "additionalProperties": false,
1500
+ "required": [
1501
+ "category",
1502
+ "name"
1503
+ ]
1441
1504
  },
1442
1505
  "outputIds": {
1443
1506
  "type": "array",
@@ -1454,7 +1517,8 @@
1454
1517
  }
1455
1518
  },
1456
1519
  "required": [
1457
- "type"
1520
+ "type",
1521
+ "meta"
1458
1522
  ],
1459
1523
  "additionalProperties": false
1460
1524
  },
@@ -1539,7 +1603,11 @@
1539
1603
  "maxLength": 48
1540
1604
  }
1541
1605
  },
1542
- "additionalProperties": false
1606
+ "additionalProperties": false,
1607
+ "required": [
1608
+ "category",
1609
+ "name"
1610
+ ]
1543
1611
  },
1544
1612
  "outputIds": {
1545
1613
  "type": "array",
@@ -1556,7 +1624,8 @@
1556
1624
  }
1557
1625
  },
1558
1626
  "required": [
1559
- "type"
1627
+ "type",
1628
+ "meta"
1560
1629
  ],
1561
1630
  "additionalProperties": false
1562
1631
  },
@@ -1644,7 +1713,11 @@
1644
1713
  "maxLength": 48
1645
1714
  }
1646
1715
  },
1647
- "additionalProperties": false
1716
+ "additionalProperties": false,
1717
+ "required": [
1718
+ "category",
1719
+ "name"
1720
+ ]
1648
1721
  },
1649
1722
  "outputIds": {
1650
1723
  "type": "array",
@@ -1661,7 +1734,8 @@
1661
1734
  }
1662
1735
  },
1663
1736
  "required": [
1664
- "type"
1737
+ "type",
1738
+ "meta"
1665
1739
  ],
1666
1740
  "additionalProperties": false
1667
1741
  },
@@ -1732,7 +1806,11 @@
1732
1806
  "maxLength": 32767
1733
1807
  }
1734
1808
  },
1735
- "additionalProperties": false
1809
+ "additionalProperties": false,
1810
+ "required": [
1811
+ "category",
1812
+ "name"
1813
+ ]
1736
1814
  },
1737
1815
  "outputIds": {
1738
1816
  "type": "array",
@@ -1749,7 +1827,8 @@
1749
1827
  }
1750
1828
  },
1751
1829
  "required": [
1752
- "type"
1830
+ "type",
1831
+ "meta"
1753
1832
  ],
1754
1833
  "additionalProperties": false
1755
1834
  },
@@ -1878,7 +1957,11 @@
1878
1957
  "maxLength": 48
1879
1958
  }
1880
1959
  },
1881
- "additionalProperties": false
1960
+ "additionalProperties": false,
1961
+ "required": [
1962
+ "category",
1963
+ "name"
1964
+ ]
1882
1965
  },
1883
1966
  "outputIds": {
1884
1967
  "type": "array",
@@ -1895,7 +1978,8 @@
1895
1978
  }
1896
1979
  },
1897
1980
  "required": [
1898
- "type"
1981
+ "type",
1982
+ "meta"
1899
1983
  ],
1900
1984
  "additionalProperties": false
1901
1985
  },
@@ -2002,7 +2086,11 @@
2002
2086
  "maxLength": 48
2003
2087
  }
2004
2088
  },
2005
- "additionalProperties": false
2089
+ "additionalProperties": false,
2090
+ "required": [
2091
+ "category",
2092
+ "name"
2093
+ ]
2006
2094
  },
2007
2095
  "outputIds": {
2008
2096
  "type": "array",
@@ -2019,7 +2107,8 @@
2019
2107
  }
2020
2108
  },
2021
2109
  "required": [
2022
- "type"
2110
+ "type",
2111
+ "meta"
2023
2112
  ],
2024
2113
  "additionalProperties": false
2025
2114
  },
@@ -2115,7 +2204,11 @@
2115
2204
  "maxLength": 48
2116
2205
  }
2117
2206
  },
2118
- "additionalProperties": false
2207
+ "additionalProperties": false,
2208
+ "required": [
2209
+ "category",
2210
+ "name"
2211
+ ]
2119
2212
  },
2120
2213
  "outputIds": {
2121
2214
  "type": "array",
@@ -2132,7 +2225,8 @@
2132
2225
  }
2133
2226
  },
2134
2227
  "required": [
2135
- "type"
2228
+ "type",
2229
+ "meta"
2136
2230
  ],
2137
2231
  "additionalProperties": false
2138
2232
  },
@@ -2259,7 +2353,11 @@
2259
2353
  ]
2260
2354
  }
2261
2355
  },
2262
- "additionalProperties": false
2356
+ "additionalProperties": false,
2357
+ "required": [
2358
+ "category",
2359
+ "name"
2360
+ ]
2263
2361
  },
2264
2362
  "outputIds": {
2265
2363
  "type": "array",
@@ -2276,7 +2374,8 @@
2276
2374
  }
2277
2375
  },
2278
2376
  "required": [
2279
- "type"
2377
+ "type",
2378
+ "meta"
2280
2379
  ],
2281
2380
  "additionalProperties": false
2282
2381
  },
@@ -2414,7 +2513,11 @@
2414
2513
  "maxLength": 48
2415
2514
  }
2416
2515
  },
2417
- "additionalProperties": false
2516
+ "additionalProperties": false,
2517
+ "required": [
2518
+ "category",
2519
+ "name"
2520
+ ]
2418
2521
  },
2419
2522
  "outputIds": {
2420
2523
  "type": "array",
@@ -2431,7 +2534,8 @@
2431
2534
  }
2432
2535
  },
2433
2536
  "required": [
2434
- "type"
2537
+ "type",
2538
+ "meta"
2435
2539
  ],
2436
2540
  "additionalProperties": false
2437
2541
  },
@@ -2541,7 +2645,11 @@
2541
2645
  }
2542
2646
  }
2543
2647
  },
2544
- "additionalProperties": false
2648
+ "additionalProperties": false,
2649
+ "required": [
2650
+ "category",
2651
+ "name"
2652
+ ]
2545
2653
  },
2546
2654
  "outputIds": {
2547
2655
  "type": "array",
@@ -2558,7 +2666,8 @@
2558
2666
  }
2559
2667
  },
2560
2668
  "required": [
2561
- "type"
2669
+ "type",
2670
+ "meta"
2562
2671
  ],
2563
2672
  "additionalProperties": false
2564
2673
  },
@@ -2657,7 +2766,11 @@
2657
2766
  ]
2658
2767
  }
2659
2768
  },
2660
- "additionalProperties": false
2769
+ "additionalProperties": false,
2770
+ "required": [
2771
+ "category",
2772
+ "name"
2773
+ ]
2661
2774
  },
2662
2775
  "outputIds": {
2663
2776
  "type": "array",
@@ -2674,7 +2787,8 @@
2674
2787
  }
2675
2788
  },
2676
2789
  "required": [
2677
- "type"
2790
+ "type",
2791
+ "meta"
2678
2792
  ],
2679
2793
  "additionalProperties": false
2680
2794
  }
@@ -2699,7 +2813,41 @@
2699
2813
  "type": "object"
2700
2814
  },
2701
2815
  "meta": {
2702
- "type": "object"
2816
+ "type": "object",
2817
+ "properties": {
2818
+ "category": {
2819
+ "type": "string",
2820
+ "minLength": 1,
2821
+ "maxLength": 1024
2822
+ },
2823
+ "name": {
2824
+ "type": "string",
2825
+ "minLength": 1,
2826
+ "maxLength": 1024
2827
+ },
2828
+ "label": {
2829
+ "type": "string",
2830
+ "minLength": 1,
2831
+ "maxLength": 255
2832
+ },
2833
+ "description": {
2834
+ "type": "string",
2835
+ "maxLength": 32767
2836
+ },
2837
+ "x": {
2838
+ "type": "number"
2839
+ },
2840
+ "y": {
2841
+ "type": "number"
2842
+ },
2843
+ "groupId": {
2844
+ "type": "string",
2845
+ "maxLength": 1024
2846
+ }
2847
+ },
2848
+ "required": [
2849
+ "name"
2850
+ ]
2703
2851
  },
2704
2852
  "outputIds": {
2705
2853
  "type": "array",
@@ -2717,7 +2865,8 @@
2717
2865
  },
2718
2866
  "additionalProperties": false,
2719
2867
  "required": [
2720
- "type"
2868
+ "type",
2869
+ "meta"
2721
2870
  ]
2722
2871
  }
2723
2872
  },
@@ -2747,6 +2896,10 @@
2747
2896
  "type": "array",
2748
2897
  "maxItems": 100,
2749
2898
  "items": {
2899
+ "type": "object",
2900
+ "discriminator": {
2901
+ "propertyName": "type"
2902
+ },
2750
2903
  "oneOf": [
2751
2904
  {
2752
2905
  "type": "object",
@@ -3101,6 +3254,18 @@
3101
3254
  }
3102
3255
  }
3103
3256
  }
3257
+ },
3258
+ "_customNodes": {
3259
+ "type": "array",
3260
+ "items": {
3261
+ "$ref": "#/definitions/flow"
3262
+ }
3263
+ },
3264
+ "_customNodeVersions": {
3265
+ "type": "array",
3266
+ "items": {
3267
+ "$ref": "#/definitions/flowVersion"
3268
+ }
3104
3269
  }
3105
3270
  }
3106
3271
  }