losant_rest 1.16.2 → 1.16.3

Sign up to get free protection for your applications and to get access to all the features.
data/docs/_schemas.md CHANGED
@@ -336,6 +336,50 @@ Schema for advanced application key queries
336
336
  }
337
337
  ]
338
338
  },
339
+ "$gt": {
340
+ "oneOf": [
341
+ {
342
+ "type": "string",
343
+ "pattern": "^[A-Fa-f\\d]{24}$"
344
+ },
345
+ {
346
+ "type": "null"
347
+ }
348
+ ]
349
+ },
350
+ "$lt": {
351
+ "oneOf": [
352
+ {
353
+ "type": "string",
354
+ "pattern": "^[A-Fa-f\\d]{24}$"
355
+ },
356
+ {
357
+ "type": "null"
358
+ }
359
+ ]
360
+ },
361
+ "$gte": {
362
+ "oneOf": [
363
+ {
364
+ "type": "string",
365
+ "pattern": "^[A-Fa-f\\d]{24}$"
366
+ },
367
+ {
368
+ "type": "null"
369
+ }
370
+ ]
371
+ },
372
+ "$lte": {
373
+ "oneOf": [
374
+ {
375
+ "type": "string",
376
+ "pattern": "^[A-Fa-f\\d]{24}$"
377
+ },
378
+ {
379
+ "type": "null"
380
+ }
381
+ ]
382
+ },
339
383
  "$in": {
340
384
  "type": "array",
341
385
  "maxItems": 100,
@@ -706,6 +750,50 @@ Schema for advanced application key queries
706
750
  }
707
751
  ]
708
752
  },
753
+ "$gt": {
754
+ "oneOf": [
755
+ {
756
+ "type": "string",
757
+ "pattern": "^[A-Fa-f\\d]{24}$"
758
+ },
759
+ {
760
+ "type": "null"
761
+ }
762
+ ]
763
+ },
764
+ "$lt": {
765
+ "oneOf": [
766
+ {
767
+ "type": "string",
768
+ "pattern": "^[A-Fa-f\\d]{24}$"
769
+ },
770
+ {
771
+ "type": "null"
772
+ }
773
+ ]
774
+ },
775
+ "$gte": {
776
+ "oneOf": [
777
+ {
778
+ "type": "string",
779
+ "pattern": "^[A-Fa-f\\d]{24}$"
780
+ },
781
+ {
782
+ "type": "null"
783
+ }
784
+ ]
785
+ },
786
+ "$lte": {
787
+ "oneOf": [
788
+ {
789
+ "type": "string",
790
+ "pattern": "^[A-Fa-f\\d]{24}$"
791
+ },
792
+ {
793
+ "type": "null"
794
+ }
795
+ ]
796
+ },
709
797
  "$in": {
710
798
  "type": "array",
711
799
  "maxItems": 100,
@@ -1448,6 +1536,50 @@ Schema for advanced device queries
1448
1536
  }
1449
1537
  ]
1450
1538
  },
1539
+ "$gt": {
1540
+ "oneOf": [
1541
+ {
1542
+ "type": "string",
1543
+ "pattern": "^[A-Fa-f\\d]{24}$"
1544
+ },
1545
+ {
1546
+ "type": "null"
1547
+ }
1548
+ ]
1549
+ },
1550
+ "$lt": {
1551
+ "oneOf": [
1552
+ {
1553
+ "type": "string",
1554
+ "pattern": "^[A-Fa-f\\d]{24}$"
1555
+ },
1556
+ {
1557
+ "type": "null"
1558
+ }
1559
+ ]
1560
+ },
1561
+ "$gte": {
1562
+ "oneOf": [
1563
+ {
1564
+ "type": "string",
1565
+ "pattern": "^[A-Fa-f\\d]{24}$"
1566
+ },
1567
+ {
1568
+ "type": "null"
1569
+ }
1570
+ ]
1571
+ },
1572
+ "$lte": {
1573
+ "oneOf": [
1574
+ {
1575
+ "type": "string",
1576
+ "pattern": "^[A-Fa-f\\d]{24}$"
1577
+ },
1578
+ {
1579
+ "type": "null"
1580
+ }
1581
+ ]
1582
+ },
1451
1583
  "$in": {
1452
1584
  "type": "array",
1453
1585
  "maxItems": 100,
@@ -1921,6 +2053,50 @@ Schema for advanced device queries
1921
2053
  }
1922
2054
  ]
1923
2055
  },
2056
+ "$gt": {
2057
+ "oneOf": [
2058
+ {
2059
+ "type": "string",
2060
+ "pattern": "^[A-Fa-f\\d]{24}$"
2061
+ },
2062
+ {
2063
+ "type": "null"
2064
+ }
2065
+ ]
2066
+ },
2067
+ "$lt": {
2068
+ "oneOf": [
2069
+ {
2070
+ "type": "string",
2071
+ "pattern": "^[A-Fa-f\\d]{24}$"
2072
+ },
2073
+ {
2074
+ "type": "null"
2075
+ }
2076
+ ]
2077
+ },
2078
+ "$gte": {
2079
+ "oneOf": [
2080
+ {
2081
+ "type": "string",
2082
+ "pattern": "^[A-Fa-f\\d]{24}$"
2083
+ },
2084
+ {
2085
+ "type": "null"
2086
+ }
2087
+ ]
2088
+ },
2089
+ "$lte": {
2090
+ "oneOf": [
2091
+ {
2092
+ "type": "string",
2093
+ "pattern": "^[A-Fa-f\\d]{24}$"
2094
+ },
2095
+ {
2096
+ "type": "null"
2097
+ }
2098
+ ]
2099
+ },
1924
2100
  "$in": {
1925
2101
  "type": "array",
1926
2102
  "maxItems": 100,
@@ -1982,6 +2158,50 @@ Schema for advanced device queries
1982
2158
  }
1983
2159
  ]
1984
2160
  },
2161
+ "$gt": {
2162
+ "oneOf": [
2163
+ {
2164
+ "type": "string",
2165
+ "pattern": "^[A-Fa-f\\d]{24}$"
2166
+ },
2167
+ {
2168
+ "type": "null"
2169
+ }
2170
+ ]
2171
+ },
2172
+ "$lt": {
2173
+ "oneOf": [
2174
+ {
2175
+ "type": "string",
2176
+ "pattern": "^[A-Fa-f\\d]{24}$"
2177
+ },
2178
+ {
2179
+ "type": "null"
2180
+ }
2181
+ ]
2182
+ },
2183
+ "$gte": {
2184
+ "oneOf": [
2185
+ {
2186
+ "type": "string",
2187
+ "pattern": "^[A-Fa-f\\d]{24}$"
2188
+ },
2189
+ {
2190
+ "type": "null"
2191
+ }
2192
+ ]
2193
+ },
2194
+ "$lte": {
2195
+ "oneOf": [
2196
+ {
2197
+ "type": "string",
2198
+ "pattern": "^[A-Fa-f\\d]{24}$"
2199
+ },
2200
+ {
2201
+ "type": "null"
2202
+ }
2203
+ ]
2204
+ },
1985
2205
  "$in": {
1986
2206
  "type": "array",
1987
2207
  "maxItems": 100,
@@ -2043,6 +2263,50 @@ Schema for advanced device queries
2043
2263
  }
2044
2264
  ]
2045
2265
  },
2266
+ "$gt": {
2267
+ "oneOf": [
2268
+ {
2269
+ "type": "string",
2270
+ "pattern": "^[A-Fa-f\\d]{24}$"
2271
+ },
2272
+ {
2273
+ "type": "null"
2274
+ }
2275
+ ]
2276
+ },
2277
+ "$lt": {
2278
+ "oneOf": [
2279
+ {
2280
+ "type": "string",
2281
+ "pattern": "^[A-Fa-f\\d]{24}$"
2282
+ },
2283
+ {
2284
+ "type": "null"
2285
+ }
2286
+ ]
2287
+ },
2288
+ "$gte": {
2289
+ "oneOf": [
2290
+ {
2291
+ "type": "string",
2292
+ "pattern": "^[A-Fa-f\\d]{24}$"
2293
+ },
2294
+ {
2295
+ "type": "null"
2296
+ }
2297
+ ]
2298
+ },
2299
+ "$lte": {
2300
+ "oneOf": [
2301
+ {
2302
+ "type": "string",
2303
+ "pattern": "^[A-Fa-f\\d]{24}$"
2304
+ },
2305
+ {
2306
+ "type": "null"
2307
+ }
2308
+ ]
2309
+ },
2046
2310
  "$in": {
2047
2311
  "type": "array",
2048
2312
  "maxItems": 100,
@@ -2207,6 +2471,50 @@ Schema for advanced device queries
2207
2471
  }
2208
2472
  ]
2209
2473
  },
2474
+ "$gt": {
2475
+ "oneOf": [
2476
+ {
2477
+ "type": "string",
2478
+ "pattern": "^[A-Fa-f\\d]{24}$"
2479
+ },
2480
+ {
2481
+ "type": "null"
2482
+ }
2483
+ ]
2484
+ },
2485
+ "$lt": {
2486
+ "oneOf": [
2487
+ {
2488
+ "type": "string",
2489
+ "pattern": "^[A-Fa-f\\d]{24}$"
2490
+ },
2491
+ {
2492
+ "type": "null"
2493
+ }
2494
+ ]
2495
+ },
2496
+ "$gte": {
2497
+ "oneOf": [
2498
+ {
2499
+ "type": "string",
2500
+ "pattern": "^[A-Fa-f\\d]{24}$"
2501
+ },
2502
+ {
2503
+ "type": "null"
2504
+ }
2505
+ ]
2506
+ },
2507
+ "$lte": {
2508
+ "oneOf": [
2509
+ {
2510
+ "type": "string",
2511
+ "pattern": "^[A-Fa-f\\d]{24}$"
2512
+ },
2513
+ {
2514
+ "type": "null"
2515
+ }
2516
+ ]
2517
+ },
2210
2518
  "$in": {
2211
2519
  "type": "array",
2212
2520
  "maxItems": 100,
@@ -2268,6 +2576,50 @@ Schema for advanced device queries
2268
2576
  }
2269
2577
  ]
2270
2578
  },
2579
+ "$gt": {
2580
+ "oneOf": [
2581
+ {
2582
+ "type": "string",
2583
+ "pattern": "^[A-Fa-f\\d]{24}$"
2584
+ },
2585
+ {
2586
+ "type": "null"
2587
+ }
2588
+ ]
2589
+ },
2590
+ "$lt": {
2591
+ "oneOf": [
2592
+ {
2593
+ "type": "string",
2594
+ "pattern": "^[A-Fa-f\\d]{24}$"
2595
+ },
2596
+ {
2597
+ "type": "null"
2598
+ }
2599
+ ]
2600
+ },
2601
+ "$gte": {
2602
+ "oneOf": [
2603
+ {
2604
+ "type": "string",
2605
+ "pattern": "^[A-Fa-f\\d]{24}$"
2606
+ },
2607
+ {
2608
+ "type": "null"
2609
+ }
2610
+ ]
2611
+ },
2612
+ "$lte": {
2613
+ "oneOf": [
2614
+ {
2615
+ "type": "string",
2616
+ "pattern": "^[A-Fa-f\\d]{24}$"
2617
+ },
2618
+ {
2619
+ "type": "null"
2620
+ }
2621
+ ]
2622
+ },
2271
2623
  "$in": {
2272
2624
  "type": "array",
2273
2625
  "maxItems": 100,
@@ -3729,6 +4081,50 @@ Schema for advanced event queries
3729
4081
  }
3730
4082
  ]
3731
4083
  },
4084
+ "$gt": {
4085
+ "oneOf": [
4086
+ {
4087
+ "type": "string",
4088
+ "pattern": "^[A-Fa-f\\d]{24}$"
4089
+ },
4090
+ {
4091
+ "type": "null"
4092
+ }
4093
+ ]
4094
+ },
4095
+ "$lt": {
4096
+ "oneOf": [
4097
+ {
4098
+ "type": "string",
4099
+ "pattern": "^[A-Fa-f\\d]{24}$"
4100
+ },
4101
+ {
4102
+ "type": "null"
4103
+ }
4104
+ ]
4105
+ },
4106
+ "$gte": {
4107
+ "oneOf": [
4108
+ {
4109
+ "type": "string",
4110
+ "pattern": "^[A-Fa-f\\d]{24}$"
4111
+ },
4112
+ {
4113
+ "type": "null"
4114
+ }
4115
+ ]
4116
+ },
4117
+ "$lte": {
4118
+ "oneOf": [
4119
+ {
4120
+ "type": "string",
4121
+ "pattern": "^[A-Fa-f\\d]{24}$"
4122
+ },
4123
+ {
4124
+ "type": "null"
4125
+ }
4126
+ ]
4127
+ },
3732
4128
  "$in": {
3733
4129
  "type": "array",
3734
4130
  "maxItems": 100,
@@ -3790,6 +4186,50 @@ Schema for advanced event queries
3790
4186
  }
3791
4187
  ]
3792
4188
  },
4189
+ "$gt": {
4190
+ "oneOf": [
4191
+ {
4192
+ "type": "string",
4193
+ "pattern": "^[A-Fa-f\\d]{24}$"
4194
+ },
4195
+ {
4196
+ "type": "null"
4197
+ }
4198
+ ]
4199
+ },
4200
+ "$lt": {
4201
+ "oneOf": [
4202
+ {
4203
+ "type": "string",
4204
+ "pattern": "^[A-Fa-f\\d]{24}$"
4205
+ },
4206
+ {
4207
+ "type": "null"
4208
+ }
4209
+ ]
4210
+ },
4211
+ "$gte": {
4212
+ "oneOf": [
4213
+ {
4214
+ "type": "string",
4215
+ "pattern": "^[A-Fa-f\\d]{24}$"
4216
+ },
4217
+ {
4218
+ "type": "null"
4219
+ }
4220
+ ]
4221
+ },
4222
+ "$lte": {
4223
+ "oneOf": [
4224
+ {
4225
+ "type": "string",
4226
+ "pattern": "^[A-Fa-f\\d]{24}$"
4227
+ },
4228
+ {
4229
+ "type": "null"
4230
+ }
4231
+ ]
4232
+ },
3793
4233
  "$in": {
3794
4234
  "type": "array",
3795
4235
  "maxItems": 100,
@@ -4118,6 +4558,50 @@ Schema for advanced workflow queries
4118
4558
  }
