Amazon CodeBuild · JSON Structure

Amazon Codebuild Batch Get Builds Output Structure

BatchGetBuildsOutput schema from Amazon CodeBuild

Type: object Properties: 2
AmazonCI/CDBuildContinuous IntegrationDevOpsTesting

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

Properties

builds buildsNotFound

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-batch-get-builds-output-structure.json",
  "name": "BatchGetBuildsOutput",
  "description": "BatchGetBuildsOutput schema from Amazon CodeBuild",
  "type": "object",
  "properties": {
    "builds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Builds"
        },
        {
          "description": "Information about the requested builds."
        }
      ]
    },
    "buildsNotFound": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BuildIds"
        },
        {
          "description": "The IDs of builds for which information could not be found."
        }
      ]
    }
  }
}