Amazon CodeBuild · JSON Structure

Amazon Codebuild Report Filter Structure

A filter used to return reports with the status specified by the input status parameter.

Type: object Properties: 1
AmazonCI/CDBuildContinuous IntegrationDevOpsTesting

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

Properties

status

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-filter-structure.json",
  "name": "ReportFilter",
  "description": " A filter used to return reports with the status specified by the input <code>status</code> parameter. ",
  "type": "object",
  "properties": {
    "status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ReportStatusType"
        },
        {
          "description": " The status used to filter reports. You can filter using one status only. "
        }
      ]
    }
  }
}