action opentargets_get_drug_by_id { label: "Get drug by ID" description: "Get `drug` objects.\n" provider: opentargets method: GET path: "/platform/private/drug/{DRUG_ID}" encoding: json input: { type: "object" properties: { DRUG_ID: { type: "string" } drug_id: { type: "string" } } required: ["DRUG_ID", "drug_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }