Skip to content

Commit 848c67f

Browse files
authored
Add owner.type to manifest (#7)
1 parent 87047f3 commit 848c67f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fleetpkg.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ type PolicyTemplate struct {
245245

246246
type Owner struct {
247247
Github string `json:"github,omitempty" yaml:"github,omitempty"`
248+
Type string `json:"type,omitempty" yaml:"type,omitempty"` // Describes who owns the package and the level of support that is provided. Value may be elastic, partner, or community.
248249
}
249250

250251
type DataStreamManifest struct {

0 commit comments

Comments
 (0)