Amazon CodeBuild · JSON Structure

Amazon Codebuild Create Project Response Structure

CreateProjectResponse schema from Amazon CodeBuild

Type: object Properties: 1
AmazonCI/CDBuildContinuous IntegrationDevOpsTesting

CreateProjectResponse 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

project

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-create-project-response-structure.json",
  "name": "CreateProjectResponse",
  "description": "CreateProjectResponse schema from Amazon CodeBuild",
  "type": "object",
  "properties": {
    "project": {
      "$ref": "#/components/schemas/Project"
    }
  }
}