From 0655b3012e0987a63c6f212cd3937efdf99f5a08 Mon Sep 17 00:00:00 2001
From: Jorrit Schaap <schaap@astron.nl>
Date: Fri, 16 Jul 2021 15:00:12 +0200
Subject: [PATCH] TMSS-849: added defaults

---
 .../src/tmss/tmssapp/schemas/subtask_template-observation-1.json | 1 +
 1 file changed, 1 insertion(+)

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 ec147d84cf7..ff1abf26534 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
@@ -144,6 +144,7 @@
                 "headerTemplate": "Pipeline {{ self.index }}",
                 "title": "Pipeline",
                 "additionalProperties": false,
+                "default": {},
                 "properties": {
                   "coherent": {
                     "title": "Coherent Stokes Settings",
-- 
GitLab