action hillbillysoftware_calendar_by_show_name_get { label: "Will return show schedule for queried showname and year" provider: hillbillysoftware method: GET path: "/Calendar/Show/{AccessToken}/{Name}/{Year}" encoding: json input: { type: "object" properties: { AccessToken: { type: "string" } Name: { type: "string" } Year: { type: "string" } } required: ["AccessToken", "Name", "Year"] additionalProperties: false } output: { type: "object" additionalProperties: true } }