diff --git a/dataset/src/main/openapi/dataset.yaml b/dataset/src/main/openapi/dataset.yaml index 400be64e7..8107acbd9 100644 --- a/dataset/src/main/openapi/dataset.yaml +++ b/dataset/src/main/openapi/dataset.yaml @@ -777,7 +777,7 @@ components: type: string x-field-extra-annotation: "@com.redis.om.spring.annotations.Searchable" minLength: 1 - maxLength: 50 + maxLength: 150 description: type: string organizationId: @@ -834,7 +834,7 @@ components: name: type: string minLength: 1 - maxLength: 50 + maxLength: 150 description: type: string tags: @@ -866,7 +866,7 @@ components: name: type: string minLength: 1 - maxLength: 50 + maxLength: 150 description: type: string tags: @@ -898,7 +898,7 @@ components: type: string x-field-extra-annotation: "@com.redis.om.spring.annotations.Searchable" minLength: 1 - maxLength: 50 + maxLength: 150 sourceName: type: string description: the source data name (e.g. filename associated to the dataset part) @@ -958,7 +958,7 @@ components: name: type: string minLength: 1 - maxLength: 50 + maxLength: 150 sourceName: description: the source data name (e.g. filename associated to the dataset part) type: string diff --git a/organization/src/main/openapi/organization.yaml b/organization/src/main/openapi/organization.yaml index 0f26ff01a..b8ea4cada 100644 --- a/organization/src/main/openapi/organization.yaml +++ b/organization/src/main/openapi/organization.yaml @@ -548,7 +548,7 @@ components: x-field-extra-annotation: "@com.redis.om.spring.annotations.Searchable" description: The Organization name minLength: 1 - maxLength: 50 + maxLength: 150 security: $ref: '#/components/schemas/OrganizationSecurity' required: @@ -562,7 +562,7 @@ components: type: string description: The Organization name minLength: 1 - maxLength: 50 + maxLength: 150 # Security Operation Schemas OrganizationSecurity: diff --git a/solution/src/main/openapi/solution.yaml b/solution/src/main/openapi/solution.yaml index 534dc34eb..d5d04f370 100644 --- a/solution/src/main/openapi/solution.yaml +++ b/solution/src/main/openapi/solution.yaml @@ -838,7 +838,7 @@ components: x-field-extra-annotation: "@com.redis.om.spring.annotations.Searchable" description: The Solution name minLength: 1 - maxLength: 50 + maxLength: 150 example: "Brewery Solution" description: type: string @@ -929,7 +929,7 @@ components: type: string description: Solution name. This name is displayed in the sample webApp minLength: 1 - maxLength: 50 + maxLength: 150 example: "Brewery Solution" description: type: string @@ -999,7 +999,7 @@ components: type: string description: The Solution name minLength: 1 - maxLength: 50 + maxLength: 150 example: "Brewery Solution" description: type: string @@ -1107,7 +1107,7 @@ components: type: string description: The Run Template name minLength: 1 - maxLength: 50 + maxLength: 150 labels: $ref: '#/components/schemas/TranslatedLabels' description: @@ -1150,7 +1150,7 @@ components: type: string description: The Run Template name minLength: 1 - maxLength: 50 + maxLength: 150 labels: $ref: '#/components/schemas/TranslatedLabels' description: @@ -1187,7 +1187,7 @@ components: type: string description: The Run Template name minLength: 1 - maxLength: 50 + maxLength: 150 labels: $ref: '#/components/schemas/TranslatedLabels' description: diff --git a/workspace/src/main/openapi/workspace.yaml b/workspace/src/main/openapi/workspace.yaml index 0dad4e5ff..54b4f9227 100644 --- a/workspace/src/main/openapi/workspace.yaml +++ b/workspace/src/main/openapi/workspace.yaml @@ -714,7 +714,7 @@ components: x-field-extra-annotation: "@com.redis.om.spring.annotations.Searchable" description: Workspace name. This name is display in the sample webApp minLength: 1 - maxLength: 50 + maxLength: 150 example: "FranceOffice" description: type: string @@ -776,7 +776,7 @@ components: description: Workspace name. This name is displayed in the sample webApp example: "FranceOffice" minLength: 1 - maxLength: 50 + maxLength: 150 description: type: string description: The Workspace description @@ -819,7 +819,7 @@ components: type: string description: Workspace name minLength: 1 - maxLength: 50 + maxLength: 150 description: type: string description: The Workspace description