action rottentomatoes_movies_alias_detailed_info { provider: rottentomatoes method: GET path: "/movie_alias.json" encoding: json input: { type: "object" properties: { id: { type: "string" } type: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }