github.com/lineaje-labs/syft@v0.98.1-0.20231227153149-9e393f60ff1b/syft/format/syftjson/model/relationship.go (about)

     1  package model
     2  
     3  type Relationship struct {
     4  	Parent   string      `json:"parent"`
     5  	Child    string      `json:"child"`
     6  	Type     string      `json:"type"`
     7  	Metadata interface{} `json:"metadata,omitempty"`
     8  }