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
@@ -59,6 +59,10 @@
59
59
  "triggers": {
60
60
  "type": "array",
61
61
  "items": {
62
+ "type": "object",
63
+ "discriminator": {
64
+ "propertyName": "type"
65
+ },
62
66
  "oneOf": [
63
67
  {
64
68
  "type": "object",
@@ -147,7 +151,11 @@
147
151
  "maxLength": 48
148
152
  }
149
153
  },
150
- "additionalProperties": false
154
+ "additionalProperties": false,
155
+ "required": [
156
+ "category",
157
+ "name"
158
+ ]
151
159
  },
152
160
  "outputIds": {
153
161
  "type": "array",
@@ -164,7 +172,8 @@
164
172
  }
165
173
  },
166
174
  "required": [
167
- "type"
175
+ "type",
176
+ "meta"
168
177
  ],
169
178
  "additionalProperties": false
170
179
  },
@@ -274,7 +283,11 @@
274
283
  "maxLength": 48
275
284
  }
276
285
  },
277
- "additionalProperties": false
286
+ "additionalProperties": false,
287
+ "required": [
288
+ "category",
289
+ "name"
290
+ ]
278
291
  },
279
292
  "outputIds": {
280
293
  "type": "array",
@@ -291,7 +304,8 @@
291
304
  }
292
305
  },
293
306
  "required": [
294
- "type"
307
+ "type",
308
+ "meta"
295
309
  ],
296
310
  "additionalProperties": false
297
311
  },
@@ -413,7 +427,11 @@
413
427
  "maxLength": 48
414
428
  }
415
429
  },
416
- "additionalProperties": false
430
+ "additionalProperties": false,
431
+ "required": [
432
+ "category",
433
+ "name"
434
+ ]
417
435
  },
418
436
  "outputIds": {
419
437
  "type": "array",
@@ -430,7 +448,8 @@
430
448
  }
431
449
  },
432
450
  "required": [
433
- "type"
451
+ "type",
452
+ "meta"
434
453
  ],
435
454
  "additionalProperties": false
436
455
  },
@@ -518,7 +537,11 @@
518
537
  "maxLength": 48
519
538
  }
520
539
  },
521
- "additionalProperties": false
540
+ "additionalProperties": false,
541
+ "required": [
542
+ "category",
543
+ "name"
544
+ ]
522
545
  },
523
546
  "outputIds": {
524
547
  "type": "array",
@@ -535,7 +558,8 @@
535
558
  }
536
559
  },
537
560
  "required": [
538
- "type"
561
+ "type",
562
+ "meta"
539
563
  ],
540
564
  "additionalProperties": false
541
565
  },
@@ -632,7 +656,11 @@
632
656
  "maxLength": 48
633
657
  }
634
658
  },
635
- "additionalProperties": false
659
+ "additionalProperties": false,
660
+ "required": [
661
+ "category",
662
+ "name"
663
+ ]
636
664
  },
637
665
  "outputIds": {
638
666
  "type": "array",
@@ -649,7 +677,8 @@
649
677
  }
650
678
  },
651
679
  "required": [
652
- "type"
680
+ "type",
681
+ "meta"
653
682
  ],
654
683
  "additionalProperties": false
655
684
  },
@@ -780,7 +809,11 @@
780
809
  ]
781
810
  }
782
811
  },
783
- "additionalProperties": false
812
+ "additionalProperties": false,
813
+ "required": [
814
+ "category",
815
+ "name"
816
+ ]
784
817
  },
785
818
  "outputIds": {
786
819
  "type": "array",
@@ -797,7 +830,8 @@
797
830
  }
798
831
  },
799
832
  "required": [
800
- "type"
833
+ "type",
834
+ "meta"
801
835
  ],
802
836
  "additionalProperties": false
803
837
  },
@@ -877,7 +911,11 @@
877
911
  "maxLength": 48
878
912
  }
879
913
  },
880
- "additionalProperties": false
914
+ "additionalProperties": false,
915
+ "required": [
916
+ "category",
917
+ "name"
918
+ ]
881
919
  },
