From b3c02a3ae750209c0cc9e42c8a4d42fe706b8fd0 Mon Sep 17 00:00:00 2001 From: Nicholas Wallace Date: Tue, 9 Jul 2024 01:48:14 +0000 Subject: [PATCH] Update schemas --- docs/objects/entities/PodcastEpisode.yaml | 1 - docs/schemas.yaml | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) 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