ReferenceData modelContests & box scores
ContestBoxscore
The wire shape of a contest boxscore: the resolved team-Match [`MatchSummary`], one [`BoxscoreLine`] per appearance (each carrying the player's per-phase base + derived measures assembled from the typed phase tables), and a `finalized` flag derived from the contest's status.
object
contestMatchSummaryrequired
MatchSummary ↗
- away_team
- TeamId
- away_team_name
- stringnulloptional
- competition
- CompetitionId
- edition
- EditionId
- event
- null | EventSummaryoptional
- home_team
- TeamId
- home_team_name
- stringnulloptional
- kickoff
- string<date-time>
- location
- null | ContestLocationSummaryoptional
- score
- null | Scoreoptional
- stage
- null | ContestStageoptional
- status
- ContestStatus
finalizedbooleanrequired`true` once the contest has a final result (status is `Final`).
linesBoxscoreLine[]required
BoxscoreLine ↗
- appearance
- AppearanceId
- baseball
- null | BaseballLineupLineoptional
- contest
- ContestId
- person
- PersonId
- person_name
- stringnulloptional
- phases
- PhaseLine[]
- team
- null | TeamIdoptional