{
  "model_name": "BasketballPassTempoModel",
  "version": "v1.0",
  "description": "Rule-based tracking model that measures the rhythm of the passing drill. From the detected pass chain it derives passes per minute, the interval between consecutive passes, how long each player holds the ball before releasing it, the longest uninterrupted pass streak, and a time-binned tempo profile that shows where the drill slowed down or broke.",
  "training_required": false,
  "datasource": {
    "twintech": [
      "athleteId",
      "blobUrl",
      "matchId",
      "seqNum"
    ]
  }
}