action collegefootballdata_get_play_types { label: "Play types" description: "Types of plays" provider: collegefootballdata method: GET path: "/play/types" encoding: json output: { type: "array" items: { type: "object" properties: { abbreviation: { type: "string" } id: { type: "integer" } text: { type: "string" } } } } }