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" 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: