removedInput schema / properties / limit
Removed value: -{
- "default": 50,
- "description": "Max players to return, best first (default 50). The full board is ~330 and all of it is free.",
- "maximum": 400,
- "minimum": 1,
- "type": "integer"
-}
removedInput schema / properties / platform
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "enum": [
- "yahoo",
- "espn",
- "sleeper",
- "nfl",
- "cbs",
- "fantrax",
- "draftkings",
- "underdog"
- ],
- "type": "string"
- }
- ],
- "description": "League platform — applies its default scoring, size, roster + best-ball settings (overridable by explicit scoring/teams). Underdog/DraftKings are best ball. One of: yahoo · espn · sleeper · nfl · cbs · fantrax · draftkings · underdog."
-}
removedInput schema / properties / position
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "enum": [
- "QB",
- "RB",
- "WR",
- "TE",
- "FLEX"
- ],
- "type": "string"
- }
- ],
- "description": "Optional position filter (FLEX = RB/WR/TE). One of: QB · RB · WR · TE · FLEX."
-}
removedInput schema / properties / scoring
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "enum": [
- "standard",
- "half_ppr",
- "ppr"
- ],
- "type": "string"
- }
- ],
- "description": "Scoring format: standard, half_ppr (default), or ppr (full PPR). Overrides a platform preset. Works for Yahoo/ESPN/Sleeper defaults. One of: standard · half_ppr · ppr."
-}
removedInput schema / properties / teams
Removed value: -{
- "description": "League size (number of teams) for draft-round math. Overrides the platform default; falls back to 12.",
- "maximum": 20,
- "minimum": 4,
- "type": "integer"
-}