Amazon CodeBuild · JSON Structure

Amazon Codebuild Project Structure

Project schema from Amazon CodeBuild

Type: object Properties: 6
AmazonCI/CDBuildContinuous IntegrationDevOpsTesting

Project is a JSON Structure definition published by Amazon CodeBuild, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name arn description created lastModified serviceRole

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-project-structure.json",
  "name": "Project",
  "description": "Project schema from Amazon CodeBuild",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "arn": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "created": {
      "type": "datetime"
    },
    "lastModified": {
      "type": "datetime"
    },
    "serviceRole": {
      "type": "string"
    }
  }
}