Welcome to mirror list, hosted at ThFree Co, Russian Federation.

daily_build_group_report_result_data.json « json_schemas « validators « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2524ac63050fa597f223381e8c7ca3304b46b4fd (plain)
1
2
3
4
5
6
7
8
{
  "description": "Daily build group report result data",
  "type": "object",
  "properties": {
    "coverage": { "type": "float" }
  },
  "additionalProperties": false
}