@@ -71,7 +71,7 @@ And here's the corresponding JSON:
71
71
}
72
72
],
73
73
"operator" : " Contains" ,
74
- "negationConditon " : false ,
74
+ "negationCondition " : false ,
75
75
"matchValues" : [
76
76
" evilbot"
77
77
],
@@ -132,7 +132,7 @@ And the corresponding JSON:
132
132
}
133
133
],
134
134
"operator" : " Regex" ,
135
- "negationConditon " : false ,
135
+ "negationCondition " : false ,
136
136
"matchValues" : [
137
137
" evilbot"
138
138
],
@@ -189,7 +189,7 @@ And the corresponding JSON:
189
189
}
190
190
],
191
191
"operator" : " GeoMatch" ,
192
- "negationConditon " : true ,
192
+ "negationCondition " : true ,
193
193
"matchValues" : [
194
194
" US"
195
195
],
@@ -249,7 +249,7 @@ Here's the corresponding JSON:
249
249
}
250
250
],
251
251
"operator" : " IPMatch" ,
252
- "negationConditon " : false ,
252
+ "negationCondition " : false ,
253
253
"matchValues" : [
254
254
" 192.168.5.0/24"
255
255
],
@@ -319,7 +319,7 @@ Here's the corresponding JSON:
319
319
}
320
320
],
321
321
"operator" : " IPMatch" ,
322
- "negationConditon " : false ,
322
+ "negationCondition " : false ,
323
323
"matchValues" : [
324
324
" 192.168.5.0/24"
325
325
],
@@ -333,7 +333,7 @@ Here's the corresponding JSON:
333
333
}
334
334
],
335
335
"operator" : " Contains" ,
336
- "negationConditon " : false ,
336
+ "negationCondition " : false ,
337
337
"matchValues" : [
338
338
" evilbot"
339
339
],
@@ -410,7 +410,7 @@ And the corresponding JSON:
410
410
}
411
411
],
412
412
"operator" : " IPMatch" ,
413
- "negationConditon " : true ,
413
+ "negationCondition " : true ,
414
414
"matchValues" : [
415
415
" 192.168.5.0/24"
416
416
],
@@ -433,7 +433,7 @@ And the corresponding JSON:
433
433
}
434
434
],
435
435
"operator" : " Contains" ,
436
- "negationConditon " : true ,
436
+ "negationCondition " : true ,
437
437
"matchValues" : [
438
438
" chrome"
439
439
],
@@ -494,7 +494,7 @@ Corresponding JSON:
494
494
}
495
495
],
496
496
"operator" : " Equal" ,
497
- "negationConditon " : true ,
497
+ "negationCondition " : true ,
498
498
"matchValues" : [
499
499
" user1" ,
500
500
" user2"
@@ -555,7 +555,7 @@ And here's the corresponding JSON:
555
555
}
556
556
],
557
557
"operator" : " Equal" ,
558
- "negationConditon " : true ,
558
+ "negationCondition " : true ,
559
559
"matchValues" : [
560
560
" xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
561
561
],
0 commit comments