882
920
  "outputIds": {
883
921
  "type": "array",
@@ -894,7 +932,8 @@
894
932
  }
895
933
  },
896
934
  "required": [
897
- "type"
935
+ "type",
936
+ "meta"
898
937
  ],
899
938
  "additionalProperties": false
900
939
  },
@@ -969,7 +1008,11 @@
969
1008
  "maxLength": 48
970
1009
  }
971
1010
  },
972
- "additionalProperties": false
1011
+ "additionalProperties": false,
1012
+ "required": [
1013
+ "category",
1014
+ "name"
1015
+ ]
973
1016
  },
974
1017
  "outputIds": {
975
1018
  "type": "array",
@@ -986,7 +1029,8 @@
986
1029
  }
987
1030
  },
988
1031
  "required": [
989
- "type"
1032
+ "type",
1033
+ "meta"
990
1034
  ],
991
1035
  "additionalProperties": false
992
1036
  },
@@ -1067,7 +1111,11 @@
1067
1111
  "maxLength": 48
1068
1112
  }
1069
1113
  },
1070
- "additionalProperties": false
1114
+ "additionalProperties": false,
1115
+ "required": [
1116
+ "category",
1117
+ "name"
1118
+ ]
1071
1119
  },
1072
1120
  "outputIds": {
1073
1121
  "type": "array",
@@ -1084,7 +1132,8 @@
1084
1132
  }
1085
1133
  },
1086
1134
  "required": [
1087
- "type"
1135
+ "type",
1136
+ "meta"
1088
1137
  ],
1089
1138
  "additionalProperties": false
1090
1139
  },
@@ -1173,7 +1222,11 @@
1173
1222
  "maxLength": 48
1174
1223
  }
1175
1224
  },
1176
- "additionalProperties": false
1225
+ "additionalProperties": false,
1226
+ "required": [
1227
+ "category",
1228
+ "name"
1229
+ ]
1177
1230
  },
1178
1231
  "outputIds": {
1179
1232
  "type": "array",
@@ -1190,7 +1243,8 @@
1190
1243
  }
1191
1244
  },
1192
1245
  "required": [
1193
- "type"
1246
+ "type",
1247
+ "meta"
1194
1248
  ],
1195
1249
  "additionalProperties": false
1196
1250
  },
@@ -1282,7 +1336,11 @@
1282
1336
  "maxLength": 48
1283
1337
  }
1284
1338
  },
1285
- "additionalProperties": false
1339
+ "additionalProperties": false,
1340
+ "required": [
1341
+ "category",
1342
+ "name"
1343
+ ]
1286
1344
  },
1287
1345
  "outputIds": {
1288
1346
  "type": "array",
@@ -1299,7 +1357,8 @@
1299
1357
  }
1300
1358
  },
1301
1359
  "required": [
1302
- "type"
1360
+ "type",
1361
+ "meta"
1303
1362
  ],
1304
1363
  "additionalProperties": false
1305
1364
  },
@@ -1394,7 +1453,11 @@
1394
1453
  "maxLength": 48
1395
1454
  }
1396
1455
  },
1397
- "additionalProperties": false
1456
+ "additionalProperties": false,
1457
+ "required": [
1458
+ "category",
1459
+ "name"
1460
+ ]
1398
1461
  },
1399
1462
  "outputIds": {
1400
1463
  "type": "array",
@@ -1411,7 +1474,8 @@
1411
1474
  }
1412
1475
  },
1413
1476
  "required": [
1414
- "type"
1477
+ "type",
1478
+ "meta"
1415
1479
  ],
1416
1480
  "additionalProperties": false
1417
1481
  },
@@ -1496,7 +1560,11 @@
1496
1560
  "maxLength": 48
1497
1561
  }
1498
1562
  },
1499
- "additionalProperties": false
1563
+ "additionalProperties": false,
1564
+ "required": [
1565
+ "category",
1566
+ "name"
1567
+ ]
1500
1568
  },
1501
1569
  "outputIds": {
1502
1570
  "type": "array",
@@ -1513,7 +1581,8 @@
1513
1581
  }
