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.
@@ -76,6 +76,50 @@
76
76
  }
77
77
  ]
78
78
  },
79
+ "$gt": {
80
+ "oneOf": [
81
+ {
82
+ "type": "string",
83
+ "pattern": "^[A-Fa-f\\d]{24}$"
84
+ },
85
+ {
86
+ "type": "null"
87
+ }
88
+ ]
89
+ },
90
+ "$lt": {
91
+ "oneOf": [
92
+ {
93
+ "type": "string",
94
+ "pattern": "^[A-Fa-f\\d]{24}$"
95
+ },
96
+ {
97
+ "type": "null"
98
+ }
99
+ ]
100
+ },
101
+ "$gte": {
102
+ "oneOf": [
103
+ {
104
+ "type": "string",
105
+ "pattern": "^[A-Fa-f\\d]{24}$"
106
+ },
107
+ {
108
+ "type": "null"
109
+ }
110
+ ]
111
+ },
112
+ "$lte": {
113
+ "oneOf": [
114
+ {
115
+ "type": "string",
116
+ "pattern": "^[A-Fa-f\\d]{24}$"
117
+ },
118
+ {
119
+ "type": "null"
120
+ }
121
+ ]
122
+ },
79
123
  "$in": {
80
124
  "type": "array",
81
125
  "maxItems": 100,
@@ -549,6 +593,50 @@
549
593
  }
550
594
  ]
551
595
  },
596
+ "$gt": {
597
+ "oneOf": [
598
+ {
599
+ "type": "string",
600
+ "pattern": "^[A-Fa-f\\d]{24}$"
601
+ },
602
+ {
603
+ "type": "null"
604
+ }
605
+ ]
606
+ },
607
+ "$lt": {
608
+ "oneOf": [
609
+ {
610
+ "type": "string",
611
+ "pattern": "^[A-Fa-f\\d]{24}$"
612
+ },
613
+ {
614
+ "type": "null"
615
+ }
616
+ ]
617
+ },
618
+ "$gte": {
619
+ "oneOf": [
620
+ {
621
+ "type": "string",
622
+ "pattern": "^[A-Fa-f\\d]{24}$"
623
+ },
624
+ {
625
+ "type": "null"
626
+ }
627
+ ]
628
+ },
629
+ "$lte": {
630
+ "oneOf": [
631
+ {
632
+ "type": "string",
633
+ "pattern": "^[A-Fa-f\\d]{24}$"
634
+ },
635
+ {
636
+ "type": "null"
637
+ }
638
+ ]
639
+ },
552
640
  "$in": {
553
641
  "type": "array",
554
642
  "maxItems": 100,
@@ -610,6 +698,50 @@
610
698
  }
611
699
  ]
612
700
  },
701
+ "$gt": {
702
+ "oneOf": [
703
+ {
704
+ "type": "string",
705
+ "pattern": "^[A-Fa-f\\d]{24}$"
706
+ },
707
+ {
708
+ "type": "null"
709
+ }
710
+ ]
711
+ },
712
+ "$lt": {
713
+ "oneOf": [
714
+ {
715
+ "type": "string",
716
+ "pattern": "^[A-Fa-f\\d]{24}$"
717
+ },
718
+ {
719
+ "type": "null"
720
+ }
721
+ ]
722
+ },
723
+ "$gte": {
724
+ "oneOf": [
725
+ {
726
+ "type": "string",
727
+ "pattern": "^[A-Fa-f\\d]{24}$"
728
+ },
729
+ {
730
+ "type": "null"
731
+ }
732
+ ]
733
+ },
734
+ "$lte": {
735
+ "oneOf": [
736
+ {
737
+ "type": "string",
738
+ "pattern": "^[A-Fa-f\\d]{24}$"
739
+ },
740
+ {
741
+ "type": "null"
742
+ }
743
+ ]
744
+ },
613
745
  "$in": {
614
746
  "type": "array",
615
747
  "maxItems": 100,
@@ -671,6 +803,50 @@
671
803
  }
672
804
  ]
673
805
  },
