Sportradar · Schema

SportEventSummary

Summary of a soccer match including scoreline and incidents.

DataEsportsFantasy SportsHTTP ChunkedMediaPushReal-TimeSportsSports DataStatisticsStreaming

Properties

Name Type Description
sport_event object
sport_event_status object
View JSON Schema on GitHub

JSON Schema

sportradar-sporteventsummary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SportEventSummary",
  "title": "SportEventSummary",
  "type": "object",
  "description": "Summary of a soccer match including scoreline and incidents.",
  "properties": {
    "sport_event": {
      "$ref": "#/components/schemas/SportEvent"
    },
    "sport_event_status": {
      "$ref": "#/components/schemas/SportEventStatus"
    }
  }
}