We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b752a2 commit e52125cCopy full SHA for e52125c
component.go
@@ -41,6 +41,7 @@ type Component struct {
41
DirectDependencies string `json:"directDependencies,omitempty"`
42
Notes string `json:"notes,omitempty"`
43
ExternalReferences []ExternalReference `json:"externalReferences,omitempty"`
44
+ Project *Project `json:"project,omitempty"`
45
}
46
47
type ExternalReference struct {
0 commit comments