{ "$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-webhook-input-structure.json", "name": "DeleteWebhookInput", "description": "DeleteWebhookInput schema from Amazon CodePipeline", "type": "object", "properties": { "name": { "allOf": [ { "$ref": "#/components/schemas/WebhookName" }, { "description": "The name of the webhook you want to delete." } ] } }, "required": [ "name" ] }