Skip to content

Commit

Permalink
OASv3 - UserSchemaAttributes minLength and maxLength must be nullable (
Browse files Browse the repository at this point in the history
…#1504)

OASv3 spec - UserSchemaAttributes minLength and maxLength must be nullable
  • Loading branch information
arvindkrishnakumar-okta authored Jun 14, 2024
1 parent ca83314 commit f42e1b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/swagger/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31373,8 +31373,10 @@ components:
$ref: '#/components/schemas/UserSchemaAttributeMaster'
maxLength:
type: integer
nullable: true
minLength:
type: integer
nullable: true
mutability:
type: string
oneOf:
Expand Down

0 comments on commit f42e1b9

Please sign in to comment.