4119
4559
  ]
4120
4560
  },
4561
+ "$gt": {
4562
+ "oneOf": [
4563
+ {
4564
+ "type": "string",
4565
+ "pattern": "^[A-Fa-f\\d]{24}$"
4566
+ },
4567
+ {
4568
+ "type": "null"
4569
+ }
4570
+ ]
4571
+ },
4572
+ "$lt": {
4573
+ "oneOf": [
4574
+ {
4575
+ "type": "string",
4576
+ "pattern": "^[A-Fa-f\\d]{24}$"
4577
+ },
4578
+ {
4579
+ "type": "null"
4580
+ }
4581
+ ]
4582
+ },
4583
+ "$gte": {
4584
+ "oneOf": [
4585
+ {
4586
+ "type": "string",
4587
+ "pattern": "^[A-Fa-f\\d]{24}$"
4588
+ },
4589
+ {
4590
+ "type": "null"
4591
+ }
4592
+ ]
4593
+ },
4594
+ "$lte": {
4595
+ "oneOf": [
4596
+ {
4597
+ "type": "string",
4598
+ "pattern": "^[A-Fa-f\\d]{24}$"
4599
+ },
4600
+ {
4601
+ "type": "null"
4602
+ }
4603
+ ]
4604
+ },
4121
4605
  "$in": {
4122
4606
  "type": "array",
4123
4607
  "maxItems": 100,
@@ -4591,6 +5075,50 @@ Schema for advanced workflow queries
4591
5075
  }
4592
5076
  ]
4593
5077
  },
5078
+ "$gt": {
5079
+ "oneOf": [
5080
+ {
5081
+ "type": "string",
5082
+ "pattern": "^[A-Fa-f\\d]{24}$"
5083
+ },
5084
+ {
5085
+ "type": "null"
5086
+ }
5087
+ ]
5088
+ },
5089
+ "$lt": {
5090
+ "oneOf": [
5091
+ {
5092
+ "type": "string",
5093
+ "pattern": "^[A-Fa-f\\d]{24}$"
5094
+ },
5095
+ {
5096
+ "type": "null"
5097
+ }
5098
+ ]
5099
+ },
5100
+ "$gte": {
5101
+ "oneOf": [
5102
+ {
5103
+ "type": "string",
5104
+ "pattern": "^[A-Fa-f\\d]{24}$"
5105
+ },
5106
+ {
5107
+ "type": "null"
5108
+ }
5109
+ ]
5110
+ },
5111
+ "$lte": {
5112
+ "oneOf": [
5113
+ {
5114
+ "type": "string",
5115
+ "pattern": "^[A-Fa-f\\d]{24}$"
5116
+ },
5117
+ {
5118
+ "type": "null"
5119
+ }
5120
+ ]
5121
+ },
4594
5122
  "$in": {
4595
5123
  "type": "array",
4596
5124
  "maxItems": 100,
@@ -4801,6 +5329,50 @@ Schema for advanced workflow queries
4801
5329
  }
4802
5330
  ]
4803
5331
  },
5332
+ "$gt": {
5333
+ "oneOf": [
5334
+ {
5335
+ "type": "string",
5336
+ "pattern": "^[A-Fa-f\\d]{24}$"
5337
+ },
5338
+ {
5339
+ "type": "null"
5340
+ }
5341
+ ]
5342
+ },
5343
+ "$lt": {
5344
+ "oneOf": [
5345
+ {
5346
+ "type": "string",
5347
+ "pattern": "^[A-Fa-f\\d]{24}$"
5348
+ },
5349
+ {
5350
+ "type": "null"
5351
+ }
5352
+ ]
5353
+ },
5354
+ "$gte": {
5355
+ "oneOf": [
5356
+ {
5357
+ "type": "string",
5358
+ "pattern": "^[A-Fa-f\\d]{24}$"
5359
+ },
5360
+ {
5361
+ "type": "null"
5362
+ }
5363
+ ]
5364
+ },
5365
+ "$lte": {
5366
+ "oneOf": [
5367
+ {
5368
+ "type": "string",
5369
+ "pattern": "^[A-Fa-f\\d]{24}$"
5370
+ },
5371
+ {
5372
+ "type": "null"
5373
+ }
5374
+ ]
5375
+ },
4804
5376
  "$in": {
4805
5377
  "type": "array",
4806
5378
  "maxItems": 100,
@@ -5274,6 +5846,50 @@ Schema for advanced workflow queries
5274
5846
  }
5275
5847
  ]
5276
5848
  },
5849
+ "$gt": {
5850
+ "oneOf": [
5851
+ {
5852
+ "type": "string",
5853
+ "pattern": "^[A-Fa-f\\d]{24}$"
5854
+ },
5855
+ {
5856
+ "type": "null"
5857
+ }
5858
+ ]
5859
+ },
5860
+ "$lt": {
5861
+ "oneOf": [
5862
+ {
5863
+ "type": "string",
5864
+ "pattern": "^[A-Fa-f\\d]{24}$"
5865
+ },
5866
+ {
5867
+ "type": "null"
5868
+ }
5869
+ ]
5870
+ },
5871
+ "$gte": {
5872
+ "oneOf": [
5873
+ {
5874
+ "type": "string",
5875
+ "pattern": "^[A-Fa-f\\d]{24}$"
5876
+ },
5877
+ {
5878
+ "type": "null"
5879
+ }
5880
+ ]
5881
+ },
5882
+ "$lte": {
5883
+ "oneOf": [
5884
+ {
5885
+ "type": "string",
5886
+ "pattern": "^[A-Fa-f\\d]{24}$"
5887
+ },
5888
+ {
5889
+ "type": "null"
5890
+ }
5891
+ ]
5892
+ },
5277
5893
  "$in": {
5278
5894
  "type": "array",
5279
5895
  "maxItems": 100,
@@ -5711,6 +6327,50 @@ Schema for advanced workflow queries
5711
6327
  }
5712
6328
  ]
5713
6329
  },
6330
+ "$gt": {
6331
+ "oneOf": [
6332
+ {
6333
+ "type": "string",
6334
+ "pattern": "^[A-Fa-f\\d]{24}$"
6335
+ },
6336
+ {
6337
+ "type": "null"
6338
+ }
6339
+ ]
6340
+ },
6341
+ "$lt": {
6342
+ "oneOf": [
6343
+ {
6344
+ "type": "string",
6345
+ "pattern": "^[A-Fa-f\\d]{24}$"
6346
+ },
6347
+ {
6348
+ "type": "null"
6349
+ }
6350
+ ]
6351
+ },
6352
+ "$gte": {
6353
+ "oneOf": [
6354
+ {
6355
+ "type": "string",
6356
+ "pattern": "^[A-Fa-f\\d]{24}$"
6357
+ },
6358
+ {
6359
+ "type": "null"
6360
+ }
6361
+ ]
6362
+ },
6363
+ "$lte": {
6364
+ "oneOf": [
6365
+ {
6366
+ "type": "string",
6367
+ "pattern": "^[A-Fa-f\\d]{24}$"
6368
+ },
6369
+ {
6370
+ "type": "null"
6371
+ }
6372
+ ]
6373
+ },
5714
6374
  "$in": {
5715
6375
  "type": "array",
5716
6376
  "maxItems": 100,
@@ -43674,6 +44334,11 @@ Schema for the body of a data table export
43674
44334
  },
43675
44335
  "additionalProperties": false
43676
44336
  },
44337
+ "callbackUrl": {
44338
+ "type": "string",
44339
+ "format": "uri",
44340
+ "maxLength": 1024
44341
+ },
43677
44342
  "queryOptions": {
43678
44343
  "type": "object",
43679
44344
  "properties": {
@@ -45642,6 +46307,11 @@ Schema for the body of a bulk Device creation request
45642
46307
  "type": "string",
45643
46308
  "format": "email",
45644
46309
  "maxLength": 1024
46310
+ },
46311
+ "callbackUrl": {
46312
+ "type": "string",
46313
+ "format": "uri",
46314
+ "maxLength": 1024
45645
46315
  }
45646
46316
  },
45647
46317
  "additionalProperties": false,
@@ -47321,6 +47991,50 @@ Schema for the body of a bulk device delete request
47321
47991
  }
47322
47992
  ]
47323
47993
  },
47994
+ "$gt": {
47995
+ "oneOf": [
47996
+ {
47997
+ "type": "string",
47998
+ "pattern": "^[A-Fa-f\\d]{24}$"
47999
+ },
48000
+ {
48001
+ "type": "null"
48002
+ }
48003
+ ]
48004
+ },
48005
+ "$lt": {
48006
+ "oneOf": [
48007
+ {
48008
+ "type": "string",
48009
+ "pattern": "^[A-Fa-f\\d]{24}$"
48010
+ },
48011
+ {
48012
+ "type": "null"
48013
+ }
48014
+ ]
48015
+ },
48016
+ "$gte": {
48017
+ "oneOf": [
48018
+ {
48019
+ "type": "string",
48020
+ "pattern": "^[A-Fa-f\\d]{24}$"
48021
+ },
48022
+ {
48023
+ "type": "null"
48024
+ }
48025
+ ]
48026
+ },
48027
+ "$lte": {
48028
+ "oneOf": [
48029
+ {
48030
+ "type": "string",
48031
+ "pattern": "^[A-Fa-f\\d]{24}$"
48032
+ },
48033
+ {
48034
+ "type": "null"
48035
+ }
48036
+ ]
48037
+ },
47324
48038
  "$in": {
47325
48039
  "type": "array",
47326
48040
  "maxItems": 100,
@@ -47794,46 +48508,7 @@ Schema for the body of a bulk device delete request
47794
48508
  }
47795
48509
  ]
47796
48510
  },
47797
- "$in": {
47798
- "type": "array",
47799
- "maxItems": 100,
47800
- "items": {
47801
- "type": "string",
47802
- "pattern": "^[A-Fa-f\\d]{24}$"
47803
- }
47804
- },
47805
- "$nin": {
47806
- "type": "array",
47807
- "maxItems": 100,
47808
- "items": {
47809
- "type": "string",
47810
- "pattern": "^[A-Fa-f\\d]{24}$"
47811
- }
47812
- }
47813
- },
47814
- "additionalProperties": false,
47815
- "minProperties": 1,
47816
- "maxProperties": 1
47817
- }
47818
- ]
47819
- },
47820
- "parentId": {
47821
- "oneOf": [
47822
- {
47823
- "oneOf": [
47824
- {
47825
- "type": "string",
47826
- "pattern": "^[A-Fa-f\\d]{24}$"
47827
- },
47828
- {
47829
- "type": "null"
47830
- }
47831
- ]
47832
- },
47833
- {
47834
- "type": "object",
47835
- "properties": {
47836
- "$eq": {
48511
+ "$gt": {
47837
48512
  "oneOf": [
47838
48513
  {
47839
48514
  "type": "string",
@@ -47844,7 +48519,7 @@ Schema for the body of a bulk device delete request
47844
48519
  }
47845
48520
  ]
47846
48521
  },
47847
- "$ne": {
48522
+ "$lt": {
47848
48523
  "oneOf": [
47849
48524
  {
47850
48525
  "type": "string",
@@ -47855,46 +48530,7 @@ Schema for the body of a bulk device delete request
47855
48530
  }
47856
48531
  ]
47857
48532
  },
47858
- "$in": {
47859
- "type": "array",
47860
- "maxItems": 100,
47861
- "items": {
47862
- "type": "string",
47863
- "pattern": "^[A-Fa-f\\d]{24}$"
47864
- }
47865
- },
47866
- "$nin": {
47867
- "type": "array",
47868
- "maxItems": 100,
47869
- "items": {
47870
- "type": "string",
47871
- "pattern": "^[A-Fa-f\\d]{24}$"
47872
- }
47873
- }
47874
- },
47875
- "additionalProperties": false,
47876
- "minProperties": 1,
47877
- "maxProperties": 1
47878
- }
47879
- ]
47880
- },
47881
- "ancestorId": {
47882
- "oneOf": [
47883
- {
47884
- "oneOf": [
47885
- {
47886
- "type": "string",
47887
- "pattern": "^[A-Fa-f\\d]{24}$"
47888
- },
47889
- {
47890
- "type": "null"
47891
- }
47892
- ]
47893
- },
47894
- {
47895
- "type": "object",
47896
- "properties": {
47897
- "$eq": {
48533
+ "$gte": {
47898
48534
  "oneOf": [
47899
48535
  {
47900
48536
  "type": "string",
@@ -47905,7 +48541,217 @@ Schema for the body of a bulk device delete request
47905
48541
  }
47906
48542
  ]
47907
48543
  },
47908
- "$ne": {
48544
+ "$lte": {
48545
+ "oneOf": [
48546
+ {
48547
+ "type": "string",
48548
+ "pattern": "^[A-Fa-f\\d]{24}$"
48549
+ },
48550
+ {
48551
+ "type": "null"
48552
+ }
48553
+ ]
48554
+ },
48555
+ "$in": {
48556
+ "type": "array",
48557
+ "maxItems": 100,
48558
+ "items": {
48559
+ "type": "string",
48560
+ "pattern": "^[A-Fa-f\\d]{24}$"
48561
+ }
48562
+ },
48563
+ "$nin": {
48564
+ "type": "array",
48565
+ "maxItems": 100,
48566
+ "items": {
48567
+ "type": "string",
48568
+ "pattern": "^[A-Fa-f\\d]{24}$"
48569
+ }
48570
+ }
48571
+ },
48572
+ "additionalProperties": false,
48573
+ "minProperties": 1,
48574
+ "maxProperties": 1
48575
+ }
48576
+ ]
48577
+ },
48578
+ "parentId": {
48579
+ "oneOf": [
48580
+ {
48581
+ "oneOf": [
48582
+ {
48583
+ "type": "string",
48584
+ "pattern": "^[A-Fa-f\\d]{24}$"
48585
+ },
48586
+ {
48587
+ "type": "null"
48588
+ }
48589
+ ]
48590
+ },
48591
+ {
48592
+ "type": "object",
48593
+ "properties": {
48594
+ "$eq": {
48595
+ "oneOf": [
48596
+ {
48597
+ "type": "string",
48598
+ "pattern": "^[A-Fa-f\\d]{24}$"
48599
+ },
48600
+ {
48601
+ "type": "null"
48602
+ }
48603
+ ]
48604
+ },
48605
+ "$ne": {
48606
+ "oneOf": [
48607
+ {
48608
+ "type": "string",
48609
+ "pattern": "^[A-Fa-f\\d]{24}$"
48610
+ },
48611
+ {
48612
+ "type": "null"
48613
+ }
48614
+ ]
48615
+ },
48616
+ "$gt": {
48617
+ "oneOf": [
48618
+ {
48619
+ "type": "string",
48620
+ "pattern": "^[A-Fa-f\\d]{24}$"
48621
+ },
48622
+ {
48623
+ "type": "null"
48624
+ }
48625
+ ]
48626
+ },
48627
+ "$lt": {
48628
+ "oneOf": [
48629
+ {
48630
+ "type": "string",
48631
+ "pattern": "^[A-Fa-f\\d]{24}$"
48632
+ },
48633
+ {
48634
+ "type": "null"
48635
+ }
48636
+ ]
48637
+ },
48638
+ "$gte": {
48639
+ "oneOf": [
48640
+ {
48641
+ "type": "string",
48642
+ "pattern": "^[A-Fa-f\\d]{24}$"
48643
+ },
48644
+ {
48645
+ "type": "null"
48646
+ }
48647
+ ]
48648
+ },
48649
+ "$lte": {
48650
+ "oneOf": [
48651
+ {
48652
+ "type": "string",
48653
+ "pattern": "^[A-Fa-f\\d]{24}$"
48654
+ },
48655
+ {
48656
+ "type": "null"
48657
+ }
48658
+ ]
48659
+ },
48660
+ "$in": {
48661
+ "type": "array",
48662
+ "maxItems": 100,
48663
+ "items": {
48664
+ "type": "string",
48665
+ "pattern": "^[A-Fa-f\\d]{24}$"
48666
+ }
48667
+ },
48668
+ "$nin": {
48669
+ "type": "array",
48670
+ "maxItems": 100,
48671
+ "items": {
48672
+ "type": "string",
48673
+ "pattern": "^[A-Fa-f\\d]{24}$"
48674
+ }
48675
+ }
48676
+ },
48677
+ "additionalProperties": false,
48678
+ "minProperties": 1,
48679
+ "maxProperties": 1
48680
+ }
48681
+ ]
48682
+ },
48683
+ "ancestorId": {
48684
+ "oneOf": [
48685
+ {
48686
+ "oneOf": [
48687
+ {
48688
+ "type": "string",
48689
+ "pattern": "^[A-Fa-f\\d]{24}$"
48690
+ },
48691
+ {
48692
+ "type": "null"
48693
+ }
48694
+ ]
48695
+ },
48696
+ {
48697
+ "type": "object",
48698
+ "properties": {
48699
+ "$eq": {
48700
+ "oneOf": [
48701
+ {
48702
+ "type": "string",
48703
+ "pattern": "^[A-Fa-f\\d]{24}$"
48704
+ },
48705
+ {
48706
+ "type": "null"
48707
+ }
48708
+ ]
48709
+ },
48710
+ "$ne": {
48711
+ "oneOf": [
48712
+ {
48713
+ "type": "string",
48714
+ "pattern": "^[A-Fa-f\\d]{24}$"
48715
+ },
48716
+ {
48717
+ "type": "null"
48718
+ }
48719
+ ]
48720
+ },
48721
+ "$gt": {
48722
+ "oneOf": [
48723
+ {
48724
+ "type": "string",
48725
+ "pattern": "^[A-Fa-f\\d]{24}$"
48726
+ },
48727
+ {
48728
+ "type": "null"
48729
+ }
48730
+ ]
48731
+ },
48732
+ "$lt": {
48733
+ "oneOf": [
48734
+ {
48735
+ "type": "string",
48736
+ "pattern": "^[A-Fa-f\\d]{24}$"
48737
+ },
48738
+ {
48739
+ "type": "null"
48740
+ }
48741
+ ]
48742
+ },
48743
+ "$gte": {
48744
+ "oneOf": [
48745
+ {
48746
+ "type": "string",
48747
+ "pattern": "^[A-Fa-f\\d]{24}$"
48748
+ },
48749
+ {
48750
+ "type": "null"
48751
+ }
48752
+ ]
48753
+ },
48754
+ "$lte": {
47909
48755
  "oneOf": [
47910
48756
  {
47911
48757
  "type": "string",
@@ -48080,6 +48926,50 @@ Schema for the body of a bulk device delete request
48080
48926
  }
48081
48927
  ]
48082
48928
  },
48929
+ "$gt": {
48930
+ "oneOf": [
48931
+ {
48932
+ "type": "string",
48933
+ "pattern": "^[A-Fa-f\\d]{24}$"
48934
+ },
48935
+ {
48936
+ "type": "null"
48937
+ }
48938
+ ]
48939
+ },
48940
+ "$lt": {
48941
+ "oneOf": [
48942
+ {
48943
+ "type": "string",
48944
+ "pattern": "^[A-Fa-f\\d]{24}$"
48945
+ },
48946
+ {
48947
+ "type": "null"
48948
+ }
48949
+ ]
48950
+ },
48951
+ "$gte": {
48952
+ "oneOf": [
48953
+ {
48954
+ "type": "string",
48955
+ "pattern": "^[A-Fa-f\\d]{24}$"
48956
+ },
48957
+ {
48958
+ "type": "null"
48959
+ }
48960
+ ]
48961
+ },
48962
+ "$lte": {
48963
+ "oneOf": [
48964
+ {
48965
+ "type": "string",
48966
+ "pattern": "^[A-Fa-f\\d]{24}$"
48967
+ },
48968
+ {
48969
+ "type": "null"
48970
+ }
48971
+ ]
48972
+ },
48083
48973
  "$in": {
48084
48974
  "type": "array",
48085
48975
  "maxItems": 100,
@@ -48141,6 +49031,50 @@ Schema for the body of a bulk device delete request
48141
49031
  }
48142
49032
  ]
48143
49033
  },
49034
+ "$gt": {
49035
+ "oneOf": [
49036
+ {
49037
+ "type": "string",
49038
+ "pattern": "^[A-Fa-f\\d]{24}$"
49039
+ },
49040
+ {
49041
+ "type": "null"
49042
+ }
49043
+ ]
49044
+ },
49045
+ "$lt": {
49046
+ "oneOf": [
49047
+ {
49048
+ "type": "string",
49049
+ "pattern": "^[A-Fa-f\\d]{24}$"
49050
+ },
49051
+ {
49052
+ "type": "null"
49053
+ }
49054
+ ]
49055
+ },
49056
+ "$gte": {
49057
+ "oneOf": [
49058
+ {
49059
+ "type": "string",
49060
+ "pattern": "^[A-Fa-f\\d]{24}$"
49061
+ },
49062
+ {
49063
+ "type": "null"
49064
+ }
49065
+ ]
49066
+ },
49067
+ "$lte": {
49068
+ "oneOf": [
49069
+ {
49070
+ "type": "string",
49071
+ "pattern": "^[A-Fa-f\\d]{24}$"
49072
+ },
49073
+ {
49074
+ "type": "null"
49075
+ }
49076
+ ]
49077
+ },
48144
49078
  "$in": {
48145
49079
  "type": "array",
48146
49080
  "maxItems": 100,
@@ -48697,6 +49631,50 @@ Schema for the body of a device payload count export request
48697
49631
  }
48698
49632
  ]
48699
49633
  },
49634
+ "$gt": {
49635
+ "oneOf": [
49636
+ {
49637
+ "type": "string",
49638
+ "pattern": "^[A-Fa-f\\d]{24}$"
49639
+ },
49640
+ {
49641
+ "type": "null"
49642
+ }
49643
+ ]
49644
+ },
49645
+ "$lt": {
49646
+ "oneOf": [
49647
+ {
49648
+ "type": "string",
49649
+ "pattern": "^[A-Fa-f\\d]{24}$"
49650
+ },
49651
+ {
49652
+ "type": "null"
49653
+ }
49654
+ ]
49655
+ },
49656
+ "$gte": {
49657
+ "oneOf": [
49658
+ {
49659
+ "type": "string",
49660
+ "pattern": "^[A-Fa-f\\d]{24}$"
49661
+ },
49662
+ {
49663
+ "type": "null"
49664
+ }
49665
+ ]
49666
+ },
49667
+ "$lte": {
49668
+ "oneOf": [
49669
+ {
49670
+ "type": "string",
49671
+ "pattern": "^[A-Fa-f\\d]{24}$"
49672
+ },
49673
+ {
49674
+ "type": "null"
49675
+ }
49676
+ ]
49677
+ },
48700
49678
  "$in": {
48701
49679
  "type": "array",
48702
49680
  "maxItems": 100,
@@ -49170,46 +50148,29 @@ Schema for the body of a device payload count export request
49170
50148
  }
49171
50149
  ]
49172
50150
  },
49173
- "$in": {
49174
- "type": "array",
49175
- "maxItems": 100,
49176
- "items": {
49177
- "type": "string",
49178
- "pattern": "^[A-Fa-f\\d]{24}$"
49179
- }
50151
+ "$gt": {
50152
+ "oneOf": [
50153
+ {
50154
+ "type": "string",
50155
+ "pattern": "^[A-Fa-f\\d]{24}$"
50156
+ },
50157
+ {
50158
+ "type": "null"
50159
+ }
50160
+ ]
49180
50161
  },
49181
- "$nin": {
49182
- "type": "array",
49183
- "maxItems": 100,
49184
- "items": {
49185
- "type": "string",
49186
- "pattern": "^[A-Fa-f\\d]{24}$"
49187
- }
49188
- }
49189
- },
49190
- "additionalProperties": false,
49191
- "minProperties": 1,
49192
- "maxProperties": 1
49193
- }
49194
- ]
49195
- },
49196
- "parentId": {
49197
- "oneOf": [
49198
- {
49199
- "oneOf": [
49200
- {
49201
- "type": "string",
49202
- "pattern": "^[A-Fa-f\\d]{24}$"
50162
+ "$lt": {
50163
+ "oneOf": [
50164
+ {
50165
+ "type": "string",
50166
+ "pattern": "^[A-Fa-f\\d]{24}$"
50167
+ },
50168
+ {
50169
+ "type": "null"
50170
+ }
50171
+ ]
49203
50172
  },
49204
- {
49205
- "type": "null"
49206
- }
49207
- ]
49208
- },
49209
- {
49210
- "type": "object",
49211
- "properties": {
49212
- "$eq": {
50173
+ "$gte": {
49213
50174
  "oneOf": [
49214
50175
  {
49215
50176
  "type": "string",
@@ -49220,7 +50181,7 @@ Schema for the body of a device payload count export request
49220
50181
  }
49221
50182
  ]
49222
50183
  },
49223
- "$ne": {
50184
+ "$lte": {
49224
50185
  "oneOf": [
49225
50186
  {
49226
50187
  "type": "string",
@@ -49254,7 +50215,7 @@ Schema for the body of a device payload count export request
49254
50215
  }
49255
50216
  ]
49256
50217
  },
49257
- "ancestorId": {
50218
+ "parentId": {
49258
50219
  "oneOf": [
49259
50220
  {
49260
50221
  "oneOf": [
@@ -49292,149 +50253,29 @@ Schema for the body of a device payload count export request
49292
50253
  }
49293
50254
  ]
49294
50255
  },
49295
- "$in": {
49296
- "type": "array",
49297
- "maxItems": 100,
49298
- "items": {
49299
- "type": "string",
49300
- "pattern": "^[A-Fa-f\\d]{24}$"
49301
- }
49302
- },
49303
- "$nin": {
49304
- "type": "array",
49305
- "maxItems": 100,
49306
- "items": {
49307
- "type": "string",
49308
- "pattern": "^[A-Fa-f\\d]{24}$"
49309
- }
49310
- }
49311
- },
49312
- "additionalProperties": false,
49313
- "minProperties": 1,
49314
- "maxProperties": 1
49315
- }
49316
- ]
49317
- },
49318
- "attributeName": {
49319
- "oneOf": [
49320
- {
49321
- "type": [
49322
- "string",
49323
- "number",
49324
- "boolean",
49325
- "null"
49326
- ]
49327
- },
49328
- {
49329
- "type": "object",
49330
- "properties": {
49331
- "$eq": {
49332
- "type": [
49333
- "string",
49334
- "number",
49335
- "boolean",
49336
- "null"
49337
- ]
49338
- },
49339
- "$ne": {
49340
- "type": [
49341
- "string",
49342
- "number",
49343
- "boolean",
49344
- "null"
49345
- ]
49346
- },
49347
50256
  "$gt": {
49348
- "type": [
49349
- "string",
49350
- "number",
49351
- "boolean",
49352
- "null"
50257
+ "oneOf": [
50258
+ {
50259
+ "type": "string",
50260
+ "pattern": "^[A-Fa-f\\d]{24}$"
50261
+ },
50262
+ {
50263
+ "type": "null"
50264
+ }
49353
50265
  ]
49354
50266
  },
49355
50267
  "$lt": {
49356
- "type": [
49357
- "string",
49358
- "number",
49359
- "boolean",
49360
- "null"
50268
+ "oneOf": [
50269
+ {
50270
+ "type": "string",
50271
+ "pattern": "^[A-Fa-f\\d]{24}$"
50272
+ },
50273
+ {
50274
+ "type": "null"
50275
+ }
49361
50276
  ]
49362
50277
  },
49363
50278
  "$gte": {
49364
- "type": [
49365
- "string",
49366
- "number",
49367
- "boolean",
49368
- "null"
49369
- ]
49370
- },
49371
- "$lte": {
49372
- "type": [
49373
- "string",
49374
- "number",
49375
- "boolean",
49376
- "null"
49377
- ]
49378
- },
49379
- "$startsWith": {
49380
- "type": "string",
49381
- "minLength": 1
49382
- },
49383
- "$endsWith": {
49384
- "type": "string",
49385
- "minLength": 1
49386
- },
49387
- "$contains": {
49388
- "type": "string",
49389
- "minLength": 1
49390
- },
49391
- "$ci": {
49392
- "type": "boolean"
49393
- },
49394
- "$in": {
49395
- "type": "array",
49396
- "maxItems": 100,
49397
- "items": {
49398
- "type": [
49399
- "string",
49400
- "number",
49401
- "boolean"
49402
- ]
49403
- }
49404
- },
49405
- "$nin": {
49406
- "type": "array",
49407
- "maxItems": 100,
49408
- "items": {
49409
- "type": [
49410
- "string",
49411
- "number",
49412
- "boolean"
49413
- ]
49414
- }
49415
- }
49416
- },
49417
- "additionalProperties": false
49418
- }
49419
- ]
49420
- },
49421
- "experienceUserId": {
49422
- "oneOf": [
49423
- {
49424
- "oneOf": [
49425
- {
49426
- "type": "string",
49427
- "pattern": "^[A-Fa-f\\d]{24}$"
49428
- },
49429
- {
49430
- "type": "null"
49431
- }
49432
- ]
49433
- },
49434
- {
49435
- "type": "object",
49436
- "properties": {
49437
- "$eq": {
49438
50279
  "oneOf": [
49439
50280
  {
49440
50281
  "type": "string",
@@ -49445,7 +50286,320 @@ Schema for the body of a device payload count export request
49445
50286
  }
49446
50287
  ]
49447
50288
  },
49448
- "$ne": {
50289
+ "$lte": {
50290
+ "oneOf": [
50291
+ {
50292
+ "type": "string",
50293
+ "pattern": "^[A-Fa-f\\d]{24}$"
50294
+ },
50295
+ {
50296
+ "type": "null"
50297
+ }
50298
+ ]
50299
+ },
50300
+ "$in": {
50301
+ "type": "array",
50302
+ "maxItems": 100,
50303
+ "items": {
50304
+ "type": "string",
50305
+ "pattern": "^[A-Fa-f\\d]{24}$"
50306
+ }
50307
+ },
50308
+ "$nin": {
50309
+ "type": "array",
50310
+ "maxItems": 100,
50311
+ "items": {
50312
+ "type": "string",
50313
+ "pattern": "^[A-Fa-f\\d]{24}$"
50314
+ }
50315
+ }
50316
+ },
50317
+ "additionalProperties": false,
50318
+ "minProperties": 1,
50319
+ "maxProperties": 1
50320
+ }
50321
+ ]
50322
+ },
50323
+ "ancestorId": {
50324
+ "oneOf": [
50325
+ {
50326
+ "oneOf": [
50327
+ {
50328
+ "type": "string",
50329
+ "pattern": "^[A-Fa-f\\d]{24}$"
50330
+ },
50331
+ {
50332
+ "type": "null"
50333
+ }
50334
+ ]
50335
+ },
50336
+ {
50337
+ "type": "object",
50338
+ "properties": {
50339
+ "$eq": {
50340
+ "oneOf": [
50341
+ {
50342
+ "type": "string",
50343
+ "pattern": "^[A-Fa-f\\d]{24}$"
50344
+ },
50345
+ {
50346
+ "type": "null"
50347
+ }
50348
+ ]
50349
+ },
50350
+ "$ne": {
50351
+ "oneOf": [
50352
+ {
50353
+ "type": "string",
50354
+ "pattern": "^[A-Fa-f\\d]{24}$"
50355
+ },
50356
+ {
50357
+ "type": "null"
50358
+ }
50359
+ ]
50360
+ },
50361
+ "$gt": {
50362
+ "oneOf": [
50363
+ {
50364
+ "type": "string",
50365
+ "pattern": "^[A-Fa-f\\d]{24}$"
50366
+ },
50367
+ {
50368
+ "type": "null"
50369
+ }
50370
+ ]
50371
+ },
50372
+ "$lt": {
50373
+ "oneOf": [
50374
+ {
50375
+ "type": "string",
50376
+ "pattern": "^[A-Fa-f\\d]{24}$"
50377
+ },
50378
+ {
50379
+ "type": "null"
50380
+ }
50381
+ ]
50382
+ },
50383
+ "$gte": {
50384
+ "oneOf": [
50385
+ {
50386
+ "type": "string",
50387
+ "pattern": "^[A-Fa-f\\d]{24}$"
50388
+ },
50389
+ {
50390
+ "type": "null"
50391
+ }
50392
+ ]
50393
+ },
50394
+ "$lte": {
50395
+ "oneOf": [
50396
+ {
50397
+ "type": "string",
50398
+ "pattern": "^[A-Fa-f\\d]{24}$"
50399
+ },
50400
+ {
50401
+ "type": "null"
50402
+ }
50403
+ ]
50404
+ },
50405
+ "$in": {
50406
+ "type": "array",
50407
+ "maxItems": 100,
50408
+ "items": {
50409
+ "type": "string",
50410
+ "pattern": "^[A-Fa-f\\d]{24}$"
50411
+ }
50412
+ },
50413
+ "$nin": {
50414
+ "type": "array",
50415
+ "maxItems": 100,
50416
+ "items": {
50417
+ "type": "string",
50418
+ "pattern": "^[A-Fa-f\\d]{24}$"
50419
+ }
50420
+ }
50421
+ },
50422
+ "additionalProperties": false,
50423
+ "minProperties": 1,
50424
+ "maxProperties": 1
50425
+ }
50426
+ ]
50427
+ },
50428
+ "attributeName": {
50429
+ "oneOf": [
50430
+ {
50431
+ "type": [
50432
+ "string",
50433
+ "number",
50434
+ "boolean",
50435
+ "null"
50436
+ ]
50437
+ },
50438
+ {
50439
+ "type": "object",
50440
+ "properties": {
50441
+ "$eq": {
50442
+ "type": [
50443
+ "string",
50444
+ "number",
50445
+ "boolean",
50446
+ "null"
50447
+ ]
50448
+ },
50449
+ "$ne": {
50450
+ "type": [
50451
+ "string",
50452
+ "number",
50453
+ "boolean",
50454
+ "null"
50455
+ ]
50456
+ },
50457
+ "$gt": {
50458
+ "type": [
50459
+ "string",
50460
+ "number",
50461
+ "boolean",
50462
+ "null"
50463
+ ]
50464
+ },
50465
+ "$lt": {
50466
+ "type": [
50467
+ "string",
50468
+ "number",
50469
+ "boolean",
50470
+ "null"
50471
+ ]
50472
+ },
50473
+ "$gte": {
50474
+ "type": [
50475
+ "string",
50476
+ "number",
50477
+ "boolean",
50478
+ "null"
50479
+ ]
50480
+ },
50481
+ "$lte": {
50482
+ "type": [
50483
+ "string",
50484
+ "number",
50485
+ "boolean",
50486
+ "null"
50487
+ ]
50488
+ },
50489
+ "$startsWith": {
50490
+ "type": "string",
50491
+ "minLength": 1
50492
+ },
50493
+ "$endsWith": {
50494
+ "type": "string",
50495
+ "minLength": 1
50496
+ },
50497
+ "$contains": {
50498
+ "type": "string",
50499
+ "minLength": 1
50500
+ },
50501
+ "$ci": {
50502
+ "type": "boolean"
50503
+ },
50504
+ "$in": {
50505
+ "type": "array",
50506
+ "maxItems": 100,
50507
+ "items": {
50508
+ "type": [
50509
+ "string",
50510
+ "number",
50511
+ "boolean"
50512
+ ]
50513
+ }
50514
+ },
50515
+ "$nin": {
50516
+ "type": "array",
50517
+ "maxItems": 100,
50518
+ "items": {
50519
+ "type": [
50520
+ "string",
50521
+ "number",
50522
+ "boolean"
50523
+ ]
50524
+ }
50525
+ }
50526
+ },
50527
+ "additionalProperties": false
50528
+ }
50529
+ ]
50530
+ },
50531
+ "experienceUserId": {
50532
+ "oneOf": [
50533
+ {
50534
+ "oneOf": [
50535
+ {
50536
+ "type": "string",
50537
+ "pattern": "^[A-Fa-f\\d]{24}$"
50538
+ },
50539
+ {
50540
+ "type": "null"
50541
+ }
50542
+ ]
50543
+ },
50544
+ {
50545
+ "type": "object",
50546
+ "properties": {
50547
+ "$eq": {
50548
+ "oneOf": [
50549
+ {
50550
+ "type": "string",
50551
+ "pattern": "^[A-Fa-f\\d]{24}$"
50552
+ },
50553
+ {
50554
+ "type": "null"
50555
+ }
50556
+ ]
50557
+ },
50558
+ "$ne": {
50559
+ "oneOf": [
50560
+ {
50561
+ "type": "string",
50562
+ "pattern": "^[A-Fa-f\\d]{24}$"
50563
+ },
50564
+ {
50565
+ "type": "null"
50566
+ }
50567
+ ]
50568
+ },
50569
+ "$gt": {
50570
+ "oneOf": [
50571
+ {
50572
+ "type": "string",
50573
+ "pattern": "^[A-Fa-f\\d]{24}$"
50574
+ },
50575
+ {
50576
+ "type": "null"
50577
+ }
50578
+ ]
50579
+ },
50580
+ "$lt": {
50581
+ "oneOf": [
50582
+ {
50583
+ "type": "string",
50584
+ "pattern": "^[A-Fa-f\\d]{24}$"
50585
+ },
50586
+ {
50587
+ "type": "null"
50588
+ }
50589
+ ]
50590
+ },
50591
+ "$gte": {
50592
+ "oneOf": [
50593
+ {
50594
+ "type": "string",
50595
+ "pattern": "^[A-Fa-f\\d]{24}$"
50596
+ },
50597
+ {
50598
+ "type": "null"
50599
+ }
50600
+ ]
50601
+ },
50602
+ "$lte": {
49449
50603
  "oneOf": [
49450
50604
  {
49451
50605
  "type": "string",
@@ -49517,6 +50671,50 @@ Schema for the body of a device payload count export request
49517
50671
  }
49518
50672
  ]
49519
50673
  },
50674
+ "$gt": {
50675
+ "oneOf": [
50676
+ {
50677
+ "type": "string",
50678
+ "pattern": "^[A-Fa-f\\d]{24}$"
50679
+ },
50680
+ {
50681
+ "type": "null"
50682
+ }
50683
+ ]
50684
+ },
50685
+ "$lt": {
50686
+ "oneOf": [
50687
+ {
50688
+ "type": "string",
50689
+ "pattern": "^[A-Fa-f\\d]{24}$"
50690
+ },
50691
+ {
50692
+ "type": "null"
50693
+ }
50694
+ ]
50695
+ },
50696
+ "$gte": {
50697
+ "oneOf": [
50698
+ {
50699
+ "type": "string",
50700
+ "pattern": "^[A-Fa-f\\d]{24}$"
50701
+ },
50702
+ {
50703
+ "type": "null"
50704
+ }
50705
+ ]
50706
+ },
50707
+ "$lte": {
50708
+ "oneOf": [
50709
+ {
50710
+ "type": "string",
50711
+ "pattern": "^[A-Fa-f\\d]{24}$"
50712
+ },
50713
+ {
50714
+ "type": "null"
50715
+ }
50716
+ ]
50717
+ },
49520
50718
  "$in": {
49521
50719
  "type": "array",
49522
50720
  "maxItems": 100,
@@ -50071,6 +51269,50 @@ Schema for the body of a device metadata export request
50071
51269
  }
50072
51270
  ]
50073
51271
  },
51272
+ "$gt": {
51273
+ "oneOf": [
51274
+ {
51275
+ "type": "string",
51276
+ "pattern": "^[A-Fa-f\\d]{24}$"
51277
+ },
51278
+ {
51279
+ "type": "null"
51280
+ }
51281
+ ]
51282
+ },
51283
+ "$lt": {
51284
+ "oneOf": [
51285
+ {
51286
+ "type": "string",
51287
+ "pattern": "^[A-Fa-f\\d]{24}$"
51288
+ },
51289
+ {
51290
+ "type": "null"
51291
+ }
51292
+ ]
51293
+ },
51294
+ "$gte": {
51295
+ "oneOf": [
51296
+ {
51297
+ "type": "string",
51298
+ "pattern": "^[A-Fa-f\\d]{24}$"
51299
+ },
51300
+ {
51301
+ "type": "null"
51302
+ }
51303
+ ]
51304
+ },
51305
+ "$lte": {
51306
+ "oneOf": [
51307
+ {
51308
+ "type": "string",
51309
+ "pattern": "^[A-Fa-f\\d]{24}$"
51310
+ },
51311
+ {
51312
+ "type": "null"
51313
+ }
51314
+ ]
51315
+ },
50074
51316
  "$in": {
50075
51317
  "type": "array",
50076
51318
  "maxItems": 100,
@@ -50544,6 +51786,50 @@ Schema for the body of a device metadata export request
50544
51786
  }
50545
51787
  ]
50546
51788
  },
51789
+ "$gt": {
51790
+ "oneOf": [
51791
+ {
51792
+ "type": "string",
51793
+ "pattern": "^[A-Fa-f\\d]{24}$"
51794
+ },
51795
+ {
51796
+ "type": "null"
51797
+ }
51798
+ ]
51799
+ },
51800
+ "$lt": {
51801
+ "oneOf": [
51802
+ {
51803
+ "type": "string",
51804
+ "pattern": "^[A-Fa-f\\d]{24}$"
51805
+ },
51806
+ {
51807
+ "type": "null"
51808
+ }
51809
+ ]
51810
+ },
51811
+ "$gte": {
51812
+ "oneOf": [
51813
+ {
51814
+ "type": "string",
51815
+ "pattern": "^[A-Fa-f\\d]{24}$"
51816
+ },
51817
+ {
51818
+ "type": "null"
51819
+ }
51820
+ ]
51821
+ },
51822
+ "$lte": {
51823
+ "oneOf": [
51824
+ {
51825
+ "type": "string",
51826
+ "pattern": "^[A-Fa-f\\d]{24}$"
51827
+ },
51828
+ {
51829
+ "type": "null"
51830
+ }
51831
+ ]
51832
+ },
50547
51833
  "$in": {
50548
51834
  "type": "array",
50549
51835
  "maxItems": 100,
@@ -50605,6 +51891,50 @@ Schema for the body of a device metadata export request
50605
51891
  }
50606
51892
  ]
50607
51893
  },
51894
+ "$gt": {
51895
+ "oneOf": [
51896
+ {
51897
+ "type": "string",
51898
+ "pattern": "^[A-Fa-f\\d]{24}$"
51899
+ },
51900
+ {
51901
+ "type": "null"
51902
+ }
51903
+ ]
51904
+ },
51905
+ "$lt": {
51906
+ "oneOf": [
51907
+ {
51908
+ "type": "string",
51909
+ "pattern": "^[A-Fa-f\\d]{24}$"
51910
+ },
51911
+ {
51912
+ "type": "null"
51913
+ }
51914
+ ]
51915
+ },
51916
+ "$gte": {
51917
+ "oneOf": [
51918
+ {
51919
+ "type": "string",
51920
+ "pattern": "^[A-Fa-f\\d]{24}$"
51921
+ },
51922
+ {
51923
+ "type": "null"
51924
+ }
51925
+ ]
51926
+ },
51927
+ "$lte": {
51928
+ "oneOf": [
51929
+ {
51930
+ "type": "string",
51931
+ "pattern": "^[A-Fa-f\\d]{24}$"
51932
+ },
51933
+ {
51934
+ "type": "null"
51935
+ }
51936
+ ]
51937
+ },
50608
51938
  "$in": {
50609
51939
  "type": "array",
50610
51940
  "maxItems": 100,
@@ -50666,6 +51996,50 @@ Schema for the body of a device metadata export request
50666
51996
  }
50667
51997
  ]
50668
51998
  },
51999
+ "$gt": {
52000
+ "oneOf": [
52001
+ {
52002
+ "type": "string",
52003
+ "pattern": "^[A-Fa-f\\d]{24}$"
52004
+ },
52005
+ {
52006
+ "type": "null"
52007
+ }
52008
+ ]
52009
+ },
52010
+ "$lt": {
52011
+ "oneOf": [
52012
+ {
52013
+ "type": "string",
52014
+ "pattern": "^[A-Fa-f\\d]{24}$"
52015
+ },
52016
+ {
52017
+ "type": "null"
52018
+ }
52019
+ ]
52020
+ },
52021
+ "$gte": {
52022
+ "oneOf": [
52023
+ {
52024
+ "type": "string",
52025
+ "pattern": "^[A-Fa-f\\d]{24}$"
52026
+ },
52027
+ {
52028
+ "type": "null"
52029
+ }
52030
+ ]
52031
+ },
52032
+ "$lte": {
52033
+ "oneOf": [
52034
+ {
52035
+ "type": "string",
52036
+ "pattern": "^[A-Fa-f\\d]{24}$"
52037
+ },
52038
+ {
52039
+ "type": "null"
52040
+ }
52041
+ ]
52042
+ },
50669
52043
  "$in": {
50670
52044
  "type": "array",
50671
52045
  "maxItems": 100,
@@ -50830,6 +52204,50 @@ Schema for the body of a device metadata export request
50830
52204
  }
50831
52205
  ]
50832
52206
  },
52207
+ "$gt": {
52208
+ "oneOf": [
52209
+ {
52210
+ "type": "string",
52211
+ "pattern": "^[A-Fa-f\\d]{24}$"
52212
+ },
52213
+ {
52214
+ "type": "null"
52215
+ }
52216
+ ]
52217
+ },
52218
+ "$lt": {
52219
+ "oneOf": [
52220
+ {
52221
+ "type": "string",
52222
+ "pattern": "^[A-Fa-f\\d]{24}$"
52223
+ },
52224
+ {
52225
+ "type": "null"
52226
+ }
52227
+ ]
52228
+ },
52229
+ "$gte": {
52230
+ "oneOf": [
52231
+ {
52232
+ "type": "string",
52233
+ "pattern": "^[A-Fa-f\\d]{24}$"
52234
+ },
52235
+ {
52236
+ "type": "null"
52237
+ }
52238
+ ]
52239
+ },
52240
+ "$lte": {
52241
+ "oneOf": [
52242
+ {
52243
+ "type": "string",
52244
+ "pattern": "^[A-Fa-f\\d]{24}$"
52245
+ },
52246
+ {
52247
+ "type": "null"
52248
+ }
52249
+ ]
52250
+ },
50833
52251
  "$in": {
50834
52252
  "type": "array",
50835
52253
  "maxItems": 100,
@@ -50891,6 +52309,50 @@ Schema for the body of a device metadata export request
50891
52309
  }
50892
52310
  ]
50893
52311
  },
52312
+ "$gt": {
52313
+ "oneOf": [
52314
+ {
52315
+ "type": "string",
52316
+ "pattern": "^[A-Fa-f\\d]{24}$"
52317
+ },
52318
+ {
52319
+ "type": "null"
52320
+ }
52321
+ ]
52322
+ },
52323
+ "$lt": {
52324
+ "oneOf": [
52325
+ {
52326
+ "type": "string",
52327
+ "pattern": "^[A-Fa-f\\d]{24}$"
52328
+ },
52329
+ {
52330
+ "type": "null"
52331
+ }
52332
+ ]
52333
+ },
52334
+ "$gte": {
52335
+ "oneOf": [
52336
+ {
52337
+ "type": "string",
52338
+ "pattern": "^[A-Fa-f\\d]{24}$"
52339
+ },
52340
+ {
52341
+ "type": "null"
52342
+ }
52343
+ ]
52344
+ },
52345
+ "$lte": {
52346
+ "oneOf": [
52347
+ {
52348
+ "type": "string",
52349
+ "pattern": "^[A-Fa-f\\d]{24}$"
52350
+ },
52351
+ {
52352
+ "type": "null"
52353
+ }
52354
+ ]
52355
+ },
50894
52356
  "$in": {
50895
52357
  "type": "array",
50896
52358
  "maxItems": 100,
@@ -51641,6 +53103,50 @@ Schema for the body of a Devices modification request
51641
53103
  }
