action pressassociation_list_contributor { label: "Contributor Collection" description: "Return a collection of Contributors." provider: pressassociation method: GET path: "/contributor" encoding: json input: { type: "object" properties: { aliases: { type: "boolean" } limit: { type: "integer" format: "int32" } updatedAfter: { type: "string" } } additionalProperties: false } output: { type: "object" } }