1514
1582
  },
1515
1583
  "required": [
1516
- "type"
1584
+ "type",
1585
+ "meta"
1517
1586
  ],
1518
1587
  "additionalProperties": false
1519
1588
  },
@@ -1601,7 +1670,11 @@
1601
1670
  "maxLength": 48
1602
1671
  }
1603
1672
  },
1604
- "additionalProperties": false
1673
+ "additionalProperties": false,
1674
+ "required": [
1675
+ "category",
1676
+ "name"
1677
+ ]
1605
1678
  },
1606
1679
  "outputIds": {
1607
1680
  "type": "array",
@@ -1618,7 +1691,8 @@
1618
1691
  }
1619
1692
  },
1620
1693
  "required": [
1621
- "type"
1694
+ "type",
1695
+ "meta"
1622
1696
  ],
1623
1697
  "additionalProperties": false
1624
1698
  },
@@ -1689,7 +1763,11 @@
1689
1763
  "maxLength": 32767
1690
1764
  }
1691
1765
  },
1692
- "additionalProperties": false
1766
+ "additionalProperties": false,
1767
+ "required": [
1768
+ "category",
1769
+ "name"
1770
+ ]
1693
1771
  },
1694
1772
  "outputIds": {
1695
1773
  "type": "array",
@@ -1706,7 +1784,8 @@
1706
1784
  }
1707
1785
  },
1708
1786
  "required": [
1709
- "type"
1787
+ "type",
1788
+ "meta"
1710
1789
  ],
1711
1790
  "additionalProperties": false
1712
1791
  },
@@ -1835,7 +1914,11 @@
1835
1914
  "maxLength": 48
1836
1915
  }
1837
1916
  },
1838
- "additionalProperties": false
1917
+ "additionalProperties": false,
1918
+ "required": [
1919
+ "category",
1920
+ "name"
1921
+ ]
1839
1922
  },
1840
1923
  "outputIds": {
1841
1924
  "type": "array",
@@ -1852,7 +1935,8 @@
1852
1935
  }
1853
1936
  },
1854
1937
  "required": [
1855
- "type"
1938
+ "type",
1939
+ "meta"
1856
1940
  ],
1857
1941
  "additionalProperties": false
1858
1942
  },
@@ -1959,7 +2043,11 @@
1959
2043
  "maxLength": 48
1960
2044
  }
1961
2045
  },
1962
- "additionalProperties": false
2046
+ "additionalProperties": false,
2047
+ "required": [
2048
+ "category",
2049
+ "name"
2050
+ ]
1963
2051
  },
1964
2052
  "outputIds": {
1965
2053
  "type": "array",
@@ -1976,7 +2064,8 @@
1976
2064
  }
1977
2065
  },
1978
2066
  "required": [
1979
- "type"
2067
+ "type",
2068
+ "meta"
1980
2069
  ],
1981
2070
  "additionalProperties": false
1982
2071
  },
@@ -2072,7 +2161,11 @@
2072
2161
  "maxLength": 48
2073
2162
  }
2074
2163
  },
2075
- "additionalProperties": false
2164
+ "additionalProperties": false,
2165
+ "required": [
2166
+ "category",
2167
+ "name"
2168
+ ]
2076
2169
  },
2077
2170
  "outputIds": {
2078
2171
  "type": "array",
@@ -2089,7 +2182,8 @@
2089
2182
  }
2090
2183
  },
2091
2184
  "required": [
2092
- "type"
2185
+ "type",
2186
+ "meta"
2093
2187
  ],
2094
2188
  "additionalProperties": false
2095
2189
  },
@@ -2216,7 +2310,11 @@
2216
2310
  ]
2217
2311
  }
2218
2312
  },
2219
- "additionalProperties": false
2313
+ "additionalProperties": false,
2314
+ "required": [
2315
+ "category",
2316
+ "name"
2317
+ ]
2220
2318
  },
2221
2319
  "outputIds": {
2222
2320
  "type": "array",
@@ -2233,7 +2331,8 @@
2233
2331
  }
