action collegefootballdata_get_conferences { label: "Conferences" description: "Get conference list" provider: collegefootballdata method: GET path: "/conferences" encoding: json output: { type: "array" items: { type: "object" properties: { abbreviation: { type: "string" } classification: { type: "string" } id: { type: "integer" } name: { type: "string" } short_name: { type: "string" } } } } }