The Changelog Object contains several fields each with defined types and descriptions which are outlined as follows:

id
string

The unique identifier for the Changelog entry.

status
Draft | Published

Indicates the publishing status of the Changelog entry.

title
string

The title of the Changelog entry.

slug
string

A web-friendly version of the title used in URLs.

coverImage
string | null

URL to the cover image associated with the Changelog entry. Can be null if no image is specified.

description
string

The summary or description of the Changelog entry.

credits
User[]

An array of User objects that contributed to the Changelog entry.

relatedPosts
Post[]

An array of Post objects that are related to the Changelog entry.

labels
Label[]

An array of Label objects that categorize or tag the Changelog entry.

publishedAt
Date | null

The date and time when the Changelog entry was published. Can be null if it’s not published.

createdAt
Date

The date and time when the Changelog entry was created.