51642
53104
  ]
51643
53105
  },
53106
+ "$gt": {
53107
+ "oneOf": [
53108
+ {
53109
+ "type": "string",
53110
+ "pattern": "^[A-Fa-f\\d]{24}$"
53111
+ },
53112
+ {
53113
+ "type": "null"
53114
+ }
53115
+ ]
53116
+ },
53117
+ "$lt": {
53118
+ "oneOf": [
53119
+ {
53120
+ "type": "string",
53121
+ "pattern": "^[A-Fa-f\\d]{24}$"
53122
+ },
53123
+ {
53124
+ "type": "null"
53125
+ }
53126
+ ]
53127
+ },
53128
+ "$gte": {
53129
+ "oneOf": [
53130
+ {
53131
+ "type": "string",
53132
+ "pattern": "^[A-Fa-f\\d]{24}$"
53133
+ },
53134
+ {
53135
+ "type": "null"
53136
+ }
53137
+ ]
53138
+ },
53139
+ "$lte": {
53140
+ "oneOf": [
53141
+ {
53142
+ "type": "string",
53143
+ "pattern": "^[A-Fa-f\\d]{24}$"
53144
+ },
53145
+ {
53146
+ "type": "null"
53147
+ }
53148
+ ]
53149
+ },
51644
53150
  "$in": {
51645
53151
  "type": "array",
51646
53152
  "maxItems": 100,
@@ -52114,6 +53620,50 @@ Schema for the body of a Devices modification request
52114
53620
  }
52115
53621
  ]
52116
53622
  },
53623
+ "$gt": {
53624
+ "oneOf": [
53625
+ {
53626
+ "type": "string",
53627
+ "pattern": "^[A-Fa-f\\d]{24}$"
53628
+ },
53629
+ {
53630
+ "type": "null"
53631
+ }
53632
+ ]
53633
+ },
53634
+ "$lt": {
53635
+ "oneOf": [
53636
+ {
53637
+ "type": "string",
53638
+ "pattern": "^[A-Fa-f\\d]{24}$"
53639
+ },
53640
+ {
53641
+ "type": "null"
53642
+ }
53643
+ ]
53644
+ },
53645
+ "$gte": {
53646
+ "oneOf": [
53647
+ {
53648
+ "type": "string",
53649
+ "pattern": "^[A-Fa-f\\d]{24}$"
53650
+ },
53651
+ {
53652
+ "type": "null"
53653
+ }
53654
+ ]
53655
+ },
53656
+ "$lte": {
53657
+ "oneOf": [
53658
+ {
53659
+ "type": "string",
53660
+ "pattern": "^[A-Fa-f\\d]{24}$"
53661
+ },
53662
+ {
53663
+ "type": "null"
53664
+ }
53665
+ ]
53666
+ },
52117
53667
  "$in": {
52118
53668
  "type": "array",
52119
53669
  "maxItems": 100,
@@ -52175,6 +53725,50 @@ Schema for the body of a Devices modification request
52175
53725
  }
52176
53726
  ]
52177
53727
  },
53728
+ "$gt": {
53729
+ "oneOf": [
53730
+ {
53731
+ "type": "string",
53732
+ "pattern": "^[A-Fa-f\\d]{24}$"
53733
+ },
53734
+ {
53735
+ "type": "null"
53736
+ }
53737
+ ]
53738
+ },
53739
+ "$lt": {
53740
+ "oneOf": [
53741
+ {
53742
+ "type": "string",
53743
+ "pattern": "^[A-Fa-f\\d]{24}$"
53744
+ },
53745
+ {
53746
+ "type": "null"
53747
+ }
53748
+ ]
53749
+ },
53750
+ "$gte": {
53751
+ "oneOf": [
53752
+ {
53753
+ "type": "string",
53754
+ "pattern": "^[A-Fa-f\\d]{24}$"
53755
+ },
53756
+ {
53757
+ "type": "null"
53758
+ }
53759
+ ]
53760
+ },
53761
+ "$lte": {
53762
+ "oneOf": [
53763
+ {
53764
+ "type": "string",
53765
+ "pattern": "^[A-Fa-f\\d]{24}$"
53766
+ },
53767
+ {
53768
+ "type": "null"
53769
+ }
53770
+ ]
53771
+ },
52178
53772
  "$in": {
52179
53773
  "type": "array",
52180
53774
  "maxItems": 100,
@@ -52236,6 +53830,50 @@ Schema for the body of a Devices modification request
52236
53830
  }
52237
53831
  ]
52238
53832
  },
53833
+ "$gt": {
53834
+ "oneOf": [
53835
+ {
53836
+ "type": "string",
53837
+ "pattern": "^[A-Fa-f\\d]{24}$"
53838
+ },
53839
+ {
53840
+ "type": "null"
53841
+ }
53842
+ ]
53843
+ },
53844
+ "$lt": {
53845
+ "oneOf": [
53846
+ {
53847
+ "type": "string",
53848
+ "pattern": "^[A-Fa-f\\d]{24}$"
53849
+ },
53850
+ {
53851
+ "type": "null"
53852
+ }
53853
+ ]
53854
+ },
53855
+ "$gte": {
53856
+ "oneOf": [
53857
+ {
53858
+ "type": "string",
53859
+ "pattern": "^[A-Fa-f\\d]{24}$"
53860
+ },
53861
+ {
53862
+ "type": "null"
53863
+ }
53864
+ ]
53865
+ },
53866
+ "$lte": {
53867
+ "oneOf": [
53868
+ {
53869
+ "type": "string",
53870
+ "pattern": "^[A-Fa-f\\d]{24}$"
53871
+ },
53872
+ {
53873
+ "type": "null"
53874
+ }
53875
+ ]
53876
+ },
52239
53877
  "$in": {
52240
53878
  "type": "array",
52241
53879
  "maxItems": 100,
@@ -52400,6 +54038,50 @@ Schema for the body of a Devices modification request
52400
54038
  }
52401
54039
  ]
52402
54040
  },
54041
+ "$gt": {
54042
+ "oneOf": [
54043
+ {
54044
+ "type": "string",
54045
+ "pattern": "^[A-Fa-f\\d]{24}$"
54046
+ },
54047
+ {
54048
+ "type": "null"
54049
+ }
54050
+ ]
54051
+ },
54052
+ "$lt": {
54053
+ "oneOf": [
54054
+ {
54055
+ "type": "string",
54056
+ "pattern": "^[A-Fa-f\\d]{24}$"
54057
+ },
54058
+ {
54059
+ "type": "null"
54060
+ }
54061
+ ]
54062
+ },
54063
+ "$gte": {
54064
+ "oneOf": [
54065
+ {
54066
+ "type": "string",
54067
+ "pattern": "^[A-Fa-f\\d]{24}$"
54068
+ },
54069
+ {
54070
+ "type": "null"
54071
+ }
54072
+ ]
54073
+ },
54074
+ "$lte": {
54075
+ "oneOf": [
54076
+ {
54077
+ "type": "string",
54078
+ "pattern": "^[A-Fa-f\\d]{24}$"
54079
+ },
54080
+ {
54081
+ "type": "null"
54082
+ }
54083
+ ]
54084
+ },
52403
54085
  "$in": {
52404
54086
  "type": "array",
52405
54087
  "maxItems": 100,
@@ -52461,6 +54143,50 @@ Schema for the body of a Devices modification request
52461
54143
  }
52462
54144
  ]
52463
54145
  },
