Skip to main content

ArtifactVersion

Uploaded artifact version with its owning resource, storage version identifier, byte size, digest, modification time, and latest-version status.

owner_idOwner Id (string)required

Identifier of the resource that owns this artifact version.

version_idVersion Id (string)required

Opaque identifier for this uploaded artifact version. It is the literal string null when versioning is unavailable and only the latest upload can be retrieved.

size_bytesSize Bytes (integer)required

ZIP body size in bytes.

sha256Sha256 (string)required

Hex-encoded SHA-256 digest of the uploaded content.

last_modified object

ISO 8601 date and time when this artifact version was last modified, or null when unavailable.

anyOf
string
is_latestIs Latest (boolean)

Whether this artifact version is the latest upload.

Default value: false
ArtifactVersion
{
"owner_id": "string",
"version_id": "string",
"size_bytes": 0,
"sha256": "string",
"last_modified": "string",
"is_latest": false
}