JFrog · Schema

Checksums

ArtifactoryCI/CDContainer RegistryDevOpsMLOpsPackage ManagementSecuritySoftware Supply Chain

Properties

Name Type Description
sha1 string
sha256 string
md5 string
View JSON Schema on GitHub

JSON Schema

jfrog-checksums-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Checksums",
  "title": "Checksums",
  "type": "object",
  "properties": {
    "sha1": {
      "type": "string"
    },
    "sha256": {
      "type": "string"
    },
    "md5": {
      "type": "string"
    }
  }
}