JFrog · Schema

JFrog Artifact

Represents an artifact stored in a JFrog Artifactory repository, including its metadata, checksums, and storage properties.

ArtifactoryCI/CDContainer RegistryDevOpsMLOpsPackage ManagementSecuritySoftware Supply Chain

Properties

Name Type Description
repo string Repository key where the artifact is stored
path string Path to the artifact within the repository
name string Name of the artifact file
type string Type of item (file or folder)
created string Timestamp when the artifact was created
createdBy string Username that created the artifact
lastModified string Timestamp of last modification
modifiedBy string Username that last modified the artifact
lastUpdated string Timestamp of last metadata update
downloadUri string Direct download URI for the artifact
mimeType string MIME type of the artifact
size integer Size of the artifact in bytes
checksums object
originalChecksums object
properties object Custom properties attached to the artifact
uri string REST API URI for this artifact info
View JSON Schema on GitHub

JSON Schema

jfrog-artifact-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://jfrog.com/schemas/artifact",
  "title": "JFrog Artifact",
  "description": "Represents an artifact stored in a JFrog Artifactory repository, including its metadata, checksums, and storage properties.",
  "type": "object",
  "properties": {
    "repo": {
      "type": "string",
      "description": "Repository key where the artifact is stored",
      "examples": [
        "libs-release-local",
        "npm-remote"
      ]
    },
    "path": {
      "type": "string",
      "description": "Path to the artifact within the repository",
      "examples": [
        "org/example/my-artifact/1.0.0/my-artifact-1.0.0.jar"
      ]
    },
    "name": {
      "type": "string",
      "description": "Name of the artifact file",
      "examples": [
        "my-artifact-1.0.0.jar"
      ]
    },
    "type": {
      "type": "string",
      "description": "Type of item (file or folder)",
      "enum": [
        "file",
        "folder"
      ]
    },
    "created": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the artifact was created"
    },
    "createdBy": {
      "type": "string",
      "description": "Username that created the artifact"
    },
    "lastModified": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp of last modification"
    },
    "modifiedBy": {
      "type": "string",
      "description": "Username that last modified the artifact"
    },
    "lastUpdated": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp of last metadata update"
    },
    "downloadUri": {
      "type": "string",
      "format": "uri",
      "description": "Direct download URI for the artifact"
    },
    "mimeType": {
      "type": "string",
      "description": "MIME type of the artifact",
      "examples": [
        "application/java-archive",
        "application/gzip",
        "application/json"
      ]
    },
    "size": {
      "type": "integer",
      "description": "Size of the artifact in bytes"
    },
    "checksums": {
      "$ref": "#/$defs/Checksums"
    },
    "originalChecksums": {
      "$ref": "#/$defs/Checksums"
    },
    "properties": {
      "type": "object",
      "description": "Custom properties attached to the artifact",
      "additionalProperties": {
        "type": "array",
        "items": {
          "type": "string"
        }
      }
    },
    "uri": {
      "type": "string",
      "format": "uri",
      "description": "REST API URI for this artifact info"
    }
  },
  "required": [
    "repo",
    "path",
    "name"
  ],
  "$defs": {
    "Checksums": {
      "type": "object",
      "description": "Cryptographic checksums for the artifact",
      "properties": {
        "sha1": {
          "type": "string",
          "pattern": "^[a-f0-9]{40}$",
          "description": "SHA-1 checksum"
        },
        "sha256": {
          "type": "string",
          "pattern": "^[a-f0-9]{64}$",
          "description": "SHA-256 checksum"
        },
        "md5": {
          "type": "string",
          "pattern": "^[a-f0-9]{32}$",
          "description": "MD5 checksum"
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/jfrog-artifact"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.