From f7e6d80514f37f05138fd4d6451fb34581f16991 Mon Sep 17 00:00:00 2001 From: Kratos2k7 Date: Thu, 26 Mar 2026 15:03:40 +0500 Subject: [PATCH 1/2] fix: update wordanimation to animation --- schemas/richcaptionasset.yaml | 4 ++-- schemas/richcaptionproperties.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/schemas/richcaptionasset.yaml b/schemas/richcaptionasset.yaml index 70dd5eb..8fc3573 100644 --- a/schemas/richcaptionasset.yaml +++ b/schemas/richcaptionasset.yaml @@ -53,9 +53,9 @@ RichCaptionAsset: active: description: Styling properties for the active/highlighted word. These override the base styling when a word is being spoken. $ref: "./richcaptionproperties.yaml#/RichCaptionActive" - wordAnimation: + animation: description: Word-level animation properties controlling how words are highlighted or revealed. - $ref: "./richcaptionproperties.yaml#/RichCaptionWordAnimation" + $ref: "./richcaptionproperties.yaml#/RichCaptionAnimation" additionalProperties: false required: - type diff --git a/schemas/richcaptionproperties.yaml b/schemas/richcaptionproperties.yaml index 88ccc89..e75dd27 100644 --- a/schemas/richcaptionproperties.yaml +++ b/schemas/richcaptionproperties.yaml @@ -61,7 +61,7 @@ RichCaptionActive: example: 1.2 additionalProperties: false -RichCaptionWordAnimation: +RichCaptionAnimation: description: Word-level animation properties for caption effects. type: object properties: From d52f7cba332afc25da72fa2c4a070134d4fac74d Mon Sep 17 00:00:00 2001 From: Kratos2k7 Date: Thu, 26 Mar 2026 15:09:55 +0500 Subject: [PATCH 2/2] fix: fixed the build issue --- api.oas3.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api.oas3.yaml b/api.oas3.yaml index b4f84ee..9b144ff 100644 --- a/api.oas3.yaml +++ b/api.oas3.yaml @@ -196,8 +196,8 @@ components: RichCaptionActive: $ref: "./schemas/richcaptionproperties.yaml#/RichCaptionActive" - RichCaptionWordAnimation: - $ref: "./schemas/richcaptionproperties.yaml#/RichCaptionWordAnimation" + RichCaptionAnimation: + $ref: "./schemas/richcaptionproperties.yaml#/RichCaptionAnimation" TextToImageAsset: $ref: "./schemas/texttoimageasset.yaml#/TextToImageAsset"