806
+ "$gt": {
807
+ "oneOf": [
808
+ {
809
+ "type": "string",
810
+ "pattern": "^[A-Fa-f\\d]{24}$"
811
+ },
812
+ {
813
+ "type": "null"
814
+ }
815
+ ]
816
+ },
817
+ "$lt": {
818
+ "oneOf": [
819
+ {
820
+ "type": "string",
821
+ "pattern": "^[A-Fa-f\\d]{24}$"
822
+ },
823
+ {
824
+ "type": "null"
825
+ }
826
+ ]
827
+ },
828
+ "$gte": {
829
+ "oneOf": [
830
+ {
831
+ "type": "string",
832
+ "pattern": "^[A-Fa-f\\d]{24}$"
833
+ },
834
+ {
835
+ "type": "null"
836
+ }
837
+ ]
838
+ },
839
+ "$lte": {
840
+ "oneOf": [
841
+ {
842
+ "type": "string",
843
+ "pattern": "^[A-Fa-f\\d]{24}$"
844
+ },
845
+ {
846
+ "type": "null"
847
+ }
848
+ ]
849
+ },
674
850
  "$in": {
675
851
  "type": "array",
676
852
  "maxItems": 100,
@@ -835,6 +1011,50 @@
835
1011
  }
836
1012
  ]
837
1013
  },
1014
+ "$gt": {
1015
+ "oneOf": [
1016
+ {
1017
+ "type": "string",
1018
+ "pattern": "^[A-Fa-f\\d]{24}$"
1019
+ },
1020
+ {
1021
+ "type": "null"
1022
+ }
1023
+ ]
1024
+ },
1025
+ "$lt": {
1026
+ "oneOf": [
1027
+ {
1028
+ "type": "string",
1029
+ "pattern": "^[A-Fa-f\\d]{24}$"
1030
+ },
1031
+ {
1032
+ "type": "null"
1033
+ }
1034
+ ]
1035
+ },
1036
+ "$gte": {
1037
+ "oneOf": [
1038
+ {
1039
+ "type": "string",
1040
+ "pattern": "^[A-Fa-f\\d]{24}$"
1041
+ },
1042
+ {
1043
+ "type": "null"
1044
+ }
1045
+ ]
1046
+ },
1047
+ "$lte": {
1048
+ "oneOf": [
1049
+ {
1050
+ "type": "string",
1051
+ "pattern": "^[A-Fa-f\\d]{24}$"
1052
+ },
1053
+ {
1054
+ "type": "null"
1055
+ }
1056
+ ]
1057
+ },
838
1058
  "$in": {
839
1059
  "type": "array",
840
1060
  "maxItems": 100,
@@ -896,6 +1116,50 @@
896
1116
  }
897
1117
  ]
898
1118
  },
1119
+ "$gt": {
1120
+ "oneOf": [
1121
+ {
1122
+ "type": "string",
1123
+ "pattern": "^[A-Fa-f\\d]{24}$"
1124
+ },
1125
+ {
1126
+ "type": "null"
1127
+ }
1128
+ ]
1129
+ },
1130
+ "$lt": {
1131
+ "oneOf": [
1132
+ {
1133
+ "type": "string",
1134
+ "pattern": "^[A-Fa-f\\d]{24}$"
1135
+ },
1136
+ {
1137
+ "type": "null"
1138
+ }
1139
+ ]
1140
+ },
1141
+ "$gte": {
1142
+ "oneOf": [
1143
+ {
1144
+ "type": "string",
1145
+ "pattern": "^[A-Fa-f\\d]{24}$"
1146
+ },
1147
+ {
1148
+ "type": "null"
1149
+ }
1150
+ ]
1151
+ },
1152
+ "$lte": {
1153
+ "oneOf": [
1154
+ {
1155
+ "type": "string",
1156
+ "pattern": "^[A-Fa-f\\d]{24}$"
1157
+ },
1158
+ {
1159
+ "type": "null"
1160
+ }
1161
+ ]
1162
+ },
899
1163
  "$in": {
900
1164
  "type": "array",
901
1165
  "maxItems": 100,
@@ -76,6 +76,50 @@
76
76
  }
