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
@@ -48,6 +48,10 @@
48
48
  "triggers": {
49
49
  "type": "array",
50
50
  "items": {
51
+ "type": "object",
52
+ "discriminator": {
53
+ "propertyName": "type"
54
+ },
51
55
  "oneOf": [
52
56
  {
53
57
  "type": "object",
@@ -136,7 +140,11 @@
136
140
  "maxLength": 48
137
141
  }
138
142
  },
139
- "additionalProperties": false
143
+ "additionalProperties": false,
144
+ "required": [
145
+ "category",
146
+ "name"
147
+ ]
140
148
  },
141
149
  "outputIds": {
142
150
  "type": "array",
@@ -153,7 +161,8 @@
153
161
  }
154
162
  },
155
163
  "required": [
156
- "type"
164
+ "type",
165
+ "meta"
157
166
  ],
158
167
  "additionalProperties": false
159
168
  },
@@ -263,7 +272,11 @@
263
272
  "maxLength": 48
264
273
  }
265
274
  },
266
- "additionalProperties": false
275
+ "additionalProperties": false,
276
+ "required": [
277
+ "category",
278
+ "name"
279
+ ]
267
280
  },
268
281
  "outputIds": {
269
282
  "type": "array",
@@ -280,7 +293,8 @@
280
293
  }
281
294
  },
282
295
  "required": [
283
- "type"
296
+ "type",
297
+ "meta"
284
298
  ],
285
299
  "additionalProperties": false
286
300
  },
@@ -402,7 +416,11 @@
402
416
  "maxLength": 48
403
417
  }
404
418
  },
405
- "additionalProperties": false
419
+ "additionalProperties": false,
420
+ "required": [
421
+ "category",
422
+ "name"
423
+ ]
406
424
  },
407
425
  "outputIds": {
408
426
  "type": "array",
@@ -419,7 +437,8 @@
419
437
  }
420
438
  },
421
439
  "required": [
422
- "type"
440
+ "type",
441
+ "meta"
423
442
  ],
424
443
  "additionalProperties": false
425
444
  },
@@ -507,7 +526,11 @@
507
526
  "maxLength": 48
508
527
  }
509
528
  },
510
- "additionalProperties": false
529
+ "additionalProperties": false,
530
+ "required": [
531
+ "category",
532
+ "name"
533
+ ]
511
534
  },
512
535
  "outputIds": {
513
536
  "type": "array",
@@ -524,7 +547,8 @@
524
547
  }
525
548
  },
526
549
  "required": [
527
- "type"
550
+ "type",
551
+ "meta"
528
552
  ],
529
553
  "additionalProperties": false
530
554
  },
@@ -621,7 +645,11 @@
621
645
  "maxLength": 48
622
646
  }
623
647
  },
624
- "additionalProperties": false
648
+ "additionalProperties": false,
649
+ "required": [
650
+ "category",
651
+ "name"
652
+ ]
625
653
  },
626
654
  "outputIds": {
627
655
  "type": "array",
@@ -638,7 +666,8 @@
638
666
  }
639
667
  },
640
668
  "required": [
641
- "type"
669
+ "type",
670
+ "meta"
642
671
  ],
643
672
  "additionalProperties": false
644
673
  },
@@ -769,7 +798,11 @@
769
798
  ]
770
799
  }
771
800
  },
772
- "additionalProperties": false
801
+ "additionalProperties": false,
802
+ "required": [
803
+ "category",
804
+ "name"
805
+ ]
773
806
  },
774
807
  "outputIds": {
775
808
  "type": "array",
@@ -786,7 +819,8 @@
786
819
  }
787
820
  },
788
821
  "required": [
789
- "type"
822
+ "type",
823
+ "meta"
790
824
  ],
791
825
  "additionalProperties": false
792
826
  },
@@ -866,7 +900,11 @@
866
900
  "maxLength": 48
867
901
  }
868
902
  },
869
- "additionalProperties": false
903
+ "additionalProperties": false,
904
+ "required": [
905
+ "category",
906
+ "name"
907
+ ]
870
908
  },
871
909
  "outputIds": {
872
910
  "type": "array",
@@ -883,7 +921,8 @@
883
921
  }
