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
@@ -17,6 +17,10 @@
17
17
  "triggers": {
18
18
  "type": "array",
19
19
  "items": {
20
+ "type": "object",
21
+ "discriminator": {
22
+ "propertyName": "type"
23
+ },
20
24
  "oneOf": [
21
25
  {
22
26
  "type": "object",
@@ -105,7 +109,11 @@
105
109
  "maxLength": 48
106
110
  }
107
111
  },
108
- "additionalProperties": false
112
+ "additionalProperties": false,
113
+ "required": [
114
+ "category",
115
+ "name"
116
+ ]
109
117
  },
110
118
  "outputIds": {
111
119
  "type": "array",
@@ -122,7 +130,8 @@
122
130
  }
123
131
  },
124
132
  "required": [
125
- "type"
133
+ "type",
134
+ "meta"
126
135
  ],
127
136
  "additionalProperties": false
128
137
  },
@@ -232,7 +241,11 @@
232
241
  "maxLength": 48
233
242
  }
234
243
  },
235
- "additionalProperties": false
244
+ "additionalProperties": false,
245
+ "required": [
246
+ "category",
247
+ "name"
248
+ ]
236
249
  },
237
250
  "outputIds": {
238
251
  "type": "array",
@@ -249,7 +262,8 @@
249
262
  }
250
263
  },
251
264
  "required": [
252
- "type"
265
+ "type",
266
+ "meta"
253
267
  ],
254
268
  "additionalProperties": false
255
269
  },
@@ -371,7 +385,11 @@
371
385
  "maxLength": 48
372
386
  }
373
387
  },
374
- "additionalProperties": false
388
+ "additionalProperties": false,
389
+ "required": [
390
+ "category",
391
+ "name"
392
+ ]
375
393
  },
376
394
  "outputIds": {
377
395
  "type": "array",
@@ -388,7 +406,8 @@
388
406
  }
389
407
  },
390
408
  "required": [
391
- "type"
409
+ "type",
410
+ "meta"
392
411
  ],
393
412
  "additionalProperties": false
394
413
  },
@@ -476,7 +495,11 @@
476
495
  "maxLength": 48
477
496
  }
478
497
  },
479
- "additionalProperties": false
498
+ "additionalProperties": false,
499
+ "required": [
500
+ "category",
501
+ "name"
502
+ ]
480
503
  },
481
504
  "outputIds": {
482
505
  "type": "array",
@@ -493,7 +516,8 @@
493
516
  }
494
517
  },
495
518
  "required": [
496
- "type"
519
+ "type",
520
+ "meta"
497
521
  ],
498
522
  "additionalProperties": false
499
523
  },
@@ -590,7 +614,11 @@
590
614
  "maxLength": 48
591
615
  }
592
616
  },
593
- "additionalProperties": false
617
+ "additionalProperties": false,
618
+ "required": [
619
+ "category",
620
+ "name"
621
+ ]
594
622
  },
595
623
  "outputIds": {
596
624
  "type": "array",
@@ -607,7 +635,8 @@
607
635
  }
608
636
  },
609
637
  "required": [
610
- "type"
638
+ "type",
639
+ "meta"
611
640
  ],
612
641
  "additionalProperties": false
613
642
  },
@@ -738,7 +767,11 @@
738
767
  ]
739
768
  }
740
769
  },
741
- "additionalProperties": false
770
+ "additionalProperties": false,
771
+ "required": [
772
+ "category",
773
+ "name"
774
+ ]
742
775
  },
743
776
  "outputIds": {
744
777
  "type": "array",
@@ -755,7 +788,8 @@
755
788
  }
756
789
  },
757
790
  "required": [
758
- "type"
791
+ "type",
792
+ "meta"
759
793
  ],
760
794
  "additionalProperties": false
761
795
  },
@@ -835,7 +869,11 @@
835
869
  "maxLength": 48
836
870
  }
837
871
  },
838
- "additionalProperties": false
872
+ "additionalProperties": false,
873
+ "required": [
874
+ "category",
875
+ "name"
876
+ ]
839
877
  },
