The Rundown · Schema

MarketParticipantsResponse

SportsBettingOddsNFLNBAMLBNHLSoccerReal-TimeSports DataSportsbook

Properties

Name Type Description
participants array
View JSON Schema on GitHub

JSON Schema

therundown-marketparticipantsresponse-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://therundown.io/schemas/MarketParticipantsResponse",
  "title": "MarketParticipantsResponse",
  "type": "object",
  "properties": {
    "participants": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/MarketParticipant"
      }
    }
  }
}