Skip to content

Commit

Permalink
Add owner.type to manifest (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkroh authored Sep 18, 2023
1 parent 87047f3 commit 848c67f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fleetpkg.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 848c67f

Please sign in to comment.