diff --git a/docs/objects/entities/PodcastEpisode.yaml b/docs/objects/entities/PodcastEpisode.yaml index d565af657..f10c25ec4 100644 --- a/docs/objects/entities/PodcastEpisode.yaml +++ b/docs/objects/entities/PodcastEpisode.yaml @@ -51,7 +51,6 @@ components: nullable: true pubDate: type: string - format: date-time description: The publication date of the episode. nullable: true chapters: diff --git a/docs/schemas.yaml b/docs/schemas.yaml index 072895616..e4e05e809 100644 --- a/docs/schemas.yaml +++ b/docs/schemas.yaml @@ -20,6 +20,10 @@ components: description: The total length (in seconds) of the item or file. type: number example: 33854.905 + duration: + description: The total length of the item or file. + type: string + example: '01:23:45' tags: description: Tags applied to items. type: array