diff --git a/common.go b/common.go index f6f0f3c..dc9acb2 100644 --- a/common.go +++ b/common.go @@ -38,3 +38,8 @@ type Segment struct { DebugInfo any `json:"debug_info,omitempty"` } + +type DSP struct { + Name string `json:"name"` + URL string `json:"url"` +} diff --git a/pex_search.go b/pex_search.go index 256019b..ffc2e18 100644 --- a/pex_search.go +++ b/pex_search.go @@ -61,6 +61,8 @@ type PexSearchAsset struct { Month int `json:"month"` Day int `json:"day"` } `json:"release_date"` + + DSP []*DSP `json:"dsp"` } // PexSearchMatch contains detailed information about the match,