github.com/nextlinux/gosbom@v0.81.1-0.20230627115839-1ff50c281391/gosbom/formats/gosbomjson/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  }