action openchannel_get_developers_developer_id { label: "Returns a single developer" provider: openchannel method: GET path: "/developers/{developerId}" encoding: json input: { type: "object" properties: { developerId: { type: "string" } } required: ["developerId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }