losant_rest 1.12.0 → 1.14.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (202) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/README.md +1 -1
  4. data/docs/_schemas.md +17509 -8097
  5. data/docs/application.md +6 -6
  6. data/docs/applicationApiTokens.md +1 -1
  7. data/docs/applications.md +1 -1
  8. data/docs/dataTable.md +1 -1
  9. data/docs/dataTableRows.md +1 -1
  10. data/docs/dataTables.md +1 -1
  11. data/docs/device.md +43 -0
  12. data/docs/devices.md +41 -2
  13. data/docs/edgeDeployment.md +49 -0
  14. data/docs/events.md +3 -3
  15. data/docs/experience.md +1 -1
  16. data/docs/experienceDomains.md +1 -1
  17. data/docs/experienceGroup.md +2 -0
  18. data/docs/experienceSlugs.md +1 -1
  19. data/docs/experienceVersion.md +3 -3
  20. data/docs/experienceVersions.md +2 -2
  21. data/docs/experienceView.md +4 -4
  22. data/docs/experienceViews.md +2 -2
  23. data/docs/file.md +5 -5
  24. data/docs/files.md +2 -2
  25. data/docs/flow.md +41 -0
  26. data/docs/flowVersions.md +44 -0
  27. data/docs/instance.md +168 -0
  28. data/docs/instanceApiToken.md +133 -0
  29. data/docs/instanceApiTokens.md +91 -0
  30. data/docs/instanceMember.md +133 -0
  31. data/docs/instanceMembers.md +91 -0
  32. data/docs/instanceOrg.md +135 -0
  33. data/docs/instanceOrgInvite.md +139 -0
  34. data/docs/instanceOrgInvites.md +96 -0
  35. data/docs/instanceOrgMember.md +139 -0
  36. data/docs/instanceOrgMembers.md +96 -0
  37. data/docs/instanceOrgs.md +91 -0
  38. data/docs/instances.md +50 -0
  39. data/docs/me.md +1 -1
  40. data/docs/org.md +1 -1
  41. data/docs/userApiToken.md +125 -0
  42. data/docs/userApiTokens.md +87 -0
  43. data/lib/losant_rest/application.rb +7 -7
  44. data/lib/losant_rest/application_api_token.rb +1 -1
  45. data/lib/losant_rest/application_api_tokens.rb +2 -2
  46. data/lib/losant_rest/application_certificate.rb +1 -1
  47. data/lib/losant_rest/application_certificate_authorities.rb +1 -1
  48. data/lib/losant_rest/application_certificate_authority.rb +1 -1
  49. data/lib/losant_rest/application_certificates.rb +1 -1
  50. data/lib/losant_rest/application_dashboard.rb +1 -1
  51. data/lib/losant_rest/application_dashboards.rb +1 -1
  52. data/lib/losant_rest/application_key.rb +1 -1
  53. data/lib/losant_rest/application_keys.rb +1 -1
  54. data/lib/losant_rest/application_template.rb +1 -1
  55. data/lib/losant_rest/application_templates.rb +1 -1
  56. data/lib/losant_rest/applications.rb +2 -2
  57. data/lib/losant_rest/audit_log.rb +1 -1
  58. data/lib/losant_rest/audit_logs.rb +1 -1
  59. data/lib/losant_rest/auth.rb +1 -1
  60. data/lib/losant_rest/client.rb +63 -3
  61. data/lib/losant_rest/dashboard.rb +1 -1
  62. data/lib/losant_rest/dashboards.rb +1 -1
  63. data/lib/losant_rest/data.rb +1 -1
  64. data/lib/losant_rest/data_table.rb +2 -2
  65. data/lib/losant_rest/data_table_row.rb +1 -1
  66. data/lib/losant_rest/data_table_rows.rb +2 -2
  67. data/lib/losant_rest/data_tables.rb +2 -2
  68. data/lib/losant_rest/device.rb +51 -1
  69. data/lib/losant_rest/device_recipe.rb +1 -1
  70. data/lib/losant_rest/device_recipes.rb +1 -1
  71. data/lib/losant_rest/devices.rb +49 -3
  72. data/lib/losant_rest/edge_deployment.rb +81 -0
  73. data/lib/losant_rest/edge_deployments.rb +1 -1
  74. data/lib/losant_rest/error.rb +1 -1
  75. data/lib/losant_rest/event.rb +1 -1
  76. data/lib/losant_rest/events.rb +4 -4
  77. data/lib/losant_rest/experience.rb +2 -2
  78. data/lib/losant_rest/experience_domain.rb +1 -1
  79. data/lib/losant_rest/experience_domains.rb +2 -2
  80. data/lib/losant_rest/experience_endpoint.rb +1 -1
  81. data/lib/losant_rest/experience_endpoints.rb +1 -1
  82. data/lib/losant_rest/experience_group.rb +5 -1
  83. data/lib/losant_rest/experience_groups.rb +1 -1
  84. data/lib/losant_rest/experience_slug.rb +1 -1
  85. data/lib/losant_rest/experience_slugs.rb +2 -2
  86. data/lib/losant_rest/experience_user.rb +1 -1
  87. data/lib/losant_rest/experience_users.rb +1 -1
  88. data/lib/losant_rest/experience_version.rb +4 -4
  89. data/lib/losant_rest/experience_versions.rb +3 -3
  90. data/lib/losant_rest/experience_view.rb +5 -5
  91. data/lib/losant_rest/experience_views.rb +3 -3
  92. data/lib/losant_rest/file.rb +5 -5
  93. data/lib/losant_rest/files.rb +3 -3
  94. data/lib/losant_rest/flow.rb +47 -1
  95. data/lib/losant_rest/flow_version.rb +1 -1
  96. data/lib/losant_rest/flow_versions.rb +51 -1
  97. data/lib/losant_rest/flows.rb +1 -1
  98. data/lib/losant_rest/instance.rb +227 -0
  99. data/lib/losant_rest/instance_api_token.rb +176 -0
  100. data/lib/losant_rest/instance_api_tokens.rb +136 -0
  101. data/lib/losant_rest/instance_member.rb +176 -0
  102. data/lib/losant_rest/instance_members.rb +134 -0
  103. data/lib/losant_rest/instance_org.rb +180 -0
  104. data/lib/losant_rest/instance_org_invite.rb +182 -0
  105. data/lib/losant_rest/instance_org_invites.rb +138 -0
  106. data/lib/losant_rest/instance_org_member.rb +182 -0
  107. data/lib/losant_rest/instance_org_members.rb +138 -0
  108. data/lib/losant_rest/instance_orgs.rb +139 -0
  109. data/lib/losant_rest/instances.rb +88 -0
  110. data/lib/losant_rest/integration.rb +1 -1
  111. data/lib/losant_rest/integrations.rb +1 -1
  112. data/lib/losant_rest/me.rb +2 -2
  113. data/lib/losant_rest/notebook.rb +1 -1
  114. data/lib/losant_rest/notebooks.rb +1 -1
  115. data/lib/losant_rest/org.rb +2 -2
  116. data/lib/losant_rest/org_invites.rb +1 -1
  117. data/lib/losant_rest/orgs.rb +1 -1
  118. data/lib/losant_rest/user_api_token.rb +170 -0
  119. data/lib/losant_rest/user_api_tokens.rb +132 -0
  120. data/lib/losant_rest/utils.rb +1 -1
  121. data/lib/losant_rest/version.rb +2 -2
  122. data/lib/losant_rest/webhook.rb +1 -1
  123. data/lib/losant_rest/webhooks.rb +1 -1
  124. data/lib/losant_rest.rb +16 -1
  125. data/schemas/advancedDeviceQuery.json +309 -0
  126. data/schemas/apiToken.json +2 -1
  127. data/schemas/apiTokenPost.json +431 -0
  128. data/schemas/apiTokens.json +4 -2
  129. data/schemas/applicationApiTokenPost.json +1 -0
  130. data/schemas/applicationDashboardPost.json +39 -17
  131. data/schemas/auditLog.json +4 -0
  132. data/schemas/auditLogFilter.json +4 -0
  133. data/schemas/auditLogs.json +4 -0
  134. data/schemas/bulkDeleteResponse.json +12 -0
  135. data/schemas/dashboard.json +39 -17
  136. data/schemas/dashboardPatch.json +39 -17
  137. data/schemas/dashboardPost.json +39 -17
  138. data/schemas/dashboardSendReport.json +4 -0
  139. data/schemas/dashboards.json +39 -17
  140. data/schemas/dataTableRowsDelete.json +1 -1
  141. data/schemas/devicePayloadCounts.json +24 -0
  142. data/schemas/devicesDeletePost.json +309 -0
  143. data/schemas/devicesExportPayloadCountPost.json +1350 -0
  144. data/schemas/devicesExportPost.json +309 -0
  145. data/schemas/devicesPatch.json +309 -0
  146. data/schemas/devicesRemoveDataPost.json +309 -0
  147. data/schemas/edgeDeployment.json +16 -0
  148. data/schemas/edgeDeployments.json +16 -0
  149. data/schemas/eventsDeleted.json +1 -1
  150. data/schemas/experienceGroup.json +6 -0
  151. data/schemas/experienceGroups.json +6 -0
  152. data/schemas/experienceLinkedResources.json +381 -6
  153. data/schemas/filePost.json +8 -2
  154. data/schemas/flow.json +127 -2
  155. data/schemas/flowPatch.json +127 -2
  156. data/schemas/flowPost.json +127 -2
  157. data/schemas/flowStorageMetadata.json +13 -0
  158. data/schemas/flowVersion.json +254 -4
  159. data/schemas/flowVersionPost.json +127 -2
  160. data/schemas/flowVersions.json +254 -4
  161. data/schemas/flowVersionsDeletePost.json +941 -0
  162. data/schemas/flows.json +127 -2
  163. data/schemas/flowsImportPost.json +254 -4
  164. data/schemas/flowsImportResult.json +381 -6
  165. data/schemas/githubLogin.json +64 -11
  166. data/schemas/historicalSummaries.json +43 -0
  167. data/schemas/historicalSummary.json +490 -0
  168. data/schemas/instance.json +60 -0
  169. data/schemas/instanceMember.json +41 -0
  170. data/schemas/instanceMemberPatch.json +17 -0
  171. data/schemas/instanceMemberPost.json +37 -0
  172. data/schemas/instanceMembers.json +77 -0
  173. data/schemas/instanceOrg.json +14 -0
  174. data/schemas/instanceOrgMember.json +45 -0
  175. data/schemas/instanceOrgMemberPatch.json +69 -0
  176. data/schemas/instanceOrgMemberPost.json +161 -0
  177. data/schemas/instanceOrgMembers.json +42 -0
  178. data/schemas/instanceOrgPatch.json +19 -0
  179. data/schemas/instanceOrgPost.json +177 -0
  180. data/schemas/instanceOrgs.json +18 -0
  181. data/schemas/instancePatch.json +67 -0
  182. data/schemas/instanceReportOptionsPost.json +41 -0
  183. data/schemas/me.json +30 -14
  184. data/schemas/multiDeviceCommand.json +309 -0
  185. data/schemas/notebook.json +45 -0
  186. data/schemas/notebookPatch.json +30 -0
  187. data/schemas/notebookPost.json +30 -0
  188. data/schemas/notebooks.json +45 -0
  189. data/schemas/org.json +30 -14
  190. data/schemas/orgInvite.json +90 -0
  191. data/schemas/orgInviteCollection.json +130 -0
  192. data/schemas/orgInvites.json +82 -77
  193. data/schemas/orgPatch.json +0 -9
  194. data/schemas/orgRoleInfo.json +69 -0
  195. data/schemas/orgs.json +30 -14
  196. data/schemas/payloadStats.json +126 -0
  197. data/schemas/userCredentials.json +64 -11
  198. data/schemas/userPost.json +64 -11
  199. data/schemas/validateContextError.json +34 -0
  200. data/schemas/validateContextSuccess.json +34 -0
  201. data/schemas/virtualButtonPress.json +4 -0
  202. metadata +55 -3