77
77
  ]
78
78
  },
79
+ "$gt": {
80
+ "oneOf": [
81
+ {
82
+ "type": "string",
83
+ "pattern": "^[A-Fa-f\\d]{24}$"
84
+ },
85
+ {
86
+ "type": "null"
87
+ }
88
+ ]
89
+ },
90
+ "$lt": {
91
+ "oneOf": [
92
+ {
93
+ "type": "string",
94
+ "pattern": "^[A-Fa-f\\d]{24}$"
95
+ },
96
+ {
97
+ "type": "null"
98
+ }
99
+ ]
100
+ },
101
+ "$gte": {
102
+ "oneOf": [
103
+ {
104
+ "type": "string",
105
+ "pattern": "^[A-Fa-f\\d]{24}$"
106
+ },
107
+ {
108
+ "type": "null"
109
+ }
110
+ ]
111
+ },
112
+ "$lte": {
113
+ "oneOf": [
114
+ {
115
+ "type": "string",
116
+ "pattern": "^[A-Fa-f\\d]{24}$"
117
+ },
118
+ {
119
+ "type": "null"
120
+ }
121
+ ]
122
+ },
79
123
  "$in": {
80
124
  "type": "array",
81
125
  "maxItems": 100,
@@ -549,6 +593,50 @@
549
593
  }
550
594
  ]
551
595
  },
596
+ "$gt": {
597
+ "oneOf": [
598
+ {
599
+ "type": "string",
600
+ "pattern": "^[A-Fa-f\\d]{24}$"
601
+ },
602
+ {
603
+ "type": "null"
604
+ }
605
+ ]
606
+ },
607
+ "$lt": {
608
+ "oneOf": [
609
+ {
610
+ "type": "string",
611
+ "pattern": "^[A-Fa-f\\d]{24}$"
612
+ },
613
+ {
614
+ "type": "null"
615
+ }
616
+ ]
617
+ },
618
+ "$gte": {
619
+ "oneOf": [
620
+ {
621
+ "type": "string",
622
+ "pattern": "^[A-Fa-f\\d]{24}$"
623
+ },
624
+ {
625
+ "type": "null"
626
+ }
627
+ ]
628
+ },
629
+ "$lte": {
630
+ "oneOf": [
631
+ {
632
+ "type": "string",
633
+ "pattern": "^[A-Fa-f\\d]{24}$"
634
+ },
635
+ {
636
+ "type": "null"
637
+ }
638
+ ]
639
+ },
552
640
  "$in": {
553
641
  "type": "array",
554
642
  "maxItems": 100,
@@ -610,6 +698,50 @@
610
698
  }
611
699
  ]
612
700
  },
701
+ "$gt": {
702
+ "oneOf": [
703
+ {
704
+ "type": "string",
705
+ "pattern": "^[A-Fa-f\\d]{24}$"
706
+ },
707
+ {
708
+ "type": "null"
709
+ }
710
+ ]
711
+ },
712
+ "$lt": {
713
+ "oneOf": [
714
+ {
715
+ "type": "string",
716
+ "pattern": "^[A-Fa-f\\d]{24}$"
717
+ },
718
+ {
719
+ "type": "null"
720
+ }
721
+ ]
722
+ },
723
+ "$gte": {
724
+ "oneOf": [
725
+ {
726
+ "type": "string",
727
+ "pattern": "^[A-Fa-f\\d]{24}$"
728
+ },
729
+ {
730
+ "type": "null"
731
+ }
732
+ ]
733
+ },
734
+ "$lte": {
735
+ "oneOf": [
736
+ {
737
+ "type": "string",
738
+ "pattern": "^[A-Fa-f\\d]{24}$"
739
+ },
740
+ {
741
+ "type": "null"
742
+ }
743
+ ]
744
+ },
613
745
  "$in": {
614
746
  "type": "array",
615
747
  "maxItems": 100,
@@ -671,6 +803,50 @@
671
803
  }
672
804
  ]
673
805
  },
