Amazon CodeBuild · JSON Structure

Amazon Codebuild Update Webhook Output Structure

UpdateWebhookOutput schema from Amazon CodeBuild

Type: object Properties: 1
AmazonCI/CDBuildContinuous IntegrationDevOpsTesting

UpdateWebhookOutput is a JSON Structure definition published by Amazon CodeBuild, 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-codebuild/refs/heads/main/json-structure/amazon-codebuild-update-webhook-output-structure.json",
  "name": "UpdateWebhookOutput",
  "description": "UpdateWebhookOutput schema from Amazon CodeBuild",
  "type": "object",
  "properties": {
    "webhook": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Webhook"
        },
        {
          "description": " Information about a repository's webhook that is associated with a project in CodeBuild. "
        }
      ]
    }
  }
}