The Rundown · Schema

Division

SportsBettingOddsNFLNBAMLBNHLSoccerReal-TimeSports DataSportsbook

Properties

Name Type Description
division_id integer
conference_id integer
sport_id integer
name string
View JSON Schema on GitHub

JSON Schema

therundown-division-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://therundown.io/schemas/Division",
  "title": "Division",
  "type": "object",
  "properties": {
    "division_id": {
      "type": "integer"
    },
    "conference_id": {
      "type": "integer"
    },
    "sport_id": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    }
  }
}