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