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.
@@ -278,6 +278,50 @@
278
278
  }
279
279
  ]
280
280
  },
281
+ "$gt": {
282
+ "oneOf": [
283
+ {
284
+ "type": "string",
285
+ "pattern": "^[A-Fa-f\\d]{24}$"
286
+ },
287
+ {
288
+ "type": "null"
289
+ }
290
+ ]
291
+ },
292
+ "$lt": {
293
+ "oneOf": [
294
+ {
295
+ "type": "string",
296
+ "pattern": "^[A-Fa-f\\d]{24}$"
297
+ },
298
+ {
299
+ "type": "null"
300
+ }
301
+ ]
302
+ },
303
+ "$gte": {
304
+ "oneOf": [
305
+ {
306
+ "type": "string",
307
+ "pattern": "^[A-Fa-f\\d]{24}$"
308
+ },
309
+ {
310
+ "type": "null"
311
+ }
312
+ ]
313
+ },
314
+ "$lte": {
315
+ "oneOf": [
316
+ {
317
+ "type": "string",
318
+ "pattern": "^[A-Fa-f\\d]{24}$"
319
+ },
320
+ {
321
+ "type": "null"
322
+ }
323
+ ]
324
+ },
281
325
  "$in": {
282
326
  "type": "array",
283
327
  "maxItems": 100,
@@ -751,6 +795,50 @@
751
795
  }
752
796
  ]
753
797
  },
798
+ "$gt": {
799
+ "oneOf": [
800
+ {
801
+ "type": "string",
802
+ "pattern": "^[A-Fa-f\\d]{24}$"
803
+ },
804
+ {
805
+ "type": "null"
806
+ }
807
+ ]
808
+ },
809
+ "$lt": {
810
+ "oneOf": [
811
+ {
812
+ "type": "string",
813
+ "pattern": "^[A-Fa-f\\d]{24}$"
814
+ },
815
+ {
816
+ "type": "null"
817
+ }
818
+ ]
819
+ },
820
+ "$gte": {
821
+ "oneOf": [
822
+ {
823
+ "type": "string",
824
+ "pattern": "^[A-Fa-f\\d]{24}$"
825
+ },
826
+ {
827
+ "type": "null"
828
+ }
829
+ ]
830
+ },
831
+ "$lte": {
832
+ "oneOf": [
833
+ {
834
+ "type": "string",
835
+ "pattern": "^[A-Fa-f\\d]{24}$"
836
+ },
837
+ {
838
+ "type": "null"
839
+ }
840
+ ]
841
+ },
754
842
  "$in": {
755
843
  "type": "array",
756
844
  "maxItems": 100,
@@ -812,6 +900,50 @@
812
900
  }
813
901
  ]
814
902
  },
903
+ "$gt": {
904
+ "oneOf": [
905
+ {
906
+ "type": "string",
907
+ "pattern": "^[A-Fa-f\\d]{24}$"
908
+ },
909
+ {
910
+ "type": "null"
911
+ }
912
+ ]
913
+ },
914
+ "$lt": {
915
+ "oneOf": [
916
+ {
917
+ "type": "string",
918
+ "pattern": "^[A-Fa-f\\d]{24}$"
919
+ },
920
+ {
921
+ "type": "null"
922
+ }
923
+ ]
924
+ },
925
+ "$gte": {
926
+ "oneOf": [
927
+ {
928
+ "type": "string",
929
+ "pattern": "^[A-Fa-f\\d]{24}$"
930
+ },
931
+ {
932
+ "type": "null"
933
+ }
934
+ ]
935
+ },
936
+ "$lte": {
937
+ "oneOf": [
938
+ {
939
+ "type": "string",
940
+ "pattern": "^[A-Fa-f\\d]{24}$"
941
+ },
942
+ {
943
+ "type": "null"
944
+ }
945
+ ]
946
+ },
815
947
  "$in": {
816
948
  "type": "array",
817
949
  "maxItems": 100,
@@ -873,6 +1005,50 @@
873
1005
  }
874
1006
  ]
875
1007
  },
1008
+ "$gt": {
1009
+ "oneOf": [
1010
+ {
1011
+ "type": "string",
1012
+ "pattern": "^[A-Fa-f\\d]{24}$"
1013
+ },
1014
+ {
1015
+ "type": "null"
1016
+ }
1017
+ ]
1018
+ },
1019
+ "$lt": {
1020
+ "oneOf": [
1021
+ {
1022
+ "type": "string",
1023
+ "pattern": "^[A-Fa-f\\d]{24}$"
1024
+ },
1025
+ {
1026
+ "type": "null"
1027
+ }
1028
+ ]
1029
+ },
1030
+ "$gte": {
1031
+ "oneOf": [
1032
+ {
1033
+ "type": "string",
1034
+ "pattern": "^[A-Fa-f\\d]{24}$"
1035
+ },
1036
+ {
1037
+ "type": "null"
1038
+ }
1039
+ ]
1040
+ },
1041
+ "$lte": {
1042
+ "oneOf": [
1043
+ {
1044
+ "type": "string",
1045
+ "pattern": "^[A-Fa-f\\d]{24}$"
1046
+ },
1047
+ {
1048
+ "type": "null"
1049
+ }
1050
+ ]
1051
+ },
876
1052
  "$in": {
877
1053
  "type": "array",
878
1054
  "maxItems": 100,
@@ -1037,6 +1213,50 @@
1037
1213
  }
