From b867f2cf1e4e77a0121319d494fb4c9c3db49fb2 Mon Sep 17 00:00:00 2001 From: Jorrit Schaap <schaap@astron.nl> Date: Tue, 17 Nov 2020 13:07:51 +0100 Subject: [PATCH] TMSS-190: added defaults, and descriptions --- .../scheduling_constraints_template-constraints-1.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/SAS/TMSS/src/tmss/tmssapp/schemas/scheduling_constraints_template-constraints-1.json b/SAS/TMSS/src/tmss/tmssapp/schemas/scheduling_constraints_template-constraints-1.json index ca8a3f6754e..9caf086d923 100644 --- a/SAS/TMSS/src/tmss/tmssapp/schemas/scheduling_constraints_template-constraints-1.json +++ b/SAS/TMSS/src/tmss/tmssapp/schemas/scheduling_constraints_template-constraints-1.json @@ -17,10 +17,11 @@ } }, "type": "object", + "default": {}, "properties": { "scheduler": { "name": "Scheduler", - "description": "Which scheduling system will schedule this", + "description": "Schedule manually at the 'time.at' moment, of dynamically taking all time constraints into consideration.", "type": "string", "enum": [ "manual", @@ -33,7 +34,7 @@ "default": {}, "properties": { "at": { - "description": "Start at this moment", + "description": "Start at this moment. Requires 'scheduler' to be set to 'manual'.", "$ref": "http://tmss.lofar.org/api/schemas/commonschematemplate/datetime/1/#/definitions/timestamp" }, "after": { @@ -106,6 +107,7 @@ "transit_offset": { "description": "Offset window to LST centering", "type": "object", + "default": {}, "properties": { "from": { "type": "number", @@ -122,6 +124,7 @@ }, "min_distance": { "type": "object", + "default": {}, "properties": { "sun": { "$ref": "#/definitions/distance_on_sky", -- GitLab