From f42e1b9422e43f163812c3a7db6e8117adfc2cf1 Mon Sep 17 00:00:00 2001 From: Arvind Krishnakumar <61501885+arvindkrishnakumar-okta@users.noreply.github.com> Date: Fri, 14 Jun 2024 10:02:15 -0500 Subject: [PATCH] OASv3 - UserSchemaAttributes minLength and maxLength must be nullable (#1504) OASv3 spec - UserSchemaAttributes minLength and maxLength must be nullable --- src/swagger/api.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/swagger/api.yaml b/src/swagger/api.yaml index e1b0f4904db..c61bb4560ac 100644 --- a/src/swagger/api.yaml +++ b/src/swagger/api.yaml @@ -31373,8 +31373,10 @@ components: $ref: '#/components/schemas/UserSchemaAttributeMaster' maxLength: type: integer + nullable: true minLength: type: integer + nullable: true mutability: type: string oneOf: