Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions dataset/src/main/openapi/dataset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -834,7 +834,7 @@ components:
name:
type: string
minLength: 1
maxLength: 50
maxLength: 150
description:
type: string
tags:
Expand Down Expand Up @@ -866,7 +866,7 @@ components:
name:
type: string
minLength: 1
maxLength: 50
maxLength: 150
description:
type: string
tags:
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions organization/src/main/openapi/organization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -562,7 +562,7 @@ components:
type: string
description: The Organization name
minLength: 1
maxLength: 50
maxLength: 150

# Security Operation Schemas
OrganizationSecurity:
Expand Down
12 changes: 6 additions & 6 deletions solution/src/main/openapi/solution.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -999,7 +999,7 @@ components:
type: string
description: The Solution name
minLength: 1
maxLength: 50
maxLength: 150
example: "Brewery Solution"
description:
type: string
Expand Down Expand Up @@ -1107,7 +1107,7 @@ components:
type: string
description: The Run Template name
minLength: 1
maxLength: 50
maxLength: 150
labels:
$ref: '#/components/schemas/TranslatedLabels'
description:
Expand Down Expand Up @@ -1150,7 +1150,7 @@ components:
type: string
description: The Run Template name
minLength: 1
maxLength: 50
maxLength: 150
labels:
$ref: '#/components/schemas/TranslatedLabels'
description:
Expand Down Expand Up @@ -1187,7 +1187,7 @@ components:
type: string
description: The Run Template name
minLength: 1
maxLength: 50
maxLength: 150
labels:
$ref: '#/components/schemas/TranslatedLabels'
description:
Expand Down
6 changes: 3 additions & 3 deletions workspace/src/main/openapi/workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -819,7 +819,7 @@ components:
type: string
description: Workspace name
minLength: 1
maxLength: 50
maxLength: 150
description:
type: string
description: The Workspace description
Expand Down
Loading