{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codepipeline/refs/heads/main/json-structure/amazon-codepipeline-update-pipeline-input-structure.json", "name": "UpdatePipelineInput", "description": "Represents the input of an UpdatePipeline action.", "type": "object", "properties": { "pipeline": { "allOf": [ { "$ref": "#/components/schemas/PipelineDeclaration" }, { "description": "The name of the pipeline to be updated." } ] } }, "required": [ "pipeline" ] }