@@ -138,7 +138,7 @@
138
138
  },
139
139
  {
140
140
  "type": "string",
141
- "maxLength": 64
141
+ "maxLength": 128
142
142
  }
143
143
  ]
144
144
  },
@@ -149,7 +149,7 @@
149
149
  },
150
150
  {
151
151
  "type": "string",
152
- "maxLength": 64
152
+ "maxLength": 128
153
153
  }
154
154
  ]
155
155
  },
@@ -936,8 +936,26 @@
936
936
  "maxLength": 48
937
937
  },
938
938
  "type": {
939
+ "oneOf": [
940
+ {
941
+ "type": "string",
942
+ "pattern": "^[0-9a-zA-Z_-]{1,255}$"
943
+ },
944
+ {
945
+ "type": "string",
946
+ "enum": [
947
+ "$custom"
948
+ ]
949
+ }
950
+ ]
951
+ },
952
+ "headerTemplate": {
939
953
  "type": "string",
940
- "pattern": "^[0-9a-zA-Z_-]{1,255}$"
954
+ "maxLength": 1024
955
+ },
956
+ "rowTemplate": {
957
+ "type": "string",
958
+ "maxLength": 32767
941
959
  }
942
960
  },
943
961
  "additionalProperties": false
@@ -1572,7 +1590,7 @@
1572
1590
  },
1573
1591
  {
1574
1592
  "type": "string",
1575
- "maxLength": 64
1593
+ "maxLength": 128
1576
1594
  }
1577
1595
  ]
1578
1596
  },
@@ -1583,7 +1601,7 @@
1583
1601
  },
1584
1602
  {
1585
1603
  "type": "string",
1586
- "maxLength": 64
1604
+ "maxLength": 128
1587
1605
  }
1588
1606
  ]
1589
1607
  },
@@ -1604,7 +1622,7 @@
1604
1622
  },
1605
1623
  {
1606
1624
  "type": "string",
1607
- "maxLength": 64
1625
+ "maxLength": 128
1608
1626
  }
1609
1627
  ]
1610
1628
  },
@@ -2067,7 +2085,7 @@
2067
2085
  },
2068
2086
  {
2069
2087
  "type": "string",
2070
- "maxLength": 64
2088
+ "maxLength": 128
2071
2089
  }
2072
2090
  ]
2073
2091
  },
@@ -2078,7 +2096,7 @@
2078
2096
  },
2079
2097
  {
2080
2098
  "type": "string",
2081
- "maxLength": 64
2099
+ "maxLength": 128
2082
2100
  }
2083
2101
  ]
2084
2102
  },
@@ -2225,7 +2243,7 @@
2225
2243
  },
