The Rundown · Schema

SeasonTypeSport

SportsBettingOddsNFLNBAMLBNHLSoccerReal-TimeSports DataSportsbook

Properties

Name Type Description
sport_id integer
sport_name string
season_type_id integer
season_type_name string
View JSON Schema on GitHub

JSON Schema

therundown-seasontypesport-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://therundown.io/schemas/SeasonTypeSport",
  "title": "SeasonTypeSport",
  "type": "object",
  "properties": {
    "sport_id": {
      "type": "integer"
    },
    "sport_name": {
      "type": "string"
    },
    "season_type_id": {
      "type": "integer"
    },
    "season_type_name": {
      "type": "string"
    }
  }
}