From e5d31684d7d8a73d56f43a5c48ab03e19bbf89a4 Mon Sep 17 00:00:00 2001 From: Jorrit Schaap <schaap@astron.nl> Date: Fri, 16 Jul 2021 13:45:59 +0200 Subject: [PATCH] TMSS-849: added default, and required props --- .../tmssapp/schemas/subtask_template-observation-1.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/SAS/TMSS/backend/src/tmss/tmssapp/schemas/subtask_template-observation-1.json b/SAS/TMSS/backend/src/tmss/tmssapp/schemas/subtask_template-observation-1.json index fbf82d5c387..ba029e1be5a 100644 --- a/SAS/TMSS/backend/src/tmss/tmssapp/schemas/subtask_template-observation-1.json +++ b/SAS/TMSS/backend/src/tmss/tmssapp/schemas/subtask_template-observation-1.json @@ -178,6 +178,7 @@ "title": "Tied-Array Beam", "headerTemplate": "TAB {{ self.index }}", "additonalProperties": false, + "default": {}, "properties": { "coherent": { "type": "boolean", @@ -214,7 +215,7 @@ }, "required":[ "name", - "tabs" + "tabs" ] }, "minItems": 1 @@ -227,7 +228,8 @@ } }, "required": [ - "SAPs" + "SAPs", + "stations" ] } }, @@ -242,6 +244,7 @@ "headerTemplate": "Pipeline {{ self.index }}", "title": "Fly's Eye Pipeline", "additionalProperties": false, + "required": ["coherent", "stations"], "properties": { "coherent": { "title": "Coherent Stokes Settings", -- GitLab