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.
@@ -164,6 +164,50 @@
164
164
  }
165
165
  ]
166
166
  },
167
+ "$gt": {
168
+ "oneOf": [
169
+ {
170
+ "type": "string",
171
+ "pattern": "^[A-Fa-f\\d]{24}$"
172
+ },
173
+ {
174
+ "type": "null"
175
+ }
176
+ ]
177
+ },
178
+ "$lt": {
179
+ "oneOf": [
180
+ {
181
+ "type": "string",
182
+ "pattern": "^[A-Fa-f\\d]{24}$"
183
+ },
184
+ {
185
+ "type": "null"
186
+ }
187
+ ]
188
+ },
189
+ "$gte": {
190
+ "oneOf": [
191
+ {
192
+ "type": "string",
193
+ "pattern": "^[A-Fa-f\\d]{24}$"
194
+ },
195
+ {
196
+ "type": "null"
197
+ }
198
+ ]
199
+ },
200
+ "$lte": {
201
+ "oneOf": [
202
+ {
203
+ "type": "string",
204
+ "pattern": "^[A-Fa-f\\d]{24}$"
205
+ },
206
+ {
207
+ "type": "null"
208
+ }
209
+ ]
210
+ },
167
211
  "$in": {
168
212
  "type": "array",
169
213
  "maxItems": 100,
@@ -637,6 +681,50 @@
637
681
  }
638
682
  ]
639
683
  },
684
+ "$gt": {
685
+ "oneOf": [
686
+ {
687
+ "type": "string",
688
+ "pattern": "^[A-Fa-f\\d]{24}$"
689
+ },
690
+ {
691
+ "type": "null"
692
+ }
693
+ ]
694
+ },
695
+ "$lt": {
696
+ "oneOf": [
697
+ {
698
+ "type": "string",
699
+ "pattern": "^[A-Fa-f\\d]{24}$"
700
+ },
701
+ {
702
+ "type": "null"
703
+ }
704
+ ]
705
+ },
706
+ "$gte": {
707
+ "oneOf": [
708
+ {
709
+ "type": "string",
710
+ "pattern": "^[A-Fa-f\\d]{24}$"
711
+ },
712
+ {
713
+ "type": "null"
714
+ }
715
+ ]
716
+ },
717
+ "$lte": {
718
+ "oneOf": [
719
+ {
720
+ "type": "string",
721
+ "pattern": "^[A-Fa-f\\d]{24}$"
722
+ },
723
+ {
724
+ "type": "null"
725
+ }
726
+ ]
727
+ },
640
728
  "$in": {
641
729
  "type": "array",
642
730
  "maxItems": 100,
@@ -164,6 +164,50 @@
164
164
  }
165
165
  ]
166
166
  },
167
+ "$gt": {
168
+ "oneOf": [
169
+ {
170
+ "type": "string",
171
+ "pattern": "^[A-Fa-f\\d]{24}$"
172
+ },
173
+ {
174
+ "type": "null"
175
+ }
176
+ ]
177
+ },
178
+ "$lt": {
179
+ "oneOf": [
180
+ {
181
+ "type": "string",
182
+ "pattern": "^[A-Fa-f\\d]{24}$"
183
+ },
184
+ {
185
+ "type": "null"
186
+ }
187
+ ]
188
+ },
189
+ "$gte": {
190
+ "oneOf": [
191
+ {
192
+ "type": "string",
193
+ "pattern": "^[A-Fa-f\\d]{24}$"
194
+ },
195
+ {
196
+ "type": "null"
197
+ }
198
+ ]
199
+ },
200
+ "$lte": {
201
+ "oneOf": [
202
+ {
203
+ "type": "string",
204
+ "pattern": "^[A-Fa-f\\d]{24}$"
205
+ },
206
+ {
207
+ "type": "null"
208
+ }
209
+ ]
210
+ },
167
211
  "$in": {
168
212
  "type": "array",
169
213
  "maxItems": 100,
@@ -141,6 +141,11 @@
141
141
  },
142
142
  "additionalProperties": false
143
143
  },
