removedInput schema / properties / drafted
Removed value: -{
- "description": "Player names already drafted by ANY team. Optional — without it the board is estimated from pick_number using consensus ADP. Supplying it is always more accurate.",
- "items": {
- "type": "string"
- },
- "type": "array"
-}
removedInput schema / properties / pick_number
Removed value: -{
- "description": "The overall pick number on the clock.",
- "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 / roster
Removed value: -{
- "description": "Player names already on the user's team.",
- "items": {
- "type": "string"
- },
- "type": "array"
-}
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"
-}
removedInput schema / required
Removed value: -[
- "roster",
- "pick_number"
-]