{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codepipeline/refs/heads/main/json-schema/amazon-codepipeline-deregister-webhook-with-third-party-input-schema.json", "title": "DeregisterWebhookWithThirdPartyInput", "description": "DeregisterWebhookWithThirdPartyInput schema from Amazon CodePipeline", "type": "object", "properties": { "webhookName": { "allOf": [ { "$ref": "#/components/schemas/WebhookName" }, { "description": "The name of the webhook you want to deregister." } ] } } }