All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.indeed.proctor.groups.SplitSpecificationTestGroups.json Maven / Gradle / Ivy

There is a newer version: 1.9.89
Show newest version
{
  "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" : [ ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy