action canada_holidays_root { label: "root" description: "Returns a welcome message." provider: canada_holidays method: GET path: "/api/v1" encoding: json output: { type: "object" properties: { _links: { type: "object" properties: { holidays: { type: "object" properties: { href: { type: "string" description: "Domain to get all holidays" } } } provinces: { type: "object" properties: { href: { type: "string" description: "Domain to get all provinces" } } } self: { type: "object" properties: { href: { type: "string" description: "Root domain" } } } spec: { type: "object" properties: { href: { type: "string" } } } } } message: { type: "string" description: "A welcome message" } } } }