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: 5b153b47b1efd5b492d575937f3e3659e16744cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "description": "Daily build group report result data",
  "type": "object",
  "properties": {
    "coverage": {
      "type": "number",
      "format": "float"
    }
  },
  "additionalProperties": false
}