From 6a3355b2b5ea02f04412fd92e8a04609c1bd1a2a Mon Sep 17 00:00:00 2001 From: Jorrit Schaap <schaap@astron.nl> Date: Tue, 4 May 2021 18:28:10 +0200 Subject: [PATCH] TMSS-717: enforcing a minimum of one station in the list is too strict, sometimes an empty stationlist is ok. --- .../tmss/tmssapp/schemas/common_schema_template-stations-1.json | 2 +- 1 file changed, 1 insertion(+), 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 3aebe9a8389..4c6999f11e7 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 @@ -73,7 +73,7 @@ "items":{ "$ref": "http://tmss.lofar.org/api/schemas/commonschematemplate/stations/1#/definitions/station" }, - "minItems": 1, + "minItems": 0, "uniqueItems":true }, "max_number_of_missing_stations": { -- GitLab