54146
+ "$gt": {
54147
+ "oneOf": [
54148
+ {
54149
+ "type": "string",
54150
+ "pattern": "^[A-Fa-f\\d]{24}$"
54151
+ },
54152
+ {
54153
+ "type": "null"
54154
+ }
54155
+ ]
54156
+ },
54157
+ "$lt": {
54158
+ "oneOf": [
54159
+ {
54160
+ "type": "string",
54161
+ "pattern": "^[A-Fa-f\\d]{24}$"
54162
+ },
54163
+ {
54164
+ "type": "null"
54165
+ }
54166
+ ]
54167
+ },
54168
+ "$gte": {
54169
+ "oneOf": [
54170
+ {
54171
+ "type": "string",
54172
+ "pattern": "^[A-Fa-f\\d]{24}$"
54173
+ },
54174
+ {
54175
+ "type": "null"
54176
+ }
54177
+ ]
54178
+ },
54179
+ "$lte": {
54180
+ "oneOf": [
54181
+ {
54182
+ "type": "string",
54183
+ "pattern": "^[A-Fa-f\\d]{24}$"
54184
+ },
54185
+ {
54186
+ "type": "null"
54187
+ }
54188
+ ]
54189
+ },
52464
54190
  "$in": {
52465
54191
  "type": "array",
52466
54192
  "maxItems": 100,
@@ -53759,6 +55485,50 @@ Schema for the body of a bulk data removal request
53759
55485
  }
53760
55486
  ]
53761
55487
  },
55488
+ "$gt": {
55489
+ "oneOf": [
55490
+ {
55491
+ "type": "string",
55492
+ "pattern": "^[A-Fa-f\\d]{24}$"
55493
+ },
55494
+ {
55495
+ "type": "null"
55496
+ }
55497
+ ]
55498
+ },
55499
+ "$lt": {
55500
+ "oneOf": [
55501
+ {
55502
+ "type": "string",
55503
+ "pattern": "^[A-Fa-f\\d]{24}$"
55504
+ },
55505
+ {
55506
+ "type": "null"
55507
+ }
55508
+ ]
55509
+ },
55510
+ "$gte": {
55511
+ "oneOf": [
55512
+ {
55513
+ "type": "string",
55514
+ "pattern": "^[A-Fa-f\\d]{24}$"
55515
+ },
55516
+ {
55517
+ "type": "null"
55518
+ }
55519
+ ]
55520
+ },
55521
+ "$lte": {
55522
+ "oneOf": [
55523
+ {
55524
+ "type": "string",
55525
+ "pattern": "^[A-Fa-f\\d]{24}$"
55526
+ },
55527
+ {
55528
+ "type": "null"
55529
+ }
55530
+ ]
55531
+ },
53762
55532
  "$in": {
53763
55533
  "type": "array",
53764
55534
  "maxItems": 100,
@@ -54232,6 +56002,50 @@ Schema for the body of a bulk data removal request
54232
56002
  }
54233
56003
  ]
54234
56004
  },
56005
+ "$gt": {
56006
+ "oneOf": [
56007
+ {
56008
+ "type": "string",
56009
+ "pattern": "^[A-Fa-f\\d]{24}$"
56010
+ },
56011
+ {
56012
+ "type": "null"
56013
+ }
56014
+ ]
56015
+ },
56016
+ "$lt": {
56017
+ "oneOf": [
56018
+ {
56019
+ "type": "string",
56020
+ "pattern": "^[A-Fa-f\\d]{24}$"
56021
+ },
56022
+ {
56023
+ "type": "null"
56024
+ }
56025
+ ]
56026
+ },
56027
+ "$gte": {
56028
+ "oneOf": [
56029
+ {
56030
+ "type": "string",
56031
+ "pattern": "^[A-Fa-f\\d]{24}$"
56032
+ },
56033
+ {
56034
+ "type": "null"
56035
+ }
56036
+ ]
56037
+ },
56038
+ "$lte": {
56039
+ "oneOf": [
56040
+ {
56041
+ "type": "string",
56042
+ "pattern": "^[A-Fa-f\\d]{24}$"
56043
+ },
56044
+ {
56045
+ "type": "null"
56046
+ }
56047
+ ]
56048
+ },
54235
56049
  "$in": {
54236
56050
  "type": "array",
54237
56051
  "maxItems": 100,
@@ -54293,6 +56107,50 @@ Schema for the body of a bulk data removal request
54293
56107
  }
54294
56108
  ]
54295
56109
  },
56110
+ "$gt": {
56111
+ "oneOf": [
56112
+ {
56113
+ "type": "string",
56114
+ "pattern": "^[A-Fa-f\\d]{24}$"
56115
+ },
56116
+ {
56117
+ "type": "null"
56118
+ }
56119
+ ]
56120
+ },
56121
+ "$lt": {
56122
+ "oneOf": [
56123
+ {
56124
+ "type": "string",
56125
+ "pattern": "^[A-Fa-f\\d]{24}$"
56126
+ },
56127
+ {
56128
+ "type": "null"
56129
+ }
56130
+ ]
56131
+ },
56132
+ "$gte": {
56133
+ "oneOf": [
56134
+ {
56135
+ "type": "string",
56136
+ "pattern": "^[A-Fa-f\\d]{24}$"
56137
+ },
56138
+ {
56139
+ "type": "null"
56140
+ }
56141
+ ]
56142
+ },
56143
+ "$lte": {
56144
+ "oneOf": [
56145
+ {
56146
+ "type": "string",
56147
+ "pattern": "^[A-Fa-f\\d]{24}$"
56148
+ },
56149
+ {
56150
+ "type": "null"
56151
+ }
56152
+ ]
56153
+ },
54296
56154
  "$in": {
54297
56155
  "type": "array",
54298
56156
  "maxItems": 100,
@@ -54354,6 +56212,50 @@ Schema for the body of a bulk data removal request
54354
56212
  }
54355
56213
  ]
54356
56214
  },
56215
+ "$gt": {
56216
+ "oneOf": [
56217
+ {
56218
+ "type": "string",
56219
+ "pattern": "^[A-Fa-f\\d]{24}$"
56220
+ },
56221
+ {
56222
+ "type": "null"
56223
+ }
56224
+ ]
56225
+ },
56226
+ "$lt": {
56227
+ "oneOf": [
56228
+ {
56229
+ "type": "string",
56230
+ "pattern": "^[A-Fa-f\\d]{24}$"
56231
+ },
56232
+ {
56233
+ "type": "null"
56234
+ }
56235
+ ]
56236
+ },
56237
+ "$gte": {
56238
+ "oneOf": [
56239
+ {
56240
+ "type": "string",
56241
+ "pattern": "^[A-Fa-f\\d]{24}$"
56242
+ },
56243
+ {
56244
+ "type": "null"
56245
+ }
56246
+ ]
56247
+ },
56248
+ "$lte": {
56249
+ "oneOf": [
56250
+ {
56251
+ "type": "string",
56252
+ "pattern": "^[A-Fa-f\\d]{24}$"
56253
+ },
56254
+ {
56255
+ "type": "null"
56256
+ }
56257
+ ]
56258
+ },
54357
56259
  "$in": {
54358
56260
  "type": "array",
54359
56261
  "maxItems": 100,
@@ -54518,6 +56420,50 @@ Schema for the body of a bulk data removal request
54518
56420
  }
54519
56421
  ]
54520
56422
  },
56423
+ "$gt": {
56424
+ "oneOf": [
56425
+ {
56426
+ "type": "string",
56427
+ "pattern": "^[A-Fa-f\\d]{24}$"
56428
+ },
56429
+ {
56430
+ "type": "null"
56431
+ }
56432
+ ]
56433
+ },
56434
+ "$lt": {
56435
+ "oneOf": [
56436
+ {
56437
+ "type": "string",
56438
+ "pattern": "^[A-Fa-f\\d]{24}$"
56439
+ },
56440
+ {
56441
+ "type": "null"
56442
+ }
56443
+ ]
56444
+ },
56445
+ "$gte": {
56446
+ "oneOf": [
56447
+ {
56448
+ "type": "string",
56449
+ "pattern": "^[A-Fa-f\\d]{24}$"
56450
+ },
56451
+ {
56452
+ "type": "null"
56453
+ }
56454
+ ]
56455
+ },
56456
+ "$lte": {
56457
+ "oneOf": [
56458
+ {
56459
+ "type": "string",
56460
+ "pattern": "^[A-Fa-f\\d]{24}$"
56461
+ },
56462
+ {
56463
+ "type": "null"
56464
+ }
56465
+ ]
56466
+ },
54521
56467
  "$in": {
54522
56468
  "type": "array",
54523
56469
  "maxItems": 100,
@@ -54579,6 +56525,50 @@ Schema for the body of a bulk data removal request
54579
56525
  }
54580
56526
  ]
54581
56527
  },
56528
+ "$gt": {
56529
+ "oneOf": [
56530
+ {
56531
+ "type": "string",
56532
+ "pattern": "^[A-Fa-f\\d]{24}$"
56533
+ },
56534
+ {
56535
+ "type": "null"
56536
+ }
56537
+ ]
56538
+ },
56539
+ "$lt": {
56540
+ "oneOf": [
56541
+ {
56542
+ "type": "string",
56543
+ "pattern": "^[A-Fa-f\\d]{24}$"
56544
+ },
56545
+ {
56546
+ "type": "null"
56547
+ }
56548
+ ]
56549
+ },
56550
+ "$gte": {
56551
+ "oneOf": [
56552
+ {
56553
+ "type": "string",
56554
+ "pattern": "^[A-Fa-f\\d]{24}$"
56555
+ },
56556
+ {
56557
+ "type": "null"
56558
+ }
56559
+ ]
56560
+ },
56561
+ "$lte": {
56562
+ "oneOf": [
56563
+ {
56564
+ "type": "string",
56565
+ "pattern": "^[A-Fa-f\\d]{24}$"
56566
+ },
56567
+ {
56568
+ "type": "null"
56569
+ }
56570
+ ]
56571
+ },
54582
56572
  "$in": {
54583
56573
  "type": "array",
54584
56574
  "maxItems": 100,
@@ -58238,6 +60228,50 @@ Export options for events
58238
60228
  }
58239
60229
  ]
58240
60230
  },
60231
+ "$gt": {
60232
+ "oneOf": [
60233
+ {
60234
+ "type": "string",
60235
+ "pattern": "^[A-Fa-f\\d]{24}$"
60236
+ },
60237
+ {
60238
+ "type": "null"
60239
+ }
60240
+ ]
60241
+ },
60242
+ "$lt": {
60243
+ "oneOf": [
60244
+ {
60245
+ "type": "string",
60246
+ "pattern": "^[A-Fa-f\\d]{24}$"
60247
+ },
60248
+ {
60249
+ "type": "null"
60250
+ }
60251
+ ]
60252
+ },
60253
+ "$gte": {
60254
+ "oneOf": [
60255
+ {
60256
+ "type": "string",
60257
+ "pattern": "^[A-Fa-f\\d]{24}$"
60258
+ },
60259
+ {
60260
+ "type": "null"
60261
+ }
60262
+ ]
60263
+ },
60264
+ "$lte": {
60265
+ "oneOf": [
60266
+ {
60267
+ "type": "string",
60268
+ "pattern": "^[A-Fa-f\\d]{24}$"
60269
+ },
60270
+ {
60271
+ "type": "null"
60272
+ }
60273
+ ]
60274
+ },
58241
60275
  "$in": {
58242
60276
  "type": "array",
58243
60277
  "maxItems": 100,
@@ -58299,6 +60333,50 @@ Export options for events
58299
60333
  }
58300
60334
  ]
58301
60335
  },
60336
+ "$gt": {
60337
+ "oneOf": [
60338
+ {
60339
+ "type": "string",
60340
+ "pattern": "^[A-Fa-f\\d]{24}$"
60341
+ },
60342
+ {
60343
+ "type": "null"
60344
+ }
60345
+ ]
60346
+ },
60347
+ "$lt": {
60348
+ "oneOf": [
60349
+ {
60350
+ "type": "string",
60351
+ "pattern": "^[A-Fa-f\\d]{24}$"
60352
+ },
60353
+ {
60354
+ "type": "null"
60355
+ }
60356
+ ]
60357
+ },
60358
+ "$gte": {
60359
+ "oneOf": [
60360
+ {
60361
+ "type": "string",
60362
+ "pattern": "^[A-Fa-f\\d]{24}$"
60363
+ },
60364
+ {
60365
+ "type": "null"
60366
+ }
60367
+ ]
60368
+ },
60369
+ "$lte": {
60370
+ "oneOf": [
60371
+ {
60372
+ "type": "string",
60373
+ "pattern": "^[A-Fa-f\\d]{24}$"
60374
+ },
60375
+ {
60376
+ "type": "null"
60377
+ }
60378
+ ]
60379
+ },
58302
60380
  "$in": {
58303
60381
  "type": "array",
58304
60382
  "maxItems": 100,
@@ -68646,6 +70724,17 @@ Schema for a single Experience User
68646
70724
  "id": {
68647
70725
  "type": "string",
68648
70726
  "pattern": "^[A-Fa-f\\d]{24}$"
70727
+ },
70728
+ "parentId": {
70729
+ "oneOf": [
70730
+ {
70731
+ "type": "string",
70732
+ "pattern": "^[A-Fa-f\\d]{24}$"
70733
+ },
70734
+ {
70735
+ "type": "null"
70736
+ }
70737
+ ]
68649
70738
  }
68650
70739
  }
68651
70740
  }
@@ -68913,6 +71002,17 @@ Schema for a collection of Experience Users
68913
71002
  "id": {
68914
71003
  "type": "string",
68915
71004
  "pattern": "^[A-Fa-f\\d]{24}$"
71005
+ },
71006
+ "parentId": {
71007
+ "oneOf": [
71008
+ {
71009
+ "type": "string",
71010
+ "pattern": "^[A-Fa-f\\d]{24}$"
71011
+ },
71012
+ {
71013
+ "type": "null"
71014
+ }
71015
+ ]
68916
71016
  }
68917
71017
  }
68918
71018
  }
@@ -91175,6 +93275,50 @@ Schema for the body of a bulk flow versions delete request
91175
93275
  }
91176
93276
  ]
91177
93277
  },
