File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,16 +6,16 @@ const createAndEditEnvironmentSchema = {
6
6
required : [ 'name' ] ,
7
7
properties : {
8
8
description : {
9
- description : environmentSchema . environmentPayload . properties . name . description ,
9
+ description : environmentSchema . environmentPayload . properties . description . description ,
10
10
format : 'textarea' ,
11
11
title : 'Description' ,
12
- type : environmentSchema . environmentPayload . properties . name . type ,
12
+ type : environmentSchema . environmentPayload . properties . description . type ,
13
13
'x-rjsf-grid-area' : '12'
14
14
} ,
15
15
name : {
16
- description : environmentSchema . environmentPayload . properties . description . description ,
16
+ description : environmentSchema . environmentPayload . properties . name . description ,
17
17
title : 'Name' ,
18
- type : environmentSchema . environmentPayload . properties . description . type ,
18
+ type : environmentSchema . environmentPayload . properties . name . type ,
19
19
'x-rjsf-grid-area' : '12'
20
20
} ,
21
21
organization : {
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const publishCatalogItemSchema = {
12
12
compatibility : {
13
13
type : CatalogDataDefinitionV1Alpha1Schema . properties . compatibility . type ,
14
14
title : 'Technology' ,
15
- items : CatalogDataDefinitionV1Alpha1Schema . properties . compatibility . items ,
15
+ items : CatalogDataDefinitionV1Alpha1Schema . properties . compatibility . items . enum ,
16
16
uniqueItems : true ,
17
17
minItems : 1 ,
18
18
description :
@@ -22,15 +22,15 @@ const publishCatalogItemSchema = {
22
22
pattern_caveats : {
23
23
type : CatalogDataDefinitionV1Alpha1Schema . properties . pattern_caveats . type ,
24
24
title : CatalogDataDefinitionV1Alpha1Schema . properties . pattern_caveats . title ,
25
- description : CatalogDataDefinitionV1Alpha1Schema . properties . pattern_caveats ,
25
+ description : CatalogDataDefinitionV1Alpha1Schema . properties . pattern_caveats . description ,
26
26
format : 'textarea' ,
27
27
'x-rjsf-grid-area' : 12 ,
28
28
'x-encode-in-uri' : true
29
29
} ,
30
30
pattern_info : {
31
31
type : CatalogDataDefinitionV1Alpha1Schema . properties . pattern_info . type ,
32
32
title : CatalogDataDefinitionV1Alpha1Schema . properties . pattern_info . title ,
33
- description : CatalogDataDefinitionV1Alpha1Schema . properties . pattern_info ,
33
+ description : CatalogDataDefinitionV1Alpha1Schema . properties . pattern_info . description ,
34
34
format : 'textarea' ,
35
35
'x-rjsf-grid-area' : 12 ,
36
36
'x-encode-in-uri' : true
You can’t perform that action at this time.
0 commit comments