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