{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codepipeline/refs/heads/main/json-structure/amazon-codepipeline-pipeline-execution-structure.json", "name": "PipelineExecution", "description": "PipelineExecution schema from Amazon CodePipeline", "type": "object", "properties": { "pipelineName": { "type": "string" }, "pipelineExecutionId": { "type": "string" }, "pipelineVersion": { "type": "int32" }, "status": { "type": "string", "enum": [ "InProgress", "Stopped", "Stopping", "Succeeded", "Superseded", "Failed" ] }, "statusSummary": { "type": "string" } } }