93278
+ "$gt": {
93279
+ "oneOf": [
93280
+ {
93281
+ "type": "string",
93282
+ "pattern": "^[A-Fa-f\\d]{24}$"
93283
+ },
93284
+ {
93285
+ "type": "null"
93286
+ }
93287
+ ]
93288
+ },
93289
+ "$lt": {
93290
+ "oneOf": [
93291
+ {
93292
+ "type": "string",
93293
+ "pattern": "^[A-Fa-f\\d]{24}$"
93294
+ },
93295
+ {
93296
+ "type": "null"
93297
+ }
93298
+ ]
93299
+ },
93300
+ "$gte": {
93301
+ "oneOf": [
93302
+ {
93303
+ "type": "string",
93304
+ "pattern": "^[A-Fa-f\\d]{24}$"
93305
+ },
93306
+ {
93307
+ "type": "null"
93308
+ }
93309
+ ]
93310
+ },
93311
+ "$lte": {
93312
+ "oneOf": [
93313
+ {
93314
+ "type": "string",
93315
+ "pattern": "^[A-Fa-f\\d]{24}$"
93316
+ },
93317
+ {
93318
+ "type": "null"
93319
+ }
93320
+ ]
93321
+ },
91178
93322
  "$in": {
91179
93323
  "type": "array",
91180
93324
  "maxItems": 100,
@@ -116404,6 +118548,50 @@ Schema for the body of a request to send a command to multiple Devices
116404
118548
  }
116405
118549
  ]
116406
118550
  },
118551
+ "$gt": {
118552
+ "oneOf": [
118553
+ {
118554
+ "type": "string",
118555
+ "pattern": "^[A-Fa-f\\d]{24}$"
118556
+ },
118557
+ {
118558
+ "type": "null"
118559
+ }
118560
+ ]
118561
+ },
118562
+ "$lt": {
118563
+ "oneOf": [
118564
+ {
118565
+ "type": "string",
118566
+ "pattern": "^[A-Fa-f\\d]{24}$"
118567
+ },
118568
+ {
118569
+ "type": "null"
118570
+ }
118571
+ ]
118572
+ },
118573
+ "$gte": {
118574
+ "oneOf": [
118575
+ {
118576
+ "type": "string",
118577
+ "pattern": "^[A-Fa-f\\d]{24}$"
118578
+ },
118579
+ {
118580
+ "type": "null"
118581
+ }
118582
+ ]
118583
+ },
118584
+ "$lte": {
118585
+ "oneOf": [
118586
+ {
118587
+ "type": "string",
118588
+ "pattern": "^[A-Fa-f\\d]{24}$"
118589
+ },
118590
+ {
118591
+ "type": "null"
118592
+ }
118593
+ ]
118594
+ },
116407
118595
  "$in": {
116408
118596
  "type": "array",
116409
118597
  "maxItems": 100,
@@ -116877,6 +119065,50 @@ Schema for the body of a request to send a command to multiple Devices
116877
119065
  }
116878
119066
  ]
116879
119067
  },
119068
+ "$gt": {
119069
+ "oneOf": [
119070
+ {
119071
+ "type": "string",
119072
+ "pattern": "^[A-Fa-f\\d]{24}$"
119073
+ },
119074
+ {
119075
+ "type": "null"
119076
+ }
119077
+ ]
119078
+ },
119079
+ "$lt": {
119080
+ "oneOf": [
119081
+ {
119082
+ "type": "string",
119083
+ "pattern": "^[A-Fa-f\\d]{24}$"
119084
+ },
119085
+ {
119086
+ "type": "null"
119087
+ }
119088
+ ]
119089
+ },
119090
+ "$gte": {
119091
+ "oneOf": [
119092
+ {
119093
+ "type": "string",
119094
+ "pattern": "^[A-Fa-f\\d]{24}$"
119095
+ },
119096
+ {
119097
+ "type": "null"
119098
+ }
119099
+ ]
119100
+ },
119101
+ "$lte": {
119102
+ "oneOf": [
119103
+ {
119104
+ "type": "string",
119105
+ "pattern": "^[A-Fa-f\\d]{24}$"
119106
+ },
119107
+ {
119108
+ "type": "null"
119109
+ }
119110
+ ]
119111
+ },
116880
119112
  "$in": {
116881
119113
  "type": "array",
116882
119114
  "maxItems": 100,
@@ -116938,46 +119170,29 @@ Schema for the body of a request to send a command to multiple Devices
116938
119170
  }
116939
119171
  ]
116940
119172
  },
