Skip to content

Commit 9496598

Browse files
Arta AsadiArta Asadi
authored andcommitted
fix: update tasks
1 parent d19abf4 commit 9496598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/platformspec/specification_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ type Metadata struct {
9090
License string `yaml:"license" json:"license"`
9191
Description string `yaml:"description,omitempty" json:"description,omitempty"`
9292
Website string `yaml:"website,omitempty" json:"website,omitempty"`
93+
Icon string `yaml:"icon,omitempty"`
9394
}
9495

9596
// --- Plugin Specific Structs ---
@@ -111,7 +112,6 @@ type PluginSpecification struct {
111112
Name string `yaml:"name"`
112113
Version string `yaml:"version"`
113114
IntegrationType integration.Type `yaml:"integration_type,omitempty"`
114-
Icon string `yaml:"icon,omitempty"`
115115
SupportedPlatformVersions []string `yaml:"supported_platform_versions"`
116116
Metadata Metadata `yaml:"metadata"`
117117
Components PluginComponents `yaml:"components"`

0 commit comments

Comments
 (0)