action rottentomatoes_upcoming_dvds_dvdlists { provider: rottentomatoes method: GET path: "/lists/dvds/upcoming.json" encoding: json input: { type: "object" properties: { country: { type: "string" } page: { type: "string" } page_limit: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }