Amazon CodeBuild · Schema

CreateProjectResponse

CreateProjectResponse schema from Amazon CodeBuild

AmazonCI/CDBuildContinuous IntegrationDevOpsTesting

Properties

Name Type Description
project object
View JSON Schema on GitHub

JSON Schema

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