Amazon CodeBuild · JSON Structure

Amazon Codebuild Delete Project Input Structure

DeleteProjectInput schema from Amazon CodeBuild

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

DeleteProjectInput 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

name

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