884
922
  },
885
923
  "required": [
886
- "type"
924
+ "type",
925
+ "meta"
887
926
  ],
888
927
  "additionalProperties": false
889
928
  },
@@ -958,7 +997,11 @@
958
997
  "maxLength": 48
959
998
  }
960
999
  },
961
- "additionalProperties": false
1000
+ "additionalProperties": false,
1001
+ "required": [
1002
+ "category",
1003
+ "name"
1004
+ ]
962
1005
  },
963
1006
  "outputIds": {
964
1007
  "type": "array",
@@ -975,7 +1018,8 @@
975
1018
  }
976
1019
  },
977
1020
  "required": [
978
- "type"
1021
+ "type",
1022
+ "meta"
979
1023
  ],
980
1024
  "additionalProperties": false
981
1025
  },
@@ -1056,7 +1100,11 @@
1056
1100
  "maxLength": 48
1057
1101
  }
1058
1102
  },
1059
- "additionalProperties": false
1103
+ "additionalProperties": false,
1104
+ "required": [
1105
+ "category",
1106
+ "name"
1107
+ ]
1060
1108
  },
1061
1109
  "outputIds": {
1062
1110
  "type": "array",
@@ -1073,7 +1121,8 @@
1073
1121
  }
1074
1122
  },
1075
1123
  "required": [
1076
- "type"
1124
+ "type",
1125
+ "meta"
1077
1126
  ],
1078
1127
  "additionalProperties": false
1079
1128
  },
@@ -1162,7 +1211,11 @@
1162
1211
  "maxLength": 48
1163
1212
  }
1164
1213
  },
1165
- "additionalProperties": false
1214
+ "additionalProperties": false,
1215
+ "required": [
1216
+ "category",
1217
+ "name"
1218
+ ]
1166
1219
  },
1167
1220
  "outputIds": {
1168
1221
  "type": "array",
@@ -1179,7 +1232,8 @@
1179
1232
  }
1180
1233
  },
1181
1234
  "required": [
1182
- "type"
1235
+ "type",
1236
+ "meta"
1183
1237
  ],
1184
1238
  "additionalProperties": false
1185
1239
  },
@@ -1271,7 +1325,11 @@
1271
1325
  "maxLength": 48
1272
1326
  }
1273
1327
  },
1274
- "additionalProperties": false
1328
+ "additionalProperties": false,
1329
+ "required": [
1330
+ "category",
1331
+ "name"
1332
+ ]
1275
1333
  },
1276
1334
  "outputIds": {
1277
1335
  "type": "array",
@@ -1288,7 +1346,8 @@
1288
1346
  }
1289
1347
  },
1290
1348
  "required": [
1291
- "type"
1349
+ "type",
1350
+ "meta"
1292
1351
  ],
1293
1352
  "additionalProperties": false
1294
1353
  },
@@ -1383,7 +1442,11 @@
1383
1442
  "maxLength": 48
1384
1443
  }
1385
1444
  },
1386
- "additionalProperties": false
1445
+ "additionalProperties": false,
1446
+ "required": [
1447
+ "category",
1448
+ "name"
1449
+ ]
1387
1450
  },
1388
1451
  "outputIds": {
1389
1452
  "type": "array",
@@ -1400,7 +1463,8 @@
1400
1463
  }
1401
1464
  },
1402
1465
  "required": [
1403
- "type"
1466
+ "type",
1467
+ "meta"
1404
1468
  ],
1405
1469
  "additionalProperties": false
1406
1470
  },
@@ -1485,7 +1549,11 @@
1485
1549
  "maxLength": 48
1486
1550
  }
1487
1551
  },
1488
- "additionalProperties": false
1552
+ "additionalProperties": false,
1553
+ "required": [
1554
+ "category",
1555
+ "name"
1556
+ ]
1489
1557
  },
1490
1558
  "outputIds": {
1491
1559
  "type": "array",
@@ -1502,7 +1570,8 @@
1502
1570
  }
1503
1571
  },
1504
1572
  "required": [
1505
- "type"
1573
+ "type",
1574
+ "meta"
1506
1575
  ],
