mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Merge branch 'main' into cleanup-validation
This commit is contained in:
commit
094fe37026
1 changed files with 1 additions and 1 deletions
|
|
@ -386,7 +386,7 @@ type Branches []*Branch
|
||||||
// ProductTree contains product names that can be referenced elsewhere in the document.
|
// ProductTree contains product names that can be referenced elsewhere in the document.
|
||||||
type ProductTree struct {
|
type ProductTree struct {
|
||||||
Branches Branches `json:"branches,omitempty"`
|
Branches Branches `json:"branches,omitempty"`
|
||||||
FullProductNames []*FullProductName `json:"full_product_name,omitempty"`
|
FullProductNames []*FullProductName `json:"full_product_names,omitempty"`
|
||||||
ProductGroups *ProductGroups `json:"product_groups,omitempty"`
|
ProductGroups *ProductGroups `json:"product_groups,omitempty"`
|
||||||
RelationShips []*Relationship `json:"relationships,omitempty"`
|
RelationShips []*Relationship `json:"relationships,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue