{ "$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. " } ] } } }