JFrog Artifactory · Schema

Artifactory File Info

Schema for artifact file information returned by the Artifactory storage API, including metadata, checksums, and download URI.

ArtifactsDevOpsCI/CDDocker RegistryMavenPackage ManagementRepository

Properties

Name Type Description
repo string Repository key where the file is stored.
path string Path to the file within the repository.
created string ISO 8601 timestamp when the file was first created.
createdBy string Username of the user who created/deployed the file.
lastModified string ISO 8601 timestamp of the last modification.
modifiedBy string Username of the user who last modified the file.
lastUpdated string ISO 8601 timestamp of the last update (including metadata changes).
downloadUri string Direct download URI for the artifact.
remoteUrl string Remote URL if this is a cached remote artifact.
mimeType string MIME type of the file.
size stringinteger File size in bytes. May be returned as a string or integer.
checksums object Checksums computed by Artifactory.
originalChecksums object Checksums as provided during deployment (before Artifactory verification).
uri string API URI for this file info resource.
View JSON Schema on GitHub