1038
1214
  ]
1039
1215
  },
1216
+ "$gt": {
1217
+ "oneOf": [
1218
+ {
1219
+ "type": "string",
1220
+ "pattern": "^[A-Fa-f\\d]{24}$"
1221
+ },
1222
+ {
1223
+ "type": "null"
1224
+ }
1225
+ ]
1226
+ },
1227
+ "$lt": {
1228
+ "oneOf": [
1229
+ {
1230
+ "type": "string",
1231
+ "pattern": "^[A-Fa-f\\d]{24}$"
1232
+ },
1233
+ {
1234
+ "type": "null"
1235
+ }
1236
+ ]
1237
+ },
1238
+ "$gte": {
1239
+ "oneOf": [
1240
+ {
1241
+ "type": "string",
1242
+ "pattern": "^[A-Fa-f\\d]{24}$"
1243
+ },
1244
+ {
1245
+ "type": "null"
1246
+ }
1247
+ ]
1248
+ },
1249
+ "$lte": {
1250
+ "oneOf": [
1251
+ {
1252
+ "type": "string",
1253
+ "pattern": "^[A-Fa-f\\d]{24}$"
1254
+ },
1255
+ {
1256
+ "type": "null"
1257
+ }
1258
+ ]
1259
+ },
1040
1260
  "$in": {
1041
1261
  "type": "array",
1042
1262
  "maxItems": 100,
@@ -1098,6 +1318,50 @@
1098
1318
  }
1099
1319
  ]
1100
1320
  },
1321
+ "$gt": {
1322
+ "oneOf": [
1323
+ {
1324
+ "type": "string",
1325
+ "pattern": "^[A-Fa-f\\d]{24}$"
1326
+ },
1327
+ {
1328
+ "type": "null"
1329
+ }
1330
+ ]
1331
+ },
1332
+ "$lt": {
1333
+ "oneOf": [
1334
+ {
1335
+ "type": "string",
1336
+ "pattern": "^[A-Fa-f\\d]{24}$"
1337
+ },
1338
+ {
1339
+ "type": "null"
1340
+ }
1341
+ ]
1342
+ },
1343
+ "$gte": {
1344
+ "oneOf": [
1345
+ {
1346
+ "type": "string",
1347
+ "pattern": "^[A-Fa-f\\d]{24}$"
1348
+ },
1349
+ {
1350
+ "type": "null"
1351
+ }
1352
+ ]
1353
+ },
1354
+ "$lte": {
1355
+ "oneOf": [
1356
+ {
1357
+ "type": "string",
1358
+ "pattern": "^[A-Fa-f\\d]{24}$"
1359
+ },
1360
+ {
1361
+ "type": "null"
1362
+ }
1363
+ ]
1364
+ },
1101
1365
  "$in": {
1102
1366
  "type": "array",
1103
1367
  "maxItems": 100,
@@ -66,6 +66,50 @@
66
66
  }
67
67
  ]
68
68
  },
69
+ "$gt": {
70
+ "oneOf": [
71
+ {
72
+ "type": "string",
73
+ "pattern": "^[A-Fa-f\\d]{24}$"
74
+ },
75
+ {
76
+ "type": "null"
77
+ }
78
+ ]
79
+ },
80
+ "$lt": {
81
+ "oneOf": [
82
+ {
83
+ "type": "string",
84
+ "pattern": "^[A-Fa-f\\d]{24}$"
85
+ },
86
+ {
87
+ "type": "null"
88
+ }
89
+ ]
90
+ },
91
+ "$gte": {
92
+ "oneOf": [
93
+ {
94
+ "type": "string",
95
+ "pattern": "^[A-Fa-f\\d]{24}$"
96
+ },
97
+ {
98
+ "type": "null"
99
+ }
100
+ ]
101
+ },
102
+ "$lte": {
103
+ "oneOf": [
104
+ {
105
+ "type": "string",
106
+ "pattern": "^[A-Fa-f\\d]{24}$"
107
+ },
108
+ {
109
+ "type": "null"
110
+ }
111
+ ]
112
+ },
69
113
  "$in": {
70
114
  "type": "array",
71
115
  "maxItems": 100,
@@ -539,6 +583,50 @@
539
583
  }
