Bitbucket · JSON Structure

Bitbucket Cloud Rest Api Pipeline Structure

A Bitbucket Pipelines CI/CD pipeline.

Type: object Properties: 6
AtlassianCI/CDCode CollaborationCode ReviewDevOpsGitPull RequestsRepository HostingVersion Control

Pipeline is a JSON Structure definition published by Bitbucket, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

type uuid build_number created_on completed_on build_seconds_used

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/bitbucket/refs/heads/main/json-structure/bitbucket-cloud-rest-api-pipeline-structure.json",
  "name": "Pipeline",
  "description": "A Bitbucket Pipelines CI/CD pipeline.",
  "type": "object",
  "properties": {
    "type": { "type": "string" },
    "uuid": { "type": "uuid" },
    "build_number": { "type": "int32" },
    "created_on": { "type": "datetime" },
    "completed_on": { "type": "datetime" },
    "build_seconds_used": { "type": "int32" }
  }
}