JFrog · Schema

JFrog Pipeline

Represents a CI/CD pipeline in JFrog Pipelines, defining automated build, test, and deployment workflows that are natively integrated with the JFrog Platform.

ArtifactoryCI/CDContainer RegistryDevOpsMLOpsPackage ManagementSecuritySoftware Supply Chain

Properties

Name Type Description
id integer Unique pipeline identifier
name string Pipeline name as defined in the pipeline YAML
pipelineSourceId integer ID of the pipeline source containing this pipeline definition
projectId integer Project ID this pipeline belongs to
latestRunId integer ID of the most recent pipeline run
latestCompletedRunId integer ID of the most recent completed run
latestRun object
createdAt string Pipeline creation timestamp
updatedAt string Last update timestamp
View JSON Schema on GitHub

JSON Schema

jfrog-pipeline-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://jfrog.com/schemas/pipeline",
  "title": "JFrog Pipeline",
  "description": "Represents a CI/CD pipeline in JFrog Pipelines, defining automated build, test, and deployment workflows that are natively integrated with the JFrog Platform.",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "Unique pipeline identifier"
    },
    "name": {
      "type": "string",
      "description": "Pipeline name as defined in the pipeline YAML",
      "examples": [
        "my_app_pipeline",
        "release_pipeline"
      ]
    },
    "pipelineSourceId": {
      "type": "integer",
      "description": "ID of the pipeline source containing this pipeline definition"
    },
    "projectId": {
      "type": "integer",
      "description": "Project ID this pipeline belongs to"
    },
    "latestRunId": {
      "type": "integer",
      "description": "ID of the most recent pipeline run"
    },
    "latestCompletedRunId": {
      "type": "integer",
      "description": "ID of the most recent completed run"
    },
    "latestRun": {
      "$ref": "#/$defs/Run"
    },
    "createdAt": {
      "type": "string",
      "format": "date-time",
      "description": "Pipeline creation timestamp"
    },
    "updatedAt": {
      "type": "string",
      "format": "date-time",
      "description": "Last update timestamp"
    }
  },
  "required": [
    "name"
  ],
  "$defs": {
    "Run": {
      "type": "object",
      "description": "A single execution of a pipeline",
      "properties": {
        "id": {
          "type": "integer"
        },
        "pipelineId": {
          "type": "integer"
        },
        "statusCode": {
          "type": "integer",
          "description": "Run status code: 4001=queued, 4002=processing, 4003=success, 4004=error, 4005=cancelled, 4006=timeout, 4007=skipped"
        },
        "runNumber": {
          "type": "integer"
        },
        "branchName": {
          "type": "string"
        },
        "startedAt": {
          "type": "string",
          "format": "date-time"
        },
        "endedAt": {
          "type": "string",
          "format": "date-time"
        },
        "durationSeconds": {
          "type": "integer"
        },
        "createdAt": {
          "type": "string",
          "format": "date-time"
        }
      }
    },
    "Step": {
      "type": "object",
      "description": "An individual step within a pipeline run",
      "properties": {
        "id": {
          "type": "integer"
        },
        "name": {
          "type": "string"
        },
        "pipelineId": {
          "type": "integer"
        },
        "runId": {
          "type": "integer"
        },
        "typeCode": {
          "type": "integer"
        },
        "statusCode": {
          "type": "integer"
        },
        "startedAt": {
          "type": "string",
          "format": "date-time"
        },
        "endedAt": {
          "type": "string",
          "format": "date-time"
        },
        "durationSeconds": {
          "type": "integer"
        }
      }
    }
  }
}

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-pipeline"
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 email required.

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