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,17 @@
76
76
  "id": {
77
77
  "type": "string",
78
78
  "pattern": "^[A-Fa-f\\d]{24}$"
79
+ },
80
+ "parentId": {
81
+ "oneOf": [
82
+ {
83
+ "type": "string",
84
+ "pattern": "^[A-Fa-f\\d]{24}$"
85
+ },
86
+ {
87
+ "type": "null"
88
+ }
89
+ ]
79
90
  }
80
91
  }
81
92
  }
@@ -83,6 +83,17 @@
83
83
  "id": {
84
84
  "type": "string",
85
85
  "pattern": "^[A-Fa-f\\d]{24}$"
86
+ },
87
+ "parentId": {
88
+ "oneOf": [
89
+ {
90
+ "type": "string",
91
+ "pattern": "^[A-Fa-f\\d]{24}$"
92
+ },
93
+ {
94
+ "type": "null"
95
+ }
96
+ ]
86
97
  }
87
98
  }
88
99
  }
@@ -174,6 +174,50 @@
174
174
  }
175
175
  ]
176
176
  },
177
+ "$gt": {
178
+ "oneOf": [
179
+ {
180
+ "type": "string",
181
+ "pattern": "^[A-Fa-f\\d]{24}$"
182
+ },
183
+ {
184
+ "type": "null"
185
+ }
186
+ ]
187
+ },
188
+ "$lt": {
189
+ "oneOf": [
190
+ {
191
+ "type": "string",
192
+ "pattern": "^[A-Fa-f\\d]{24}$"
193
+ },
194
+ {
195
+ "type": "null"
196
+ }
197
+ ]
198
+ },
199
+ "$gte": {
200
+ "oneOf": [
201
+ {
202
+ "type": "string",
203
+ "pattern": "^[A-Fa-f\\d]{24}$"
204
+ },
205
+ {
206
+ "type": "null"
207
+ }
208
+ ]
209
+ },
210
+ "$lte": {
211
+ "oneOf": [
212
+ {
213
+ "type": "string",
214
+ "pattern": "^[A-Fa-f\\d]{24}$"
215
+ },
216
+ {
217
+ "type": "null"
218
+ }
219
+ ]
220
+ },
177
221
  "$in": {
178
222
  "type": "array",
179
223
  "maxItems": 100,
@@ -121,6 +121,50 @@
121
121
  }
122
122
  ]
123
123
  },
124
+ "$gt": {
125
+ "oneOf": [
126
+ {
127
+ "type": "string",
128
+ "pattern": "^[A-Fa-f\\d]{24}$"
129
+ },
130
+ {
131
+ "type": "null"
132
+ }
133
+ ]
134
+ },
135
+ "$lt": {
136
+ "oneOf": [
137
+ {
138
+ "type": "string",
139
+ "pattern": "^[A-Fa-f\\d]{24}$"
140
+ },
141
+ {
142
+ "type": "null"
143
+ }
144
+ ]
145
+ },
146
+ "$gte": {
147
+ "oneOf": [
148
+ {
149
+ "type": "string",
150
+ "pattern": "^[A-Fa-f\\d]{24}$"
151
+ },
152
+ {
153
+ "type": "null"
154
+ }
155
+ ]
156
+ },
157
+ "$lte": {
158
+ "oneOf": [
159
+ {
160
+ "type": "string",
161
+ "pattern": "^[A-Fa-f\\d]{24}$"
162
+ },
163
+ {
164
+ "type": "null"
165
+ }
166
+ ]
167
+ },
124
168
  "$in": {
125
169
  "type": "array",
126
170
  "maxItems": 100,
@@ -594,6 +638,50 @@
594
638
  }
595
639
  ]
596
640
  },
641
+ "$gt": {
642
+ "oneOf": [
643
+ {
644
+ "type": "string",
645
+ "pattern": "^[A-Fa-f\\d]{24}$"
646
+ },
647
+ {
648
+ "type": "null"
649
+ }
650
+ ]
651
+ },
652
+ "$lt": {
653
+ "oneOf": [
654
+ {
655
+ "type": "string",
656
+ "pattern": "^[A-Fa-f\\d]{24}$"
657
+ },
658
+ {
659
+ "type": "null"
660
+ }
661
+ ]
662
+ },
663
+ "$gte": {
664
+ "oneOf": [
665
+ {
666
+ "type": "string",
667
+ "pattern": "^[A-Fa-f\\d]{24}$"
668
+ },
669
+ {
670
+ "type": "null"
671
+ }
672
+ ]
673
+ },
674
+ "$lte": {
675
+ "oneOf": [
676
+ {
677
+ "type": "string",
678
+ "pattern": "^[A-Fa-f\\d]{24}$"
679
+ },
680
+ {
681
+ "type": "null"
682
+ }
683
+ ]
684
+ },
597
685
  "$in": {
598
686
  "type": "array",
599
687
  "maxItems": 100,
@@ -655,6 +743,50 @@
655
743
  }
656
744
  ]
657
745
  },
