diff --git a/SAS/TMSS/src/tmss/tmssapp/schemas/UC1-scheduling-unit-observation-strategy.json b/SAS/TMSS/src/tmss/tmssapp/schemas/UC1-scheduling-unit-observation-strategy.json index 14e0d89aa4d303827575c4642fd0b36cd017717e..760f43b19e2d240272508892b4248cf515187768 100644 --- a/SAS/TMSS/src/tmss/tmssapp/schemas/UC1-scheduling-unit-observation-strategy.json +++ b/SAS/TMSS/src/tmss/tmssapp/schemas/UC1-scheduling-unit-observation-strategy.json @@ -1,8 +1,6 @@ { "tasks": { - "Calibrator Observation 1": - { - + "Calibrator Observation 1": { "description": "Calibrator Observation for UC1 HBA scheduling unit", "tags": [], "specifications_doc": { @@ -15,10 +13,9 @@ "angle3": 0 } }, - "specifications_template": "<calibrator schema URI>" + "specifications_template": "calibrator schema" }, "Pipeline 1": { - "description": "Preprocessing Pipeline for Calibrator Observation 1", "tags": [], "specifications_doc": { @@ -39,7 +36,7 @@ }, "storagemanager": "dysco" }, - "specifications_template": "<preprocessing schema URI>" + "specifications_template": "preprocessing schema" }, "Target Observation": { "description": "Target Observation for UC1 HBA scheduling unit", @@ -106,7 +103,7 @@ } ] }, - "specifications_template": "<observation schema URI>" + "specifications_template": "observation schema" }, "Pipeline SAP0": { "description": "Preprocessing Pipeline for Target Observation SAP0", @@ -129,7 +126,7 @@ }, "storagemanager": "dysco" }, - "specifications_template": "<preprocessing schema URI>" + "specifications_template": "preprocessing schema" }, "Pipeline SAP1": { "description": "Preprocessing Pipeline for Target Observation SAP1", @@ -152,7 +149,7 @@ }, "storagemanager": "dysco" }, - "specifications_template": "<preprocessing schema URI>" + "specifications_template": "preprocessing schema" }, "Calibrator Observation 2": { "description": "Calibrator Observation for UC1 HBA scheduling unit", @@ -167,7 +164,7 @@ "angle3": 0 } }, - "specifications_template": "<calibrator schema URI>" + "specifications_template": "calibrator schema" }, "Pipeline 2": { "description": "Preprocessing Pipeline for Calibrator Observation 2", @@ -190,12 +187,11 @@ }, "storagemanager": "dysco" }, - "specifications_template": "<preprocessing schema URI>" + "specifications_template": "preprocessing schema" } }, "task_relations": [ { - "name": "Calibrator Observation 1 - Pipeline", "producer": "Calibrator Observation 1", "consumer": "Pipeline 1", "tags": [], @@ -209,10 +205,9 @@ }, "dataformat": "MeasurementSet", "selection_doc": {}, - "selection_template": "<All schema URI>" + "selection_template": "All" }, { - "name": "Calibrator Observation 2 - Pipeline", "producer": "Calibrator Observation 2", "consumer": "Pipeline 2", "tags": [], @@ -226,10 +221,9 @@ }, "dataformat": "MeasurementSet", "selection_doc": {}, - "selection_template": "<All schema URI>" + "selection_template": "All" }, { - "name": "Target Observation SAP0 - Pipeline", "producer": "Target Observation", "consumer": "Pipeline SAP0", "tags": [], @@ -247,10 +241,9 @@ 0 ] }, - "selection_template": "<SAP schema URI>" + "selection_template": "SAP" }, { - "name": "Target Observation SAP1 - Pipeline", "producer": "Target Observation", "consumer": "Pipeline SAP1", "tags": [], @@ -268,19 +261,17 @@ 1 ] }, - "selection_template": "<SAP schema URI>" + "selection_template": "SAP" } ], "task_scheduling_relations": [ { - "name": "Calibrator 1 before Target", "first": "Calibrator Observation 1", "second": "Target Observation", "placement": "before", "time_offset": 60 }, { - "name": "Calibrator 2 after Target", "first": "Calibrator Observation 2", "second": "Target Observation", "placement": "after",