{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codepipeline/refs/heads/main/json-schema/amazon-codepipeline-get-pipeline-execution-output-schema.json", "title": "GetPipelineExecutionOutput", "description": "Represents the output of a GetPipelineExecution action.", "type": "object", "properties": { "pipelineExecution": { "allOf": [ { "$ref": "#/components/schemas/PipelineExecution" }, { "description": "Represents information about the execution of a pipeline." } ] } } }