{
  "model_name": "BasketballBallTrajectoryModel",
  "version": "v1.0",
  "description": "Rule-based tracking model that describes the vertical behaviour of the ball. It estimates the floor level from the ankle keypoints, converts the ball trajectory into height above the floor, and reports the average, median and peak height, the apex of every ball flight (passes as well as rolls and loose balls, told apart by the type field), the detected ground contacts (bounces and dribbles), the time the ball spends near the floor and the per-frame height series.",
  "training_required": false,
  "datasource": {
    "twintech": [
      "athleteId",
      "blobUrl",
      "matchId",
      "seqNum"
    ]
  }
}