action hillbillysoftware_calendar_today_get { label: "Will return show schedule for today for all countries in database" provider: hillbillysoftware method: GET path: "/Calendar/Today/{AccessToken}" encoding: json input: { type: "object" properties: { AccessToken: { type: "string" } } required: ["AccessToken"] additionalProperties: false } output: { type: "object" additionalProperties: true } }