From de2c7506b759ee955a7bef7773d0bc0a90c262a4 Mon Sep 17 00:00:00 2001 From: "Zhian N. Kamvar" Date: Tue, 10 Dec 2024 15:41:11 -0800 Subject: [PATCH] Update vignettes/articles/scripting-tasks-config.Rmd Co-authored-by: Anna Krystalli --- vignettes/articles/scripting-tasks-config.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/articles/scripting-tasks-config.Rmd b/vignettes/articles/scripting-tasks-config.Rmd index 276a506..1e89720 100644 --- a/vignettes/articles/scripting-tasks-config.Rmd +++ b/vignettes/articles/scripting-tasks-config.Rmd @@ -69,7 +69,7 @@ tasks.json ``` The first property in a `tasks.json` file is the `schema_version`, which provides -a URL to a schema that validates the file is in the expected structure. +a URL to the [hubverse schema](https://github.com/hubverse-org/schemas) version the config file is built against. The schema is used to validate the structure and contents of the config file. The next property defined are the **rounds** which set the schedule and expected contents of model submissions These rounds contain one or more [**modeling tasks**](https://hubverse.io/en/latest/user-guide/tasks.html) that define the