[ { "name": "gh_project_name", "type": "STRING", "mode": "REQUIRED" }, { "name": "gh_owner_id", "type": "INTEGER", "mode": "REQUIRED" }, { "name": "gh_project_id", "type": "INTEGER", "mode": "REQUIRED" }, { "name": "tr_first_build", "type": "DATETIME", "mode": "REQUIRED" }, { "name": "tr_last_build", "type": "DATETIME", "mode": "REQUIRED" }, { "name": "gh_first_commit", "type": "DATETIME", "mode": "REQUIRED" }, { "name": "gh_last_commit", "type": "DATETIME", "mode": "REQUIRED" }, { "name": "tr_timespan_before_ci", "type": "INTEGER", "mode": "REQUIRED" }, { "name": "tr_timespan_during_ci", "type": "INTEGER", "mode": "REQUIRED" }, { "name": "tr_timespan_after_ci", "type": "INTEGER", "mode": "REQUIRED" }, { "name": "tr_build_count", "type": "INTEGER", "mode": "REQUIRED" }, { "name": "gh_commit_count", "type": "INTEGER", "mode": "REQUIRED" }, { "name": "gh_commit_count_before_ci", "type": "INTEGER", "mode": "REQUIRED" }, { "name": "gh_commit_count_during_ci", "type": "INTEGER", "mode": "REQUIRED" }, { "name": "gh_commit_count_after_ci", "type": "INTEGER", "mode": "REQUIRED" }, { "name": "default_branch", "type": "STRING", "mode": "REQUIRED" } ]