The Rundown · Schema

Sport

SportsBettingOddsNFLNBAMLBNHLSoccerReal-TimeSports DataSportsbook

Properties

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

JSON Schema

therundown-sport-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://therundown.io/schemas/Sport",
  "title": "Sport",
  "type": "object",
  "properties": {
    "sport_id": {
      "type": "integer",
      "example": 4
    },
    "sport_name": {
      "type": "string",
      "example": "NBA"
    }
  }
}