Skip to main content
GET
Get Release

Response

OK

created_by
string
required

user who created the record.

created_on
string<date-time>
required

timestamp of when the record was created.

last_modified_by
string
required

user who last modified the record.

last_modified_on
string<date-time>
required

timestamp of when the record was last modified.

package
string
required

ID of the Package for this PackageRelease.

Example:

"pkg_fc8c119c-0741-4062-8959-fe1a04b3842f"

published_on
string<date> | null
required

Date the PackageReleaseSeries was published, if known.

title
string
required

Display name for the PackageRelease.

Example:

"v1.5.12"

version
string
required

The version/tag of the PackageRelease.

Example:

"1.15.2"

$schema
string<uri>
read-only

A URL to the JSON Schema for this object.

Example:

"https://example.com/schemas/PackageRelease.json"

description
string

Optional long-form description of the PackageRelease.