{ "$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" } } }