{
  "version": "2024-07-01T00:00:00.000Z",
  "orgId": "org_test",
  "projectId": "proj_test",
  "env": "production",
  "hashing": {
    "unitKey": "userId",
    "bucketCount": 1000
  },
  "parameters": [
    {
      "key": "gate.enabled",
      "type": "boolean",
      "default": false,
      "layerId": "layer_gate",
      "namespace": "gate"
    }
  ],
  "layers": [
    {
      "id": "layer_gate",
      "policies": [
        {
          "id": "policy_omitted_gte",
          "state": "running",
          "kind": "static",
          "allocations": [
            {
              "name": "omitted_on",
              "bucketRange": [0, 999],
              "overrides": { "gate.enabled": true }
            }
          ],
          "conditions": [
            {
              "field": "threshold_score",
              "op": "gte"
            }
          ]
        },
        {
          "id": "policy_valid_gte",
          "state": "running",
          "kind": "static",
          "allocations": [
            {
              "name": "valid_on",
              "bucketRange": [0, 999],
              "overrides": { "gate.enabled": true }
            }
          ],
          "conditions": [
            {
              "field": "threshold_score",
              "op": "gte",
              "value": 100
            }
          ]
        }
      ]
    }
  ]
}
