diff --git a/SAS/TMSS/src/tmss/tmssapp/schemas/task_template-ingest-1.json b/SAS/TMSS/src/tmss/tmssapp/schemas/task_template-ingest-1.json index b8e71cb65d62c81c876f15c58271f3303b9e524c..a801c6fc52d2402f790639e01aab89070a0c2039 100644 --- a/SAS/TMSS/src/tmss/tmssapp/schemas/task_template-ingest-1.json +++ b/SAS/TMSS/src/tmss/tmssapp/schemas/task_template-ingest-1.json @@ -5,13 +5,8 @@ "description": "This schema defines the parameters to setup an ingest task.", "version": 1, "type": "object", + "additionalProperties": false, "properties": { - "su_start_barrier": { - "type": "boolean", - "title": "Wait for Scheduling Unit to allow ingest", - "description": "Set to false to start ingesting when all predecessors have finished.", - "default": false - } }, "required": [ ]