{
    "apple": {
      "uow_active_days_limit": 30,
      "default_priority_hrs": 24,
      "implementations": [
        {"rule": "*/*", "label": "AppleClient"}
      ],
      "validation_thresholds": {
        "low": 40,
        "high": 50
      }
    },
    "vevo": {
      "uow_active_days_limit": 14,
      "default_priority_hrs": 24,
      "implementations": [
        {
          "rule": "*/active_claims",
          "label": "vevo-active-claims"
        },
        {
          "rule": "*/*",
          "label": "vevo"
        }
      ],
      "days_offset": 2,
      "validation_thresholds": {
        "low": 10,
        "high": 20
      }
    },
    "appreciationengine": {
      "uow_active_days_limit": 2,
      "concurrency_limit": 5,
      "default_priority_hrs": 36,
      "implementations": [
        {
          "rule": "sme/request_to_forget",
          "label": "appreciationengine_email",
          "flow": "gdpr_appreciationengine_email"
        },
        {
          "rule": "*/brands",
          "label": "appreciationengine-paginate",
          "flow": "appreciationengine_flow"
        },
        {
          "rule": "*/*",
          "label": "appreciationengine-paginate-partial",
          "flow": "appreciationengine_flow"
        }
      ],
      "days_offset": 0,
      "validation_thresholds": {
        "low": 0,
        "high": 1000
      }
    }
}