116941
- "$in": {
116942
- "type": "array",
116943
- "maxItems": 100,
116944
- "items": {
116945
- "type": "string",
116946
- "pattern": "^[A-Fa-f\\d]{24}$"
116947
- }
119173
+ "$gt": {
119174
+ "oneOf": [
119175
+ {
119176
+ "type": "string",
119177
+ "pattern": "^[A-Fa-f\\d]{24}$"
119178
+ },
119179
+ {
119180
+ "type": "null"
119181
+ }
119182
+ ]
116948
119183
  },
116949
- "$nin": {
116950
- "type": "array",
116951
- "maxItems": 100,
116952
- "items": {
116953
- "type": "string",
116954
- "pattern": "^[A-Fa-f\\d]{24}$"
116955
- }
116956
- }
116957
- },
116958
- "additionalProperties": false,
116959
- "minProperties": 1,
116960
- "maxProperties": 1
116961
- }
116962
- ]
116963
- },
116964
- "ancestorId": {
116965
- "oneOf": [
116966
- {
116967
- "oneOf": [
116968
- {
116969
- "type": "string",
116970
- "pattern": "^[A-Fa-f\\d]{24}$"
119184
+ "$lt": {
119185
+ "oneOf": [
119186
+ {
119187
+ "type": "string",
119188
+ "pattern": "^[A-Fa-f\\d]{24}$"
119189
+ },
119190
+ {
119191
+ "type": "null"
119192
+ }
119193
+ ]
116971
119194
  },
116972
- {
116973
- "type": "null"
116974
- }
116975
- ]
116976
- },
116977
- {
116978
- "type": "object",
116979
- "properties": {
116980
- "$eq": {
119195
+ "$gte": {
116981
119196
  "oneOf": [
116982
119197
  {
116983
119198
  "type": "string",
@@ -116988,7 +119203,112 @@ Schema for the body of a request to send a command to multiple Devices
116988
119203
  }
116989
119204
  ]
116990
119205
  },
116991
- "$ne": {
119206
+ "$lte": {
119207
+ "oneOf": [
119208
+ {
119209
+ "type": "string",
119210
+ "pattern": "^[A-Fa-f\\d]{24}$"
119211
+ },
119212
+ {
119213
+ "type": "null"
119214
+ }
119215
+ ]
119216
+ },
119217
+ "$in": {
119218
+ "type": "array",
119219
+ "maxItems": 100,
119220
+ "items": {
119221
+ "type": "string",
119222
+ "pattern": "^[A-Fa-f\\d]{24}$"
119223
+ }
119224
+ },
119225
+ "$nin": {
119226
+ "type": "array",
119227
+ "maxItems": 100,
119228
+ "items": {
119229
+ "type": "string",
119230
+ "pattern": "^[A-Fa-f\\d]{24}$"
119231
+ }
119232
+ }
119233
+ },
119234
+ "additionalProperties": false,
119235
+ "minProperties": 1,
119236
+ "maxProperties": 1
119237
+ }
119238
+ ]
119239
+ },
119240
+ "ancestorId": {
119241
+ "oneOf": [
119242
+ {
119243
+ "oneOf": [
119244
+ {
119245
+ "type": "string",
119246
+ "pattern": "^[A-Fa-f\\d]{24}$"
119247
+ },
119248
+ {
119249
+ "type": "null"
119250
+ }
119251
+ ]
119252
+ },
119253
+ {
119254
+ "type": "object",
119255
+ "properties": {
119256
+ "$eq": {
119257
+ "oneOf": [
119258
+ {
119259
+ "type": "string",
119260
+ "pattern": "^[A-Fa-f\\d]{24}$"
119261
+ },
119262
+ {
119263
+ "type": "null"
119264
+ }
119265
+ ]
119266
+ },
119267
+ "$ne": {
119268
+ "oneOf": [
119269
+ {
119270
+ "type": "string",
119271
+ "pattern": "^[A-Fa-f\\d]{24}$"
119272
+ },
119273
+ {
119274
+ "type": "null"
119275
+ }
119276
+ ]
119277
+ },
119278
+ "$gt": {
119279
+ "oneOf": [
119280
+ {
119281
+ "type": "string",
119282
+ "pattern": "^[A-Fa-f\\d]{24}$"
119283
+ },
119284
+ {
119285
+ "type": "null"
119286
+ }
119287
+ ]
119288
+ },
119289
+ "$lt": {
119290
+ "oneOf": [
119291
+ {
119292
+ "type": "string",
119293
+ "pattern": "^[A-Fa-f\\d]{24}$"
119294
+ },
119295
+ {
119296
+ "type": "null"
119297
+ }
119298
+ ]
119299
+ },
119300
+ "$gte": {
119301
+ "oneOf": [
119302
+ {
119303
+ "type": "string",
119304
+ "pattern": "^[A-Fa-f\\d]{24}$"
119305
+ },
119306
+ {
119307
+ "type": "null"
119308
+ }
119309
+ ]
119310
+ },
119311
+ "$lte": {
116992
119312
  "oneOf": [
116993
119313
  {
116994
119314
  "type": "string",
@@ -117163,6 +119483,50 @@ Schema for the body of a request to send a command to multiple Devices
117163
119483
  }
117164
119484
  ]
117165
119485
  },
119486
+ "$gt": {
119487
+ "oneOf": [
119488
+ {
119489
+ "type": "string",
119490
+ "pattern": "^[A-Fa-f\\d]{24}$"
119491
+ },
119492
+ {
119493
+ "type": "null"
119494
+ }
119495
+ ]
119496
+ },
119497
+ "$lt": {
119498
+ "oneOf": [
119499
+ {
119500
+ "type": "string",
119501
+ "pattern": "^[A-Fa-f\\d]{24}$"
119502
+ },
119503
+ {
119504
+ "type": "null"
119505
+ }
119506
+ ]
119507
+ },
119508
+ "$gte": {
119509
+ "oneOf": [
119510
+ {
119511
+ "type": "string",
119512
+ "pattern": "^[A-Fa-f\\d]{24}$"
119513
+ },
119514
+ {
119515
+ "type": "null"
119516
+ }
119517
+ ]
119518
+ },
119519
+ "$lte": {
119520
+ "oneOf": [
119521
+ {
119522
+ "type": "string",
119523
+ "pattern": "^[A-Fa-f\\d]{24}$"
119524
+ },
119525
+ {
119526
+ "type": "null"
119527
+ }
119528
+ ]
119529
+ },
117166
119530
  "$in": {
117167
119531
  "type": "array",
117168
119532
  "maxItems": 100,
@@ -117224,6 +119588,50 @@ Schema for the body of a request to send a command to multiple Devices
117224
119588
  }
117225
119589
  ]
117226
119590
  },
119591
+ "$gt": {
119592
+ "oneOf": [
119593
+ {
119594
+ "type": "string",
119595
+ "pattern": "^[A-Fa-f\\d]{24}$"
119596
+ },
119597
+ {
119598
+ "type": "null"
119599
+ }
119600
+ ]
119601
+ },
119602
+ "$lt": {
119603
+ "oneOf": [
119604
+ {
119605
+ "type": "string",
119606
+ "pattern": "^[A-Fa-f\\d]{24}$"
119607
+ },
119608
+ {
119609
+ "type": "null"
119610
+ }
119611
+ ]
119612
+ },
119613
+ "$gte": {
119614
+ "oneOf": [
119615
+ {
119616
+ "type": "string",
119617
+ "pattern": "^[A-Fa-f\\d]{24}$"
119618
+ },
119619
+ {
119620
+ "type": "null"
119621
+ }
119622
+ ]
119623
+ },
119624
+ "$lte": {
119625
+ "oneOf": [
119626
+ {
119627
+ "type": "string",
119628
+ "pattern": "^[A-Fa-f\\d]{24}$"
119629
+ },
119630
+ {
119631
+ "type": "null"
119632
+ }
119633
+ ]
119634
+ },
117227
119635
  "$in": {
117228
119636
  "type": "array",
117229
119637
  "maxItems": 100,
@@ -124297,6 +126705,437 @@ SAML Response body for login
124297
126705
  "type": "string",
124298
126706
  "maxLength": 45,
124299
126707
  "minLength": 3
126708
+ },
126709
+ "requestedScopes": {
126710
+ "type": "array",
126711
+ "uniqueItems": true,
126712
+ "items": {
126713
+ "oneOf": [
126714
+ {
126715
+ "oneOf": [
126716
+ {
126717
+ "type": "string",
126718
+ "enum": [
126719
+ "all.Application",
126720
+ "all.Application.read",
126721
+ "all.Application.cli",
126722
+ "all.Device",
126723
+ "all.Device.read",
126724
+ "application.*",
126725
+ "applicationApiToken.*",
126726
+ "applicationApiTokens.*",
126727
+ "applicationCertificate.*",
126728
+ "applicationCertificates.*",
126729
+ "applicationCertificateAuthority.*",
126730
+ "applicationCertificateAuthorities.*",
126731
+ "applicationDashboards.*",
126732
+ "applicationDashboard.*",
126733
+ "applicationKey.*",
126734
+ "applicationKeys.*",
126735
+ "data.*",
126736
+ "dataTable.*",
126737
+ "dataTables.*",
126738
+ "dataTableRow.*",
126739
+ "dataTableRows.*",
126740
+ "device.*",
126741
+ "deviceRecipe.*",
126742
+ "deviceRecipes.*",
126743
+ "devices.*",
126744
+ "edgeDeployment.*",
126745
+ "edgeDeployments.*",
126746
+ "embeddedDeployment.*",
126747
+ "embeddedDeployments.*",
126748
+ "event.*",
126749
+ "events.*",
126750
+ "experience.*",
126751
+ "experienceDomain.*",
126752
+ "experienceDomains.*",
126753
+ "experienceEndpoint.*",
126754
+ "experienceEndpoints.*",
126755
+ "experienceGroup.*",
126756
+ "experienceGroups.*",
126757
+ "experienceSlug.*",
126758
+ "experienceSlugs.*",
126759
+ "experienceUser.*",
126760
+ "experienceUsers.*",
126761
+ "experienceVersion.*",
126762
+ "experienceVersions.*",
126763
+ "experienceView.*",
126764
+ "experienceViews.*",
126765
+ "integration.*",
126766
+ "integrations.*",
126767
+ "file.*",
126768
+ "files.*",
126769
+ "flow.*",
126770
+ "flows.*",
126771
+ "flowVersion.*",
126772
+ "flowVersions.*",
126773
+ "notebook.*",
126774
+ "notebooks.*",
126775
+ "webhook.*",
126776
+ "webhooks.*",
126777
+ "application.applyTemplate",
126778
+ "application.archiveData",
126779
+ "application.backfillArchiveData",
126780
+ "application.clone",
126781
+ "application.export",
126782
+ "application.import",
126783
+ "application.fullEventsArchive",
126784
+ "application.fullDataTablesArchive",
126785
+ "application.debug",
126786
+ "application.delete",
126787
+ "application.get",
126788
+ "application.mqttPublishMessage",
126789
+ "application.mqttSubscriptionStream",
126790
+ "application.patch",
126791
+ "application.payloadCounts",
126792
+ "application.search",
126793
+ "applicationApiToken.delete",
126794
+ "applicationApiToken.get",
126795
+ "applicationApiToken.patch",
126796
+ "applicationApiTokens.get",
126797
+ "applicationApiTokens.post",
126798
+ "applicationCertificate.delete",
126799
+ "applicationCertificate.get",
126800
+ "applicationCertificate.patch",
126801
+ "applicationCertificates.get",
126802
+ "applicationCertificates.post",
126803
+ "applicationCertificateAuthority.delete",
126804
+ "applicationCertificateAuthority.get",
126805
+ "applicationCertificateAuthority.patch",
126806
+ "applicationCertificateAuthorities.get",
126807
+ "applicationCertificateAuthorities.post",
126808
+ "applicationDashboard.get",
126809
+ "applicationDashboard.patch",
126810
+ "applicationDashboard.sendReport",
126811
+ "applicationDashboard.delete",
126812
+ "applicationDashboards.get",
126813
+ "applicationDashboards.post",
126814
+ "applicationKey.delete",
126815
+ "applicationKey.get",
126816
+ "applicationKey.patch",
126817
+ "applicationKeys.get",
126818
+ "applicationKeys.post",
126819
+ "data.export",
126820
+ "data.lastValueQuery",
126821
+ "data.timeSeriesQuery",
126822
+ "dataTable.addColumn",
126823
+ "dataTable.delete",
126824
+ "dataTable.get",
126825
+ "dataTable.patch",
126826
+ "dataTable.removeColumn",
126827
+ "dataTableRow.delete",
126828
+ "dataTableRow.get",
126829
+ "dataTableRow.patch",
126830
+ "dataTableRows.get",
126831
+ "dataTableRows.post",
126832
+ "dataTableRows.query",
126833
+ "dataTableRows.export",
126834
+ "dataTableRows.delete",
126835
+ "dataTableRows.truncate",
126836
+ "dataTables.get",
126837
+ "dataTables.post",
126838
+ "device.commandStream",
126839
+ "device.debug",
126840
+ "device.delete",
126841
+ "device.export",
126842
+ "device.get",
126843
+ "device.getCommand",
126844
+ "device.getCompositeState",
126845
+ "device.getLogEntries",
126846
+ "device.getState",
126847
+ "device.patch",
126848
+ "device.payloadCounts",
126849
+ "device.removeData",
126850
+ "device.sendCommand",
126851
+ "device.sendState",
126852
+ "device.setConnectionStatus",
126853
+ "device.stateStream",
126854
+ "deviceRecipe.bulkCreate",
126855
+ "deviceRecipe.delete",
126856
+ "deviceRecipe.get",
126857
+ "deviceRecipe.patch",
126858
+ "deviceRecipes.get",
126859
+ "deviceRecipes.post",
126860
+ "devices.attributeNames",
126861
+ "devices.patch",
126862
+ "devices.delete",
126863
+ "devices.removeData",
126864
+ "devices.detailedSummary",
126865
+ "devices.deviceNames",
126866
+ "devices.export",
126867
+ "devices.get",
126868
+ "devices.payloadCounts",
126869
+ "devices.post",
126870
+ "devices.sendCommand",
126871
+ "devices.tagKeys",
126872
+ "devices.tagValues",
126873
+ "edgeDeployment.get",
126874
+ "edgeDeployments.get",
126875
+ "edgeDeployments.release",
126876
+ "edgeDeployments.remove",
126877
+ "edgeDeployments.replace",
126878
+ "embeddedDeployment.get",
126879
+ "embeddedDeployments.get",
126880
+ "embeddedDeployments.release",
126881
+ "embeddedDeployments.remove",
126882
+ "embeddedDeployments.replace",
126883
+ "embeddedDeployments.export",
126884
+ "event.delete",
126885
+ "event.get",
126886
+ "event.patch",
126887
+ "events.delete",
126888
+ "events.get",
126889
+ "events.mostRecentBySeverity",
126890
+ "events.patch",
126891
+ "events.post",
126892
+ "events.export",
126893
+ "experience.delete",
126894
+ "experience.bootstrap",
126895
+ "experienceDomain.delete",
126896
+ "experienceDomain.get",
126897
+ "experienceDomain.patch",
126898
+ "experienceDomains.get",
126899
+ "experienceDomains.post",
126900
+ "experienceEndpoint.delete",
126901
+ "experienceEndpoint.get",
126902
+ "experienceEndpoint.linkedResources",
126903
+ "experienceEndpoint.patch",
126904
+ "experienceEndpoints.get",
126905
+ "experienceEndpoints.post",
126906
+ "experienceEndpoints.stats",
126907
+ "experienceGroup.delete",
126908
+ "experienceGroup.get",
126909
+ "experienceGroup.patch",
126910
+ "experienceGroups.detailedSummary",
126911
+ "experienceGroups.get",
126912
+ "experienceGroups.post",
126913
+ "experienceSlug.delete",
126914
+ "experienceSlug.get",
126915
+ "experienceSlug.patch",
126916
+ "experienceSlugs.get",
126917
+ "experienceSlugs.post",
126918
+ "experienceUser.delete",
126919
+ "experienceUser.get",
126920
+ "experienceUser.patch",
126921
+ "experienceUsers.detailedSummary",
126922
+ "experienceUsers.get",
126923
+ "experienceUsers.post",
126924
+ "experienceVersion.delete",
126925
+ "experienceVersion.get",
126926
+ "experienceVersion.patch",
126927
+ "experienceVersions.get",
126928
+ "experienceVersions.post",
126929
+ "experienceView.debug",
126930
+ "experienceView.delete",
126931
+ "experienceView.get",
126932
+ "experienceView.linkedResources",
126933
+ "experienceView.patch",
126934
+ "experienceViews.debug",
126935
+ "experienceViews.detailedSummary",
126936
+ "experienceViews.get",
126937
+ "experienceViews.post",
126938
+ "file.get",
126939
+ "file.patch",
126940
+ "file.move",
126941
+ "file.delete",
126942
+ "file.upload",
126943
+ "files.get",
126944
+ "files.post",
126945
+ "flow.clearStorageEntries",
126946
+ "flow.debug",
126947
+ "flow.delete",
126948
+ "flow.errors",
126949
+ "flow.get",
126950
+ "flow.getStorageEntries",
126951
+ "flow.log",
126952
+ "flow.patch",
126953
+ "flow.pressVirtualButton",
126954
+ "flow.setStorageEntry",
126955
+ "flow.getStorageEntriesMetadata",
126956
+ "flow.stats",
126957
+ "flows.get",
126958
+ "flows.getByVersion",
126959
+ "flows.import",
126960
+ "flows.palette",
126961
+ "flows.post",
126962
+ "flowVersion.delete",
126963
+ "flowVersion.errors",
126964
+ "flowVersion.get",
126965
+ "flowVersion.log",
126966
+ "flowVersion.patch",
126967
+ "flowVersion.stats",
126968
+ "flowVersions.delete",
126969
+ "flowVersions.get",
126970
+ "flowVersions.post",
126971
+ "integration.delete",
126972
+ "integration.get",
126973
+ "integration.patch",
126974
+ "integrations.get",
126975
+ "integrations.post",
126976
+ "notebook.delete",
126977
+ "notebook.execute",
126978
+ "notebook.get",
126979
+ "notebook.logs",
126980
+ "notebook.patch",
126981
+ "notebook.requestInputDataExport",
126982
+ "notebook.upload",
126983
+ "notebooks.get",
126984
+ "notebooks.post",
126985
+ "webhook.delete",
126986
+ "webhook.get",
126987
+ "webhook.patch",
126988
+ "webhooks.get",
126989
+ "webhooks.post"
126990
+ ]
126991
+ },
126992
+ {
126993
+ "type": "string",
126994
+ "enum": [
126995
+ "all.Organization",
126996
+ "all.Organization.read",
126997
+ "applications.*",
126998
+ "auditLog.*",
126999
+ "auditLogs.*",
127000
+ "dashboard.*",
127001
+ "dashboards.*",
127002
+ "org.*",
127003
+ "applications.get",
127004
+ "applications.post",
127005
+ "applications.import",
127006
+ "applications.detailedSummary",
127007
+ "auditLog.get",
127008
+ "auditLogs.get",
127009
+ "dashboard.patch",
127010
+ "dashboard.delete",
127011
+ "dashboard.sendReport",
127012
+ "dashboards.get",
127013
+ "dashboards.post",
127014
+ "org.get",
127015
+ "org.patch",
127016
+ "org.delete",
127017
+ "org.pendingInvites",
127018
+ "org.inviteMember",
127019
+ "org.revokeInvite",
127020
+ "org.modifyMember",
127021
+ "org.removeMember",
127022
+ "org.payloadCounts",
127023
+ "org.invoices",
127024
+ "org.currentCard",
127025
+ "org.chargeDetails",
127026
+ "org.transferResources"
127027
+ ]
127028
+ }
127029
+ ]
127030
+ },
127031
+ {
127032
+ "type": "string",
127033
+ "enum": [
127034
+ "all.Instance",
127035
+ "all.Instance.read",
127036
+ "instance.*",
127037
+ "instance.get",
127038
+ "instance.patch",
127039
+ "instance.historicalSummaries",
127040
+ "instance.generateReport",
127041
+ "instanceOrg.*",
127042
+ "instanceOrg.get",
127043
+ "instanceOrg.patch",
127044
+ "instanceOrg.delete",
127045
+ "instanceOrgs.*",
127046
+ "instanceOrgs.get",
127047
+ "instanceOrgs.post",
127048
+ "instanceMember.*",
127049
+ "instanceMember.get",
127050
+ "instanceMember.patch",
127051
+ "instanceMember.delete",
127052
+ "instanceMembers.*",
127053
+ "instanceMembers.get",
127054
+ "instanceMembers.post",
127055
+ "instanceOrgMember.*",
127056
+ "instanceOrgMember.get",
127057
+ "instanceOrgMember.patch",
127058
+ "instanceOrgMember.delete",
127059
+ "instanceOrgMembers.*",
127060
+ "instanceOrgMembers.get",
127061
+ "instanceOrgMembers.post",
127062
+ "instanceOrgInvite.*",
127063
+ "instanceOrgInvite.get",
127064
+ "instanceOrgInvite.delete",
127065
+ "instanceOrgInvite.resendInvite",
127066
+ "instanceOrgInvites.*",
127067
+ "instanceOrgInvites.get",
127068
+ "instanceOrgInvites.post",
127069
+ "instanceApiTokens.*",
127070
+ "instanceApiTokens.get",
127071
+ "instanceApiTokens.post",
127072
+ "instanceApiToken.*",
127073
+ "instanceApiToken.get",
127074
+ "instanceApiToken.patch",
127075
+ "instanceApiToken.delete",
127076
+ "instanceCustomNodes.*",
127077
+ "instanceCustomNodes.get",
127078
+ "instanceCustomNodes.post",
127079
+ "instanceCustomNode.*",
127080
+ "instanceCustomNode.get",
127081
+ "instanceCustomNode.patch",
127082
+ "instanceCustomNode.delete",
127083
+ "instanceCustomNode.errors",
127084
+ "instanceCustomNode.stats",
127085
+ "instanceSandbox.*",
127086
+ "instanceSandbox.get",
127087
+ "instanceSandbox.delete",
127088
+ "instanceSandbox.undelete",
127089
+ "instanceSandboxes.*",
127090
+ "instanceSandboxes.get"
127091
+ ]
127092
+ },
127093
+ {
127094
+ "type": "string",
127095
+ "enum": [
127096
+ "all.User",
127097
+ "all.User.read",
127098
+ "all.User.cli",
127099
+ "userApiToken.*",
127100
+ "userApiToken.get",
127101
+ "userApiToken.patch",
127102
+ "userApiToken.delete",
127103
+ "userApiTokens.*",
127104
+ "userApiTokens.get",
127105
+ "userApiTokens.post",
127106
+ "applicationTemplate.*",
127107
+ "applicationTemplate.get",
127108
+ "applicationTemplates.*",
127109
+ "applicationTemplates.get",
127110
+ "applicationTemplates.getCategories",
127111
+ "applicationTemplates.getUniqueKeywords",
127112
+ "instances.*",
127113
+ "instances.get",
127114
+ "me.*",
127115
+ "me.get",
127116
+ "me.patch",
127117
+ "me.delete",
127118
+ "me.verifyEmail",
127119
+ "me.changePassword",
127120
+ "me.enableTwoFactorAuth",
127121
+ "me.disableTwoFactorAuth",
127122
+ "me.disconnectGithub",
127123
+ "me.connectGithub",
127124
+ "me.addRecentItem",
127125
+ "me.fetchRecentItems",
127126
+ "me.payloadCounts",
127127
+ "me.transferResources",
127128
+ "orgs.*",
127129
+ "orgs.get",
127130
+ "orgs.post"
127131
+ ]
127132
+ }
127133
+ ]
127134
+ }
127135
+ },
127136
+ "tokenTTL": {
127137
+ "type": "integer",
127138
+ "minimum": 0
124300
127139
  }
124301
127140
  },
124302
127141
  "required": [