diff --git a/fleetpkg.go b/fleetpkg.go index f851607..6d94b3e 100644 --- a/fleetpkg.go +++ b/fleetpkg.go @@ -245,6 +245,7 @@ type PolicyTemplate struct { type Owner struct { Github string `json:"github,omitempty" yaml:"github,omitempty"` + 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. } type DataStreamManifest struct {