2226
2244
  {
2227
2245
  "type": "string",
2228
- "maxLength": 64
2246
+ "maxLength": 128
2229
2247
  }
2230
2248
  ]
2231
2249
  },
@@ -3000,7 +3018,7 @@
3000
3018
  },
3001
3019
  {
3002
3020
  "type": "string",
3003
- "maxLength": 64
3021
+ "maxLength": 128
3004
3022
  }
3005
3023
  ]
3006
3024
  },
@@ -3011,7 +3029,7 @@
3011
3029
  },
3012
3030
  {
3013
3031
  "type": "string",
3014
- "maxLength": 64
3032
+ "maxLength": 128
3015
3033
  }
3016
3034
  ]
3017
3035
  },
@@ -3619,7 +3637,7 @@
3619
3637
  },
3620
3638
  {
3621
3639
  "type": "string",
3622
- "maxLength": 64
3640
+ "maxLength": 128
3623
3641
  }
3624
3642
  ]
3625
3643
  },
@@ -3630,7 +3648,7 @@
3630
3648
  },
3631
3649
  {
3632
3650
  "type": "string",
3633
- "maxLength": 64
3651
+ "maxLength": 128
3634
3652
  }
3635
3653
  ]
3636
3654
  },
@@ -3641,7 +3659,7 @@
3641
3659
  },
