action balldontlie_all_stats_example_parameters { label: "all stats (example parameters)" description: "all stats (example parameters)" provider: balldontlie method: GET path: "/api/v1/stats" encoding: json input: { type: "object" properties: { "player_ids[]": { type: "string" } "season[]": { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }