The Rundown · Schema

V1EventsResponse

SportsBettingOddsNFLNBAMLBNHLSoccerReal-TimeSports DataSportsbook

Properties

Name Type Description
meta object
events array
View JSON Schema on GitHub

JSON Schema

therundown-v1eventsresponse-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://therundown.io/schemas/V1EventsResponse",
  "title": "V1EventsResponse",
  "type": "object",
  "properties": {
    "meta": {
      "$ref": "#/components/schemas/Meta"
    },
    "events": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/V1Event"
      }
    }
  }
}