The Rundown · Schema

AffiliatesResponse

SportsBettingOddsNFLNBAMLBNHLSoccerReal-TimeSports DataSportsbook

Properties

Name Type Description
affiliates array
View JSON Schema on GitHub

JSON Schema

therundown-affiliatesresponse-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://therundown.io/schemas/AffiliatesResponse",
  "title": "AffiliatesResponse",
  "type": "object",
  "properties": {
    "affiliates": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Affiliate"
      }
    }
  }
}