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
@@ -41,6 +41,2079 @@
41
41
  },
42
42
  "maxItems": 100
43
43
  },
44
+ "deviceQuery": {
45
+ "title": "Advanced Device Query",
46
+ "description": "Schema for advanced device queries",
47
+ "type": "object",
48
+ "properties": {
49
+ "$and": {
50
+ "type": "array",
51
+ "items": {
52
+ "$ref": "#/definitions/advancedDeviceQuery"
53
+ },
54
+ "maxItems": 100
55
+ },
56
+ "$or": {
57
+ "type": "array",
58
+ "items": {
59
+ "$ref": "#/definitions/advancedDeviceQuery"
60
+ },
61
+ "maxItems": 100
62
+ },
63
+ "$nor": {
64
+ "type": "array",
65
+ "items": {
66
+ "$ref": "#/definitions/advancedDeviceQuery"
67
+ },
68
+ "maxItems": 100
69
+ },
70
+ "id": {
71
+ "oneOf": [
72
+ {
73
+ "oneOf": [
74
+ {
75
+ "type": "string",
76
+ "pattern": "^[A-Fa-f\\d]{24}$"
77
+ },
78
+ {
79
+ "type": "null"
80
+ }
81
+ ]
82
+ },
83
+ {
84
+ "type": "object",
85
+ "properties": {
86
+ "$eq": {
87
+ "oneOf": [
88
+ {
89
+ "type": "string",
90
+ "pattern": "^[A-Fa-f\\d]{24}$"
91
+ },
92
+ {
93
+ "type": "null"
94
+ }
95
+ ]
96
+ },
97
+ "$ne": {
98
+ "oneOf": [
99
+ {
100
+ "type": "string",
101
+ "pattern": "^[A-Fa-f\\d]{24}$"
102
+ },
103
+ {
104
+ "type": "null"
105
+ }
106
+ ]
107
+ },
108
+ "$gt": {
109
+ "oneOf": [
110
+ {
111
+ "type": "string",
112
+ "pattern": "^[A-Fa-f\\d]{24}$"
113
+ },
114
+ {
115
+ "type": "null"
116
+ }
117
+ ]
118
+ },
119
+ "$lt": {
120
+ "oneOf": [
121
+ {
122
+ "type": "string",
123
+ "pattern": "^[A-Fa-f\\d]{24}$"
124
+ },
125
+ {
126
+ "type": "null"
127
+ }
128
+ ]
129
+ },
130
+ "$gte": {
131
+ "oneOf": [
132
+ {
133
+ "type": "string",
134
+ "pattern": "^[A-Fa-f\\d]{24}$"
135
+ },
136
+ {
137
+ "type": "null"
138
+ }
139
+ ]
140
+ },
141
+ "$lte": {
142
+ "oneOf": [
143
+ {
144
+ "type": "string",
145
+ "pattern": "^[A-Fa-f\\d]{24}$"
146
+ },
147
+ {
148
+ "type": "null"
149
+ }
150
+ ]
151
+ },
152
+ "$in": {
153
+ "type": "array",
154
+ "maxItems": 100,
155
+ "items": {
156
+ "type": "string",
157
+ "pattern": "^[A-Fa-f\\d]{24}$"
158
+ }
159
+ },
160
+ "$nin": {
161
+ "type": "array",
162
+ "maxItems": 100,
163
+ "items": {
164
+ "type": "string",
165
+ "pattern": "^[A-Fa-f\\d]{24}$"
166
+ }
167
+ }
168
+ },
169
+ "additionalProperties": false,
170
+ "minProperties": 1,
171
+ "maxProperties": 1
172
+ }
173
+ ]
174
+ },
175
+ "creationDate": {
176
+ "oneOf": [
177
+ {
178
+ "type": [
179
+ "string",
180
+ "number",
181
+ "boolean",
182
+ "null"
183
+ ]
184
+ },
185
+ {
186
+ "type": "object",
187
+ "properties": {
188
+ "$eq": {
189
+ "type": [
190
+ "string",
191
+ "number",
192
+ "boolean",
193
+ "null"
194
+ ]
195
+ },
196
+ "$ne": {
197
+ "type": [
198
+ "string",
199
+ "number",
200
+ "boolean",
201
+ "null"
202
+ ]
203
+ },
204
+ "$gt": {
205
+ "type": [
206
+ "string",
207
+ "number",
208
+ "boolean",
209
+ "null"
210
+ ]
211
+ },
212
+ "$lt": {
213
+ "type": [
214
+ "string",
215
+ "number",
216
+ "boolean",
217
+ "null"
218
+ ]
219
+ },
220
+ "$gte": {
221
+ "type": [
222
+ "string",
223
+ "number",
224
+ "boolean",
225
+ "null"
226
+ ]
227
+ },
228
+ "$lte": {
229
+ "type": [
230
+ "string",
231
+ "number",
232
+ "boolean",
233
+ "null"
234
+ ]
235
+ },
236
+ "$startsWith": {
237
+ "type": "string",
238
+ "minLength": 1
239
+ },
240
+ "$endsWith": {
241
+ "type": "string",
242
+ "minLength": 1
243
+ },
244
+ "$contains": {
245
+ "type": "string",
246
+ "minLength": 1
247
+ },
248
+ "$ci": {
249
+ "type": "boolean"
250
+ },
251
+ "$in": {
252
+ "type": "array",
253
+ "maxItems": 100,
254
+ "items": {
255
+ "type": [
256
+ "string",
257
+ "number",
258
+ "boolean"
259
+ ]
260
+ }
261
+ },
262
+ "$nin": {
263
+ "type": "array",
264
+ "maxItems": 100,
265
+ "items": {
266
+ "type": [
267
+ "string",
268
+ "number",
269
+ "boolean"
270
+ ]
271
+ }
272
+ }
273
+ },
274
+ "additionalProperties": false
275
+ }
276
+ ]
277
+ },
278
+ "lastUpdated": {
279
+ "oneOf": [
280
+ {
281
+ "type": [
282
+ "string",
283
+ "number",
284
+ "boolean",
285
+ "null"
286
+ ]
287
+ },
288
+ {
289
+ "type": "object",
290
+ "properties": {
291
+ "$eq": {
292
+ "type": [
293
+ "string",
294
+ "number",
295
+ "boolean",
296
+ "null"
297
+ ]
298
+ },
299
+ "$ne": {
300
+ "type": [
301
+ "string",
302
+ "number",
303
+ "boolean",
304
+ "null"
305
+ ]
306
+ },
307
+ "$gt": {
308
+ "type": [
309
+ "string",
310
+ "number",
311
+ "boolean",
312
+ "null"
313
+ ]
314
+ },
315
+ "$lt": {
316
+ "type": [
317
+ "string",
318
+ "number",
319
+ "boolean",
320
+ "null"
321
+ ]
322
+ },
323
+ "$gte": {
324
+ "type": [
325
+ "string",
326
+ "number",
327
+ "boolean",
328
+ "null"
329
+ ]
330
+ },
331
+ "$lte": {
332
+ "type": [
333
+ "string",
334
+ "number",
335
+ "boolean",
336
+ "null"
337
+ ]
338
+ },
339
+ "$startsWith": {
340
+ "type": "string",
341
+ "minLength": 1
342
+ },
343
+ "$endsWith": {
344
+ "type": "string",
345
+ "minLength": 1
346
+ },
347
+ "$contains": {
348
+ "type": "string",
349
+ "minLength": 1
350
+ },
351
+ "$ci": {
352
+ "type": "boolean"
353
+ },
354
+ "$in": {
355
+ "type": "array",
356
+ "maxItems": 100,
357
+ "items": {
358
+ "type": [
359
+ "string",
360
+ "number",
361
+ "boolean"
362
+ ]
363
+ }
364
+ },
365
+ "$nin": {
366
+ "type": "array",
367
+ "maxItems": 100,
368
+ "items": {
369
+ "type": [
370
+ "string",
371
+ "number",
372
+ "boolean"
373
+ ]
374
+ }
375
+ }
376
+ },
377
+ "additionalProperties": false
378
+ }
379
+ ]
380
+ },
381
+ "deletedAt": {
382
+ "oneOf": [
383
+ {
384
+ "type": [
385
+ "string",
386
+ "number",
387
+ "boolean",
388
+ "null"
389
+ ]
390
+ },
391
+ {
392
+ "type": "object",
393
+ "properties": {
394
+ "$eq": {
395
+ "type": [
396
+ "string",
397
+ "number",
398
+ "boolean",
399
+ "null"
400
+ ]
401
+ },
402
+ "$ne": {
403
+ "type": [
404
+ "string",
405
+ "number",
406
+ "boolean",
407
+ "null"
408
+ ]
409
+ },
410
+ "$gt": {
411
+ "type": [
412
+ "string",
413
+ "number",
414
+ "boolean",
415
+ "null"
416
+ ]
417
+ },
418
+ "$lt": {
419
+ "type": [
420
+ "string",
421
+ "number",
422
+ "boolean",
423
+ "null"
424
+ ]
425
+ },
426
+ "$gte": {
427
+ "type": [
428
+ "string",
429
+ "number",
430
+ "boolean",
431
+ "null"
432
+ ]
433
+ },
434
+ "$lte": {
435
+ "type": [
436
+ "string",
437
+ "number",
438
+ "boolean",
439
+ "null"
440
+ ]
441
+ },
442
+ "$startsWith": {
443
+ "type": "string",
444
+ "minLength": 1
445
+ },
446
+ "$endsWith": {
447
+ "type": "string",
448
+ "minLength": 1
449
+ },
450
+ "$contains": {
451
+ "type": "string",
452
+ "minLength": 1
453
+ },
454
+ "$ci": {
455
+ "type": "boolean"
456
+ },
457
+ "$in": {
458
+ "type": "array",
459
+ "maxItems": 100,
460
+ "items": {
461
+ "type": [
462
+ "string",
463
+ "number",
464
+ "boolean"
465
+ ]
466
+ }
467
+ },
468
+ "$nin": {
469
+ "type": "array",
470
+ "maxItems": 100,
471
+ "items": {
472
+ "type": [
473
+ "string",
474
+ "number",
475
+ "boolean"
476
+ ]
477
+ }
478
+ }
479
+ },
480
+ "additionalProperties": false
481
+ }
482
+ ]
483
+ },
484
+ "name": {
485
+ "oneOf": [
486
+ {
487
+ "type": [
488
+ "string",
489
+ "number",
490
+ "boolean",
491
+ "null"
492
+ ]
493
+ },
494
+ {
495
+ "type": "object",
496
+ "properties": {
497
+ "$eq": {
498
+ "type": [
499
+ "string",
500
+ "number",
501
+ "boolean",
502
+ "null"
503
+ ]
504
+ },
505
+ "$ne": {
506
+ "type": [
507
+ "string",
508
+ "number",
509
+ "boolean",
510
+ "null"
511
+ ]
512
+ },
513
+ "$gt": {
514
+ "type": [
515
+ "string",
516
+ "number",
517
+ "boolean",
518
+ "null"
519
+ ]
520
+ },
521
+ "$lt": {
522
+ "type": [
523
+ "string",
524
+ "number",
525
+ "boolean",
526
+ "null"
527
+ ]
528
+ },
529
+ "$gte": {
530
+ "type": [
531
+ "string",
532
+ "number",
533
+ "boolean",
534
+ "null"
535
+ ]
536
+ },
537
+ "$lte": {
538
+ "type": [
539
+ "string",
540
+ "number",
541
+ "boolean",
542
+ "null"
543
+ ]
544
+ },
545
+ "$startsWith": {
546
+ "type": "string",
547
+ "minLength": 1
548
+ },
549
+ "$endsWith": {
550
+ "type": "string",
551
+ "minLength": 1
552
+ },
553
+ "$contains": {
554
+ "type": "string",
555
+ "minLength": 1
556
+ },
557
+ "$ci": {
558
+ "type": "boolean"
559
+ },
560
+ "$in": {
561
+ "type": "array",
562
+ "maxItems": 100,
563
+ "items": {
564
+ "type": [
565
+ "string",
566
+ "number",
567
+ "boolean"
568
+ ]
569
+ }
570
+ },
571
+ "$nin": {
572
+ "type": "array",
573
+ "maxItems": 100,
574
+ "items": {
575
+ "type": [
576
+ "string",
577
+ "number",
578
+ "boolean"
579
+ ]
580
+ }
581
+ }
582
+ },
583
+ "additionalProperties": false
584
+ }
585
+ ]
586
+ },
587
+ "deviceClass": {
588
+ "oneOf": [
589
+ {
590
+ "type": [
591
+ "string",
592
+ "number",
593
+ "boolean",
594
+ "null"
595
+ ]
596
+ },
597
+ {
598
+ "type": "object",
599
+ "properties": {
600
+ "$eq": {
601
+ "type": [
602
+ "string",
603
+ "number",
604
+ "boolean",
605
+ "null"
606
+ ]
607
+ },
608
+ "$ne": {
609
+ "type": [
610
+ "string",
611
+ "number",
612
+ "boolean",
613
+ "null"
614
+ ]
615
+ },
616
+ "$gt": {
617
+ "type": [
618
+ "string",
619
+ "number",
620
+ "boolean",
621
+ "null"
622
+ ]
623
+ },
624
+ "$lt": {
625
+ "type": [
626
+ "string",
627
+ "number",
628
+ "boolean",
629
+ "null"
630
+ ]
631
+ },
632
+ "$gte": {
633
+ "type": [
634
+ "string",
635
+ "number",
636
+ "boolean",
637
+ "null"
638
+ ]
639
+ },
640
+ "$lte": {
641
+ "type": [
642
+ "string",
643
+ "number",
644
+ "boolean",
645
+ "null"
646
+ ]
647
+ },
648
+ "$startsWith": {
649
+ "type": "string",
650
+ "minLength": 1
651
+ },
652
+ "$endsWith": {
653
+ "type": "string",
654
+ "minLength": 1
655
+ },
656
+ "$contains": {
657
+ "type": "string",
658
+ "minLength": 1
659
+ },
660
+ "$ci": {
661
+ "type": "boolean"
662
+ },
663
+ "$in": {
664
+ "type": "array",
665
+ "maxItems": 100,
666
+ "items": {
667
+ "type": [
668
+ "string",
669
+ "number",
670
+ "boolean"
671
+ ]
672
+ }
673
+ },
674
+ "$nin": {
675
+ "type": "array",
676
+ "maxItems": 100,
677
+ "items": {
678
+ "type": [
679
+ "string",
680
+ "number",
681
+ "boolean"
682
+ ]
683
+ }
684
+ }
685
+ },
686
+ "additionalProperties": false
687
+ }
688
+ ]
689
+ },
690
+ "gatewayId": {
691
+ "oneOf": [
692
+ {
693
+ "oneOf": [
694
+ {
695
+ "type": "string",
696
+ "pattern": "^[A-Fa-f\\d]{24}$"
697
+ },
698
+ {
699
+ "type": "null"
700
+ }
701
+ ]
702
+ },
703
+ {
704
+ "type": "object",
705
+ "properties": {
706
+ "$eq": {
707
+ "oneOf": [
708
+ {
709
+ "type": "string",
710
+ "pattern": "^[A-Fa-f\\d]{24}$"
711
+ },
712
+ {
713
+ "type": "null"
714
+ }
715
+ ]
716
+ },
717
+ "$ne": {
718
+ "oneOf": [
719
+ {
720
+ "type": "string",
721
+ "pattern": "^[A-Fa-f\\d]{24}$"
722
+ },
723
+ {
724
+ "type": "null"
725
+ }
726
+ ]
727
+ },
728
+ "$gt": {
729
+ "oneOf": [
730
+ {
731
+ "type": "string",
732
+ "pattern": "^[A-Fa-f\\d]{24}$"
733
+ },
734
+ {
735
+ "type": "null"
736
+ }
737
+ ]
738
+ },
739
+ "$lt": {
740
+ "oneOf": [
741
+ {
742
+ "type": "string",
743
+ "pattern": "^[A-Fa-f\\d]{24}$"
744
+ },
745
+ {
746
+ "type": "null"
747
+ }
748
+ ]
749
+ },
750
+ "$gte": {
751
+ "oneOf": [
752
+ {
753
+ "type": "string",
754
+ "pattern": "^[A-Fa-f\\d]{24}$"
755
+ },
756
+ {
757
+ "type": "null"
758
+ }
759
+ ]
760
+ },
761
+ "$lte": {
762
+ "oneOf": [
763
+ {
764
+ "type": "string",
765
+ "pattern": "^[A-Fa-f\\d]{24}$"
766
+ },
767
+ {
768
+ "type": "null"
769
+ }
770
+ ]
771
+ },
772
+ "$in": {
773
+ "type": "array",
774
+ "maxItems": 100,
775
+ "items": {
776
+ "type": "string",
777
+ "pattern": "^[A-Fa-f\\d]{24}$"
778
+ }
779
+ },
780
+ "$nin": {
781
+ "type": "array",
782
+ "maxItems": 100,
783
+ "items": {
784
+ "type": "string",
785
+ "pattern": "^[A-Fa-f\\d]{24}$"
786
+ }
787
+ }
788
+ },
789
+ "additionalProperties": false,
790
+ "minProperties": 1,
791
+ "maxProperties": 1
792
+ }
793
+ ]
794
+ },
795
+ "parentId": {
796
+ "oneOf": [
797
+ {
798
+ "oneOf": [
799
+ {
800
+ "type": "string",
801
+ "pattern": "^[A-Fa-f\\d]{24}$"
802
+ },
803
+ {
804
+ "type": "null"
805
+ }
806
+ ]
807
+ },
808
+ {
809
+ "type": "object",
810
+ "properties": {
811
+ "$eq": {
812
+ "oneOf": [
813
+ {
814
+ "type": "string",
815
+ "pattern": "^[A-Fa-f\\d]{24}$"
816
+ },
817
+ {
818
+ "type": "null"
819
+ }
820
+ ]
821
+ },
822
+ "$ne": {
823
+ "oneOf": [
824
+ {
825
+ "type": "string",
826
+ "pattern": "^[A-Fa-f\\d]{24}$"
827
+ },
828
+ {
829
+ "type": "null"
830
+ }
831
+ ]
832
+ },
833
+ "$gt": {
834
+ "oneOf": [
835
+ {
836
+ "type": "string",
837
+ "pattern": "^[A-Fa-f\\d]{24}$"
838
+ },
839
+ {
840
+ "type": "null"
841
+ }
842
+ ]
843
+ },
844
+ "$lt": {
845
+ "oneOf": [
846
+ {
847
+ "type": "string",
848
+ "pattern": "^[A-Fa-f\\d]{24}$"
849
+ },
850
+ {
851
+ "type": "null"
852
+ }
853
+ ]
854
+ },
855
+ "$gte": {
856
+ "oneOf": [
857
+ {
858
+ "type": "string",
859
+ "pattern": "^[A-Fa-f\\d]{24}$"
860
+ },
861
+ {
862
+ "type": "null"
863
+ }
864
+ ]
865
+ },
866
+ "$lte": {
867
+ "oneOf": [
868
+ {
869
+ "type": "string",
870
+ "pattern": "^[A-Fa-f\\d]{24}$"
871
+ },
872
+ {
873
+ "type": "null"
874
+ }
875
+ ]
876
+ },
877
+ "$in": {
878
+ "type": "array",
879
+ "maxItems": 100,
880
+ "items": {
881
+ "type": "string",
882
+ "pattern": "^[A-Fa-f\\d]{24}$"
883
+ }
884
+ },
885
+ "$nin": {
886
+ "type": "array",
887
+ "maxItems": 100,
888
+ "items": {
889
+ "type": "string",
890
+ "pattern": "^[A-Fa-f\\d]{24}$"
891
+ }
892
+ }
893
+ },
894
+ "additionalProperties": false,
895
+ "minProperties": 1,
896
+ "maxProperties": 1
897
+ }
898
+ ]
899
+ },
900
+ "ancestorId": {
901
+ "oneOf": [
902
+ {
903
+ "oneOf": [
904
+ {
905
+ "type": "string",
906
+ "pattern": "^[A-Fa-f\\d]{24}$"
907
+ },
908
+ {
909
+ "type": "null"
910
+ }
911
+ ]
912
+ },
913
+ {
914
+ "type": "object",
915
+ "properties": {
916
+ "$eq": {
917
+ "oneOf": [
918
+ {
919
+ "type": "string",
920
+ "pattern": "^[A-Fa-f\\d]{24}$"
921
+ },
922
+ {
923
+ "type": "null"
924
+ }
925
+ ]
926
+ },
927
+ "$ne": {
928
+ "oneOf": [
929
+ {
930
+ "type": "string",
931
+ "pattern": "^[A-Fa-f\\d]{24}$"
932
+ },
933
+ {
934
+ "type": "null"
935
+ }
936
+ ]
937
+ },
938
+ "$gt": {
939
+ "oneOf": [
940
+ {
941
+ "type": "string",
942
+ "pattern": "^[A-Fa-f\\d]{24}$"
943
+ },
944
+ {
945
+ "type": "null"
946
+ }
947
+ ]
948
+ },
949
+ "$lt": {
950
+ "oneOf": [
951
+ {
952
+ "type": "string",
953
+ "pattern": "^[A-Fa-f\\d]{24}$"
954
+ },
955
+ {
956
+ "type": "null"
957
+ }
958
+ ]
959
+ },
960
+ "$gte": {
961
+ "oneOf": [
962
+ {
963
+ "type": "string",
964
+ "pattern": "^[A-Fa-f\\d]{24}$"
965
+ },
966
+ {
967
+ "type": "null"
968
+ }
969
+ ]
970
+ },
971
+ "$lte": {
972
+ "oneOf": [
973
+ {
974
+ "type": "string",
975
+ "pattern": "^[A-Fa-f\\d]{24}$"
976
+ },
977
+ {
978
+ "type": "null"
979
+ }
980
+ ]
981
+ },
982
+ "$in": {
983
+ "type": "array",
984
+ "maxItems": 100,
985
+ "items": {
986
+ "type": "string",
987
+ "pattern": "^[A-Fa-f\\d]{24}$"
988
+ }
989
+ },
990
+ "$nin": {
991
+ "type": "array",
992
+ "maxItems": 100,
993
+ "items": {
994
+ "type": "string",
995
+ "pattern": "^[A-Fa-f\\d]{24}$"
996
+ }
997
+ }
998
+ },
999
+ "additionalProperties": false,
1000
+ "minProperties": 1,
1001
+ "maxProperties": 1
1002
+ }
1003
+ ]
1004
+ },
1005
+ "attributeName": {
1006
+ "oneOf": [
1007
+ {
1008
+ "type": [
1009
+ "string",
1010
+ "number",
1011
+ "boolean",
1012
+ "null"
1013
+ ]
1014
+ },
1015
+ {
1016
+ "type": "object",
1017
+ "properties": {
1018
+ "$eq": {
1019
+ "type": [
1020
+ "string",
1021
+ "number",
1022
+ "boolean",
1023
+ "null"
1024
+ ]
1025
+ },
1026
+ "$ne": {
1027
+ "type": [
1028
+ "string",
1029
+ "number",
1030
+ "boolean",
1031
+ "null"
1032
+ ]
1033
+ },
1034
+ "$gt": {
1035
+ "type": [
1036
+ "string",
1037
+ "number",
1038
+ "boolean",
1039
+ "null"
1040
+ ]
1041
+ },
1042
+ "$lt": {
1043
+ "type": [
1044
+ "string",
1045
+ "number",
1046
+ "boolean",
1047
+ "null"
1048
+ ]
1049
+ },
1050
+ "$gte": {
1051
+ "type": [
1052
+ "string",
1053
+ "number",
1054
+ "boolean",
1055
+ "null"
1056
+ ]
1057
+ },
1058
+ "$lte": {
1059
+ "type": [
1060
+ "string",
1061
+ "number",
1062
+ "boolean",
1063
+ "null"
1064
+ ]
1065
+ },
1066
+ "$startsWith": {
1067
+ "type": "string",
1068
+ "minLength": 1
1069
+ },
1070
+ "$endsWith": {
1071
+ "type": "string",
1072
+ "minLength": 1
1073
+ },
1074
+ "$contains": {
1075
+ "type": "string",
1076
+ "minLength": 1
1077
+ },
1078
+ "$ci": {
1079
+ "type": "boolean"
1080
+ },
1081
+ "$in": {
1082
+ "type": "array",
1083
+ "maxItems": 100,
1084
+ "items": {
1085
+ "type": [
1086
+ "string",
1087
+ "number",
1088
+ "boolean"
1089
+ ]
1090
+ }
1091
+ },
1092
+ "$nin": {
1093
+ "type": "array",
1094
+ "maxItems": 100,
1095
+ "items": {
1096
+ "type": [
1097
+ "string",
1098
+ "number",
1099
+ "boolean"
1100
+ ]
1101
+ }
1102
+ }
1103
+ },
1104
+ "additionalProperties": false
1105
+ }
1106
+ ]
1107
+ },
1108
+ "experienceUserId": {
1109
+ "oneOf": [
1110
+ {
1111
+ "oneOf": [
1112
+ {
1113
+ "type": "string",
1114
+ "pattern": "^[A-Fa-f\\d]{24}$"
1115
+ },
1116
+ {
1117
+ "type": "null"
1118
+ }
1119
+ ]
1120
+ },
1121
+ {
1122
+ "type": "object",
1123
+ "properties": {
1124
+ "$eq": {
1125
+ "oneOf": [
1126
+ {
1127
+ "type": "string",
1128
+ "pattern": "^[A-Fa-f\\d]{24}$"
1129
+ },
1130
+ {
1131
+ "type": "null"
1132
+ }
1133
+ ]
1134
+ },
1135
+ "$ne": {
1136
+ "oneOf": [
1137
+ {
1138
+ "type": "string",
1139
+ "pattern": "^[A-Fa-f\\d]{24}$"
1140
+ },
1141
+ {
1142
+ "type": "null"
1143
+ }
1144
+ ]
1145
+ },
1146
+ "$gt": {
1147
+ "oneOf": [
1148
+ {
1149
+ "type": "string",
1150
+ "pattern": "^[A-Fa-f\\d]{24}$"
1151
+ },
1152
+ {
1153
+ "type": "null"
1154
+ }
1155
+ ]
1156
+ },
1157
+ "$lt": {
1158
+ "oneOf": [
1159
+ {
1160
+ "type": "string",
1161
+ "pattern": "^[A-Fa-f\\d]{24}$"
1162
+ },
1163
+ {
1164
+ "type": "null"
1165
+ }
1166
+ ]
1167
+ },
1168
+ "$gte": {
1169
+ "oneOf": [
1170
+ {
1171
+ "type": "string",
1172
+ "pattern": "^[A-Fa-f\\d]{24}$"
1173
+ },
1174
+ {
1175
+ "type": "null"
1176
+ }
1177
+ ]
1178
+ },
1179
+ "$lte": {
1180
+ "oneOf": [
1181
+ {
1182
+ "type": "string",
1183
+ "pattern": "^[A-Fa-f\\d]{24}$"
1184
+ },
1185
+ {
1186
+ "type": "null"
1187
+ }
1188
+ ]
1189
+ },
1190
+ "$in": {
1191
+ "type": "array",
1192
+ "maxItems": 100,
1193
+ "items": {
1194
+ "type": "string",
1195
+ "pattern": "^[A-Fa-f\\d]{24}$"
1196
+ }
1197
+ },
1198
+ "$nin": {
1199
+ "type": "array",
1200
+ "maxItems": 100,
1201
+ "items": {
1202
+ "type": "string",
1203
+ "pattern": "^[A-Fa-f\\d]{24}$"
1204
+ }
1205
+ }
1206
+ },
1207
+ "additionalProperties": false,
1208
+ "minProperties": 1,
1209
+ "maxProperties": 1
1210
+ }
1211
+ ]
1212
+ },
1213
+ "experienceGroupId": {
1214
+ "oneOf": [
1215
+ {
1216
+ "oneOf": [
1217
+ {
1218
+ "type": "string",
1219
+ "pattern": "^[A-Fa-f\\d]{24}$"
1220
+ },
1221
+ {
1222
+ "type": "null"
1223
+ }
1224
+ ]
1225
+ },
1226
+ {
1227
+ "type": "object",
1228
+ "properties": {
1229
+ "$eq": {
1230
+ "oneOf": [
1231
+ {
1232
+ "type": "string",
1233
+ "pattern": "^[A-Fa-f\\d]{24}$"
1234
+ },
1235
+ {
1236
+ "type": "null"
1237
+ }
1238
+ ]
1239
+ },
1240
+ "$ne": {
1241
+ "oneOf": [
1242
+ {
1243
+ "type": "string",
1244
+ "pattern": "^[A-Fa-f\\d]{24}$"
1245
+ },
1246
+ {
1247
+ "type": "null"
1248
+ }
1249
+ ]
1250
+ },
1251
+ "$gt": {
1252
+ "oneOf": [
1253
+ {
1254
+ "type": "string",
1255
+ "pattern": "^[A-Fa-f\\d]{24}$"
1256
+ },
1257
+ {
1258
+ "type": "null"
1259
+ }
1260
+ ]
1261
+ },
1262
+ "$lt": {
1263
+ "oneOf": [
1264
+ {
1265
+ "type": "string",
1266
+ "pattern": "^[A-Fa-f\\d]{24}$"
1267
+ },
1268
+ {
1269
+ "type": "null"
1270
+ }
1271
+ ]
1272
+ },
1273
+ "$gte": {
1274
+ "oneOf": [
1275
+ {
1276
+ "type": "string",
1277
+ "pattern": "^[A-Fa-f\\d]{24}$"
1278
+ },
1279
+ {
1280
+ "type": "null"
1281
+ }
1282
+ ]
1283
+ },
1284
+ "$lte": {
1285
+ "oneOf": [
1286
+ {
1287
+ "type": "string",
1288
+ "pattern": "^[A-Fa-f\\d]{24}$"
1289
+ },
1290
+ {
1291
+ "type": "null"
1292
+ }
1293
+ ]
1294
+ },
1295
+ "$in": {
1296
+ "type": "array",
1297
+ "maxItems": 100,
1298
+ "items": {
1299
+ "type": "string",
1300
+ "pattern": "^[A-Fa-f\\d]{24}$"
1301
+ }
1302
+ },
1303
+ "$nin": {
1304
+ "type": "array",
1305
+ "maxItems": 100,
1306
+ "items": {
1307
+ "type": "string",
1308
+ "pattern": "^[A-Fa-f\\d]{24}$"
1309
+ }
1310
+ }
1311
+ },
1312
+ "additionalProperties": false,
1313
+ "minProperties": 1,
1314
+ "maxProperties": 1
1315
+ }
1316
+ ]
1317
+ },
1318
+ "tags": {
1319
+ "oneOf": [
1320
+ {
1321
+ "oneOf": [
1322
+ {
1323
+ "type": "null"
1324
+ },
1325
+ {
1326
+ "type": "object",
1327
+ "properties": {
1328
+ "$tagKey": {
1329
+ "oneOf": [
1330
+ {
1331
+ "type": "string",
1332
+ "maxLength": 255
1333
+ },
1334
+ {
1335
+ "type": "null"
1336
+ },
1337
+ {
1338
+ "type": "object",
1339
+ "properties": {
1340
+ "$in": {
1341
+ "type": "array",
1342
+ "maxItems": 100,
1343
+ "items": {
1344
+ "type": "string",
1345
+ "maxLength": 255
1346
+ }
1347
+ }
1348
+ },
1349
+ "required": [
1350
+ "$in"
1351
+ ],
1352
+ "additionalProperties": false
1353
+ },
1354
+ {
1355
+ "type": "object",
1356
+ "properties": {
1357
+ "$nin": {
1358
+ "type": "array",
1359
+ "maxItems": 100,
1360
+ "items": {
1361
+ "type": "string",
1362
+ "maxLength": 255
1363
+ }
1364
+ }
1365
+ },
1366
+ "required": [
1367
+ "$nin"
1368
+ ],
1369
+ "additionalProperties": false
1370
+ }
1371
+ ]
1372
+ },
1373
+ "$tagValue": {
1374
+ "oneOf": [
1375
+ {
1376
+ "type": "string",
1377
+ "maxLength": 255
1378
+ },
1379
+ {
1380
+ "type": "null"
1381
+ },
1382
+ {
1383
+ "type": "object",
1384
+ "properties": {
1385
+ "$in": {
1386
+ "type": "array",
1387
+ "maxItems": 100,
1388
+ "items": {
1389
+ "type": "string",
1390
+ "maxLength": 255
1391
+ }
1392
+ }
1393
+ },
1394
+ "required": [
1395
+ "$in"
1396
+ ],
1397
+ "additionalProperties": false
1398
+ },
1399
+ {
1400
+ "type": "object",
1401
+ "properties": {
1402
+ "$nin": {
1403
+ "type": "array",
1404
+ "maxItems": 100,
1405
+ "items": {
1406
+ "type": "string",
1407
+ "maxLength": 255
1408
+ }
1409
+ }
1410
+ },
1411
+ "required": [
1412
+ "$nin"
1413
+ ],
1414
+ "additionalProperties": false
1415
+ }
1416
+ ]
1417
+ }
1418
+ },
1419
+ "additionalProperties": false,
1420
+ "minProperties": 1
1421
+ },
1422
+ {
1423
+ "type": "object",
1424
+ "patternProperties": {
1425
+ "^[0-9a-zA-Z_-]{1,255}": {
1426
+ "oneOf": [
1427
+ {
1428
+ "type": "string",
1429
+ "maxLength": 255
1430
+ },
1431
+ {
1432
+ "type": "null"
1433
+ },
1434
+ {
1435
+ "type": "object",
1436
+ "properties": {
1437
+ "$in": {
1438
+ "type": "array",
1439
+ "maxItems": 100,
1440
+ "items": {
1441
+ "type": "string",
1442
+ "maxLength": 255
1443
+ }
1444
+ }
1445
+ },
1446
+ "required": [
1447
+ "$in"
1448
+ ],
1449
+ "additionalProperties": false
1450
+ },
1451
+ {
1452
+ "type": "object",
1453
+ "properties": {
1454
+ "$nin": {
1455
+ "type": "array",
1456
+ "maxItems": 100,
1457
+ "items": {
1458
+ "type": "string",
1459
+ "maxLength": 255
1460
+ }
1461
+ }
1462
+ },
1463
+ "required": [
1464
+ "$nin"
1465
+ ],
1466
+ "additionalProperties": false
1467
+ }
1468
+ ]
1469
+ }
1470
+ },
1471
+ "additionalProperties": false
1472
+ }
1473
+ ]
1474
+ },
1475
+ {
1476
+ "type": "object",
1477
+ "properties": {
1478
+ "$eq": {
1479
+ "oneOf": [
1480
+ {
1481
+ "type": "null"
1482
+ },
1483
+ {
1484
+ "type": "object",
1485
+ "properties": {
1486
+ "$tagKey": {
1487
+ "oneOf": [
1488
+ {
1489
+ "type": "string",
1490
+ "maxLength": 255
1491
+ },
1492
+ {
1493
+ "type": "null"
1494
+ },
1495
+ {
1496
+ "type": "object",
1497
+ "properties": {
1498
+ "$in": {
1499
+ "type": "array",
1500
+ "maxItems": 100,
1501
+ "items": {
1502
+ "type": "string",
1503
+ "maxLength": 255
1504
+ }
1505
+ }
1506
+ },
1507
+ "required": [
1508
+ "$in"
1509
+ ],
1510
+ "additionalProperties": false
1511
+ },
1512
+ {
1513
+ "type": "object",
1514
+ "properties": {
1515
+ "$nin": {
1516
+ "type": "array",
1517
+ "maxItems": 100,
1518
+ "items": {
1519
+ "type": "string",
1520
+ "maxLength": 255
1521
+ }
1522
+ }
1523
+ },
1524
+ "required": [
1525
+ "$nin"
1526
+ ],
1527
+ "additionalProperties": false
1528
+ }
1529
+ ]
1530
+ },
1531
+ "$tagValue": {
1532
+ "oneOf": [
1533
+ {
1534
+ "type": "string",
1535
+ "maxLength": 255
1536
+ },
1537
+ {
1538
+ "type": "null"
1539
+ },
1540
+ {
1541
+ "type": "object",
1542
+ "properties": {
1543
+ "$in": {
1544
+ "type": "array",
1545
+ "maxItems": 100,
1546
+ "items": {
1547
+ "type": "string",
1548
+ "maxLength": 255
1549
+ }
1550
+ }
1551
+ },
1552
+ "required": [
1553
+ "$in"
1554
+ ],
1555
+ "additionalProperties": false
1556
+ },
1557
+ {
1558
+ "type": "object",
1559
+ "properties": {
1560
+ "$nin": {
1561
+ "type": "array",
1562
+ "maxItems": 100,
1563
+ "items": {
1564
+ "type": "string",
1565
+ "maxLength": 255
1566
+ }
1567
+ }
1568
+ },
1569
+ "required": [
1570
+ "$nin"
1571
+ ],
1572
+ "additionalProperties": false
1573
+ }
1574
+ ]
1575
+ }
1576
+ },
1577
+ "additionalProperties": false,
1578
+ "minProperties": 1
1579
+ },
1580
+ {
1581
+ "type": "object",
1582
+ "patternProperties": {
1583
+ "^[0-9a-zA-Z_-]{1,255}": {
1584
+ "oneOf": [
1585
+ {
1586
+ "type": "string",
1587
+ "maxLength": 255
1588
+ },
1589
+ {
1590
+ "type": "null"
1591
+ },
1592
+ {
1593
+ "type": "object",
1594
+ "properties": {
1595
+ "$in": {
1596
+ "type": "array",
1597
+ "maxItems": 100,
1598
+ "items": {
1599
+ "type": "string",
1600
+ "maxLength": 255
1601
+ }
1602
+ }
1603
+ },
1604
+ "required": [
1605
+ "$in"
1606
+ ],
1607
+ "additionalProperties": false
1608
+ },
1609
+ {
1610
+ "type": "object",
1611
+ "properties": {
1612
+ "$nin": {
1613
+ "type": "array",
1614
+ "maxItems": 100,
1615
+ "items": {
1616
+ "type": "string",
1617
+ "maxLength": 255
1618
+ }
1619
+ }
1620
+ },
1621
+ "required": [
1622
+ "$nin"
1623
+ ],
1624
+ "additionalProperties": false
1625
+ }
1626
+ ]
1627
+ }
1628
+ },
1629
+ "additionalProperties": false
1630
+ }
1631
+ ]
1632
+ }
1633
+ },
1634
+ "required": [
1635
+ "$eq"
1636
+ ],
1637
+ "additionalProperties": false
1638
+ },
1639
+ {
1640
+ "type": "object",
1641
+ "properties": {
1642
+ "$ne": {
1643
+ "oneOf": [
1644
+ {
1645
+ "type": "null"
1646
+ },
1647
+ {
1648
+ "type": "object",
1649
+ "properties": {
1650
+ "$tagKey": {
1651
+ "oneOf": [
1652
+ {
1653
+ "type": "string",
1654
+ "maxLength": 255
1655
+ },
1656
+ {
1657
+ "type": "null"
1658
+ },
1659
+ {
1660
+ "type": "object",
1661
+ "properties": {
1662
+ "$in": {
1663
+ "type": "array",
1664
+ "maxItems": 100,
1665
+ "items": {
1666
+ "type": "string",
1667
+ "maxLength": 255
1668
+ }
1669
+ }
1670
+ },
1671
+ "required": [
1672
+ "$in"
1673
+ ],
1674
+ "additionalProperties": false
1675
+ },
1676
+ {
1677
+ "type": "object",
1678
+ "properties": {
1679
+ "$nin": {
1680
+ "type": "array",
1681
+ "maxItems": 100,
1682
+ "items": {
1683
+ "type": "string",
1684
+ "maxLength": 255
1685
+ }
1686
+ }
1687
+ },
1688
+ "required": [
1689
+ "$nin"
1690
+ ],
1691
+ "additionalProperties": false
1692
+ }
1693
+ ]
1694
+ },
1695
+ "$tagValue": {
1696
+ "oneOf": [
1697
+ {
1698
+ "type": "string",
1699
+ "maxLength": 255
1700
+ },
1701
+ {
1702
+ "type": "null"
1703
+ },
1704
+ {
1705
+ "type": "object",
1706
+ "properties": {
1707
+ "$in": {
1708
+ "type": "array",
1709
+ "maxItems": 100,
1710
+ "items": {
1711
+ "type": "string",
1712
+ "maxLength": 255
1713
+ }
1714
+ }
1715
+ },
1716
+ "required": [
1717
+ "$in"
1718
+ ],
1719
+ "additionalProperties": false
1720
+ },
1721
+ {
1722
+ "type": "object",
1723
+ "properties": {
1724
+ "$nin": {
1725
+ "type": "array",
1726
+ "maxItems": 100,
1727
+ "items": {
1728
+ "type": "string",
1729
+ "maxLength": 255
1730
+ }
1731
+ }
1732
+ },
1733
+ "required": [
1734
+ "$nin"
1735
+ ],
1736
+ "additionalProperties": false
1737
+ }
1738
+ ]
1739
+ }
1740
+ },
1741
+ "additionalProperties": false,
1742
+ "minProperties": 1
1743
+ },
1744
+ {
1745
+ "type": "object",
1746
+ "patternProperties": {
1747
+ "^[0-9a-zA-Z_-]{1,255}": {
1748
+ "oneOf": [
1749
+ {
1750
+ "type": "string",
1751
+ "maxLength": 255
1752
+ },
1753
+ {
1754
+ "type": "null"
1755
+ },
1756
+ {
1757
+ "type": "object",
1758
+ "properties": {
1759
+ "$in": {
1760
+ "type": "array",
1761
+ "maxItems": 100,
1762
+ "items": {
1763
+ "type": "string",
1764
+ "maxLength": 255
1765
+ }
1766
+ }
1767
+ },
1768
+ "required": [
1769
+ "$in"
1770
+ ],
1771
+ "additionalProperties": false
1772
+ },
1773
+ {
1774
+ "type": "object",
1775
+ "properties": {
1776
+ "$nin": {
1777
+ "type": "array",
1778
+ "maxItems": 100,
1779
+ "items": {
1780
+ "type": "string",
1781
+ "maxLength": 255
1782
+ }
1783
+ }
1784
+ },
1785
+ "required": [
1786
+ "$nin"
1787
+ ],
1788
+ "additionalProperties": false
1789
+ }
1790
+ ]
1791
+ }
1792
+ },
1793
+ "additionalProperties": false
1794
+ }
1795
+ ]
1796
+ }
1797
+ },
1798
+ "required": [
1799
+ "$ne"
1800
+ ],
1801
+ "additionalProperties": false
1802
+ }
1803
+ ]
1804
+ },
1805
+ "disconnectedAt": {
1806
+ "oneOf": [
1807
+ {
1808
+ "type": [
1809
+ "string",
1810
+ "number",
1811
+ "boolean",
1812
+ "null"
1813
+ ]
1814
+ },
1815
+ {
1816
+ "type": "object",
1817
+ "properties": {
1818
+ "$eq": {
1819
+ "type": [
1820
+ "string",
1821
+ "number",
1822
+ "boolean",
1823
+ "null"
1824
+ ]
1825
+ },
1826
+ "$ne": {
1827
+ "type": [
1828
+ "string",
1829
+ "number",
1830
+ "boolean",
1831
+ "null"
1832
+ ]
1833
+ },
1834
+ "$gt": {
1835
+ "type": [
1836
+ "string",
1837
+ "number",
1838
+ "boolean",
1839
+ "null"
1840
+ ]
1841
+ },
1842
+ "$lt": {
1843
+ "type": [
1844
+ "string",
1845
+ "number",
1846
+ "boolean",
1847
+ "null"
1848
+ ]
1849
+ },
1850
+ "$gte": {
1851
+ "type": [
1852
+ "string",
1853
+ "number",
1854
+ "boolean",
1855
+ "null"
1856
+ ]
1857
+ },
1858
+ "$lte": {
1859
+ "type": [
1860
+ "string",
1861
+ "number",
1862
+ "boolean",
1863
+ "null"
1864
+ ]
1865
+ },
1866
+ "$startsWith": {
1867
+ "type": "string",
1868
+ "minLength": 1
1869
+ },
1870
+ "$endsWith": {
1871
+ "type": "string",
1872
+ "minLength": 1
1873
+ },
1874
+ "$contains": {
1875
+ "type": "string",
1876
+ "minLength": 1
1877
+ },
1878
+ "$ci": {
1879
+ "type": "boolean"
1880
+ },
1881
+ "$in": {
1882
+ "type": "array",
1883
+ "maxItems": 100,
1884
+ "items": {
1885
+ "type": [
1886
+ "string",
1887
+ "number",
1888
+ "boolean"
1889
+ ]
1890
+ }
1891
+ },
1892
+ "$nin": {
1893
+ "type": "array",
1894
+ "maxItems": 100,
1895
+ "items": {
1896
+ "type": [
1897
+ "string",
1898
+ "number",
1899
+ "boolean"
1900
+ ]
1901
+ }
1902
+ }
1903
+ },
1904
+ "additionalProperties": false
1905
+ }
1906
+ ]
1907
+ },
1908
+ "connectedAt": {
1909
+ "oneOf": [
1910
+ {
1911
+ "type": [
1912
+ "string",
1913
+ "number",
1914
+ "boolean",
1915
+ "null"
1916
+ ]
1917
+ },
1918
+ {
1919
+ "type": "object",
1920
+ "properties": {
1921
+ "$eq": {
1922
+ "type": [
1923
+ "string",
1924
+ "number",
1925
+ "boolean",
1926
+ "null"
1927
+ ]
1928
+ },
1929
+ "$ne": {
1930
+ "type": [
1931
+ "string",
1932
+ "number",
1933
+ "boolean",
1934
+ "null"
1935
+ ]
1936
+ },
1937
+ "$gt": {
1938
+ "type": [
1939
+ "string",
1940
+ "number",
1941
+ "boolean",
1942
+ "null"
1943
+ ]
1944
+ },
1945
+ "$lt": {
1946
+ "type": [
1947
+ "string",
1948
+ "number",
1949
+ "boolean",
1950
+ "null"
1951
+ ]
1952
+ },
1953
+ "$gte": {
1954
+ "type": [
1955
+ "string",
1956
+ "number",
1957
+ "boolean",
1958
+ "null"
1959
+ ]
1960
+ },
1961
+ "$lte": {
1962
+ "type": [
1963
+ "string",
1964
+ "number",
1965
+ "boolean",
1966
+ "null"
1967
+ ]
1968
+ },
1969
+ "$startsWith": {
1970
+ "type": "string",
1971
+ "minLength": 1
1972
+ },
1973
+ "$endsWith": {
1974
+ "type": "string",
1975
+ "minLength": 1
1976
+ },
1977
+ "$contains": {
1978
+ "type": "string",
1979
+ "minLength": 1
1980
+ },
1981
+ "$ci": {
1982
+ "type": "boolean"
1983
+ },
1984
+ "$in": {
1985
+ "type": "array",
1986
+ "maxItems": 100,
1987
+ "items": {
1988
+ "type": [
1989
+ "string",
1990
+ "number",
1991
+ "boolean"
1992
+ ]
1993
+ }
1994
+ },
1995
+ "$nin": {
1996
+ "type": "array",
1997
+ "maxItems": 100,
1998
+ "items": {
1999
+ "type": [
2000
+ "string",
2001
+ "number",
2002
+ "boolean"
2003
+ ]
2004
+ }
2005
+ }
2006
+ },
2007
+ "additionalProperties": false
2008
+ }
2009
+ ]
2010
+ },
2011
+ "connectionStatus": {
2012
+ "oneOf": [
2013
+ {
2014
+ "type": [
2015
+ "string",
2016
+ "number",
2017
+ "boolean",
2018
+ "null"
2019
+ ]
2020
+ },
2021
+ {
2022
+ "type": "object",
2023
+ "properties": {
2024
+ "$eq": {
2025
+ "type": [
2026
+ "string",
2027
+ "number",
2028
+ "boolean",
2029
+ "null"
2030
+ ]
2031
+ },
2032
+ "$ne": {
2033
+ "type": [
2034
+ "string",
2035
+ "number",
2036
+ "boolean",
2037
+ "null"
2038
+ ]
2039
+ },
2040
+ "$gt": {
2041
+ "type": [
2042
+ "string",
2043
+ "number",
2044
+ "boolean",
2045
+ "null"
2046
+ ]
2047
+ },
2048
+ "$lt": {
2049
+ "type": [
2050
+ "string",
2051
+ "number",
2052
+ "boolean",
2053
+ "null"
2054
+ ]
2055
+ },
2056
+ "$gte": {
2057
+ "type": [
2058
+ "string",
2059
+ "number",
2060
+ "boolean",
2061
+ "null"
2062
+ ]
2063
+ },
2064
+ "$lte": {
2065
+ "type": [
2066
+ "string",
2067
+ "number",
2068
+ "boolean",
2069
+ "null"
2070
+ ]
2071
+ },
2072
+ "$startsWith": {
2073
+ "type": "string",
2074
+ "minLength": 1
2075
+ },
2076
+ "$endsWith": {
2077
+ "type": "string",
2078
+ "minLength": 1
2079
+ },
2080
+ "$contains": {
2081
+ "type": "string",
2082
+ "minLength": 1
2083
+ },
2084
+ "$ci": {
2085
+ "type": "boolean"
2086
+ },
2087
+ "$in": {
2088
+ "type": "array",
2089
+ "maxItems": 100,
2090
+ "items": {
2091
+ "type": [
2092
+ "string",
2093
+ "number",
2094
+ "boolean"
2095
+ ]
2096
+ }
2097
+ },
2098
+ "$nin": {
2099
+ "type": "array",
2100
+ "maxItems": 100,
2101
+ "items": {
2102
+ "type": [
2103
+ "string",
2104
+ "number",
2105
+ "boolean"
2106
+ ]
2107
+ }
2108
+ }
2109
+ },
2110
+ "additionalProperties": false
2111
+ }
2112
+ ]
2113
+ }
2114
+ },
2115
+ "additionalProperties": false
2116
+ },
44
2117
  "releaseTag": {
45
2118
  "type": [
46
2119
  "string",