diff --git a/schemas/captionasset.yaml b/schemas/captionasset.yaml index 115001b..e7f731d 100644 --- a/schemas/captionasset.yaml +++ b/schemas/captionasset.yaml @@ -1,5 +1,8 @@ CaptionAsset: + deprecated: true description: | + **Notice: The CaptionAsset is deprecated, use the [RichCaptionAsset](#tocs_richcaptionasset) instead.** + The CaptionAsset is used to add captions (subtitles) to a video. It uses a supplied SRT or VTT file which will be read and burnt to the video. diff --git a/schemas/responses/renderresponsedata.yaml b/schemas/responses/renderresponsedata.yaml index 1937a99..8387ea8 100644 --- a/schemas/responses/renderresponsedata.yaml +++ b/schemas/responses/renderresponsedata.yaml @@ -22,6 +22,7 @@