action openchannel_get_reviews_review_id { label: "Find a Review within a particular App and marketplace" provider: openchannel method: GET path: "/reviews/{reviewId}" encoding: json input: { type: "object" properties: { reviewId: { type: "string" } } required: ["reviewId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }