ReportGroupTrendFieldType schema from Amazon CodeBuild
{ "$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-group-trend-field-type-schema.json", "title": "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" ] }