The Rundown · Schema

BestAffiliateInfo

SportsBettingOddsNFLNBAMLBNHLSoccerReal-TimeSports DataSportsbook

Properties

Name Type Description
affiliate_id integer
affiliate_name string
updated_at string
View JSON Schema on GitHub

JSON Schema

therundown-bestaffiliateinfo-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://therundown.io/schemas/BestAffiliateInfo",
  "title": "BestAffiliateInfo",
  "type": "object",
  "properties": {
    "affiliate_id": {
      "type": "integer"
    },
    "affiliate_name": {
      "type": "string"
    },
    "updated_at": {
      "type": "string",
      "format": "date-time"
    }
  }
}