{
  "version": "2024-07-01T00:00:00.000Z",
  "orgId": "org_test",
  "projectId": "proj_test",
  "env": "production",
  "hashing": {
    "unitKey": "userId",
    "bucketCount": 1000
  },
  "parameters": [
    {
      "key": "ui.variant",
      "type": "string",
      "default": "default",
      "layerId": "layer_floor",
      "namespace": "ui"
    }
  ],
  "layers": [
    {
      "id": "layer_floor",
      "policies": [
        {
          "id": "policy_high_floor",
          "state": "running",
          "kind": "adaptive",
          "allocations": [
            {
              "id": "alloc_a",
              "name": "variant_a",
              "bucketRange": [0, 332],
              "overrides": { "ui.variant": "hero_a" }
            },
            {
              "id": "alloc_b",
              "name": "variant_b",
              "bucketRange": [333, 665],
              "overrides": { "ui.variant": "hero_b" }
            },
            {
              "id": "alloc_c",
              "name": "variant_c",
              "bucketRange": [666, 999],
              "overrides": { "ui.variant": "hero_c" }
            }
          ],
          "conditions": [],
          "contextLogging": {
            "allowedFields": ["x"]
          },
          "contextualModel": {
            "generatedAt": "2024-06-28T09:00:00.000Z",
            "gamma": 0.5,
            "actionProbabilityFloor": 0.5,
            "defaultAllocationScore": 0,
            "coefficients": {
              "variant_a": {
                "intercept": 1.0,
                "numeric": [{ "key": "x", "coef": 0.2, "missing": 0 }],
                "categorical": []
              },
              "variant_b": {
                "intercept": 0.5,
                "numeric": [{ "key": "x", "coef": 0.1, "missing": 0 }],
                "categorical": []
              },
              "variant_c": {
                "intercept": 0.2,
                "numeric": [{ "key": "x", "coef": 0.05, "missing": 0 }],
                "categorical": []
              }
            }
          }
        }
      ]
    }
  ]
}
