action wikipathways_get_get_user_by_orcid { label: "get_getUserByOrcid" description: "getUserByOrcid" provider: wikipathways method: GET path: "/getUserByOrcid" encoding: json input: { type: "object" properties: { format: { type: "string" enum: ["json", "xml", "html", "dump", "jpg", "pdf"] } orcid: { type: "string" } } required: ["orcid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }