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