matrix:Release
A specific version of a matrix.
Scope
A Release is a snapshot of a Matrix at a given point in time, including its resources and dependencies.
Properties
matrix:createdAt (required, max 1)
The date and time the resource was created.
Release must have a creation timestamp in ISO 8601 format (e.g., '2024-01-01T12:00:00Z').
matrix:isReleaseOf (required, max 1)
Indicates the matrix a release is for.
Release must reference exactly one valid Matrix instance.