840
878
  "outputIds": {
841
879
  "type": "array",
@@ -852,7 +890,8 @@
852
890
  }
853
891
  },
854
892
  "required": [
855
- "type"
893
+ "type",
894
+ "meta"
856
895
  ],
857
896
  "additionalProperties": false
858
897
  },
@@ -927,7 +966,11 @@
927
966
  "maxLength": 48
928
967
  }
929
968
  },
930
- "additionalProperties": false
969
+ "additionalProperties": false,
970
+ "required": [
971
+ "category",
972
+ "name"
973
+ ]
931
974
  },
932
975
  "outputIds": {
933
976
  "type": "array",
@@ -944,7 +987,8 @@
944
987
  }
945
988
  },
946
989
  "required": [
947
- "type"
990
+ "type",
991
+ "meta"
948
992
  ],
949
993
  "additionalProperties": false
950
994
  },
@@ -1025,7 +1069,11 @@
1025
1069
  "maxLength": 48
1026
1070
  }
1027
1071
  },
1028
- "additionalProperties": false
1072
+ "additionalProperties": false,
1073
+ "required": [
1074
+ "category",
1075
+ "name"
1076
+ ]
1029
1077
  },
1030
1078
  "outputIds": {
1031
1079
  "type": "array",
@@ -1042,7 +1090,8 @@
1042
1090
  }
1043
1091
  },
1044
1092
  "required": [
1045
- "type"
1093
+ "type",
1094
+ "meta"
1046
1095
  ],
1047
1096
  "additionalProperties": false
1048
1097
  },
@@ -1131,7 +1180,11 @@
1131
1180
  "maxLength": 48
1132
1181
  }
1133
1182
  },
1134
- "additionalProperties": false
1183
+ "additionalProperties": false,
1184
+ "required": [
1185
+ "category",
1186
+ "name"
1187
+ ]
1135
1188
  },
1136
1189
  "outputIds": {
1137
1190
  "type": "array",
@@ -1148,7 +1201,8 @@
1148
1201
  }
1149
1202
  },
1150
1203
  "required": [
1151
- "type"
1204
+ "type",
1205
+ "meta"
1152
1206
  ],
1153
1207
  "additionalProperties": false
1154
1208
  },
@@ -1240,7 +1294,11 @@
1240
1294
  "maxLength": 48
1241
1295
  }
1242
1296
  },
1243
- "additionalProperties": false
1297
+ "additionalProperties": false,
1298
+ "required": [
1299
+ "category",
1300
+ "name"
1301
+ ]
1244
1302
  },
1245
1303
  "outputIds": {
1246
1304
  "type": "array",
@@ -1257,7 +1315,8 @@
1257
1315
  }
1258
1316
  },
1259
1317
  "required": [
1260
- "type"
1318
+ "type",
1319
+ "meta"
1261
1320
  ],
1262
1321
  "additionalProperties": false
1263
1322
  },
@@ -1352,7 +1411,11 @@
1352
1411
  "maxLength": 48
1353
1412
  }
1354
1413
  },
1355
- "additionalProperties": false
1414
+ "additionalProperties": false,
1415
+ "required": [
1416
+ "category",
1417
+ "name"
1418
+ ]
1356
1419
  },
1357
1420
  "outputIds": {
1358
1421
  "type": "array",
@@ -1369,7 +1432,8 @@
1369
1432
  }
1370
1433
  },
1371
1434
  "required": [
1372
- "type"
1435
+ "type",
1436
+ "meta"
1373
1437
  ],
1374
1438
  "additionalProperties": false
1375
1439
  },
@@ -1454,7 +1518,11 @@
1454
1518
  "maxLength": 48
1455
1519
  }
1456
1520
  },
1457
- "additionalProperties": false
1521
+ "additionalProperties": false,
1522
+ "required": [
1523
+ "category",
1524
+ "name"
1525
+ ]
1458
1526
  },
1459
1527
  "outputIds": {
1460
1528
  "type": "array",
@@ -1471,7 +1539,8 @@
1471
1539
  }
