Amazon CodeBuild · JSON Structure

Amazon Codebuild Delete Webhook Input Structure

DeleteWebhookInput schema from Amazon CodeBuild

Type: object Properties: 1 Required: 1
AmazonCI/CDBuildContinuous IntegrationDevOpsTesting

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

Properties

projectName

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-delete-webhook-input-structure.json",
  "name": "DeleteWebhookInput",
  "description": "DeleteWebhookInput schema from Amazon CodeBuild",
  "type": "object",
  "properties": {
    "projectName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ProjectName"
        },
        {
          "description": "The name of the CodeBuild project."
        }
      ]
    }
  },
  "required": [
    "projectName"
  ]
}