Report
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.
Properties
| Name | Type | Description |
|---|---|---|
| arn | object | |
| type | object | |
| name | object | |
| reportGroupArn | object | |
| executionId | object | |
| status | object | |
| created | object | |
| expired | object | |
| exportConfig | object | |
| truncated | object | |
| testSummary | object | |
| codeCoverageSummary | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codebuild/refs/heads/main/json-schema/amazon-codebuild-report-schema.json",
"title": "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 Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-schemas/amazon-codebuild-report"
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.