[
  {
    "name": "build_number",
    "type": "INTEGER",
    "mode": "NULLABLE"
  },
  {
    "name": "timestamp",
    "type": "TIMESTAMP",
    "mode": "NULLABLE"
  },
  {
    "name": "duration",
    "type": "FLOAT",
    "mode": "NULLABLE"
  },
  {
    "name": "pass_count",
    "type": "INTEGER",
    "mode": "NULLABLE"
  },
  {
    "name": "failure_count",
    "type": "INTEGER",
    "mode": "NULLABLE"
  },
  {
    "name": "no_report_files_found",
    "type": "BOOLEAN",
    "mode": "NULLABLE"
  },
  {
    "name": "error",
    "type": "RECORD",
    "mode": "REPEATED",
    "fields": [
      {
        "name": "description",
        "type": "STRING",
        "mode": "NULLABLE"
      },
      {
        "name": "count",
        "type": "INTEGER",
        "mode": "NULLABLE"
      }
    ]
  }
]  
