{
  "version": "2024-07-01T00:00:00.000Z",
  "orgId": "org_test",
  "projectId": "proj_test",
  "env": "production",
  "hashing": {
    "unitKey": "userId",
    "bucketCount": 1000
  },
  "parameters": [
    {
      "key": "exp.flag",
      "type": "string",
      "default": "off",
      "layerId": "layer_numeric",
      "namespace": "exp"
    }
  ],
  "layers": [
    {
      "id": "layer_numeric",
      "policies": [
        {
          "id": "policy_numeric",
          "state": "running",
          "kind": "static",
          "allocations": [
            {
              "name": "low",
              "bucketRange": [0, 499],
              "overrides": { "exp.flag": "off" }
            },
            {
              "name": "high",
              "bucketRange": [500, 999],
              "overrides": { "exp.flag": "on" }
            }
          ],
          "conditions": []
        }
      ]
    }
  ]
}
