From 85f051f3afcb098c770a7ff20c153a4143f16e5b Mon Sep 17 00:00:00 2001 From: Kratos2k7 Date: Thu, 26 Mar 2026 15:27:33 +0500 Subject: [PATCH] fix: OAS schema updated. RichCaptionActiveFont now has size --- schemas/richcaptionproperties.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/schemas/richcaptionproperties.yaml b/schemas/richcaptionproperties.yaml index e75dd27..0442399 100644 --- a/schemas/richcaptionproperties.yaml +++ b/schemas/richcaptionproperties.yaml @@ -20,6 +20,12 @@ RichCaptionActiveFont: maximum: 1 default: 1 example: 1 + size: + description: The font size of the active word in pixels. Overrides the scale property when set. + type: number + minimum: 1 + maximum: 500 + example: 120 textDecoration: description: Text decoration to apply to the active word. type: string @@ -171,6 +177,12 @@ RichCaptionStyle: - capitalize default: "none" example: "uppercase" + size: + description: The font size of the active word in pixels. Overrides the scale property when set. + type: number + minimum: 1 + maximum: 500 + example: 120 textDecoration: description: Text decoration to apply. type: string