ListResponse[ArtifactVersion]
Paginated response containing Artifact Version records. The required field is items.
items object[]필수
List of resource items
Array [
owner_idOwner Id (string)필수
Identifier of the resource that owns this artifact version.
version_idVersion Id (string)필수
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)필수
ZIP body size in bytes.
sha256Sha256 (string)필수
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.
- string
- null
string
is_latestIs Latest (boolean)
Whether this artifact version is the latest upload.
기본값:
false]
next_cursor object
Cursor for next page
- string
- null
string
has_moreHas More (boolean)
Whether more pages exist
기본값:
falseListResponse[ArtifactVersion]
{
"items": [
{
"owner_id": "string",
"version_id": "string",
"size_bytes": 0,
"sha256": "string",
"last_modified": "string",
"is_latest": false
}
],
"next_cursor": "string",
"has_more": false
}