1472
1540
  },
1473
1541
  "required": [
1474
- "type"
1542
+ "type",
1543
+ "meta"
1475
1544
  ],
1476
1545
  "additionalProperties": false
1477
1546
  },
@@ -1559,7 +1628,11 @@
1559
1628
  "maxLength": 48
1560
1629
  }
1561
1630
  },
1562
- "additionalProperties": false
1631
+ "additionalProperties": false,
1632
+ "required": [
1633
+ "category",
1634
+ "name"
1635
+ ]
1563
1636
  },
1564
1637
  "outputIds": {
1565
1638
  "type": "array",
@@ -1576,7 +1649,8 @@
1576
1649
  }
1577
1650
  },
1578
1651
  "required": [
1579
- "type"
1652
+ "type",
1653
+ "meta"
1580
1654
  ],
1581
1655
  "additionalProperties": false
1582
1656
  },
@@ -1647,7 +1721,11 @@
1647
1721
  "maxLength": 32767
1648
1722
  }
1649
1723
  },
1650
- "additionalProperties": false
1724
+ "additionalProperties": false,
1725
+ "required": [
1726
+ "category",
1727
+ "name"
1728
+ ]
1651
1729
  },
1652
1730
  "outputIds": {
1653
1731
  "type": "array",
@@ -1664,7 +1742,8 @@
1664
1742
  }
1665
1743
  },
1666
1744
  "required": [
1667
- "type"
1745
+ "type",
1746
+ "meta"
1668
1747
  ],
1669
1748
  "additionalProperties": false
1670
1749
  },
@@ -1793,7 +1872,11 @@
1793
1872
  "maxLength": 48
1794
1873
  }
1795
1874
  },
1796
- "additionalProperties": false
1875
+ "additionalProperties": false,
1876
+ "required": [
1877
+ "category",
1878
+ "name"
1879
+ ]
1797
1880
  },
1798
1881
  "outputIds": {
1799
1882
  "type": "array",
@@ -1810,7 +1893,8 @@
1810
1893
  }
1811
1894
  },
1812
1895
  "required": [
1813
- "type"
1896
+ "type",
1897
+ "meta"
1814
1898
  ],
1815
1899
  "additionalProperties": false
1816
1900
  },
@@ -1917,7 +2001,11 @@
1917
2001
  "maxLength": 48
1918
2002
  }
1919
2003
  },
1920
- "additionalProperties": false
2004
+ "additionalProperties": false,
2005
+ "required": [
2006
+ "category",
2007
+ "name"
2008
+ ]
1921
2009
  },
1922
2010
  "outputIds": {
1923
2011
  "type": "array",
@@ -1934,7 +2022,8 @@
1934
2022
  }
1935
2023
  },
1936
2024
  "required": [
1937
- "type"
2025
+ "type",
2026
+ "meta"
1938
2027
  ],
1939
2028
  "additionalProperties": false
1940
2029
  },
@@ -2030,7 +2119,11 @@
2030
2119
  "maxLength": 48
2031
2120
  }
2032
2121
  },
2033
- "additionalProperties": false
2122
+ "additionalProperties": false,
2123
+ "required": [
2124
+ "category",
2125
+ "name"
2126
+ ]
2034
2127
  },
2035
2128
  "outputIds": {
2036
2129
  "type": "array",
@@ -2047,7 +2140,8 @@
2047
2140
  }
2048
2141
  },
2049
2142
  "required": [
2050
- "type"
2143
+ "type",
2144
+ "meta"
2051
2145
  ],
2052
2146
  "additionalProperties": false
2053
2147
  },
@@ -2174,7 +2268,11 @@
2174
2268
  ]
2175
2269
  }
2176
2270
  },
2177
- "additionalProperties": false
2271
+ "additionalProperties": false,
2272
+ "required": [
2273
+ "category",
2274
+ "name"
2275
+ ]
2178
2276
  },
2179
2277
  "outputIds": {
2180
2278
  "type": "array",
@@ -2191,7 +2289,8 @@
2191
2289
  }
2192
2290
  },
2193
2291
  "required": [
2194
- "type"
2292
+ "type",
2293
+ "meta"
2195
2294
  ],
2196
2295
  "additionalProperties": false
2197
2296
  },
@@ -2329,7 +2428,11 @@
2329
2428
  "maxLength": 48
2330
2429
  }
2331
2430
  },
2332
- "additionalProperties": false
2431
+ "additionalProperties": false,
2432
+ "required": [
2433
+ "category",
2434
+ "name"
2435
+ ]
2333
2436
  },
2334
2437
  "outputIds": {
2335
2438
  "type": "array",
@@ -2346,7 +2449,8 @@
2346
2449
  }
2347
2450
  },
2348
2451
  "required": [
2349
- "type"
2452
+ "type",
2453
+ "meta"
2350
2454
  ],
2351
2455
  "additionalProperties": false
2352
2456
  },
@@ -2456,7 +2560,11 @@
2456
2560
  }
2457
2561
  }
2458
2562
  },
2459
- "additionalProperties": false
2563
+ "additionalProperties": false,
2564
+ "required": [
2565
+ "category",
2566
+ "name"
2567
+ ]
2460
2568
  },
2461
2569
  "outputIds": {
2462
2570
  "type": "array",
@@ -2473,7 +2581,8 @@
2473
2581
  }
2474
2582
  },
2475
2583
  "required": [
2476
- "type"
2584
+ "type",
2585
+ "meta"
2477
2586
  ],
2478
2587
  "additionalProperties": false
2479
2588
  },
@@ -2572,7 +2681,11 @@
2572
2681
  ]
2573
2682
  }
2574
2683
  },
2575
- "additionalProperties": false
2684
+ "additionalProperties": false,
2685
+ "required": [
2686
+ "category",
2687
+ "name"
2688
+ ]
2576
2689
  },
2577
2690
  "outputIds": {
2578
2691
  "type": "array",
@@ -2589,7 +2702,8 @@
2589
2702
  }
2590
2703
  },
2591
2704
  "required": [
2592
- "type"
2705
+ "type",
2706
+ "meta"
2593
2707
  ],
2594
2708
  "additionalProperties": false
2595
2709
  }
@@ -2614,7 +2728,41 @@
2614
2728
  "type": "object"
2615
2729
  },
2616
2730
  "meta": {
2617
- "type": "object"
2731
+ "type": "object",
2732
+ "properties": {
2733
+ "category": {
2734
+ "type": "string",
2735
+ "minLength": 1,
2736
+ "maxLength": 1024
2737
+ },
2738
+ "name": {
2739
+ "type": "string",
2740
+ "minLength": 1,
2741
+ "maxLength": 1024
2742
+ },
2743
+ "label": {
2744
+ "type": "string",
2745
+ "minLength": 1,
2746
+ "maxLength": 255
2747
+ },
2748
+ "description": {
2749
+ "type": "string",
2750
+ "maxLength": 32767
2751
+ },
2752
+ "x": {
2753
+ "type": "number"
2754
+ },
2755
+ "y": {
2756
+ "type": "number"
2757
+ },
2758
+ "groupId": {
2759
+ "type": "string",
2760
+ "maxLength": 1024
2761
+ }
2762
+ },
2763
+ "required": [
2764
+ "name"
2765
+ ]
2618
2766
  },
2619
2767
  "outputIds": {
2620
2768
  "type": "array",
@@ -2632,7 +2780,8 @@
2632
2780
  },
2633
2781
  "additionalProperties": false,
2634
2782
  "required": [
2635
- "type"
2783
+ "type",
2784
+ "meta"
2636
2785
  ]
2637
2786
  }
2638
2787
  },
@@ -2689,6 +2838,10 @@
2689
2838
  "type": "array",
2690
2839
  "maxItems": 100,
2691
2840
  "items": {
2841
+ "type": "object",
2842
+ "discriminator": {
2843
+ "propertyName": "type"
2844
+ },
2692
2845
  "oneOf": [
2693
2846
  {
2694
2847
  "type": "object",