action hillbillysoftware_calendar_countries_get { label: "Returns list of available countries in calendar database" provider: hillbillysoftware method: GET path: "/Calendar/Countries/{AccessToken}" encoding: json input: { type: "object" properties: { AccessToken: { type: "string" } } required: ["AccessToken"] additionalProperties: false } output: { type: "object" additionalProperties: true } }