UNPKG

openapi-directory

Version:

Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS

1 lines 48.1 kB
{"openapi":"3.0.0","info":{"contact":{"x-twitter":"nfldata"},"description":"MLB scores, stats, and news API.","title":"MLB v3 Stats","version":"1.0","x-apisguru-categories":["entertainment"],"x-logo":{"url":"https://twitter.com/nfldata/profile_image?size=original"},"x-origin":[{"format":"swagger","url":"https://fantasydata.com/downloads/swagger/mlb-v3-stats.json","version":"2.0"}],"x-providerName":"fantasydata.net","x-serviceName":"mlb-v3-stats"},"security":[{"apiKeyHeader":[]},{"apiKeyQuery":[]}],"tags":[],"paths":{"/{format}/AllTeams":{"get":{"operationId":"TeamsAll","parameters":[{"description":"Desired response format. Valid entries are <code>XML</code> or <code>JSON</code>.","in":"path","name":"format","required":true,"schema":{"type":"string","enum":["XML","JSON"],"default":"XML"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/Team"},"type":"array"}}}}},"summary":"Teams (All)"}},"/{format}/AreAnyGamesInProgress":{"get":{"description":"Returns <code>true</code> if there is at least one game being played at the time of the request or <code>false</code> if there are none.","operationId":"AreGamesInProgress","parameters":[{"description":"Desired response format. Valid entries are <code>XML</code> or <code>JSON</code>.","in":"path","name":"format","required":true,"schema":{"type":"string","enum":["XML","JSON"],"default":"XML"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"type":"boolean"}}}}},"summary":"Are Games In Progress"}},"/{format}/BoxScore/{gameid}":{"get":{"operationId":"BoxScore","parameters":[{"description":"Desired response format. Valid entries are <code>XML</code> or <code>JSON</code>.","in":"path","name":"format","required":true,"schema":{"type":"string","enum":["XML","JSON"],"default":"XML"}},{"description":"The GameID of an MLB game. GameIDs can be found in the Games API. Valid entries are <code>14620</code> or <code>16905</code>","in":"path","name":"gameid","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BoxScore"}}}}},"summary":"Box Score"}},"/{format}/BoxScores/{date}":{"get":{"operationId":"BoxScoresByDate","parameters":[{"description":"Desired response format. Valid entries are <code>XML</code> or <code>JSON</code>.","in":"path","name":"format","required":true,"schema":{"type":"string","enum":["XML","JSON"],"default":"XML"}},{"description":"The date of the game(s).\n<br>Examples: <code>2017-JUL-31</code>, <code>2017-SEP-01</code>.","in":"path","name":"date","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/BoxScore"},"type":"array"}}}}},"summary":"Box Scores by Date"}},"/{format}/BoxScoresDelta/{date}/{minutes}":{"get":{"operationId":"BoxScoresByDateDelta","parameters":[{"description":"Desired response format. Valid entries are <code>XML</code> or <code>JSON</code>.","in":"path","name":"format","required":true,"schema":{"type":"string","enum":["XML","JSON"],"default":"XML"}},{"description":"The date of the game(s).\n<br>Examples: <code>2017-JUL-31</code>, <code>2017-SEP-01</code>.","in":"path","name":"date","required":true,"schema":{"type":"string"}},{"description":"Only returns player statistics that have changed in the last X minutes. You specify how many minutes in time to go back. Valid entries are:\n<code>1</code>, <code>2</code> ... <code>all</code>.","in":"path","name":"minutes","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/BoxScore"},"type":"array"}}}}},"summary":"Box Scores by Date Delta"}},"/{format}/CurrentSeason":{"get":{"operationId":"CurrentSeason","parameters":[{"description":"Desired response format. Valid entries are <code>XML</code> or <code>JSON</code>.","in":"path","name":"format","required":true,"schema":{"type":"string","enum":["XML","JSON"],"default":"XML"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Season"}}}}},"summary":"Current Season"}},"/{format}/DfsSlatesByDate/{date}":{"get":{"operationId":"DfsSlatesByDate","parameters":[{"description":"Desired response format. Valid entries are <code>XML</code> or <code>JSON</code>.","in":"path","name":"format","required":true,"schema":{"type":"string","enum":["XML","JSON"],"default":"XML"}},{"description":"The date of the slates.\n<br>Examples: <code>2017-JUL-31</code>, <code>2017-SEP-01</code>.","in":"path","name":"date","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/DfsSlate"},"type":"array"}}}}},"summary":"DFS Slates by Date"}},"/{format}/FreeAgents":{"get":{"operationId":"PlayerDetailsByFreeAgents","parameters":[{"description":"Desired response format. Valid entries are <code>XML</code> or <code>JSON</code>.","in":"path","name":"format","required":true,"schema":{"type":"string","enum":["XML","JSON"],"default":"XML"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/Player"},"type":"array"}}}}},"summary":"Player Details by Free Agents"}},"/{format}/Games/{season}":{"get":{"operationId":"Schedules","parameters":[{"description":"Desired response format. Valid entries are <code>XML</code> or <code>JSON</code>.","in":"path","name":"format","required":true,"schema":{"type":"string","enum":["XML","JSON"],"default":"XML"}},{"description":"Year of the season (with optional season type).<br>Examples: <code>2018</code>, <code>2018PRE</code>, <code>2018POST</code>, <code>2018STAR</code>, <code>2019</code>, etc.","in":"path","name":"season","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/Game"},"type":"array"}}}}},"summary":"Schedules"}},"/{format}/GamesByDate/{date}":{"get":{"operationId":"GamesByDate","parameters":[{"description":"Desired response format. Valid entries are <code>XML</code> or <code>JSON</code>.","in":"path","name":"format","required":true,"schema":{"type":"string","enum":["XML","JSON"],"default":"XML"}},{"description":"The date of the game(s).\n<br>Examples: <code>2017-JUL-31</code>, <code>2017-SEP-01</code>.","in":"path","name":"date","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/Game"},"type":"array"}}}}},"summary":"Games by Date"}},"/{format}/HitterVsPitcher/{hitterid}/{pitcherid}":{"get":{"operationId":"BatterVsPitcherStats","parameters":[{"description":"Desired response format. Valid entries are <code>XML</code> or <code>JSON</code>.","in":"path","name":"format","required":true,"schema":{"type":"string","enum":["XML","JSON"],"default":"XML"}},{"description":"Unique FantasyData Player ID.\nExample:<code>10000031</code>.","in":"path","name":"hitterid","required":true,"schema":{"type":"string"}},{"description":"Unique FantasyData Player ID.\nExample:<code>10000618</code>.","in":"path","name":"pitcherid","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/PlayerSeason"},"type":"array"}}}}},"summary":"Batter vs. Pitcher Stats"}},"/{format}/News":{"get":{"operationId":"News","parameters":[{"description":"Desired response format. Valid entries are <code>XML</code> or <code>JSON</code>.","in":"path","name":"format","required":true,"schema":{"type":"string","enum":["XML","JSON"],"default":"XML"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/News"},"type":"array"}}}}},"summary":"News"}},"/{format}/NewsByDate/{date}":{"get":{"operationId":"NewsByDate","parameters":[{"description":"Desired response format. Valid entries are <code>XML</code> or <code>JSON</code>.","in":"path","name":"format","required":true,"schema":{"type":"string","enum":["XML","JSON"],"default":"XML"}},{"description":"The date of the news.\n<br>Examples: <code>2017-JUL-31</code>, <code>2017-SEP-01</code>.","in":"path","name":"date","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/News"},"type":"array"}}}}},"summary":"News by Date"}},"/{format}/NewsByPlayerID/{playerid}":{"get":{"operationId":"NewsByPlayer","parameters":[{"description":"Desired response format. Valid entries are <code>XML</code> or <code>JSON</code>.","in":"path","name":"format","required":true,"schema":{"type":"string","enum":["XML","JSON"],"default":"XML"}},{"description":"Unique FantasyData Player ID.\nExample:<code>10000507</code>.","in":"path","name":"playerid","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/News"},"type":"array"}}}}},"summary":"News by Player"}},"/{format}/Player/{playerid}":{"get":{"operationId":"PlayerDetailsByPlayer","parameters":[{"description":"Desired response format. Valid entries are <code>XML</code> or <code>JSON</code>.","in":"path","name":"format","required":true,"schema":{"type":"string","enum":["XML","JSON"],"default":"XML"}},{"description":"Unique FantasyData Player ID.\nExample:<code>10000507</code>.","in":"path","name":"playerid","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Player"}}}}},"summary":"Player Details by Player"}},"/{format}/PlayerGameStatsByDate/{date}":{"get":{"operationId":"PlayerGameStatsByDate","parameters":[{"description":"Desired response format. Valid entries are <code>XML</code> or <code>JSON</code>.","in":"path","name":"format","required":true,"schema":{"type":"string","enum":["XML","JSON"],"default":"XML"}},{"description":"The date of the game(s).\n<br>Examples: <code>2017-JUL-31</code>, <code>2017-SEP-01</code>.","in":"path","name":"date","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/PlayerGame"},"type":"array"}}}}},"summary":"Player Game Stats by Date"}},"/{format}/PlayerGameStatsByPlayer/{date}/{playerid}":{"get":{"operationId":"PlayerGameStatsByPlayer","parameters":[{"description":"Desired response format. Valid entries are <code>XML</code> or <code>JSON</code>.","in":"path","name":"format","required":true,"schema":{"type":"string","enum":["XML","JSON"],"default":"XML"}},{"description":"The date of the game(s).\n<br>Examples: <code>2017-JUL-31</code>, <code>2017-SEP-01</code>.","in":"path","name":"date","required":true,"schema":{"type":"string"}},{"description":"Unique FantasyData Player ID.\nExample:<code>10000507</code>.","in":"path","name":"playerid","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PlayerGame"}}}}},"summary":"Player Game Stats by Player"}},"/{format}/PlayerSeasonAwayStats/{season}":{"get":{"operationId":"PlayerSeasonAwayStats","parameters":[{"description":"Desired response format. Valid entries are <code>XML</code> or <code>JSON</code>.","in":"path","name":"format","required":true,"schema":{"type":"string","enum":["XML","JSON"],"default":"XML"}},{"description":"Year of the season.\n<br>Examples: <code>2017</code>, <code>2018</code>.","in":"path","name":"season","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/PlayerSeason"},"type":"array"}}}}},"summary":"Player Season Away Stats"}},"/{format}/PlayerSeasonHomeStats/{season}":{"get":{"operationId":"PlayerSeasonHomeStats","parameters":[{"description":"Desired response format. Valid entries are <code>XML</code> or <code>JSON</code>.","in":"path","name":"format","required":true,"schema":{"type":"string","enum":["XML","JSON"],"default":"XML"}},{"description":"Year of the season.\n<br>Examples: <code>2017</code>, <code>2018</code>.","in":"path","name":"season","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/PlayerSeason"},"type":"array"}}}}},"summary":"Player Season Home Stats"}},"/{format}/PlayerSeasonSplitStats/{season}/{split}":{"get":{"operationId":"PlayerSeasonSplitStats","parameters":[{"description":"Desired response format. Valid entries are <code>XML</code> or <code>JSON</code>.","in":"path","name":"format","required":true,"schema":{"type":"string","enum":["XML","JSON"],"default":"XML"}},{"description":"Year of the season.\n<br>Examples: <code>2017</code>, <code>2018</code>.","in":"path","name":"season","required":true,"schema":{"type":"string"}},{"description":"The desired split of stats. Currently, we support vs. Left/Right/Switch handed pitchers/hitters. Possible values are: <code>L</code>, <code>R</code> and <code>S</code>","in":"path","name":"split","required":true,"schema":{"type":"string","enum":["L","R","S"],"default":"L"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/PlayerSeason"},"type":"array"}}}}},"summary":"Player Season Split Stats"}},"/{format}/PlayerSeasonStats/{season}":{"get":{"operationId":"PlayerSeasonStats","parameters":[{"description":"Desired response format. Valid entries are <code>XML</code> or <code>JSON</code>.","in":"path","name":"format","required":true,"schema":{"type":"string","enum":["XML","JSON"],"default":"XML"}},{"description":"Year of the season.\n<br>Examples: <code>2017</code>, <code>2018</code>.","in":"path","name":"season","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/PlayerSeason"},"type":"array"}}}}},"summary":"Player Season Stats"}},"/{format}/PlayerSeasonStatsByPlayer/{season}/{playerid}":{"get":{"operationId":"PlayerSeasonStatsByPlayer","parameters":[{"description":"Desired response format. Valid entries are <code>XML</code> or <code>JSON</code>.","in":"path","name":"format","required":true,"schema":{"type":"string","enum":["XML","JSON"],"default":"XML"}},{"description":"Year of the season.\n<br>Examples: <code>2017</code>, <code>2018</code>.","in":"path","name":"season","required":true,"schema":{"type":"string"}},{"description":"Unique FantasyData Player ID.\nExample:<code>10000507</code>.","in":"path","name":"playerid","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PlayerSeason"}}}}},"summary":"Player Season Stats By Player"}},"/{format}/PlayerSeasonStatsByTeam/{season}/{team}":{"get":{"operationId":"PlayerSeasonStatsByTeam","parameters":[{"description":"Desired response format. Valid entries are <code>XML</code> or <code>JSON</code>.","in":"path","name":"format","required":true,"schema":{"type":"string","enum":["XML","JSON"],"default":"XML"}},{"description":"Year of the season.\n<br>Examples: <code>2017</code>, <code>2018</code>.\n","in":"path","name":"season","required":true,"schema":{"type":"string"}},{"description":"The abbreviation of the requested team.\n<br>Examples: <code>SF</code>, <code>NYY</code>.","in":"path","name":"team","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/PlayerSeason"},"type":"array"}}}}},"summary":"Player Season Stats by Team"}},"/{format}/PlayerSeasonStatsSplitByTeam/{season}":{"get":{"operationId":"PlayerSeasonStatsSplitByTeam","parameters":[{"description":"Desired response format. Valid entries are <code>XML</code> or <code>JSON</code>.","in":"path","name":"format","required":true,"schema":{"type":"string","enum":["XML","JSON"],"default":"XML"}},{"description":"Year of the season.\n<br>Examples: <code>2017</code>, <code>2018</code>.","in":"path","name":"season","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/PlayerSeason"},"type":"array"}}}}},"summary":"Player Season Stats Split By Team"}},"/{format}/Players":{"get":{"operationId":"PlayerDetailsByActive","parameters":[{"description":"Desired response format. Valid entries are <code>XML</code> or <code>JSON</code>.","in":"path","name":"format","required":true,"schema":{"type":"string","enum":["XML","JSON"],"default":"XML"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/Player"},"type":"array"}}}}},"summary":"Player Details by Active"}},"/{format}/Players/{team}":{"get":{"operationId":"PlayersByTeam","parameters":[{"description":"Desired response format. Valid entries are <code>XML</code> or <code>JSON</code>.","in":"path","name":"format","required":true,"schema":{"type":"string","enum":["XML","JSON"],"default":"XML"}},{"description":"The abbreviation of the requested team.\n<br>Examples: <code>SF</code>, <code>NYY</code>.","in":"path","name":"team","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/Player"},"type":"array"}}}}},"summary":"Players by Team"}},"/{format}/Stadiums":{"get":{"operationId":"Stadiums","parameters":[{"description":"Desired response format. Valid entries are <code>XML</code> or <code>JSON</code>.","in":"path","name":"format","required":true,"schema":{"type":"string","enum":["xml","json"],"default":"xml"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/Stadium"},"type":"array"}}}}},"summary":"Stadiums"}},"/{format}/Standings/{season}":{"get":{"operationId":"Standings","parameters":[{"description":"Desired response format. Valid entries are <code>XML</code> or <code>JSON</code>.","in":"path","name":"format","required":true,"schema":{"type":"string","enum":["XML","JSON"],"default":"XML"}},{"description":"Year of the season.\n<br>Examples: <code>2017</code>, <code>2018</code>.","in":"path","name":"season","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/Standing"},"type":"array"}}}}},"summary":"Standings"}},"/{format}/TeamGameStatsByDate/{date}":{"get":{"operationId":"TeamGameStatsByDate","parameters":[{"description":"Desired response format. Valid entries are <code>XML</code> or <code>JSON</code>.","in":"path","name":"format","required":true,"schema":{"type":"string","enum":["XML","JSON"],"default":"XML"}},{"description":"The date of the game(s).\n<br>Examples: <code>2017-JUL-31</code>, <code>2017-SEP-01</code>.","in":"path","name":"date","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/TeamGame"},"type":"array"}}}}},"summary":"Team Game Stats by Date"}},"/{format}/TeamHittersVsPitcher/{gameid}/{team}":{"get":{"operationId":"TeamHittingVsStartingPitcher","parameters":[{"description":"Desired response format. Valid entries are <code>XML</code> or <code>JSON</code>.","in":"path","name":"format","required":true,"schema":{"type":"string","enum":["XML","JSON"],"default":"XML"}},{"description":"The GameID of an MLB game. GameIDs can be found in the Games API. Valid entries are <code>14620</code> or <code>16905</code>","in":"path","name":"gameid","required":true,"schema":{"type":"string"}},{"description":"The abbreviation of the requested team.\n<br>Examples: <code>SF</code>, <code>NYY</code>.","in":"path","name":"team","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/PlayerSeason"},"type":"array"}}}}},"summary":"Team Hitting vs. Starting Pitcher"}},"/{format}/TeamSeasonStats/{season}":{"get":{"operationId":"TeamSeasonStats","parameters":[{"description":"Desired response format. Valid entries are <code>XML</code> or <code>JSON</code>.","in":"path","name":"format","required":true,"schema":{"type":"string","enum":["XML","JSON"],"default":"XML"}},{"description":"Year of the season.\n<br>Examples: <code>2017</code>, <code>2018</code>.","in":"path","name":"season","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/TeamSeason"},"type":"array"}}}}},"summary":"Team Season Stats"}},"/{format}/teams":{"get":{"operationId":"TeamsActive","parameters":[{"description":"Desired response format. Valid entries are <code>XML</code> or <code>JSON</code>.","in":"path","name":"format","required":true,"schema":{"type":"string","enum":["XML","JSON"],"default":"XML"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/Team"},"type":"array"}}}}},"summary":"Teams (Active)"}}},"servers":[{"url":"http://api.fantasydata.net/v3/mlb/stats"},{"url":"https://api.fantasydata.net/v3/mlb/stats"}],"components":{"securitySchemes":{"apiKeyHeader":{"in":"header","name":"Ocp-Apim-Subscription-Key","type":"apiKey"},"apiKeyQuery":{"in":"query","name":"subscription-key","type":"apiKey"}},"schemas":{"BoxScore":{"properties":{"Game":{"$ref":"#/components/schemas/Game"},"Innings":{"items":{"$ref":"#/components/schemas/Inning"},"type":"array"},"PlayerGames":{"items":{"$ref":"#/components/schemas/PlayerGame"},"type":"array"},"TeamGames":{"items":{"$ref":"#/components/schemas/TeamGame"},"type":"array"}}},"DfsSlate":{"properties":{"DfsSlateGames":{"items":{"$ref":"#/components/schemas/DfsSlateGame"},"type":"array"},"DfsSlatePlayers":{"items":{"$ref":"#/components/schemas/DfsSlatePlayer"},"type":"array"},"IsMultiDaySlate":{"type":"boolean"},"NumberOfGames":{"type":"integer"},"Operator":{"type":"string"},"OperatorDay":{"type":"string"},"OperatorGameType":{"type":"string"},"OperatorName":{"type":"string"},"OperatorSlateID":{"type":"integer"},"OperatorStartTime":{"type":"string"},"RemovedByOperator":{"type":"boolean"},"SlateID":{"type":"integer"}}},"DfsSlateGame":{"properties":{"Game":{"$ref":"#/components/schemas/Game"},"GameID":{"type":"integer"},"OperatorGameID":{"type":"integer"},"RemovedByOperator":{"type":"boolean"},"SlateGameID":{"type":"integer"},"SlateID":{"type":"integer"}}},"DfsSlatePlayer":{"properties":{"OperatorPlayerID":{"type":"string"},"OperatorPlayerName":{"type":"string"},"OperatorPosition":{"type":"string"},"OperatorRosterSlots":{"items":{"type":"string"},"type":"array"},"OperatorSalary":{"type":"integer"},"OperatorSlatePlayerID":{"type":"string"},"PlayerGameProjectionStatID":{"type":"integer"},"PlayerID":{"type":"integer"},"RemovedByOperator":{"type":"boolean"},"SlateGameID":{"type":"integer"},"SlateID":{"type":"integer"},"SlatePlayerID":{"type":"integer"}}},"Game":{"properties":{"Attendance":{"type":"integer"},"AwayTeam":{"type":"string"},"AwayTeamErrors":{"type":"integer"},"AwayTeamHits":{"type":"integer"},"AwayTeamID":{"type":"integer"},"AwayTeamMoneyLine":{"type":"integer"},"AwayTeamProbablePitcherID":{"type":"integer"},"AwayTeamRuns":{"type":"integer"},"AwayTeamStartingPitcher":{"type":"string"},"AwayTeamStartingPitcherID":{"type":"integer"},"Balls":{"type":"integer"},"Channel":{"type":"string"},"CurrentHitter":{"type":"string"},"CurrentHitterID":{"type":"integer"},"CurrentHittingTeamID":{"type":"integer"},"CurrentPitcher":{"type":"string"},"CurrentPitcherID":{"type":"integer"},"CurrentPitchingTeamID":{"type":"integer"},"DateTime":{"type":"string"},"Day":{"type":"string"},"DueUpHitterID1":{"type":"integer"},"DueUpHitterID2":{"type":"integer"},"DueUpHitterID3":{"type":"integer"},"ForecastDescription":{"type":"string"},"ForecastTempHigh":{"type":"integer"},"ForecastTempLow":{"type":"integer"},"ForecastWindChill":{"type":"integer"},"ForecastWindDirection":{"type":"integer"},"ForecastWindSpeed":{"type":"integer"},"GameEndDateTime":{"type":"string"},"GameID":{"type":"integer"},"GlobalAwayTeamID":{"type":"integer"},"GlobalGameID":{"type":"integer"},"GlobalHomeTeamID":{"type":"integer"},"HomeTeam":{"type":"string"},"HomeTeamErrors":{"type":"integer"},"HomeTeamHits":{"type":"integer"},"HomeTeamID":{"type":"integer"},"HomeTeamMoneyLine":{"type":"integer"},"HomeTeamProbablePitcherID":{"type":"integer"},"HomeTeamRuns":{"type":"integer"},"HomeTeamStartingPitcher":{"type":"string"},"HomeTeamStartingPitcherID":{"type":"integer"},"Inning":{"type":"integer"},"InningHalf":{"type":"string"},"Innings":{"items":{"$ref":"#/components/schemas/Inning"},"type":"array"},"IsClosed":{"type":"boolean"},"LastPlay":{"type":"string"},"LosingPitcher":{"type":"string"},"LosingPitcherID":{"type":"integer"},"Outs":{"type":"integer"},"OverUnder":{"type":"number"},"PointSpread":{"type":"number"},"PointSpreadAwayTeamMoneyLine":{"type":"integer"},"PointSpreadHomeTeamMoneyLine":{"type":"integer"},"RescheduledFromGameID":{"type":"integer"},"RescheduledGameID":{"type":"integer"},"RunnerOnFirst":{"type":"boolean"},"RunnerOnSecond":{"type":"boolean"},"RunnerOnThird":{"type":"boolean"},"SavingPitcher":{"type":"string"},"SavingPitcherID":{"type":"integer"},"Season":{"type":"integer"},"SeasonType":{"type":"integer"},"StadiumID":{"type":"integer"},"Status":{"type":"string"},"Strikes":{"type":"integer"},"Updated":{"type":"string"},"WinningPitcher":{"type":"string"},"WinningPitcherID":{"type":"integer"}}},"Inning":{"properties":{"AwayTeamRuns":{"type":"integer"},"GameID":{"type":"integer"},"HomeTeamRuns":{"type":"integer"},"InningID":{"type":"integer"},"InningNumber":{"type":"integer"}}},"News":{"properties":{"Author":{"type":"string"},"Categories":{"type":"string"},"Content":{"type":"string"},"NewsID":{"type":"integer"},"PlayerID":{"type":"integer"},"PlayerID2":{"type":"integer"},"Source":{"type":"string"},"Team":{"type":"string"},"Team2":{"type":"string"},"TeamID":{"type":"integer"},"TeamID2":{"type":"integer"},"TermsOfUse":{"type":"string"},"TimeAgo":{"type":"string"},"Title":{"type":"string"},"Updated":{"type":"string"},"Url":{"type":"string"}}},"Player":{"properties":{"BatHand":{"type":"string"},"BirthCity":{"type":"string"},"BirthCountry":{"type":"string"},"BirthDate":{"type":"string"},"BirthState":{"type":"string"},"College":{"type":"string"},"DraftKingsName":{"type":"string"},"DraftKingsPlayerID":{"type":"integer"},"Experience":{"type":"string"},"FanDuelName":{"type":"string"},"FanDuelPlayerID":{"type":"integer"},"FantasyAlarmPlayerID":{"type":"integer"},"FantasyDraftName":{"type":"string"},"FantasyDraftPlayerID":{"type":"integer"},"FirstName":{"type":"string"},"GlobalTeamID":{"type":"integer"},"Height":{"type":"integer"},"HighSchool":{"type":"string"},"InjuryBodyPart":{"type":"string"},"InjuryNotes":{"type":"string"},"InjuryStartDate":{"type":"string"},"InjuryStatus":{"type":"string"},"Jersey":{"type":"integer"},"LastName":{"type":"string"},"MLBAMID":{"type":"integer"},"PhotoUrl":{"type":"string"},"PlayerID":{"type":"integer"},"Position":{"type":"string"},"PositionCategory":{"type":"string"},"ProDebut":{"type":"string"},"RotoWirePlayerID":{"type":"integer"},"RotoworldPlayerID":{"type":"integer"},"Salary":{"type":"integer"},"SportRadarPlayerID":{"type":"string"},"SportsDataID":{"type":"string"},"SportsDirectPlayerID":{"type":"integer"},"StatsPlayerID":{"type":"integer"},"Status":{"type":"string"},"Team":{"type":"string"},"TeamID":{"type":"integer"},"ThrowHand":{"type":"string"},"UpcomingGameID":{"type":"integer"},"UsaTodayHeadshotNoBackgroundUrl":{"type":"string"},"UsaTodayHeadshotUrl":{"type":"string"},"UsaTodayPlayerID":{"type":"integer"},"Weight":{"type":"integer"},"XmlTeamPlayerID":{"type":"integer"},"YahooName":{"type":"string"},"YahooPlayerID":{"type":"integer"}}},"PlayerGame":{"properties":{"AtBats":{"type":"number"},"BallsInPlay":{"type":"number"},"BattingAverage":{"type":"number"},"BattingAverageOnBallsInPlay":{"type":"number"},"BattingOrder":{"type":"integer"},"BattingOrderConfirmed":{"type":"boolean"},"CaughtStealing":{"type":"number"},"DateTime":{"type":"string"},"Day":{"type":"string"},"DoublePlays":{"type":"number"},"Doubles":{"type":"number"},"DraftKingsPosition":{"type":"string"},"DraftKingsSalary":{"type":"integer"},"EarnedRunAverage":{"type":"number"},"Errors":{"type":"number"},"FanDuelPosition":{"type":"string"},"FanDuelSalary":{"type":"integer"},"FantasyDataSalary":{"type":"integer"},"FantasyDraftPosition":{"type":"string"},"FantasyDraftSalary":{"type":"integer"},"FantasyPoints":{"type":"number"},"FantasyPointsDraftKings":{"type":"number"},"FantasyPointsFanDuel":{"type":"number"},"FantasyPointsFantasyDraft":{"type":"number"},"FantasyPointsYahoo":{"type":"number"},"FieldingIndependentPitching":{"type":"number"},"FlyOuts":{"type":"number"},"GameID":{"type":"integer"},"Games":{"type":"integer"},"GlobalGameID":{"type":"integer"},"GlobalOpponentID":{"type":"integer"},"GlobalTeamID":{"type":"integer"},"GrandSlams":{"type":"number"},"GroundIntoDoublePlay":{"type":"number"},"GroundOuts":{"type":"number"},"HitByPitch":{"type":"number"},"Hits":{"type":"number"},"HomeOrAway":{"type":"string"},"HomeRuns":{"type":"number"},"InjuryBodyPart":{"type":"string"},"InjuryNotes":{"type":"string"},"InjuryStartDate":{"type":"string"},"InjuryStatus":{"type":"string"},"InningsPitchedDecimal":{"type":"number"},"InningsPitchedFull":{"type":"number"},"InningsPitchedOuts":{"type":"number"},"IntentionalWalks":{"type":"number"},"IsGameOver":{"type":"boolean"},"IsolatedPower":{"type":"number"},"LeftOnBase":{"type":"number"},"LineOuts":{"type":"number"},"Losses":{"type":"number"},"Name":{"type":"string"},"OnBasePercentage":{"type":"number"},"OnBasePlusSlugging":{"type":"number"},"Opponent":{"type":"string"},"OpponentID":{"type":"integer"},"OpponentPositionRank":{"type":"integer"},"OpponentRank":{"type":"integer"},"Outs":{"type":"number"},"PitchesSeen":{"type":"number"},"PitchesThrown":{"type":"number"},"PitchesThrownStrikes":{"type":"number"},"PitchingBallsInPlay":{"type":"number"},"PitchingBattingAverageAgainst":{"type":"number"},"PitchingBattingAverageOnBallsInPlay":{"type":"number"},"PitchingBlownSaves":{"type":"number"},"PitchingCatchersInterference":{"type":"number"},"PitchingCompleteGames":{"type":"number"},"PitchingDoublePlays":{"type":"number"},"PitchingDoubles":{"type":"number"},"PitchingEarnedRuns":{"type":"number"},"PitchingFlyOuts":{"type":"number"},"PitchingGrandSlams":{"type":"number"},"PitchingGroundIntoDoublePlay":{"type":"number"},"PitchingGroundOuts":{"type":"number"},"PitchingHitByPitch":{"type":"number"},"PitchingHits":{"type":"number"},"PitchingHolds":{"type":"number"},"PitchingHomeRuns":{"type":"number"},"PitchingInningStarted":{"type":"integer"},"PitchingIntentionalWalks":{"type":"number"},"PitchingLineOuts":{"type":"number"},"PitchingNoHitters":{"type":"number"},"PitchingOnBasePercentage":{"type":"number"},"PitchingOnBasePlusSlugging":{"type":"number"},"PitchingPerfectGames":{"type":"number"},"PitchingPlateAppearances":{"type":"number"},"PitchingPopOuts":{"type":"number"},"PitchingQualityStarts":{"type":"number"},"PitchingReachedOnError":{"type":"number"},"PitchingRuns":{"type":"number"},"PitchingSacrificeFlies":{"type":"number"},"PitchingSacrifices":{"type":"number"},"PitchingShutOuts":{"type":"number"},"PitchingSingles":{"type":"number"},"PitchingSluggingPercentage":{"type":"number"},"PitchingStrikeouts":{"type":"number"},"PitchingStrikeoutsPerNineInnings":{"type":"number"},"PitchingTotalBases":{"type":"number"},"PitchingTriples":{"type":"number"},"PitchingWalks":{"type":"number"},"PitchingWalksPerNineInnings":{"type":"number"},"PitchingWeightedOnBasePercentage":{"type":"number"},"PlateAppearances":{"type":"number"},"PlayerID":{"type":"integer"},"PopOuts":{"type":"number"},"Position":{"type":"string"},"PositionCategory":{"type":"string"},"ReachedOnError":{"type":"number"},"Runs":{"type":"number"},"RunsBattedIn":{"type":"number"},"SacrificeFlies":{"type":"number"},"Sacrifices":{"type":"number"},"Saves":{"type":"number"},"Season":{"type":"integer"},"SeasonType":{"type":"integer"},"Singles":{"type":"number"},"SluggingPercentage":{"type":"number"},"Started":{"type":"integer"},"StatID":{"type":"integer"},"StolenBases":{"type":"number"},"Strikeouts":{"type":"number"},"SubstituteBattingOrder":{"type":"integer"},"SubstituteBattingOrderSequence":{"type":"integer"},"Team":{"type":"string"},"TeamID":{"type":"integer"},"TotalBases":{"type":"number"},"TotalOutsPitched":{"type":"number"},"Triples":{"type":"number"},"Updated":{"type":"string"},"Walks":{"type":"number"},"WalksHitsPerInningsPitched":{"type":"number"},"WeightedOnBasePercentage":{"type":"number"},"Wins":{"type":"number"},"YahooPosition":{"type":"string"},"YahooSalary":{"type":"integer"}}},"PlayerSeason":{"properties":{"AtBats":{"type":"number"},"AverageDraftPosition":{"type":"number"},"BallsInPlay":{"type":"number"},"BattingAverage":{"type":"number"},"BattingAverageOnBallsInPlay":{"type":"number"},"BattingOrder":{"type":"integer"},"BattingOrderConfirmed":{"type":"boolean"},"CaughtStealing":{"type":"number"},"DoublePlays":{"type":"number"},"Doubles":{"type":"number"},"EarnedRunAverage":{"type":"number"},"Errors":{"type":"number"},"FantasyPoints":{"type":"number"},"FantasyPointsDraftKings":{"type":"number"},"FantasyPointsFanDuel":{"type":"number"},"FantasyPointsFantasyDraft":{"type":"number"},"FantasyPointsYahoo":{"type":"number"},"FieldingIndependentPitching":{"type":"number"},"FlyOuts":{"type":"number"},"Games":{"type":"integer"},"GlobalTeamID":{"type":"integer"},"GrandSlams":{"type":"number"},"GroundIntoDoublePlay":{"type":"number"},"GroundOuts":{"type":"number"},"HitByPitch":{"type":"number"},"Hits":{"type":"number"},"HomeRuns":{"type":"number"},"InningsPitchedDecimal":{"type":"number"},"InningsPitchedFull":{"type":"number"},"InningsPitchedOuts":{"type":"number"},"IntentionalWalks":{"type":"number"},"IsolatedPower":{"type":"number"},"LeftOnBase":{"type":"number"},"LineOuts":{"type":"number"},"Losses":{"type":"number"},"Name":{"type":"string"},"OnBasePercentage":{"type":"number"},"OnBasePlusSlugging":{"type":"number"},"Outs":{"type":"number"},"PitchesSeen":{"type":"number"},"PitchesThrown":{"type":"number"},"PitchesThrownStrikes":{"type":"number"},"PitchingBallsInPlay":{"type":"number"},"PitchingBattingAverageAgainst":{"type":"number"},"PitchingBattingAverageOnBallsInPlay":{"type":"number"},"PitchingBlownSaves":{"type":"number"},"PitchingCatchersInterference":{"type":"number"},"PitchingCompleteGames":{"type":"number"},"PitchingDoublePlays":{"type":"number"},"PitchingDoubles":{"type":"number"},"PitchingEarnedRuns":{"type":"number"},"PitchingFlyOuts":{"type":"number"},"PitchingGrandSlams":{"type":"number"},"PitchingGroundIntoDoublePlay":{"type":"number"},"PitchingGroundOuts":{"type":"number"},"PitchingHitByPitch":{"type":"number"},"PitchingHits":{"type":"number"},"PitchingHolds":{"type":"number"},"PitchingHomeRuns":{"type":"number"},"PitchingInningStarted":{"type":"integer"},"PitchingIntentionalWalks":{"type":"number"},"PitchingLineOuts":{"type":"number"},"PitchingNoHitters":{"type":"number"},"PitchingOnBasePercentage":{"type":"number"},"PitchingOnBasePlusSlugging":{"type":"number"},"PitchingPerfectGames":{"type":"number"},"PitchingPlateAppearances":{"type":"number"},"PitchingPopOuts":{"type":"number"},"PitchingQualityStarts":{"type":"number"},"PitchingReachedOnError":{"type":"number"},"PitchingRuns":{"type":"number"},"PitchingSacrificeFlies":{"type":"number"},"PitchingSacrifices":{"type":"number"},"PitchingShutOuts":{"type":"number"},"PitchingSingles":{"type":"number"},"PitchingSluggingPercentage":{"type":"number"},"PitchingStrikeouts":{"type":"number"},"PitchingStrikeoutsPerNineInnings":{"type":"number"},"PitchingTotalBases":{"type":"number"},"PitchingTriples":{"type":"number"},"PitchingWalks":{"type":"number"},"PitchingWalksPerNineInnings":{"type":"number"},"PitchingWeightedOnBasePercentage":{"type":"number"},"PlateAppearances":{"type":"number"},"PlayerID":{"type":"integer"},"PopOuts":{"type":"number"},"Position":{"type":"string"},"PositionCategory":{"type":"string"},"ReachedOnError":{"type":"number"},"Runs":{"type":"number"},"RunsBattedIn":{"type":"number"},"SacrificeFlies":{"type":"number"},"Sacrifices":{"type":"number"},"Saves":{"type":"number"},"Season":{"type":"integer"},"SeasonType":{"type":"integer"},"Singles":{"type":"number"},"SluggingPercentage":{"type":"number"},"Started":{"type":"integer"},"StatID":{"type":"integer"},"StolenBases":{"type":"number"},"Strikeouts":{"type":"number"},"SubstituteBattingOrder":{"type":"integer"},"SubstituteBattingOrderSequence":{"type":"integer"},"Team":{"type":"string"},"TeamID":{"type":"integer"},"TotalBases":{"type":"number"},"TotalOutsPitched":{"type":"number"},"Triples":{"type":"number"},"Updated":{"type":"string"},"Walks":{"type":"number"},"WalksHitsPerInningsPitched":{"type":"number"},"WeightedOnBasePercentage":{"type":"number"},"Wins":{"type":"number"}}},"Season":{"properties":{"ApiSeason":{"type":"string"},"PostSeasonStartDate":{"type":"string"},"RegularSeasonStartDate":{"type":"string"},"Season":{"type":"integer"},"SeasonType":{"type":"string"}}},"Stadium":{"properties":{"Active":{"type":"boolean"},"Altitude":{"type":"integer"},"Capacity":{"type":"integer"},"CenterField":{"type":"integer"},"City":{"type":"string"},"Country":{"type":"string"},"GeoLat":{"type":"number"},"GeoLong":{"type":"number"},"HomePlateDirection":{"type":"integer"},"LeftCenterField":{"type":"integer"},"LeftField":{"type":"integer"},"MidLeftCenterField":{"type":"integer"},"MidLeftField":{"type":"integer"},"MidRightCenterField":{"type":"integer"},"MidRightField":{"type":"integer"},"Name":{"type":"string"},"RightCenterField":{"type":"integer"},"RightField":{"type":"integer"},"StadiumID":{"type":"integer"},"State":{"type":"string"},"Surface":{"type":"string"},"Type":{"type":"string"}}},"Standing":{"properties":{"AwayLosses":{"type":"integer"},"AwayWins":{"type":"integer"},"City":{"type":"string"},"DayLosses":{"type":"integer"},"DayWins":{"type":"integer"},"Division":{"type":"string"},"DivisionLosses":{"type":"integer"},"DivisionWins":{"type":"integer"},"GamesBehind":{"type":"number"},"HomeLosses":{"type":"integer"},"HomeWins":{"type":"integer"},"Key":{"type":"string"},"LastTenGamesLosses":{"type":"integer"},"LastTenGamesWins":{"type":"integer"},"League":{"type":"string"},"Losses":{"type":"integer"},"Name":{"type":"string"},"NightLosses":{"type":"integer"},"NightWins":{"type":"integer"},"Percentage":{"type":"number"},"RunsAgainst":{"type":"integer"},"RunsScored":{"type":"integer"},"Season":{"type":"integer"},"SeasonType":{"type":"integer"},"Streak":{"type":"string"},"TeamID":{"type":"integer"},"WildCardGamesBehind":{"type":"number"},"WildCardRank":{"type":"integer"},"Wins":{"type":"integer"}}},"Team":{"properties":{"Active":{"type":"boolean"},"City":{"type":"string"},"Division":{"type":"string"},"GlobalTeamID":{"type":"integer"},"League":{"type":"string"},"Name":{"type":"string"},"PrimaryColor":{"type":"string"},"QuaternaryColor":{"type":"string"},"SecondaryColor":{"type":"string"},"StadiumID":{"type":"integer"},"TeamID":{"type":"integer"},"TertiaryColor":{"type":"string"},"WikipediaLogoUrl":{"type":"string"},"WikipediaWordMarkUrl":{"type":"string"},"[Key]":{"type":"string"}}},"TeamGame":{"properties":{"AtBats":{"type":"number"},"BallsInPlay":{"type":"number"},"BattingAverage":{"type":"number"},"BattingAverageOnBallsInPlay":{"type":"number"},"BattingOrderConfirmed":{"type":"boolean"},"CaughtStealing":{"type":"number"},"DateTime":{"type":"string"},"Day":{"type":"string"},"DoublePlays":{"type":"number"},"Doubles":{"type":"number"},"EarnedRunAverage":{"type":"number"},"Errors":{"type":"number"},"FantasyPoints":{"type":"number"},"FantasyPointsDraftKings":{"type":"number"},"FantasyPointsFanDuel":{"type":"number"},"FantasyPointsFantasyDraft":{"type":"number"},"FantasyPointsYahoo":{"type":"number"},"FieldingIndependentPitching":{"type":"number"},"FlyOuts":{"type":"number"},"GameID":{"type":"integer"},"Games":{"type":"integer"},"GlobalGameID":{"type":"integer"},"GlobalOpponentID":{"type":"integer"},"GlobalTeamID":{"type":"integer"},"GrandSlams":{"type":"number"},"GroundIntoDoublePlay":{"type":"number"},"GroundOuts":{"type":"number"},"HitByPitch":{"type":"number"},"Hits":{"type":"number"},"HomeOrAway":{"type":"string"},"HomeRuns":{"type":"number"},"InningsPitchedDecimal":{"type":"number"},"InningsPitchedFull":{"type":"number"},"InningsPitchedOuts":{"type":"number"},"IntentionalWalks":{"type":"number"},"IsGameOver":{"type":"boolean"},"IsolatedPower":{"type":"number"},"LeftOnBase":{"type":"number"},"LineOuts":{"type":"number"},"Losses":{"type":"number"},"Name":{"type":"string"},"OnBasePercentage":{"type":"number"},"OnBasePlusSlugging":{"type":"number"},"Opponent":{"type":"string"},"OpponentID":{"type":"integer"},"Outs":{"type":"number"},"PitchesSeen":{"type":"number"},"PitchesThrown":{"type":"number"},"PitchesThrownStrikes":{"type":"number"},"PitchingBallsInPlay":{"type":"number"},"PitchingBattingAverageAgainst":{"type":"number"},"PitchingBattingAverageOnBallsInPlay":{"type":"number"},"PitchingBlownSaves":{"type":"number"},"PitchingCatchersInterference":{"type":"number"},"PitchingCompleteGames":{"type":"number"},"PitchingDoublePlays":{"type":"number"},"PitchingDoubles":{"type":"number"},"PitchingEarnedRuns":{"type":"number"},"PitchingFlyOuts":{"type":"number"},"PitchingGrandSlams":{"type":"number"},"PitchingGroundIntoDoublePlay":{"type":"number"},"PitchingGroundOuts":{"type":"number"},"PitchingHitByPitch":{"type":"number"},"PitchingHits":{"type":"number"},"PitchingHolds":{"type":"number"},"PitchingHomeRuns":{"type":"number"},"PitchingInningStarted":{"type":"integer"},"PitchingIntentionalWalks":{"type":"number"},"PitchingLineOuts":{"type":"number"},"PitchingNoHitters":{"type":"number"},"PitchingOnBasePercentage":{"type":"number"},"PitchingOnBasePlusSlugging":{"type":"number"},"PitchingPerfectGames":{"type":"number"},"PitchingPlateAppearances":{"type":"number"},"PitchingPopOuts":{"type":"number"},"PitchingQualityStarts":{"type":"number"},"PitchingReachedOnError":{"type":"number"},"PitchingRuns":{"type":"number"},"PitchingSacrificeFlies":{"type":"number"},"PitchingSacrifices":{"type":"number"},"PitchingShutOuts":{"type":"number"},"PitchingSingles":{"type":"number"},"PitchingSluggingPercentage":{"type":"number"},"PitchingStrikeouts":{"type":"number"},"PitchingStrikeoutsPerNineInnings":{"type":"number"},"PitchingTotalBases":{"type":"number"},"PitchingTriples":{"type":"number"},"PitchingWalks":{"type":"number"},"PitchingWalksPerNineInnings":{"type":"number"},"PitchingWeightedOnBasePercentage":{"type":"number"},"PlateAppearances":{"type":"number"},"PopOuts":{"type":"number"},"ReachedOnError":{"type":"number"},"Runs":{"type":"number"},"RunsBattedIn":{"type":"number"},"SacrificeFlies":{"type":"number"},"Sacrifices":{"type":"number"},"Saves":{"type":"number"},"Season":{"type":"integer"},"SeasonType":{"type":"integer"},"Singles":{"type":"number"},"SluggingPercentage":{"type":"number"},"StatID":{"type":"integer"},"StolenBases":{"type":"number"},"Strikeouts":{"type":"number"},"SubstituteBattingOrder":{"type":"integer"},"SubstituteBattingOrderSequence":{"type":"integer"},"Team":{"type":"string"},"TeamID":{"type":"integer"},"TotalBases":{"type":"number"},"TotalOutsPitched":{"type":"number"},"Triples":{"type":"number"},"Updated":{"type":"string"},"Walks":{"type":"number"},"WalksHitsPerInningsPitched":{"type":"number"},"WeightedOnBasePercentage":{"type":"number"},"Wins":{"type":"number"}}},"TeamSeason":{"properties":{"AtBats":{"type":"number"},"BallsInPlay":{"type":"number"},"BattingAverage":{"type":"number"},"BattingAverageOnBallsInPlay":{"type":"number"},"BattingOrderConfirmed":{"type":"boolean"},"CaughtStealing":{"type":"number"},"DoublePlays":{"type":"number"},"Doubles":{"type":"number"},"EarnedRunAverage":{"type":"number"},"Errors":{"type":"number"},"FantasyPoints":{"type":"number"},"FantasyPointsDraftKings":{"type":"number"},"FantasyPointsFanDuel":{"type":"number"},"FantasyPointsFantasyDraft":{"type":"number"},"FantasyPointsYahoo":{"type":"number"},"FieldingIndependentPitching":{"type":"number"},"FlyOuts":{"type":"number"},"Games":{"type":"integer"},"GlobalTeamID":{"type":"integer"},"GrandSlams":{"type":"number"},"GroundIntoDoublePlay":{"type":"number"},"GroundOuts":{"type":"number"},"HitByPitch":{"type":"number"},"Hits":{"type":"number"},"HomeRuns":{"type":"number"},"InningsPitchedDecimal":{"type":"number"},"InningsPitchedFull":{"type":"number"},"InningsPitchedOuts":{"type":"number"},"IntentionalWalks":{"type":"number"},"IsolatedPower":{"type":"number"},"LeftOnBase":{"type":"number"},"LineOuts":{"type":"number"},"Losses":{"type":"number"},"Name":{"type":"string"},"OnBasePercentage":{"type":"number"},"OnBasePlusSlugging":{"type":"number"},"Outs":{"type":"number"},"PitchesSeen":{"type":"number"},"PitchesThrown":{"type":"number"},"PitchesThrownStrikes":{"type":"number"},"PitchingBallsInPlay":{"type":"number"},"PitchingBattingAverageAgainst":{"type":"number"},"PitchingBattingAverageOnBallsInPlay":{"type":"number"},"PitchingBlownSaves":{"type":"number"},"PitchingCatchersInterference":{"type":"number"},"PitchingCompleteGames":{"type":"number"},"PitchingDoublePlays":{"type":"number"},"PitchingDoubles":{"type":"number"},"PitchingEarnedRuns":{"type":"number"},"PitchingFlyOuts":{"type":"number"},"PitchingGrandSlams":{"type":"number"},"PitchingGroundIntoDoublePlay":{"type":"number"},"PitchingGroundOuts":{"type":"number"},"PitchingHitByPitch":{"type":"number"},"PitchingHits":{"type":"number"},"PitchingHolds":{"type":"number"},"PitchingHomeRuns":{"type":"number"},"PitchingInningStarted":{"type":"integer"},"PitchingIntentionalWalks":{"type":"number"},"PitchingLineOuts":{"type":"number"},"PitchingNoHitters":{"type":"number"},"PitchingOnBasePercentage":{"type":"number"},"PitchingOnBasePlusSlugging":{"type":"number"},"PitchingPerfectGames":{"type":"number"},"PitchingPlateAppearances":{"type":"number"},"PitchingPopOuts":{"type":"number"},"PitchingQualityStarts":{"type":"number"},"PitchingReachedOnError":{"type":"number"},"PitchingRuns":{"type":"number"},"PitchingSacrificeFlies":{"type":"number"},"PitchingSacrifices":{"type":"number"},"PitchingShutOuts":{"type":"number"},"PitchingSingles":{"type":"number"},"PitchingSluggingPercentage":{"type":"number"},"PitchingStrikeouts":{"type":"number"},"PitchingStrikeoutsPerNineInnings":{"type":"number"},"PitchingTotalBases":{"type":"number"},"PitchingTriples":{"type":"number"},"PitchingWalks":{"type":"number"},"PitchingWalksPerNineInnings":{"type":"number"},"PitchingWeightedOnBasePercentage":{"type":"number"},"PlateAppearances":{"type":"number"},"PopOuts":{"type":"number"},"ReachedOnError":{"type":"number"},"Runs":{"type":"number"},"RunsBattedIn":{"type":"number"},"SacrificeFlies":{"type":"number"},"Sacrifices":{"type":"number"},"Saves":{"type":"number"},"Season":{"type":"integer"},"SeasonType":{"type":"integer"},"Singles":{"type":"number"},"SluggingPercentage":{"type":"number"},"StatID":{"type":"integer"},"StolenBases":{"type":"number"},"Strikeouts":{"type":"number"},"SubstituteBattingOrder":{"type":"integer"},"SubstituteBattingOrderSequence":{"type":"integer"},"Team":{"type":"string"},"TeamID":{"type":"integer"},"TotalBases":{"type":"number"},"TotalOutsPitched":{"type":"number"},"Triples":{"type":"number"},"Updated":{"type":"string"},"Walks":{"type":"number"},"WalksHitsPerInningsPitched":{"type":"number"},"WeightedOnBasePercentage":{"type":"number"},"Wins":{"type":"number"}}}}}}