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