144
+ "callbackUrl": {
145
+ "type": "string",
146
+ "format": "uri",
147
+ "maxLength": 1024
148
+ },
144
149
  "queryOptions": {
145
150
  "type": "object",
146
151
  "properties": {
@@ -18,6 +18,11 @@
18
18
  "type": "string",
19
19
  "format": "email",
20
20
  "maxLength": 1024
21
+ },
22
+ "callbackUrl": {
23
+ "type": "string",
24
+ "format": "uri",
25
+ "maxLength": 1024
21
26
  }
22
27
  },
23
28
  "additionalProperties": false,
@@ -71,6 +71,50 @@
71
71
  }
72
72
  ]
73
73
  },
74
+ "$gt": {
75
+ "oneOf": [
76
+ {
77
+ "type": "string",
78
+ "pattern": "^[A-Fa-f\\d]{24}$"
79
+ },
80
+ {
81
+ "type": "null"
82
+ }
83
+ ]
84
+ },
85
+ "$lt": {
86
+ "oneOf": [
87
+ {
88
+ "type": "string",
89
+ "pattern": "^[A-Fa-f\\d]{24}$"
90
+ },
91
+ {
92
+ "type": "null"
93
+ }
94
+ ]
95
+ },
96
+ "$gte": {
97
+ "oneOf": [
98
+ {
99
+ "type": "string",
100
+ "pattern": "^[A-Fa-f\\d]{24}$"
101
+ },
102
+ {
103
+ "type": "null"
104
+ }
105
+ ]
106
+ },
107
+ "$lte": {
108
+ "oneOf": [
109
+ {
110
+ "type": "string",
111
+ "pattern": "^[A-Fa-f\\d]{24}$"
112
+ },
113
+ {
114
+ "type": "null"
115
+ }
116
+ ]
117
+ },
74
118
  "$in": {
75
119
  "type": "array",
76
120
  "maxItems": 100,
@@ -544,6 +588,50 @@
544
588
  }
545
589
  ]
546
590
  },
591
+ "$gt": {
592
+ "oneOf": [
593
+ {
594
+ "type": "string",
595
+ "pattern": "^[A-Fa-f\\d]{24}$"
596
+ },
597
+ {
598
+ "type": "null"
599
+ }
600
+ ]
601
+ },
602
+ "$lt": {
603
+ "oneOf": [
604
+ {
605
+ "type": "string",
606
+ "pattern": "^[A-Fa-f\\d]{24}$"
607
+ },
608
+ {
609
+ "type": "null"
610
+ }
611
+ ]
612
+ },
613
+ "$gte": {
614
+ "oneOf": [
615
+ {
616
+ "type": "string",
617
+ "pattern": "^[A-Fa-f\\d]{24}$"
618
+ },
619
+ {
620
+ "type": "null"
621
+ }
622
+ ]
623
+ },
624
+ "$lte": {
625
+ "oneOf": [
626
+ {
627
+ "type": "string",
628
+ "pattern": "^[A-Fa-f\\d]{24}$"
629
+ },
630
+ {
631
+ "type": "null"
632
+ }
633
+ ]
634
+ },
547
635
  "$in": {
548
636
  "type": "array",
549
637
  "maxItems": 100,
@@ -605,6 +693,50 @@
605
693
  }
606
694
  ]
607
695
  },
696
+ "$gt": {
697
+ "oneOf": [
698
+ {
699
+ "type": "string",
700
+ "pattern": "^[A-Fa-f\\d]{24}$"
701
+ },
702
+ {
703
+ "type": "null"
704
+ }
705
+ ]
706
+ },
707
+ "$lt": {
708
+ "oneOf": [
709
+ {
710
+ "type": "string",
711
+ "pattern": "^[A-Fa-f\\d]{24}$"
712
+ },
713
+ {
714
+ "type": "null"
715
+ }
716
+ ]
717
+ },
718
+ "$gte": {
719
+ "oneOf": [
720
+ {
721
+ "type": "string",
722
+ "pattern": "^[A-Fa-f\\d]{24}$"
723
+ },
724
+ {
725
+ "type": "null"
726
+ }
727
+ ]
728
+ },
729
+ "$lte": {
730
+ "oneOf": [
731
+ {
732
+ "type": "string",
733
+ "pattern": "^[A-Fa-f\\d]{24}$"
734
+ },
735
+ {
736
+ "type": "null"
737
+ }
738
+ ]
739
+ },
608
740
  "$in": {
609
741
  "type": "array",
610
742
  "maxItems": 100,
@@ -666,6 +798,50 @@
666
798
  }
