action collegefootballdata_get_play_stat_types { label: "Types of player play stats" description: "Type of play stats" provider: collegefootballdata method: GET path: "/play/stat/types" encoding: json output: { type: "array" items: { type: "object" properties: { id: { type: "integer" } name: { type: "string" } } } } }