The Rundown · Schema

Conference

SportsBettingOddsNFLNBAMLBNHLSoccerReal-TimeSports DataSportsbook

Properties

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

JSON Schema

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