action pressassociation_get_catalogue { label: "Catalogue Detail" description: "Return the content of the selected catalogue." provider: pressassociation method: GET path: "/catalogue/{catalogueId}" encoding: json input: { type: "object" properties: { catalogueId: { type: "string" } } required: ["catalogueId"] additionalProperties: false } output: { type: "object" } }