540
584
  ]
541
585
  },
586
+ "$gt": {
587
+ "oneOf": [
588
+ {
589
+ "type": "string",
590
+ "pattern": "^[A-Fa-f\\d]{24}$"
591
+ },
592
+ {
593
+ "type": "null"
594
+ }
595
+ ]
596
+ },
597
+ "$lt": {
598
+ "oneOf": [
599
+ {
600
+ "type": "string",
601
+ "pattern": "^[A-Fa-f\\d]{24}$"
602
+ },
603
+ {
604
+ "type": "null"
605
+ }
606
+ ]
607
+ },
608
+ "$gte": {
609
+ "oneOf": [
610
+ {
611
+ "type": "string",
612
+ "pattern": "^[A-Fa-f\\d]{24}$"
613
+ },
614
+ {
615
+ "type": "null"
616
+ }
617
+ ]
618
+ },
619
+ "$lte": {
620
+ "oneOf": [
621
+ {
622
+ "type": "string",
623
+ "pattern": "^[A-Fa-f\\d]{24}$"
624
+ },
625
+ {
626
+ "type": "null"
627
+ }
628
+ ]
629
+ },
542
630
  "$in": {
543
631
  "type": "array",
544
632
  "maxItems": 100,
@@ -600,6 +688,50 @@
600
688
  }
601
689
  ]
602
690
  },
691
+ "$gt": {
692
+ "oneOf": [
693
+ {
694
+ "type": "string",
695
+ "pattern": "^[A-Fa-f\\d]{24}$"
696
+ },
697
+ {
698
+ "type": "null"
699
+ }
700
+ ]
701
+ },
702
+ "$lt": {
703
+ "oneOf": [
704
+ {
705
+ "type": "string",
706
+ "pattern": "^[A-Fa-f\\d]{24}$"
707
+ },
708
+ {
709
+ "type": "null"
710
+ }
711
+ ]
712
+ },
713
+ "$gte": {
714
+ "oneOf": [
715
+ {
716
+ "type": "string",
717
+ "pattern": "^[A-Fa-f\\d]{24}$"
718
+ },
719
+ {
720
+ "type": "null"
721
+ }
722
+ ]
723
+ },
724
+ "$lte": {
725
+ "oneOf": [
726
+ {
727
+ "type": "string",
728
+ "pattern": "^[A-Fa-f\\d]{24}$"
729
+ },
730
+ {
731
+ "type": "null"
732
+ }
733
+ ]
734
+ },
603
735
  "$in": {
604
736
  "type": "array",
605
737
  "maxItems": 100,
@@ -661,6 +793,50 @@
661
793
  }
662
794
  ]
663
795
  },
796
+ "$gt": {
797
+ "oneOf": [
798
+ {
799
+ "type": "string",
800
+ "pattern": "^[A-Fa-f\\d]{24}$"
801
+ },
802
+ {
803
+ "type": "null"
804
+ }
805
+ ]
806
+ },
807
+ "$lt": {
808
+ "oneOf": [
809
+ {
810
+ "type": "string",
811
+ "pattern": "^[A-Fa-f\\d]{24}$"
812
+ },
813
+ {
814
+ "type": "null"
815
+ }
816
+ ]
817
+ },
818
+ "$gte": {
819
+ "oneOf": [
820
+ {
821
+ "type": "string",
822
+ "pattern": "^[A-Fa-f\\d]{24}$"
823
+ },
824
+ {
825
+ "type": "null"
826
+ }
827
+ ]
828
+ },
829
+ "$lte": {
830
+ "oneOf": [
831
+ {
832
+ "type": "string",
833
+ "pattern": "^[A-Fa-f\\d]{24}$"
834
+ },
835
+ {
836
+ "type": "null"
837
+ }
838
+ ]
839
+ },
664
840
  "$in": {
665
841
  "type": "array",
666
842
  "maxItems": 100,
@@ -825,6 +1001,50 @@
825
1001
  }
826
1002
  ]
827
1003
  },
1004
+ "$gt": {
1005
+ "oneOf": [
1006
+ {
1007
+ "type": "string",
1008
+ "pattern": "^[A-Fa-f\\d]{24}$"
1009
+ },
1010
+ {
1011
+ "type": "null"
1012
+ }
1013
+ ]
1014
+ },
1015
+ "$lt": {
1016
+ "oneOf": [
1017
+ {
1018
+ "type": "string",
1019
+ "pattern": "^[A-Fa-f\\d]{24}$"
1020
+ },
1021
+ {
1022
+ "type": "null"
1023
+ }
1024
+ ]
1025
+ },
1026
+ "$gte": {
1027
+ "oneOf": [
1028
+ {
1029
+ "type": "string",
1030
+ "pattern": "^[A-Fa-f\\d]{24}$"
1031
+ },
1032
+ {
1033
+ "type": "null"
1034
+ }
1035
+ ]
1036
+ },
1037
+ "$lte": {
1038
+ "oneOf": [
1039
+ {
1040
+ "type": "string",
1041
+ "pattern": "^[A-Fa-f\\d]{24}$"
1042
+ },
1043
+ {
1044
+ "type": "null"
1045
+ }
1046
+ ]
1047
+ },
828
1048
  "$in": {
829
1049
  "type": "array",
830
1050
  "maxItems": 100,
@@ -886,6 +1106,50 @@
886
1106
  }
