action hillbillysoftware_calendarby_showname_season_get { label: "Get Calendar by showname and season" provider: hillbillysoftware method: GET path: "/Calendar/Show/Season/{AccessToken}/{Name}/{Season}" encoding: json input: { type: "object" properties: { AccessToken: { type: "string" } Name: { type: "string" } Season: { type: "string" } } required: ["AccessToken", "Name", "Season"] additionalProperties: false } output: { type: "object" additionalProperties: true } }