Amazon CodeBuild · JSON Structure

Amazon Codebuild Report With Raw Data Structure

Contains the unmodified data for the report. For more information, see .

Type: object Properties: 2
AmazonCI/CDBuildContinuous IntegrationDevOpsTesting

ReportWithRawData 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

reportArn data

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-with-raw-data-structure.json",
  "name": "ReportWithRawData",
  "description": "Contains the unmodified data for the report. For more information, see .",
  "type": "object",
  "properties": {
    "reportArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NonEmptyString"
        },
        {
          "description": "The ARN of the report."
        }
      ]
    },
    "data": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The value of the requested data field from the report."
        }
      ]
    }
  }
}