addedOutput schema / properties / duration_seconds
Added value: +{
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Episode duration in seconds when available from the source feed."
+}
addedOutput schema / properties / episode_title
Added value: +{
+ "description": "Podcast episode title.",
+ "type": "string"
+}
addedOutput schema / properties / published_date
Added value: +{
+ "description": "Episode publication timestamp in ISO 8601 format.",
+ "type": "string"
+}
addedOutput schema / properties / rss_feed_url
Added value: +{
+ "description": "RSS feed URL for the podcast show.",
+ "type": "string"
+}
addedOutput schema / properties / show_title
Added value: +{
+ "description": "Podcast show title.",
+ "type": "string"
+}
changedOutput schema / required
Previous value: -[
- "show_guid",
- "episode_guid",
- "text",
- "total_chars",
- "char_start",
- "char_end",
- "has_more"
-]New value: +[
+ "show_guid",
+ "show_title",
+ "episode_guid",
+ "episode_title",
+ "published_date",
+ "rss_feed_url",
+ "text",
+ "total_chars",
+ "char_start",
+ "char_end",
+ "has_more"
+]