Season
Type name: Season
Extends CreativeWork
Name |
Type |
Description |
endDate |
Date |
The end date and time of the item (in ISO 8601 date format). |
episode |
Episode |
An episode of a tv, radio or game media within a series or season. |
episodes |
Episode |
An episode of a TV/radio series or season. |
numberOfEpisodes |
Number |
The number of episodes in this season or series. |
partOfSeries |
Series |
The series to which this episode or season belongs. |
productionCompany |
Organization |
The production company or studio responsible for the item e.g. series, video game, episode etc. |
seasonNumber |
Integer or Text |
Position of the season within an ordered group of seasons. |
startDate |
Date |
The start date and time of the item (in ISO 8601 date format). |
trailer |
VideoObject |
The trailer of a movie or tv/radio series, season, episode, etc. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["The `Season` type defines structured data for a season of a TV show, radio program, or game series."],["It includes properties for start and end dates, episodes, season number, and the series it belongs to."],["`Season` type extends the `CreativeWork` type and includes information about the production company and a potential trailer."],["Developers can use the provided properties like `endDate`, `episode`, `numberOfEpisodes`, etc.to markup the details about the season of a TV/radio series or a game."]]],["The \"Season\" type extends \"CreativeWork\" and defines properties for media seasons. Key properties include `endDate` and `startDate` (ISO 8601 format), `episode` or `episodes` which represent media episodes, `numberOfEpisodes`, `partOfSeries` to specify the overarching series, `productionCompany`, `seasonNumber` for season ordering, and `trailer` which refers to a related video. These components describe a specific installment within a media series, including its chronological boundaries and related media.\n"]]