Amazon CodeBuild · JSON Structure

Amazon Codebuild List Builds For Project Output Structure

ListBuildsForProjectOutput schema from Amazon CodeBuild

Type: object Properties: 2
AmazonCI/CDBuildContinuous IntegrationDevOpsTesting

ListBuildsForProjectOutput 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

ids nextToken

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-list-builds-for-project-output-structure.json",
  "name": "ListBuildsForProjectOutput",
  "description": "ListBuildsForProjectOutput schema from Amazon CodeBuild",
  "type": "object",
  "properties": {
    "ids": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BuildIds"
        },
        {
          "description": "A list of build identifiers for the specified build project, with each build ID representing a single build."
        }
      ]
    },
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "If there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a <i>nextToken</i>. To get the next batch of items in the list, call this operation again, adding the next token to the call."
        }
      ]
    }
  }
}