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