Skip to content

Commit ed660b2

Browse files
Update model/equaliq.smithy
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent fe14783 commit ed660b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

model/equaliq.smithy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -912,6 +912,8 @@ operation GetTextToSpeech {
912912
}
913913
structure GetTextToSpeechInput {
914914
@required
915+
@length(min: 1, max: 5000)
916+
@pattern("^[\\p{L}\\p{N}\\p{P}\\p{Z}]+$")
915917
text: String
916918
}
917919
structure GetTextToSpeechOutput {

0 commit comments

Comments
 (0)