get_schema_url {hubUtils} | R Documentation |
Get the JSON schema download URL for a given config file version
get_schema_url(config = c("tasks", "admin", "model"), version, branch = "main")
config |
Name of config file to validate. One of |
version |
A valid version of hubverse
schema
(e.g. |
branch |
The branch of the hubverse
schemas repository
from which to fetch schema. Defaults to |
The JSON schema download URL for a given config file version.
Other functions supporting config file validation:
get_schema()
,
get_schema_valid_versions()
get_schema_url(config = "tasks", version = "v0.0.0.9")