{
  "abTesting": {
    "article": {
      "tests": [
        {
          "id": "YByMKfprRCStcMvK8zh1yw",
          "path": "/articles/:category/:slug",
          "variants": [
            {
              "variantId": "article-layout1",
              "weighting": 0.5
            },
            {
              "variantId": "article-layout2",
              "weighting": 0.5
            }
          ]
        }
      ]
    },
    "frontpage": {
      "tests": [
        {
          "id": "RBuGLIHSTp-4VcY1ObZDGw",
          "path": "/",
          "variants": [
            {
              "variantId": "frontpage-1column",
              "weighting": 0.5
            },
            {
              "variantId": "frontpage-2columns",
              "weighting": 0.5
            }
          ]
        }
      ]
    },
    "user": {
      "tests": [
        {
          "path": "/login",
          "variants": [
            {
              "variantId": "login-default",
              "weighting": 1.0
            }
          ]
        }
      ]
    }
  }
}