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