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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-06-05 12:08:05 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-05 12:08:05 +0300
commit963838b90c1c121d16ec43353a4e0d44450664cf (patch)
tree156f6b2c887641dd30539005287896275ea0f993 /app/validators/json_schemas
parent09f1028092f0580a26667ff67747f7ab0f759d56 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/validators/json_schemas')
-rw-r--r--app/validators/json_schemas/daily_build_group_report_result_data.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/validators/json_schemas/daily_build_group_report_result_data.json b/app/validators/json_schemas/daily_build_group_report_result_data.json
new file mode 100644
index 00000000000..2524ac63050
--- /dev/null
+++ b/app/validators/json_schemas/daily_build_group_report_result_data.json
@@ -0,0 +1,8 @@
+{
+ "description": "Daily build group report result data",
+ "type": "object",
+ "properties": {
+ "coverage": { "type": "float" }
+ },
+ "additionalProperties": false
+}