https://platform.codeclimate.com/schemas/release
Releases make a Package available in a ReleaseStage.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | Release.schema.json |
object
(Release)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
_type | string |
Required | cannot be null | Release |
id | string |
Required | cannot be null | Release |
self | string |
Required | cannot be null | Release |
package | Merged | Optional | cannot be null | Release |
releaseStage | string |
Optional | cannot be null | Release |
htmlUrl | string |
Optional | cannot be null | Release |
createdAt | string |
Optional | cannot be null | Release |
updatedAt | string |
Optional | cannot be null | Release |
deletedAt | string |
Optional | cannot be null | Release |
_type
- is required
- Type:
string
- cannot be null
- defined in: Release
string
constant: the value of this property must be equal to:
"Release"
The unique ID of this release.
id
- is required
- Type:
string
- cannot be null
- defined in: Release
string
The canonical URI for this record.
self
- is required
- Type:
string
- cannot be null
- defined in: Release
string
URI: the string must be a URI, according to RFC 3986
The self
URI of the Package, or a nested Package record.
package
merged type (Details)
one (and only one) of
The stage of the release.
releaseStage
- is optional
- Type:
string
- cannot be null
- defined in: Release
string
The URL for a human to view this release.
htmlUrl
- is optional
- Type:
string
- cannot be null
- defined in: Release
string
URI: the string must be a URI, according to RFC 3986
The time release was created.
createdAt
- is optional
- Type:
string
- cannot be null
- defined in: Release
string
date time: the string must be a date time string, according to RFC 3339, section 5.6
The time release was updated.
updatedAt
- is optional
- Type:
string
- cannot be null
- defined in: Release
string
date time: the string must be a date time string, according to RFC 3339, section 5.6
The time release was deleted.
deletedAt
- is optional
- Type:
string
- cannot be null
- defined in: Release
string
date time: the string must be a date time string, according to RFC 3339, section 5.6