667
799
  ]
668
800
  },
801
+ "$gt": {
802
+ "oneOf": [
803
+ {
804
+ "type": "string",
805
+ "pattern": "^[A-Fa-f\\d]{24}$"
806
+ },
807
+ {
808
+ "type": "null"
809
+ }
810
+ ]
811
+ },
812
+ "$lt": {
813
+ "oneOf": [
814
+ {
815
+ "type": "string",
816
+ "pattern": "^[A-Fa-f\\d]{24}$"
817
+ },
818
+ {
819
+ "type": "null"
820
+ }
821
+ ]
822
+ },
823
+ "$gte": {
824
+ "oneOf": [
825
+ {
826
+ "type": "string",
827
+ "pattern": "^[A-Fa-f\\d]{24}$"
828
+ },
829
+ {
830
+ "type": "null"
831
+ }
832
+ ]
833
+ },
834
+ "$lte": {
835
+ "oneOf": [
836
+ {
837
+ "type": "string",
838
+ "pattern": "^[A-Fa-f\\d]{24}$"
839
+ },
840
+ {
841
+ "type": "null"
842
+ }
843
+ ]
844
+ },
669
845
  "$in": {
670
846
  "type": "array",
671
847
  "maxItems": 100,
@@ -830,6 +1006,50 @@
830
1006
  }
831
1007
  ]
832
1008
  },
1009
+ "$gt": {
1010
+ "oneOf": [
1011
+ {
1012
+ "type": "string",
1013
+ "pattern": "^[A-Fa-f\\d]{24}$"
1014
+ },
1015
+ {
1016
+ "type": "null"
1017
+ }
1018
+ ]
1019
+ },
1020
+ "$lt": {
1021
+ "oneOf": [
1022
+ {
1023
+ "type": "string",
1024
+ "pattern": "^[A-Fa-f\\d]{24}$"
1025
+ },
1026
+ {
1027
+ "type": "null"
1028
+ }
1029
+ ]
1030
+ },
1031
+ "$gte": {
1032
+ "oneOf": [
1033
+ {
1034
+ "type": "string",
1035
+ "pattern": "^[A-Fa-f\\d]{24}$"
1036
+ },
1037
+ {
1038
+ "type": "null"
1039
+ }
1040
+ ]
1041
+ },
1042
+ "$lte": {
1043
+ "oneOf": [
1044
+ {
1045
+ "type": "string",
1046
+ "pattern": "^[A-Fa-f\\d]{24}$"
1047
+ },
1048
+ {
1049
+ "type": "null"
1050
+ }
1051
+ ]
1052
+ },
833
1053
  "$in": {
834
1054
  "type": "array",
835
1055
  "maxItems": 100,
@@ -891,6 +1111,50 @@
891
1111
  }
892
1112
  ]
893
1113
  },
1114
+ "$gt": {
1115
+ "oneOf": [
1116
+ {
1117
+ "type": "string",
1118
+ "pattern": "^[A-Fa-f\\d]{24}$"
1119
+ },
1120
+ {
1121
+ "type": "null"
1122
+ }
1123
+ ]
1124
+ },
1125
+ "$lt": {
1126
+ "oneOf": [
1127
+ {
1128
+ "type": "string",
1129
+ "pattern": "^[A-Fa-f\\d]{24}$"
1130
+ },
1131
+ {
1132
+ "type": "null"
1133
+ }
1134
+ ]
1135
+ },
1136
+ "$gte": {
1137
+ "oneOf": [
1138
+ {
1139
+ "type": "string",
1140
+ "pattern": "^[A-Fa-f\\d]{24}$"
1141
+ },
1142
+ {
1143
+ "type": "null"
1144
+ }
1145
+ ]
1146
+ },
1147
+ "$lte": {
1148
+ "oneOf": [
1149
+ {
1150
+ "type": "string",
1151
+ "pattern": "^[A-Fa-f\\d]{24}$"
1152
+ },
1153
+ {
1154
+ "type": "null"
1155
+ }
1156
+ ]
1157
+ },
894
1158
  "$in": {
895
1159
  "type": "array",
896
1160
  "maxItems": 100,