1507
1576
  "additionalProperties": false
1508
1577
  },
@@ -1590,7 +1659,11 @@
1590
1659
  "maxLength": 48
1591
1660
  }
1592
1661
  },
1593
- "additionalProperties": false
1662
+ "additionalProperties": false,
1663
+ "required": [
1664
+ "category",
1665
+ "name"
1666
+ ]
1594
1667
  },
1595
1668
  "outputIds": {
1596
1669
  "type": "array",
@@ -1607,7 +1680,8 @@
1607
1680
  }
1608
1681
  },
1609
1682
  "required": [
1610
- "type"
1683
+ "type",
1684
+ "meta"
1611
1685
  ],
1612
1686
  "additionalProperties": false
1613
1687
  },
@@ -1678,7 +1752,11 @@
1678
1752
  "maxLength": 32767
1679
1753
  }
1680
1754
  },
1681
- "additionalProperties": false
1755
+ "additionalProperties": false,
1756
+ "required": [
1757
+ "category",
1758
+ "name"
1759
+ ]
1682
1760
  },
1683
1761
  "outputIds": {
1684
1762
  "type": "array",
@@ -1695,7 +1773,8 @@
1695
1773
  }
1696
1774
  },
1697
1775
  "required": [
1698
- "type"
1776
+ "type",
1777
+ "meta"
1699
1778
  ],
1700
1779
  "additionalProperties": false
1701
1780
  },
@@ -1824,7 +1903,11 @@
1824
1903
  "maxLength": 48
1825
1904
  }
1826
1905
  },
1827
- "additionalProperties": false
1906
+ "additionalProperties": false,
1907
+ "required": [
1908
+ "category",
1909
+ "name"
1910
+ ]
1828
1911
  },
1829
1912
  "outputIds": {
1830
1913
  "type": "array",
@@ -1841,7 +1924,8 @@
1841
1924
  }
1842
1925
  },
1843
1926
  "required": [
1844
- "type"
1927
+ "type",
1928
+ "meta"
1845
1929
  ],
1846
1930
  "additionalProperties": false
1847
1931
  },
@@ -1948,7 +2032,11 @@
1948
2032
  "maxLength": 48
1949
2033
  }
1950
2034
  },
1951
- "additionalProperties": false
2035
+ "additionalProperties": false,
2036
+ "required": [
2037
+ "category",
2038
+ "name"
2039
+ ]
1952
2040
  },
1953
2041
  "outputIds": {
1954
2042
  "type": "array",
@@ -1965,7 +2053,8 @@
1965
2053
  }
1966
2054
  },
1967
2055
  "required": [
1968
- "type"
2056
+ "type",
2057
+ "meta"
1969
2058
  ],
1970
2059
  "additionalProperties": false
1971
2060
  },
@@ -2061,7 +2150,11 @@
2061
2150
  "maxLength": 48
2062
2151
  }
2063
2152
  },
2064
- "additionalProperties": false
2153
+ "additionalProperties": false,
2154
+ "required": [
2155
+ "category",
2156
+ "name"
2157
+ ]
2065
2158
  },
2066
2159
  "outputIds": {
2067
2160
  "type": "array",
@@ -2078,7 +2171,8 @@
2078
2171
  }
2079
2172
  },
2080
2173
  "required": [
2081
- "type"
2174
+ "type",
2175
+ "meta"
2082
2176
  ],
2083
2177
  "additionalProperties": false
2084
2178
  },
@@ -2205,7 +2299,11 @@
2205
2299
  ]
2206
2300
  }
2207
2301
  },
2208
- "additionalProperties": false
2302
+ "additionalProperties": false,
2303
+ "required": [
2304
+ "category",
2305
+ "name"
2306
+ ]
2209
2307
  },
2210
2308
  "outputIds": {
2211
2309
  "type": "array",
@@ -2222,7 +2320,8 @@
2222
2320
  }
2223
2321
  },
2224
2322
  "required": [
2225
- "type"
2323
+ "type",
2324
+ "meta"
2226
2325
  ],
2227
2326
  "additionalProperties": false
2228
2327
  },
@@ -2360,7 +2459,11 @@
2360
2459
  "maxLength": 48
