iArtifactInfo

Core metadata and information about an artifact.

Examples

type IArtifactInfo {
  type: ArtifactInfoTypes
  name: String
  version: String
  hash: String
  artifactIntegrity: String
  registry: String
}

Fields

Field
Description
Supported fields

Type of the artifact info (enum describing artifact types)

name String

Name of the artifact

version String

Version of the artifact

hash String

Hash or checksum representing the artifact's contents

artifactIntegrity String

Integrity status or checksum verification of the artifact

registry String

Registry where the artifact is stored

References

Fields with this object:

Last updated