PutWebhookOutput

PutWebhookOutput schema from Amazon CodePipeline

AmazonCI/CDContinuous DeliveryDevOpsPipelineRelease Automation

Properties

Name Type Description
webhook object
View JSON Schema on GitHub

JSON Schema

amazon-codepipeline-put-webhook-output-schema.json Raw ↑
{
  "$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-put-webhook-output-schema.json",
  "title": "PutWebhookOutput",
  "description": "PutWebhookOutput schema from Amazon CodePipeline",
  "type": "object",
  "properties": {
    "webhook": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ListWebhookItem"
        },
        {
          "description": "The detail returned from creating the webhook, such as the webhook name, webhook URL, and webhook ARN."
        }
      ]
    }
  }
}