806
+ "$gt": {
807
+ "oneOf": [
808
+ {
809
+ "type": "string",
810
+ "pattern": "^[A-Fa-f\\d]{24}$"
811
+ },
812
+ {
813
+ "type": "null"
814
+ }
815
+ ]
816
+ },
817
+ "$lt": {
818
+ "oneOf": [
819
+ {
820
+ "type": "string",
821
+ "pattern": "^[A-Fa-f\\d]{24}$"
822
+ },
823
+ {
824
+ "type": "null"
825
+ }
826
+ ]
827
+ },
828
+ "$gte": {
829
+ "oneOf": [
830
+ {
831
+ "type": "string",
832
+ "pattern": "^[A-Fa-f\\d]{24}$"
833
+ },
834
+ {
835
+ "type": "null"
836
+ }
837
+ ]
838
+ },
839
+ "$lte": {
840
+ "oneOf": [
841
+ {
842
+ "type": "string",
843
+ "pattern": "^[A-Fa-f\\d]{24}$"
844
+ },
845
+ {
846
+ "type": "null"
847
+ }
848
+ ]
849
+ },
674
850
  "$in": {
675
851
  "type": "array",
676
852
  "maxItems": 100,
@@ -835,6 +1011,50 @@
835
1011
  }
836
1012
  ]
837
1013
  },
1014
+ "$gt": {
1015
+ "oneOf": [
1016
+ {
1017
+ "type": "string",
1018
+ "pattern": "^[A-Fa-f\\d]{24}$"
1019
+ },
1020
+ {
1021
+ "type": "null"
1022
+ }
1023
+ ]
1024
+ },
1025
+ "$lt": {
1026
+ "oneOf": [
1027
+ {
1028
+ "type": "string",
1029
+ "pattern": "^[A-Fa-f\\d]{24}$"
1030
+ },
1031
+ {
1032
+ "type": "null"
1033
+ }
1034
+ ]
1035
+ },
1036
+ "$gte": {
1037
+ "oneOf": [
1038
+ {
1039
+ "type": "string",
1040
+ "pattern": "^[A-Fa-f\\d]{24}$"
1041
+ },
1042
+ {
1043
+ "type": "null"
1044
+ }
1045
+ ]
1046
+ },
1047
+ "$lte": {
1048
+ "oneOf": [
1049
+ {
1050
+ "type": "string",
1051
+ "pattern": "^[A-Fa-f\\d]{24}$"
1052
+ },
1053
+ {
1054
+ "type": "null"
1055
+ }
1056
+ ]
1057
+ },
838
1058
  "$in": {
839
1059
  "type": "array",
840
1060
  "maxItems": 100,
@@ -896,6 +1116,50 @@
896
1116
  }
897
1117
  ]
898
1118
  },
1119
+ "$gt": {
1120
+ "oneOf": [
1121
+ {
1122
+ "type": "string",
1123
+ "pattern": "^[A-Fa-f\\d]{24}$"
1124
+ },
1125
+ {
1126
+ "type": "null"
1127
+ }
1128
+ ]
1129
+ },
1130
+ "$lt": {
1131
+ "oneOf": [
1132
+ {
1133
+ "type": "string",
1134
+ "pattern": "^[A-Fa-f\\d]{24}$"
1135
+ },
1136
+ {
1137
+ "type": "null"
1138
+ }
1139
+ ]
1140
+ },
1141
+ "$gte": {
1142
+ "oneOf": [
1143
+ {
1144
+ "type": "string",
1145
+ "pattern": "^[A-Fa-f\\d]{24}$"
1146
+ },
1147
+ {
1148
+ "type": "null"
1149
+ }
1150
+ ]
1151
+ },
1152
+ "$lte": {
1153
+ "oneOf": [
1154
+ {
1155
+ "type": "string",
1156
+ "pattern": "^[A-Fa-f\\d]{24}$"
1157
+ },
1158
+ {
1159
+ "type": "null"
1160
+ }
1161
+ ]
1162
+ },
899
1163
  "$in": {
900
1164
  "type": "array",
901
1165
  "maxItems": 100,