[MM-30982] Add filter metadata to Marketplace response (#16446)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
4e2a33386b
Коммит
f4cbecea81
@@ -20,8 +20,12 @@ type BaseMarketplacePlugin struct {
|
|||||||
IconData string `json:"icon_data"`
|
IconData string `json:"icon_data"`
|
||||||
DownloadURL string `json:"download_url"`
|
DownloadURL string `json:"download_url"`
|
||||||
ReleaseNotesURL string `json:"release_notes_url"`
|
ReleaseNotesURL string `json:"release_notes_url"`
|
||||||
Labels []MarketplaceLabel `json:"labels"`
|
Labels []MarketplaceLabel `json:"labels,omitempty"`
|
||||||
Signature string `json:"signature"` // Signature represents a signature of a plugin saved in base64 encoding.
|
Hosting string `json:"hosting"` // Indicated if the plugin is limited to a certain hosting type
|
||||||
|
AuthorType string `json:"author_type"` // The maintainer of the plugin
|
||||||
|
ReleaseStage string `json:"release_stage"` // The stage in the software release cycle that the plugin is in
|
||||||
|
Enterprise bool `json:"enterprise"` // Indicated if the plugin is an enterprise plugin
|
||||||
|
Signature string `json:"signature"` // Signature represents a signature of a plugin saved in base64 encoding.
|
||||||
Manifest *Manifest `json:"manifest"`
|
Manifest *Manifest `json:"manifest"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user