The Rundown · Schema

SportsResponse

SportsBettingOddsNFLNBAMLBNHLSoccerReal-TimeSports DataSportsbook

Properties

Name Type Description
sports array
View JSON Schema on GitHub

JSON Schema

therundown-sportsresponse-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://therundown.io/schemas/SportsResponse",
  "title": "SportsResponse",
  "type": "object",
  "properties": {
    "sports": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Sport"
      }
    }
  }
}