{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codepipeline/refs/heads/main/json-structure/amazon-codepipeline-get-pipeline-output-structure.json",
"name": "GetPipelineOutput",
"description": "Represents the output of a GetPipeline action.",
"type": "object",
"properties": {
"pipeline": {
"allOf": [
{
"$ref": "#/components/schemas/PipelineDeclaration"
},
{
"description": "Represents the structure of actions and stages to be performed in the pipeline. "
}
]
},
"metadata": {
"allOf": [
{
"$ref": "#/components/schemas/PipelineMetadata"
},
{
"description": "Represents the pipeline metadata information returned as part of the output of a GetPipeline action."
}
]
}
}
}