{ "$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." } ] } } }