Return descriptions for extensions (#7869)

This PR updates the extensions API to return descriptions for
extensions.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-02-15 17:43:47 -05:00 committed by GitHub
parent 694e18417e
commit e6766e102e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 1 deletions

View file

@ -733,6 +733,7 @@ pub struct ExtensionMetadata {
pub name: String,
pub version: String,
pub authors: Vec<String>,
pub description: String,
pub repository: String,
#[serde(serialize_with = "serialize_iso8601")]
pub published_at: PrimitiveDateTime,