From 76b5ed49416fcea47d73d4116a36e89dff2d1482 Mon Sep 17 00:00:00 2001 From: Jorrit Schaap <schaap@astron.nl> Date: Tue, 4 May 2021 21:00:28 +0200 Subject: [PATCH] TMSS-717: fixed default --- .../tmssapp/schemas/common_schema_template-stations-1.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SAS/TMSS/backend/src/tmss/tmssapp/schemas/common_schema_template-stations-1.json b/SAS/TMSS/backend/src/tmss/tmssapp/schemas/common_schema_template-stations-1.json index 4c6999f11e7..2fb36146426 100644 --- a/SAS/TMSS/backend/src/tmss/tmssapp/schemas/common_schema_template-stations-1.json +++ b/SAS/TMSS/backend/src/tmss/tmssapp/schemas/common_schema_template-stations-1.json @@ -80,7 +80,8 @@ "type":"integer", "title":"Maximum number of stations to omit", "description":"Maximum number of stations that can be omitted from a group (due to maintenance for example)", - "minimum":0 + "minimum":0, + "default": 0 }, "station_group":{ "type":"object", -- GitLab