CreateWebhookOutput schema from Amazon CodeBuild
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codebuild/refs/heads/main/json-schema/amazon-codebuild-create-webhook-output-schema.json", "title": "CreateWebhookOutput", "description": "CreateWebhookOutput schema from Amazon CodeBuild", "type": "object", "properties": { "webhook": { "allOf": [ { "$ref": "#/components/schemas/Webhook" }, { "description": "Information about a webhook that connects repository events to a build project in CodeBuild." } ] } } }