{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/pipelines_stg_west_pipeline_step", "title": "pipelines_stg_west_pipeline_step", "allOf": [ { "$ref": "#/components/schemas/object" }, { "additionalProperties": true, "type": "object", "description": "A step of a Bitbucket pipeline. This represents the actual result of the step execution." } ], "x-bb-default-fields": [ "uuid" ], "x-bb-url": "/rest/1.0/accounts/{target_user.uuid}/repositories/{repository.uuid}/pipelines/{pipeline.uuid}/steps/{uuid}", "x-bb-batch-url": "/rest/1.0/accounts/{target_user.uuid}/repositories/{repository.uuid}/pipelines/steps_batch", "x-bb-batch-max-size": 100 }