2234
2332
  },
2235
2333
  "required": [
2236
- "type"
2334
+ "type",
2335
+ "meta"
2237
2336
  ],
2238
2337
  "additionalProperties": false
2239
2338
  },
@@ -2371,7 +2470,11 @@
2371
2470
  "maxLength": 48
2372
2471
  }
2373
2472
  },
2374
- "additionalProperties": false
2473
+ "additionalProperties": false,
2474
+ "required": [
2475
+ "category",
2476
+ "name"
2477
+ ]
2375
2478
  },
2376
2479
  "outputIds": {
2377
2480
  "type": "array",
@@ -2388,7 +2491,8 @@
2388
2491
  }
2389
2492
  },
2390
2493
  "required": [
2391
- "type"
2494
+ "type",
2495
+ "meta"
2392
2496
  ],
2393
2497
  "additionalProperties": false
2394
2498
  },
@@ -2498,7 +2602,11 @@
2498
2602
  }
2499
2603
  }
2500
2604
  },
2501
- "additionalProperties": false
2605
+ "additionalProperties": false,
2606
+ "required": [
2607
+ "category",
2608
+ "name"
2609
+ ]
2502
2610
  },
2503
2611
  "outputIds": {
2504
2612
  "type": "array",
@@ -2515,7 +2623,8 @@
2515
2623
  }
2516
2624
  },
2517
2625
  "required": [
2518
- "type"
2626
+ "type",
2627
+ "meta"
2519
2628
  ],
2520
2629
  "additionalProperties": false
2521
2630
  },
@@ -2614,7 +2723,11 @@
2614
2723
  ]
2615
2724
  }
2616
2725
  },
2617
- "additionalProperties": false
2726
+ "additionalProperties": false,
2727
+ "required": [
2728
+ "category",
2729
+ "name"
2730
+ ]
2618
2731
  },
2619
2732
  "outputIds": {
2620
2733
  "type": "array",
@@ -2631,7 +2744,8 @@
2631
2744
  }
2632
2745
  },
2633
2746
  "required": [
2634
- "type"
2747
+ "type",
2748
+ "meta"
2635
2749
  ],
2636
2750
  "additionalProperties": false
2637
2751
  }
@@ -2656,7 +2770,41 @@
2656
2770
  "type": "object"
2657
2771
  },
2658
2772
  "meta": {
2659
- "type": "object"
2773
+ "type": "object",
2774
+ "properties": {
2775
+ "category": {
2776
+ "type": "string",
2777
+ "minLength": 1,
2778
+ "maxLength": 1024
2779
+ },
2780
+ "name": {
2781
+ "type": "string",
2782
+ "minLength": 1,
2783
+ "maxLength": 1024
2784
+ },
2785
+ "label": {
2786
+ "type": "string",
2787
+ "minLength": 1,
2788
+ "maxLength": 255
2789
+ },
2790
+ "description": {
2791
+ "type": "string",
2792
+ "maxLength": 32767
2793
+ },
2794
+ "x": {
2795
+ "type": "number"
2796
+ },
2797
+ "y": {
2798
+ "type": "number"
2799
+ },
2800
+ "groupId": {
2801
+ "type": "string",
2802
+ "maxLength": 1024
2803
+ }
2804
+ },
2805
+ "required": [
2806
+ "name"
2807
+ ]
2660
2808
  },
2661
2809
  "outputIds": {
2662
2810
  "type": "array",
@@ -2674,7 +2822,8 @@
2674
2822
  },
2675
2823
  "additionalProperties": false,
2676
2824
  "required": [
2677
- "type"
2825
+ "type",
2826
+ "meta"
2678
2827
  ]
2679
2828
  }
2680
2829
  },
@@ -2731,6 +2880,10 @@
2731
2880
  "type": "array",
2732
2881
  "maxItems": 100,
2733
2882
  "items": {
2883
+ "type": "object",
2884
+ "discriminator": {
2885
+ "propertyName": "type"
2886
+ },
2734
2887
  "oneOf": [
2735
2888
  {
2736
2889
  "type": "object",