Amazon CodeBuild · JSON Structure

Amazon Codebuild Project Secondary Source Versions Structure

ProjectSecondarySourceVersions schema from Amazon CodeBuild

Type: array Properties: 0
AmazonCI/CDBuildContinuous IntegrationDevOpsTesting

ProjectSecondarySourceVersions 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-secondary-source-versions-structure.json",
  "name": "ProjectSecondarySourceVersions",
  "description": "ProjectSecondarySourceVersions schema from Amazon CodeBuild",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/ProjectSourceVersion"
  },
  "minItems": 0,
  "maxItems": 12
}