github.com/prebid/prebid-server/v2@v2.18.0/openrtb_ext/source.go (about)

     1  package openrtb_ext
     2  
     3  import "github.com/prebid/openrtb/v20/openrtb2"
     4  
     5  // ExtSource defines the contract for bidrequest.source.ext
     6  type ExtSource struct {
     7  	SChain *openrtb2.SupplyChain `json:"schain"`
     8  }