3642
3660
  {
3643
3661
  "type": "string",
3644
- "maxLength": 64
3662
+ "maxLength": 128
3645
3663
  }
3646
3664
  ]
3647
3665
  },
@@ -3652,7 +3670,7 @@
3652
3670
  },
3653
3671
  {
3654
3672
  "type": "string",
3655
- "maxLength": 64
3673
+ "maxLength": 128
3656
3674
  }
3657
3675
  ]
3658
3676
  }
@@ -4499,7 +4517,7 @@
4499
4517
  },
4500
4518
  {
4501
4519
  "type": "string",
4502
- "maxLength": 64
4520
+ "maxLength": 128
4503
4521
  }
4504
4522
  ]
4505
4523
  },
@@ -5010,7 +5028,7 @@
5010
5028
  },
5011
5029
  {
5012
5030
  "type": "string",
5013
- "maxLength": 64
5031
+ "maxLength": 128
5014
5032
  }
5015
5033
  ]
5016
5034
  },
@@ -5323,6 +5341,10 @@
5323
5341
  "timezone": {
5324
5342
  "type": "string",
5325
5343
  "maxLength": 255
5344
+ },
5345
+ "locale": {
5346
+ "type": "string",
5347
+ "maxLength": 5
5326
5348
  }
5327
5349
  },
5328
5350
  "additionalProperties": false,
@@ -36,6 +36,10 @@
36
36
  "timezone": {
37
37
  "type": "string",
38
38
  "max": 255
39
+ },
40
+ "locale": {
41
+ "type": "string",
42
+ "max": 5
39
43
  }
40
44
  },
41
45
  "additionalProperties": false
@@ -123,6 +123,10 @@
123
123
  "timezone": {
124
124
  "type": "string",
125
125
  "maxLength": 255
126
+ },
127
+ "locale": {
128
+ "type": "string",
129
+ "maxLength": 5
126
130
  }
127
131
  },
128
132
  "additionalProperties": false,
@@ -255,7 +259,7 @@
255
259
  },
256
260
  {
257
261
  "type": "string",
258
- "maxLength": 64
262
+ "maxLength": 128
259
263
  }
260
264
  ]
261
265
  },
@@ -266,7 +270,7 @@
266
270
  },
267
271
  {
268
272
  "type": "string",
269
- "maxLength": 64
273
+ "maxLength": 128
270
274
  }
271
275
  ]
272
276
  },
@@ -1053,8 +1057,26 @@
1053
1057
  "maxLength": 48
1054
1058
  },
1055
1059
  "type": {
1060
+ "oneOf": [
1061
+ {
1062
+ "type": "string",
1063
+ "pattern": "^[0-9a-zA-Z_-]{1,255}$"
1064
+ },
1065
+ {
1066
+ "type": "string",
1067
+ "enum": [
1068
+ "$custom"
1069
+ ]
1070
+ }
1071
+ ]
1072
+ },
1073
+ "headerTemplate": {
1056
1074
  "type": "string",
1057
- "pattern": "^[0-9a-zA-Z_-]{1,255}$"
1075
+ "maxLength": 1024
1076
+ },
1077
+ "rowTemplate": {
1078
+ "type": "string",
1079
+ "maxLength": 32767
1058
1080
  }
1059
1081
  },
1060
1082
  "additionalProperties": false
@@ -1689,7 +1711,7 @@
1689
1711
  },
1690
1712
  {
1691
1713
  "type": "string",
1692
- "maxLength": 64
1714
+ "maxLength": 128
1693
1715
  }
1694
1716
  ]
1695
1717
  },
@@ -1700,7 +1722,7 @@
1700
1722
  },
1701
1723
  {
1702
1724
  "type": "string",
1703
- "maxLength": 64
1725
+ "maxLength": 128
1704
1726
  }
1705
1727
  ]
1706
1728
  },
@@ -1721,7 +1743,7 @@
1721
1743
  },
1722
1744
  {
1723
1745
  "type": "string",
1724
- "maxLength": 64
1746
+ "maxLength": 128
1725
1747
  }
1726
1748
  ]
1727
1749
  },
@@ -2184,7 +2206,7 @@
2184
2206
  },
2185
2207
  {
2186
2208
  "type": "string",
2187
- "maxLength": 64
2209
+ "maxLength": 128
2188
2210
  }
2189
2211
  ]
2190
2212
  },
@@ -2195,7 +2217,7 @@
2195
2217
  },
2196
2218
  {
2197
2219
  "type": "string",
2198
- "maxLength": 64
2220
+ "maxLength": 128
2199
2221
  }
2200
2222
  ]
2201
2223
  },
@@ -2342,7 +2364,7 @@
2342
2364
  },
2343
2365
  {
2344
2366
  "type": "string",
2345
- "maxLength": 64
2367
+ "maxLength": 128
2346
2368
  }
2347
2369
  ]
2348
2370
  },
@@ -3117,7 +3139,7 @@
3117
3139
  },
3118
3140
  {
3119
3141
  "type": "string",
3120
- "maxLength": 64
3142
+ "maxLength": 128
3121
3143
  }
3122
3144
  ]
3123
3145
  },
@@ -3128,7 +3150,7 @@
3128
3150
  },
3129
3151
  {
3130
3152
  "type": "string",
3131
- "maxLength": 64
3153
+ "maxLength": 128
3132
3154
  }
3133
3155
  ]
3134
3156
  },
@@ -3736,7 +3758,7 @@
3736
3758
  },
3737
3759
  {
3738
3760
  "type": "string",
3739
- "maxLength": 64
3761
+ "maxLength": 128
3740
3762
  }
3741
3763
  ]
3742
3764
  },
@@ -3747,7 +3769,7 @@
3747
3769
  },
3748
3770
  {
3749
3771
  "type": "string",
3750
- "maxLength": 64
3772
+ "maxLength": 128
3751
3773
  }
3752
3774
  ]
3753
3775
  },
@@ -3758,7 +3780,7 @@
3758
3780
  },
3759
3781
  {
3760
3782
  "type": "string",
3761
- "maxLength": 64
3783
+ "maxLength": 128
3762
3784
  }
3763
3785
  ]
3764
3786
  },
@@ -3769,7 +3791,7 @@
3769
3791
  },
3770
3792
  {
3771
3793
  "type": "string",
3772
- "maxLength": 64
3794
+ "maxLength": 128
3773
3795
  }
3774
3796
  ]
3775
3797
  }
@@ -4616,7 +4638,7 @@
4616
4638
  },
4617
4639
  {
4618
4640
  "type": "string",
4619
- "maxLength": 64
4641
+ "maxLength": 128
4620
4642
  }
4621
4643
  ]
4622
4644
  },
@@ -5127,7 +5149,7 @@
5127
5149
  },
5128
5150
  {
5129
5151
  "type": "string",
5130
- "maxLength": 64
5152
+ "maxLength": 128
5131
5153
  }
5132
5154
  ]
5133
5155
  },
@@ -3,7 +3,7 @@
3
3
  "type": "object",
4
4
  "properties": {
5
5
  "removed": {
6
- "type": "Number"
6
+ "type": "number"
7
7
  }
8
8
  }
9
9
  }
@@ -0,0 +1,24 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-04/schema#",
3
+ "type": "object",
4
+ "properties": {
5
+ "deviceCommand": {
6
+ "type": "number"
7
+ },
8
+ "deviceConnect": {
9
+ "type": "number"
10
+ },
11
+ "deviceDisconnect": {
12
+ "type": "number"
13
+ },
14
+ "deviceState": {
15
+ "type": "number"
16
+ },
17
+ "mqttIn": {
18
+ "type": "number"
19
+ },
20
+ "mqttOut": {
21
+ "type": "number"
22
+ }
23
+ }
24
+ }
@@ -1022,6 +1022,315 @@
1022
1022
  "additionalProperties": false
1023
1023
  }
1024
1024
  ]
1025
+ },
1026
+ "disconnectedAt": {
1027
+ "oneOf": [
1028
+ {
1029
+ "type": [
1030
+ "string",
1031
+ "number",
1032
+ "boolean",
1033
+ "null"
1034
+ ]
1035
+ },
1036
+ {
1037
+ "type": "object",
1038
+ "properties": {
1039
+ "$eq": {
1040
+ "type": [
1041
+ "string",
1042
+ "number",
1043
+ "boolean",
1044
+ "null"
1045
+ ]
1046
+ },
1047
+ "$ne": {
1048
+ "type": [
1049
+ "string",
1050
+ "number",
1051
+ "boolean",
1052
+ "null"
1053
+ ]
1054
+ },
1055
+ "$gt": {
1056
+ "type": [
1057
+ "string",
1058
+ "number",
1059
+ "boolean",
1060
+ "null"
1061
+ ]
1062
+ },
1063
+ "$lt": {
1064
+ "type": [
1065
+ "string",
1066
+ "number",
1067
+ "boolean",
1068
+ "null"
1069
+ ]
1070
+ },
1071
+ "$gte": {
1072
+ "type": [
1073
+ "string",
1074
+ "number",
1075
+ "boolean",
1076
+ "null"
1077
+ ]
1078
+ },
1079
+ "$lte": {
1080
+ "type": [
1081
+ "string",
1082
+ "number",
1083
+ "boolean",
1084
+ "null"
1085
+ ]
1086
+ },
1087
+ "$startsWith": {
1088
+ "type": "string",
1089
+ "minLength": 1
1090
+ },
1091
+ "$endsWith": {
1092
+ "type": "string",
1093
+ "minLength": 1
1094
+ },
1095
+ "$contains": {
1096
+ "type": "string",
1097
+ "minLength": 1
1098
+ },
1099
+ "$ci": {
1100
+ "type": "boolean"
1101
+ },
1102
+ "$in": {
1103
+ "type": "array",
1104
+ "maxItems": 100,
1105
+ "items": {
1106
+ "type": [
1107
+ "string",
1108
+ "number",
1109
+ "boolean"
1110
+ ]
1111
+ }
1112
+ },
1113
+ "$nin": {
1114
+ "type": "array",
1115
+ "maxItems": 100,
1116
+ "items": {
1117
+ "type": [
1118
+ "string",
1119
+ "number",
1120
+ "boolean"
1121
+ ]
1122
+ }
1123
+ }
1124
+ },
1125
+ "additionalProperties": false
1126
+ }
1127
+ ]
1128
+ },
1129
+ "connectedAt": {
1130
+ "oneOf": [
1131
+ {
1132
+ "type": [
1133
+ "string",
1134
+ "number",
1135
+ "boolean",
1136
+ "null"
1137
+ ]
1138
+ },
1139
+ {
1140
+ "type": "object",
1141
+ "properties": {
1142
+ "$eq": {
1143
+ "type": [
1144
+ "string",
1145
+ "number",
1146
+ "boolean",
1147
+ "null"
1148
+ ]
1149
+ },
1150
+ "$ne": {
1151
+ "type": [
1152
+ "string",
1153
+ "number",
1154
+ "boolean",
1155
+ "null"
1156
+ ]
1157
+ },
1158
+ "$gt": {
1159
+ "type": [
1160
+ "string",
1161
+ "number",
1162
+ "boolean",
1163
+ "null"
1164
+ ]
1165
+ },
1166
+ "$lt": {
1167
+ "type": [
1168
+ "string",
1169
+ "number",
1170
+ "boolean",
1171
+ "null"
1172
+ ]
1173
+ },
1174
+ "$gte": {
1175
+ "type": [
1176
+ "string",
1177
+ "number",
1178
+ "boolean",
1179
+ "null"
1180
+ ]
1181
+ },
1182
+ "$lte": {
1183
+ "type": [
1184
+ "string",
1185
+ "number",
1186
+ "boolean",
1187
+ "null"
1188
+ ]
1189
+ },
1190
+ "$startsWith": {
1191
+ "type": "string",
1192
+ "minLength": 1
1193
+ },
1194
+ "$endsWith": {
1195
+ "type": "string",
1196
+ "minLength": 1
1197
+ },
1198
+ "$contains": {
1199
+ "type": "string",
1200
+ "minLength": 1
1201
+ },
1202
+ "$ci": {
1203
+ "type": "boolean"
1204
+ },
1205
+ "$in": {
1206
+ "type": "array",
1207
+ "maxItems": 100,
1208
+ "items": {
1209
+ "type": [
1210
+ "string",
1211
+ "number",
1212
+ "boolean"
1213
+ ]
1214
+ }
1215
+ },
1216
+ "$nin": {
1217
+ "type": "array",
1218
+ "maxItems": 100,
1219
+ "items": {
1220
+ "type": [
1221
+ "string",
1222
+ "number",
1223
+ "boolean"
1224
+ ]
1225
+ }
1226
+ }
1227
+ },
1228
+ "additionalProperties": false
1229
+ }
1230
+ ]
1231
+ },
1232
+ "connectionStatus": {
1233
+ "oneOf": [
1234
+ {
1235
+ "type": [
1236
+ "string",
1237
+ "number",
1238
+ "boolean",
1239
+ "null"
1240
+ ]
1241
+ },
1242
+ {
1243
+ "type": "object",
1244
+ "properties": {
1245
+ "$eq": {
1246
+ "type": [
1247
+ "string",
1248
+ "number",
1249
+ "boolean",
1250
+ "null"
1251
+ ]
1252
+ },
1253
+ "$ne": {
1254
+ "type": [
1255
+ "string",
1256
+ "number",
1257
+ "boolean",
1258
+ "null"
1259
+ ]
1260
+ },
1261
+ "$gt": {
1262
+ "type": [
1263
+ "string",
1264
+ "number",
1265
+ "boolean",
1266
+ "null"
1267
+ ]
1268
+ },
1269
+ "$lt": {
1270
+ "type": [
1271
+ "string",
1272
+ "number",
1273
+ "boolean",
1274
+ "null"
1275
+ ]
1276
+ },
1277
+ "$gte": {
1278
+ "type": [
1279
+ "string",
1280
+ "number",
1281
+ "boolean",
1282
+ "null"
1283
+ ]
1284
+ },
1285
+ "$lte": {
1286
+ "type": [
1287
+ "string",
1288
+ "number",
1289
+ "boolean",
1290
+ "null"
1291
+ ]
1292
+ },
1293
+ "$startsWith": {
1294
+ "type": "string",
1295
+ "minLength": 1
1296
+ },
1297
+ "$endsWith": {
1298
+ "type": "string",
1299
+ "minLength": 1
1300
+ },
1301
+ "$contains": {
1302
+ "type": "string",
1303
+ "minLength": 1
1304
+ },
1305
+ "$ci": {
1306
+ "type": "boolean"
1307
+ },
1308
+ "$in": {
1309
+ "type": "array",
1310
+ "maxItems": 100,
1311
+ "items": {
1312
+ "type": [
1313
+ "string",
1314
+ "number",
1315
+ "boolean"
1316
+ ]
1317
+ }
1318
+ },
1319
+ "$nin": {
1320
+ "type": "array",
1321
+ "maxItems": 100,
1322
+ "items": {
1323
+ "type": [
1324
+ "string",
1325
+ "number",
1326
+ "boolean"
1327
+ ]
1328
+ }
1329
+ }
1330
+ },
1331
+ "additionalProperties": false
1332
+ }
1333
+ ]
1025
1334
  }
1026
1335
  },
1027
1336
  "additionalProperties": false