{
"version": "2026-05-21T10:30:00Z",
"hashing": { "unitKey": "userId", "bucketCount": 10000 },
"parameters": [
{ "key": "checkout.button.color", "type": "string", "default": "#1E6EFB" },
{ "key": "checkout.show_trust_badges", "type": "boolean", "default": false }
],
"layers": [
{
"id": "layer_checkout",
"policies": [
{
"id": "policy_color_test",
"state": "running",
"kind": "static",
"allocations": [
{
"id": "alloc_a",
"name": "control",
"bucketRange": [0, 4999],
"overrides": { "checkout.button.color": "#1E6EFB" }
},
{
"id": "alloc_b",
"name": "treatment",
"bucketRange": [5000, 9999],
"overrides": { "checkout.button.color": "#22C55E" }
}
],
"conditions": []
}
]
}
],
"eventDefinitions": [
{ "name": "purchase", "valueType": "currency", "unit": "USD" }
]
}