action hillbillysoftware_calendar_show_seasons_get { label: "Returns list of seasons available in the calendar for show" provider: hillbillysoftware method: GET path: "/Calendar/Seasons/{AccessToken}/{Name}" encoding: json input: { type: "object" properties: { AccessToken: { type: "string" } Name: { type: "string" } } required: ["AccessToken", "Name"] additionalProperties: false } output: { type: "object" additionalProperties: true } }