{
  "model_name": "BloodModel",
  "version": "v1.0",
  "description": "Rule-based inference model that extracts cholesterol and hdlCholesterol values from athlete blood tests to compute and predict the Atherogenic Index.",
  "training_required": false,
  "datasource": {
    "bloodTest": [
      "cholesterol",
      "hdlCholesterol"
    ]
  }
}