Skip to content

Commit

Permalink
Add derived_task_ids property. Resolves #96
Browse files Browse the repository at this point in the history
  • Loading branch information
annakrystalli committed Oct 9, 2024
1 parent a813ebb commit c25f08d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions v4.0.0/tasks-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
Expand Down

0 comments on commit c25f08d

Please sign in to comment.