746
+ "$gt": {
747
+ "oneOf": [
748
+ {
749
+ "type": "string",
750
+ "pattern": "^[A-Fa-f\\d]{24}$"
751
+ },
752
+ {
753
+ "type": "null"
754
+ }
755
+ ]
756
+ },
757
+ "$lt": {
758
+ "oneOf": [
759
+ {
760
+ "type": "string",
761
+ "pattern": "^[A-Fa-f\\d]{24}$"
762
+ },
763
+ {
764
+ "type": "null"
765
+ }
766
+ ]
767
+ },
768
+ "$gte": {
769
+ "oneOf": [
770
+ {
771
+ "type": "string",
772
+ "pattern": "^[A-Fa-f\\d]{24}$"
773
+ },
774
+ {
775
+ "type": "null"
776
+ }
777
+ ]
778
+ },
779
+ "$lte": {
780
+ "oneOf": [
781
+ {
782
+ "type": "string",
783
+ "pattern": "^[A-Fa-f\\d]{24}$"
784
+ },
785
+ {
786
+ "type": "null"
787
+ }
788
+ ]
789
+ },
658
790
  "$in": {
659
791
  "type": "array",
660
792
  "maxItems": 100,
@@ -716,6 +848,50 @@
716
848
  }
717
849
  ]
718
850
  },
851
+ "$gt": {
852
+ "oneOf": [
853
+ {
854
+ "type": "string",
855
+ "pattern": "^[A-Fa-f\\d]{24}$"
856
+ },
857
+ {
858
+ "type": "null"
859
+ }
860
+ ]
861
+ },
862
+ "$lt": {
863
+ "oneOf": [
864
+ {
865
+ "type": "string",
866
+ "pattern": "^[A-Fa-f\\d]{24}$"
867
+ },
868
+ {
869
+ "type": "null"
870
+ }
871
+ ]
872
+ },
873
+ "$gte": {
874
+ "oneOf": [
875
+ {
876
+ "type": "string",
877
+ "pattern": "^[A-Fa-f\\d]{24}$"
878
+ },
879
+ {
880
+ "type": "null"
881
+ }
882
+ ]
883
+ },
884
+ "$lte": {
885
+ "oneOf": [
886
+ {
887
+ "type": "string",
888
+ "pattern": "^[A-Fa-f\\d]{24}$"
889
+ },
890
+ {
891
+ "type": "null"
892
+ }
893
+ ]
894
+ },
719
895
  "$in": {
720
896
  "type": "array",
721
897
  "maxItems": 100,
@@ -880,6 +1056,50 @@
880
1056
  }
881
1057
  ]
882
1058
  },
1059
+ "$gt": {
1060
+ "oneOf": [
1061
+ {
1062
+ "type": "string",
1063
+ "pattern": "^[A-Fa-f\\d]{24}$"
1064
+ },
1065
+ {
1066
+ "type": "null"
1067
+ }
1068
+ ]
1069
+ },
1070
+ "$lt": {
1071
+ "oneOf": [
1072
+ {
1073
+ "type": "string",
1074
+ "pattern": "^[A-Fa-f\\d]{24}$"
1075
+ },
1076
+ {
1077
+ "type": "null"
1078
+ }
1079
+ ]
1080
+ },
1081
+ "$gte": {
1082
+ "oneOf": [
1083
+ {
1084
+ "type": "string",
1085
+ "pattern": "^[A-Fa-f\\d]{24}$"
1086
+ },
1087
+ {
1088
+ "type": "null"
1089
+ }
1090
+ ]
1091
+ },
1092
+ "$lte": {
1093
+ "oneOf": [
1094
+ {
1095
+ "type": "string",
1096
+ "pattern": "^[A-Fa-f\\d]{24}$"
1097
+ },
1098
+ {
1099
+ "type": "null"
1100
+ }
1101
+ ]
1102
+ },
883
1103
  "$in": {
884
1104
  "type": "array",
885
1105
  "maxItems": 100,
@@ -941,6 +1161,50 @@
941
1161
  }
942
1162
  ]
943
1163
  },
1164
+ "$gt": {
1165
+ "oneOf": [
1166
+ {
1167
+ "type": "string",
1168
+ "pattern": "^[A-Fa-f\\d]{24}$"
1169
+ },
1170
+ {
1171
+ "type": "null"
1172
+ }
1173
+ ]
1174
+ },
1175
+ "$lt": {
1176
+ "oneOf": [
1177
+ {
1178
+ "type": "string",
1179
+ "pattern": "^[A-Fa-f\\d]{24}$"
1180
+ },
1181
+ {
1182
+ "type": "null"
1183
+ }
1184
+ ]
1185
+ },
1186
+ "$gte": {
1187
+ "oneOf": [
1188
+ {
1189
+ "type": "string",
1190
+ "pattern": "^[A-Fa-f\\d]{24}$"
1191
+ },
1192
+ {
1193
+ "type": "null"
1194
+ }
1195
+ ]
1196
+ },
1197
+ "$lte": {
1198
+ "oneOf": [
1199
+ {
1200
+ "type": "string",
1201
+ "pattern": "^[A-Fa-f\\d]{24}$"
1202
+ },
1203
+ {
1204
+ "type": "null"
1205
+ }
1206
+ ]
1207
+ },
944
1208
  "$in": {
945
1209
  "type": "array",
946
1210
  "maxItems": 100,