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 {
4343 // +optional
4444 Tags []string `json:"tags,omitempty"`
4545
46- // Optional devfile icon
46+ // Optional devfile icon, can be a URI or a relative path in the project
4747 // +optional
4848 Icon string `json:"icon,omitempty"`
4949
Original file line number Diff line number Diff line change 654654 "type" : " string"
655655 },
656656 "icon" : {
657- "description" : " Optional devfile icon" ,
657+ "description" : " Optional devfile icon, can be a URI or a relative path in the project " ,
658658 "type" : " string"
659659 },
660660 "language" : {
Original file line number Diff line number Diff line change 721721 "markdownDescription" : " Optional devfile global memory limit"
722722 },
723723 "icon" : {
724- "description" : " Optional devfile icon" ,
724+ "description" : " Optional devfile icon, can be a URI or a relative path in the project " ,
725725 "type" : " string" ,
726- "markdownDescription" : " Optional devfile icon"
726+ "markdownDescription" : " Optional devfile icon, can be a URI or a relative path in the project "
727727 },
728728 "language" : {
729729 "description" : " Optional devfile language" ,
You can’t perform that action at this time.
0 commit comments