{
  "model_name": "BasketballPlayerSpacingModel",
  "version": "v1.0",
  "description": "Rule-based tracking model that measures how far the players stay from each other. It computes the horizontal distance between the tracked bodies frame by frame (the mean pairwise distance when more than two players are present), reports the distribution, the time spent in close, medium and wide bands, the spacing at the moment of each pass, and the full per-frame series.",
  "training_required": false,
  "datasource": {
    "twintech": [
      "athleteId",
      "blobUrl",
      "matchId",
      "seqNum"
    ]
  }
}