action rawg_games_youtube_read { label: "Get videos from YouTube associated with the game, available only for business and enterprise API users." description: "" provider: rawg method: GET path: "/games/{id}/youtube" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" properties: { channel_id: { type: "string" } channel_title: { type: "string" } comments_count: { type: "integer" } created: { type: "string" format: "date-time" } description: { type: "string" } dislike_count: { type: "integer" } external_id: { type: "string" } favorite_count: { type: "integer" } id: { type: "integer" } like_count: { type: "integer" } name: { type: "string" } thumbnails: { type: "object" } view_count: { type: "integer" } } } }