Amazon CodeBuild · JSON Structure

Amazon Codebuild Report Group Trend Field Type Structure

ReportGroupTrendFieldType schema from Amazon CodeBuild

Type: string Properties: 0
AmazonCI/CDBuildContinuous IntegrationDevOpsTesting

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

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-group-trend-field-type-structure.json",
  "name": "ReportGroupTrendFieldType",
  "description": "ReportGroupTrendFieldType schema from Amazon CodeBuild",
  "type": "string",
  "enum": [
    "PASS_RATE",
    "DURATION",
    "TOTAL",
    "LINE_COVERAGE",
    "LINES_COVERED",
    "LINES_MISSED",
    "BRANCH_COVERAGE",
    "BRANCHES_COVERED",
    "BRANCHES_MISSED"
  ]
}