Skip to content

Commit 6c1d6f6

Browse files
committed
fix(JAQPOT-480): org description up to 50000 characters
1 parent 8d0e50d commit 6c1d6f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/resources/openapi.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,6 +907,8 @@ paths:
907907
type: string
908908
description:
909909
type: string
910+
minLength: 3
911+
maxLength: 50000
910912
contactEmail:
911913
type: string
912914
format: email
@@ -2411,7 +2413,7 @@ components:
24112413
description:
24122414
type: string
24132415
minLength: 3
2414-
maxLength: 2000
2416+
maxLength: 50000
24152417
example: "An awesome organization for managing models."
24162418
organizationMembers:
24172419
type: array

0 commit comments

Comments
 (0)