2361
2460
  }
2362
2461
  },
2363
- "additionalProperties": false
2462
+ "additionalProperties": false,
2463
+ "required": [
2464
+ "category",
2465
+ "name"
2466
+ ]
2364
2467
  },
2365
2468
  "outputIds": {
2366
2469
  "type": "array",
@@ -2377,7 +2480,8 @@
2377
2480
  }
2378
2481
  },
2379
2482
  "required": [
2380
- "type"
2483
+ "type",
2484
+ "meta"
2381
2485
  ],
2382
2486
  "additionalProperties": false
2383
2487
  },
@@ -2487,7 +2591,11 @@
2487
2591
  }
2488
2592
  }
2489
2593
  },
2490
- "additionalProperties": false
2594
+ "additionalProperties": false,
2595
+ "required": [
2596
+ "category",
2597
+ "name"
2598
+ ]
2491
2599
  },
2492
2600
  "outputIds": {
2493
2601
  "type": "array",
@@ -2504,7 +2612,8 @@
2504
2612
  }
2505
2613
  },
2506
2614
  "required": [
2507
- "type"
2615
+ "type",
2616
+ "meta"
2508
2617
  ],
2509
2618
  "additionalProperties": false
2510
2619
  },
@@ -2603,7 +2712,11 @@
2603
2712
  ]
2604
2713
  }
2605
2714
  },
2606
- "additionalProperties": false
2715
+ "additionalProperties": false,
2716
+ "required": [
2717
+ "category",
2718
+ "name"
2719
+ ]
2607
2720
  },
2608
2721
  "outputIds": {
2609
2722
  "type": "array",
@@ -2620,7 +2733,8 @@
2620
2733
  }
2621
2734
  },
2622
2735
  "required": [
2623
- "type"
2736
+ "type",
2737
+ "meta"
2624
2738
  ],
2625
2739
  "additionalProperties": false
2626
2740
  }
@@ -2645,7 +2759,41 @@
2645
2759
  "type": "object"
2646
2760
  },
2647
2761
  "meta": {
2648
- "type": "object"
2762
+ "type": "object",
2763
+ "properties": {
2764
+ "category": {
2765
+ "type": "string",
2766
+ "minLength": 1,
2767
+ "maxLength": 1024
2768
+ },
2769
+ "name": {
2770
+ "type": "string",
2771
+ "minLength": 1,
2772
+ "maxLength": 1024
2773
+ },
2774
+ "label": {
2775
+ "type": "string",
2776
+ "minLength": 1,
2777
+ "maxLength": 255
2778
+ },
2779
+ "description": {
2780
+ "type": "string",
2781
+ "maxLength": 32767
2782
+ },
2783
+ "x": {
2784
+ "type": "number"
2785
+ },
2786
+ "y": {
2787
+ "type": "number"
2788
+ },
2789
+ "groupId": {
2790
+ "type": "string",
2791
+ "maxLength": 1024
2792
+ }
2793
+ },
2794
+ "required": [
2795
+ "name"
2796
+ ]
2649
2797
  },
2650
2798
  "outputIds": {
2651
2799
  "type": "array",
@@ -2663,7 +2811,8 @@
2663
2811
  },
2664
2812
  "additionalProperties": false,
2665
2813
  "required": [
2666
- "type"
2814
+ "type",
2815
+ "meta"
2667
2816
  ]
2668
2817
  }
2669
2818
  },
@@ -2730,6 +2879,10 @@
2730
2879
  "type": "array",
2731
2880
  "maxItems": 100,
2732
2881
  "items": {
2882
+ "type": "object",
2883
+ "discriminator": {
2884
+ "propertyName": "type"
2885
+ },
2733
2886
  "oneOf": [
2734
2887
  {
2735
2888
  "type": "object",
@@ -2,10 +2,10 @@
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
3
  "type": "object",
4
4
  "properties": {
5
- "memoryUsed": {
5
+ "memoryUsage": {
6
6
  "type": "number"
7
7
  },
8
- "keysCount": {
8
+ "keyCount": {
9
9
  "type": "number"
10
10
  }
11
11
  },