Amazon CodeBuild · JSON Structure

Amazon Codebuild Project Name Structure

ProjectName schema from Amazon CodeBuild

Type: string Properties: 0
AmazonCI/CDBuildContinuous IntegrationDevOpsTesting

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

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-name-structure.json",
  "name": "ProjectName",
  "description": "ProjectName schema from Amazon CodeBuild",
  "type": "string",
  "pattern": "[A-Za-z0-9][A-Za-z0-9\\-_]{1,254}",
  "minLength": 2,
  "maxLength": 255
}