Skip to content

Commit 997d7ff

Browse files
authored
Merge pull request #96 from shotstack/fix/add-size-in-active-word
fix: OAS schema updated. RichCaptionActiveFont now has size
2 parents e4a2ac7 + 85f051f commit 997d7ff

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

schemas/richcaptionproperties.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ RichCaptionActiveFont:
2020
maximum: 1
2121
default: 1
2222
example: 1
23+
size:
24+
description: The font size of the active word in pixels. Overrides the scale property when set.
25+
type: number
26+
minimum: 1
27+
maximum: 500
28+
example: 120
2329
textDecoration:
2430
description: Text decoration to apply to the active word.
2531
type: string
@@ -171,6 +177,12 @@ RichCaptionStyle:
171177
- capitalize
172178
default: "none"
173179
example: "uppercase"
180+
size:
181+
description: The font size of the active word in pixels. Overrides the scale property when set.
182+
type: number
183+
minimum: 1
184+
maximum: 500
185+
example: 120
174186
textDecoration:
175187
description: Text decoration to apply.
176188
type: string

0 commit comments

Comments
 (0)