diff --git a/component.go b/component.go index d3a6031..3f74a72 100644 --- a/component.go +++ b/component.go @@ -41,6 +41,7 @@ type Component struct { DirectDependencies string `json:"directDependencies,omitempty"` Notes string `json:"notes,omitempty"` ExternalReferences []ExternalReference `json:"externalReferences,omitempty"` + Project *Project `json:"project,omitempty"` } type ExternalReference struct {