action rottentomatoes_movies_reviews_detailed_info { provider: rottentomatoes method: GET path: "/movies/{id}/reviews.json" encoding: json input: { type: "object" properties: { country: { type: "string" } id: { type: "string" } page: { type: "string" } page_limit: { type: "string" } review_type: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }