File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ type DevfileMetadata struct {
43
43
// +optional
44
44
Tags []string `json:"tags,omitempty"`
45
45
46
- // Optional devfile icon
46
+ // Optional devfile icon, can be a URI or a relative path in the project
47
47
// +optional
48
48
Icon string `json:"icon,omitempty"`
49
49
Original file line number Diff line number Diff line change 654
654
"type" : " string"
655
655
},
656
656
"icon" : {
657
- "description" : " Optional devfile icon" ,
657
+ "description" : " Optional devfile icon, can be a URI or a relative path in the project " ,
658
658
"type" : " string"
659
659
},
660
660
"language" : {
Original file line number Diff line number Diff line change 721
721
"markdownDescription" : " Optional devfile global memory limit"
722
722
},
723
723
"icon" : {
724
- "description" : " Optional devfile icon" ,
724
+ "description" : " Optional devfile icon, can be a URI or a relative path in the project " ,
725
725
"type" : " string" ,
726
- "markdownDescription" : " Optional devfile icon"
726
+ "markdownDescription" : " Optional devfile icon, can be a URI or a relative path in the project "
727
727
},
728
728
"language" : {
729
729
"description" : " Optional devfile language" ,
You can’t perform that action at this time.
0 commit comments