Skip to content

Commit dc78e8b

Browse files
authored
Update metadata icon desc (#460)
Signed-off-by: Maysun J Faisal <[email protected]>
1 parent 3ac0baa commit dc78e8b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pkg/devfile/header.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

schemas/latest/devfile.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@
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": {

schemas/latest/ide-targeted/devfile.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -721,9 +721,9 @@
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",

0 commit comments

Comments
 (0)