get_schema {hubUtils} | R Documentation |
Download a schema
get_schema(schema_url)
schema_url |
The download URL for a given config schema version. |
Contents of the JSON schema as a character string.
Other functions supporting config file validation:
get_schema_url()
,
get_schema_valid_versions()
schema_url <- get_schema_url(config = "tasks", version = "v0.0.0.9")
get_schema(schema_url)