com.indeed.proctor.groups.SplitSpecificationTestGroups.json Maven / Gradle / Ivy
{
"providedContext" : {
"loggedIn" : "boolean",
"country" : "String",
"accountId" : "int"
},
"tests" : {
"three" : {
"fallbackValue" : 0,
"buckets" : {
"inactive" : -1,
"control" : 0,
"test" : 1
},
"payload" : {
"type" : "doubleValue",
"validator" : "${value >= 0}",
"allowForce" : false
},
"description" : "2nd test"
},
"one" : {
"fallbackValue" : 0,
"buckets" : {
"test1" : 0,
"test2" : 1,
"test3" : 2
},
"description" : "3rd \n\t\"test"
},
"two" : {
"fallbackValue" : 0,
"buckets" : {
"control" : 0,
"test1" : 1,
"test2" : 2,
"test3" : 3
}
}
},
"dynamicFilters" : [ ]
}