887
1107
  ]
888
1108
  },
1109
+ "$gt": {
1110
+ "oneOf": [
1111
+ {
1112
+ "type": "string",
1113
+ "pattern": "^[A-Fa-f\\d]{24}$"
1114
+ },
1115
+ {
1116
+ "type": "null"
1117
+ }
1118
+ ]
1119
+ },
1120
+ "$lt": {
1121
+ "oneOf": [
1122
+ {
1123
+ "type": "string",
1124
+ "pattern": "^[A-Fa-f\\d]{24}$"
1125
+ },
1126
+ {
1127
+ "type": "null"
1128
+ }
1129
+ ]
1130
+ },
1131
+ "$gte": {
1132
+ "oneOf": [
1133
+ {
1134
+ "type": "string",
1135
+ "pattern": "^[A-Fa-f\\d]{24}$"
1136
+ },
1137
+ {
1138
+ "type": "null"
1139
+ }
1140
+ ]
1141
+ },
1142
+ "$lte": {
1143
+ "oneOf": [
1144
+ {
1145
+ "type": "string",
1146
+ "pattern": "^[A-Fa-f\\d]{24}$"
1147
+ },
1148
+ {
1149
+ "type": "null"
1150
+ }
1151
+ ]
1152
+ },
889
1153
  "$in": {
890
1154
  "type": "array",
891
1155
  "maxItems": 100,
@@ -1003,6 +1003,50 @@
1003
1003
  }
1004
1004
  ]
1005
1005
  },
1006
+ "$gt": {
1007
+ "oneOf": [
1008
+ {
1009
+ "type": "string",
1010
+ "pattern": "^[A-Fa-f\\d]{24}$"
1011
+ },
1012
+ {
1013
+ "type": "null"
1014
+ }
1015
+ ]
1016
+ },
1017
+ "$lt": {
1018
+ "oneOf": [
1019
+ {
1020
+ "type": "string",
1021
+ "pattern": "^[A-Fa-f\\d]{24}$"
1022
+ },
1023
+ {
1024
+ "type": "null"
1025
+ }
1026
+ ]
1027
+ },
1028
+ "$gte": {
1029
+ "oneOf": [
1030
+ {
1031
+ "type": "string",
1032
+ "pattern": "^[A-Fa-f\\d]{24}$"
1033
+ },
1034
+ {
1035
+ "type": "null"
1036
+ }
1037
+ ]
1038
+ },
1039
+ "$lte": {
1040
+ "oneOf": [
1041
+ {
1042
+ "type": "string",
1043
+ "pattern": "^[A-Fa-f\\d]{24}$"
1044
+ },
1045
+ {
1046
+ "type": "null"
1047
+ }
1048
+ ]
1049
+ },
1006
1050
  "$in": {
1007
1051
  "type": "array",
1008
1052
  "maxItems": 100,
@@ -1064,6 +1108,50 @@
1064
1108
  }
1065
1109
  ]
1066
1110
  },
1111
+ "$gt": {
1112
+ "oneOf": [
1113
+ {
1114
+ "type": "string",
1115
+ "pattern": "^[A-Fa-f\\d]{24}$"
1116
+ },
1117
+ {
1118
+ "type": "null"
1119
+ }
1120
+ ]
1121
+ },
1122
+ "$lt": {
1123
+ "oneOf": [
1124
+ {
1125
+ "type": "string",
1126
+ "pattern": "^[A-Fa-f\\d]{24}$"
1127
+ },
1128
+ {
1129
+ "type": "null"
1130
+ }
1131
+ ]
1132
+ },
1133
+ "$gte": {
1134
+ "oneOf": [
1135
+ {
1136
+ "type": "string",
1137
+ "pattern": "^[A-Fa-f\\d]{24}$"
1138
+ },
1139
+ {
1140
+ "type": "null"
1141
+ }
1142
+ ]
1143
+ },
1144
+ "$lte": {
1145
+ "oneOf": [
1146
+ {
1147
+ "type": "string",
1148
+ "pattern": "^[A-Fa-f\\d]{24}$"
1149
+ },
1150
+ {
1151
+ "type": "null"
1152
+ }
1153
+ ]
1154
+ },
1067
1155
  "$in": {
1068
1156
  "type": "array",
1069
1157
  "maxItems": 100,