@@ -674,21 +674,27 @@ components:
674
674
x-field-extra-annotation : " @org.springframework.data.annotation.Id"
675
675
readOnly : true
676
676
description : Workspace unique identifier generated by the API
677
+ pattern : ' ^w-\w{10,20}'
677
678
example : " w-0123456789ab"
678
679
organizationId :
679
680
x-field-extra-annotation : " @com.redis.om.spring.annotations.Indexed"
680
681
type : string
681
682
readOnly : true
682
683
description : Organization unique identifier under which the workspace resides
684
+ pattern : ' ^o-\w{10,20}'
683
685
example : " o-0123456789ab"
684
686
key :
685
687
type : string
686
688
description : technical key for resource name convention and version grouping. Must be unique
689
+ minLength : 1
690
+ maxLength : 50
687
691
example : " MyKey"
688
692
name :
689
693
type : string
690
694
x-field-extra-annotation : " @com.redis.om.spring.annotations.Searchable"
691
695
description : Workspace name. This name is display in the sample webApp
696
+ minLength : 1
697
+ maxLength : 50
692
698
example : " FranceOffice"
693
699
description :
694
700
type : string
@@ -741,10 +747,14 @@ components:
741
747
key :
742
748
type : string
743
749
description : technical key for resource name convention and version grouping. Must be unique
750
+ minLength : 1
751
+ maxLength : 50
744
752
name :
745
753
type : string
746
754
description : Workspace name. This name is display in the sample webApp
747
755
example : " FranceOffice"
756
+ minLength : 1
757
+ maxLength : 50
748
758
description :
749
759
type : string
750
760
description : the Workspace description
@@ -779,9 +789,13 @@ components:
779
789
key :
780
790
type : string
781
791
description : technical key for resource name convention and version grouping. Must be unique
792
+ minLength : 1
793
+ maxLength : 50
782
794
name :
783
795
type : string
784
796
description : Workspace name
797
+ minLength : 1
798
+ maxLength : 50
785
799
description :
786
800
type : string
787
801
description : the Workspace description
@@ -894,6 +908,7 @@ components:
894
908
solutionId :
895
909
type : string
896
910
description : the Solution Id attached to this workspace
911
+ pattern : ' ^sol-\w{10,20}'
897
912
runTemplateFilter :
898
913
type : array
899
914
description : the list of Solution Run Template Id to filter
0 commit comments