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