action opentargets_get_autocomplete { label: "Get `autocomplete` objects." description: "Search for the closest term to autocomplete in the search box.\n" provider: opentargets method: GET path: "/platform/private/autocomplete" encoding: json input: { type: "object" properties: { q: { type: "string" } size: { type: "string" } } required: ["q"] additionalProperties: false } output: { type: "object" additionalProperties: true } }