Amazon CodePipeline · JSON Structure

Amazon Codepipeline Put Webhook Output Structure

PutWebhookOutput schema from Amazon CodePipeline

Type: object Properties: 1
AmazonCI/CDContinuous DeliveryDevOpsPipelineRelease Automation

PutWebhookOutput is a JSON Structure definition published by Amazon CodePipeline, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

webhook

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codepipeline/refs/heads/main/json-structure/amazon-codepipeline-put-webhook-output-structure.json",
  "name": "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."
        }
      ]
    }
  }
}