Amazon CodeBuild · JSON Structure

Amazon Codebuild Report Structure

Information about the results from running a series of test cases during the run of a build project. The test cases are specified in the buildspec for the build project using one or more paths to the test case files. You can specify any type of tests you want, such as unit tests, integration tests, and functional tests.

Type: object Properties: 12
AmazonCI/CDBuildsContinuous IntegrationDevOpsTesting

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

Properties

arn type name reportGroupArn executionId status created expired exportConfig truncated testSummary codeCoverageSummary

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-report-structure.json",
  "name": "Report",
  "description": "Information about the results from running a series of test cases during the run of a build project. The test cases are specified in the buildspec for the build project using one or more paths to the test case files. You can specify any type of tests you want, such as unit tests, integration tests, and functional tests. ",
  "type": "object",
  "properties": {
    "arn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NonEmptyString"
        },
        {
          "description": " The ARN of the report run. "
        }
      ]
    },
    "type": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ReportType"
        },
        {
          "description": "<p>The type of the report that was run.</p> <dl> <dt>CODE_COVERAGE</dt> <dd> <p>A code coverage report.</p> </dd> <dt>TEST</dt> <dd> <p>A test report.</p> </dd> </dl>"
        }
      ]
    },
    "name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": " The name of the report that was run. "
        }
      ]
    },
    "reportGroupArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NonEmptyString"
        },
        {
          "description": " The ARN of the report group associated with this report. "
        }
      ]
    },
    "executionId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": " The ARN of the build run that generated this report. "
        }
      ]
    },
    "status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ReportStatusType"
        },
        {
          "description": " The status of this report. "
        }
      ]
    },
    "created": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": " The date and time this report run occurred. "
        }
      ]
    },
    "expired": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": " The date and time a report expires. A report expires 30 days after it is created. An expired report is not available to view in CodeBuild. "
        }
      ]
    },
    "exportConfig": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ReportExportConfig"
        },
        {
          "description": " Information about where the raw data used to generate this report was exported. "
        }
      ]
    },
    "truncated": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WrapperBoolean"
        },
        {
          "description": " A boolean that specifies if this report run is truncated. The list of test cases is truncated after the maximum number of test cases is reached. "
        }
      ]
    },
    "testSummary": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TestReportSummary"
        },
        {
          "description": " A <code>TestReportSummary</code> object that contains information about this test report. "
        }
      ]
    },
    "codeCoverageSummary": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CodeCoverageReportSummary"
        },
        {
          "description": "A <code>CodeCoverageReportSummary</code> object that contains a code coverage summary for this report."
        }
      ]
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/amazon-codebuild-report-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.