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