We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d0e50d commit 6c1d6f6Copy full SHA for 6c1d6f6
src/main/resources/openapi.yaml
@@ -907,6 +907,8 @@ paths:
907
type: string
908
description:
909
910
+ minLength: 3
911
+ maxLength: 50000
912
contactEmail:
913
914
format: email
@@ -2411,7 +2413,7 @@ components:
2411
2413
2412
2414
2415
minLength: 3
- maxLength: 2000
2416
2417
example: "An awesome organization for managing models."
2418
organizationMembers:
2419
type: array
0 commit comments