{
  "model_name": "WellnessModel",
  "version": "v1.0",
  "description": "Wellness test model that computes a 0-100% Ready-to-Train (RTT) Readiness Score to evaluate an athlete's physical and mental preparedness. It processes 1-10 scaled subjective indicators, automatically inverting negative metrics (fatigueLevel, muscleSoreness, stressLevel) and combining them with positive states (sleepQuality, mood, motivationLevel) to output actionable Green, Yellow, or Red training load zones.",
  "training_required": false,
  "datasource": {
    "wellness": [
      "athleteId",
      "surveyDate",
      "sleepQuality",
      "sleepHours",
      "fatigueLevel",
      "muscleSoreness",
      "stressLevel",
      "mood",
      "notes",
      "motivationLevel",
      "currentlyMenstruating",
      "loadCapacityToday"
    ]
  }
}