The Rundown · Schema

PlayersResponse

SportsBettingOddsNFLNBAMLBNHLSoccerReal-TimeSports DataSportsbook

Properties

Name Type Description
players array
View JSON Schema on GitHub

JSON Schema

therundown-playersresponse-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://therundown.io/schemas/PlayersResponse",
  "title": "PlayersResponse",
  "type": "object",
  "properties": {
    "players": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/PlayerNormalized"
      }
    }
  }
}