# BaseballAnalysisContext

> Baseball analysis context.

Baseball analysis context. Each fact group is optional (different markets
populate different groups: the slate board serves the opposing starter, the
prop card serves platoon splits) but a produced context always carries at
least one.

**Kind:** object

| Field | Type | Required | Description |
|---|---|---|---|
| `opposing_probable_pitcher` | `null \| PitcherRef` | no |  |
| `platoon` | `null \| PlatoonSplits` | no |  |

**Used by:** [AnalysisContext](/docs/reference/data-model/shared/AnalysisContext.md) (baseball variant)
