diff --git a/v4.0.0/tasks-schema.json b/v4.0.0/tasks-schema.json index 4abb986..c269d79 100644 --- a/v4.0.0/tasks-schema.json +++ b/v4.0.0/tasks-schema.json @@ -1206,6 +1206,16 @@ ] } }, + "derived_task_ids": { + "description": "Names of derived task IDs, i.e. task IDs whose values are derived from (and therefore dependent on) the values of other variables.", + "type": [ + "array", "null" + ], + "uniqueItems": true, + "items": { + "type": "string" + } + }, "required": [ "rounds", "schema_version" ],