get_schema {hubUtils} | R Documentation |
Download a schema
Description
Download a schema
Usage
get_schema(schema_url)
Arguments
schema_url |
The download URL for a given config schema version. |
Value
Contents of the JSON schema as a character string.
See Also
Other functions supporting config file validation:
get_schema_url()
,
get_schema_valid_versions()
Examples
schema_url <- get_schema_url(config = "tasks", version = "v0.0.0.9")
get_schema(schema_url)
[Package hubUtils version 0.1.7 Index]