{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codepipeline/refs/heads/main/json-structure/amazon-codepipeline-create-pipeline-output-structure.json", "name": "CreatePipelineOutput", "description": "Represents the output of a CreatePipeline action.", "type": "object", "properties": { "pipeline": { "allOf": [ { "$ref": "#/components/schemas/PipelineDeclaration" }, { "description": "Represents the structure of actions and stages to be performed in the pipeline. " } ] }, "tags": { "allOf": [ { "$ref": "#/components/schemas/TagList" }, { "description": "Specifies the tags applied to the pipeline." } ] } } }