mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
fix: product tree properties
This commit is contained in:
parent
ed42f193d1
commit
bdd7f24b31
1 changed files with 2 additions and 2 deletions
|
|
@ -376,8 +376,8 @@ type Relationship struct {
|
||||||
// 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 []*Branch `json:"branches,omitempty"`
|
Branches []*Branch `json:"branches,omitempty"`
|
||||||
FullProductNames []*FullProductName `json:"full_product_name,omitempty"`
|
FullProductNames []*FullProductName `json:"full_product_names,omitempty"`
|
||||||
ProductGroups *ProductGroups `json:"product_groups,omitempty"`
|
ProductGroups []*ProductGroup `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